profiling #169
justin2004
started this conversation in
General
profiling
#169
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions