-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[profiler] Enhancement: write exclusive scope durations #1481
Conversation
anandbonde
commented
Dec 19, 2024
•
edited
Loading
edited
- Exclusive time is most important to understand the impact of each scope on the overall performance
- Compute percentages outside of Rust code for simplicity and correctness in case of multiple file outputs
libos = catpowder
|
libos = catnap
|
libos = catnip
|
a30a2a7
to
73171fb
Compare
libos = catnap
|
libos = catnip
|
libos = catpowder
|
73171fb
to
706c1ed
Compare
libos = catnap
|
libos = catpowder
|
libos = catnip
|
c4b6160
to
d50c1cc
Compare
libos = catpowder
|
libos = catnap
|
libos = catnip
|
libos = catnap
|
libos = catnip
|
libos = catpowder
|
d50c1cc
to
8ba92eb
Compare
libos = catnap
|
libos = catpowder
|
libos = catnip
|
2c4c556
to
e37da06
Compare
libos = catpowder
|
libos = catnip
|
libos = catnap
|
c000856
to
f754d00
Compare
libos = catnap
|
libos = catnip
|
libos = catpowder
|
f754d00
to
51cf5fb
Compare
libos = catpowder
|
libos = catnap
|
libos = catnip
|
51cf5fb
to
4bba007
Compare
libos = catnap
|
libos = catpowder
|
libos = catnip
|
4bba007
to
0b61606
Compare
libos = catpowder
|
libos = catnap
|
libos = catnip
|
…o output Exclusive time is most important to understand the impact of each scope on the overall performance
0b61606
to
8ef99f3
Compare
libos = catpowder
|
libos = catnip
|
libos = catnap
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing!