Conversation
Prevent COALESCE(dur, 0) and leading zero-duration rows in _arm_l3_miss_rate and _arm_l3_hit_rate so that there aren't any "instant" slices. Bug: 454944449
…rvals Use counter_leading_intervals() to generate cpuidle slices in C++ and compute boundaries directly, eliminating expensive window functions over raw counters. Pre-map track offsets and resolve deep-idle exit timestamps via a sparse `_deeo_idle_before_exit` index lookup. wattson_dsu_devfreq_system_state improves from ~3700ms --> ~2800ms Bug: 454944449
🎨 Perfetto UI Builds & Tests
|
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use counter_leading_intervals() to generate cpuidle slices in C++ and
compute boundaries directly, eliminating expensive window functions
over raw counters. Pre-map track offsets and resolve deep-idle exit timestamps
via a sparse
_deeo_idle_before_exitindex lookup.wattson_dsu_devfreq_system_state improves from ~3700ms --> ~2800ms
Test: tools/diff_test_trace_processor.py out/linux_clang_release/trace_processor_shell --name-filter '.wattson_' --print-slowest-tests
Bug: 454944449