-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add flamegraph of a Tx #29
base: main
Are you sure you want to change the base?
Conversation
docs/benchmarks/flamegraph.svg
Outdated
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.
We should not add the flamegraph to the repo!
README.md
Outdated
cargo install flamegraph | ||
``` | ||
|
||
#### Example |
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.
Lets put something like
To produce a flamegraph of a transaction execution run:
Changes were done |
The flamegraph looks a bit odd to me. I ran the command and saw that most of the samples are from |
mmm, I see. To be honest, it looked strange to me, especially because it finishes quite fast. I guess I should take deeper look into it |
Refers to #27
This PR adds a flamegraph of a random tx, so as to know how much time is spent in each part of the process of its execution.