valgrind
To measure the timing you can do:
valgrind --tool=callgrind --dump-instr=yes ./<executable> <parameters>
The output can be viewed in KCachegrind.
valgrind.txt · Last modified: 2024/04/11 14:23 by 127.0.0.1
To measure the timing you can do:
valgrind --tool=callgrind --dump-instr=yes ./<executable> <parameters>
The output can be viewed in KCachegrind.