How to do performance profiling? #194
XuJiandong
started this conversation in
Ideas
Replies: 1 comment
-
Update: now ckb-debugger can support it by "--pprof" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently there are 3 choices:
It doesn't require any syscall. For example, a pure algorithm which doesn't call any syscall. You can choose
ckb-vm-pprof directly.
see example
Beta Was this translation helpful? Give feedback.
All reactions