profiling #169
justin2004
started this conversation in
General
profiling
#169
Replies: 1 comment
-
cl-flamegraph counts "number of calls" |
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
-
i was comparing performance of my first implementaion of a sobel edge detector with the stencil implementation and i used https://github.com/40ants/cl-flamegraph and i looked at the results with https://www.speedscope.app/
my first version:
stencil version:
in order to get cl-flamegraph to run i had to apply this patch:
with SBCL 2.0.11.debian
Beta Was this translation helpful? Give feedback.
All reactions