Actualizar 'Performance Analysis setup'

Mateo Rodrigo Argudo Arrieta 2021-09-16 16:46:34 +02:00
parent be9355ac14
commit 4354b416a6
1 changed files with 11 additions and 4 deletions

@ -91,15 +91,22 @@
this will generate a cachegrind.out.<id> file in the directory where you analysed, which you can annotate using. this will generate a cachegrind.out.<id> file in the directory where you analysed, which you can annotate using.
Cache Analysis Presentation: The Assembly code is visualized using two more options running:
cg_annotate cachegrind.out.<id> valgrind --tool=callgrind --dump-instr=yes --collect-jumps=yes ./bin/<excecutable>
Call Analysis Presentation:
callgrind_annotate callgrind.out.<id>
### GUI Presentation: ### GUI Presentation:
All the .out files can be presented through KCachegrind. Open it from the GUI. Errors may appear if you want to open them directly from terminal. All the .out.<id> files can be presented through KCachegrind. Open it from the GUI. Errors may appear if you want to open them directly from terminal.