-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Similar to how damageboy does in their blog post for sorting, it would be useful to track branch misses etc with the same tool - perf
, a program on Linux.
This is how damageboy called it:
$ perf record -F max -e instructions,branches,branch-misses \
./Example --type-list DoublePumpOverlined \
--size-list 100000 --max-loops 1000 --no-check
Does perf
work well in WSL? What exactly do I need the example program to do to be compatible with it?
This could be a useful utility to make sure we are optimised with our branching logic and whether there are any gains by optimising this further.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed