You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# build your application as:
nim --debugger:native c application.nim
# profile calls with:
valgrind --tool=callgrind ./application
# terminate the application and visualize the calls with:
callgrind_annotate callgrind.out.<pid>