Actualizar 'Performance Analysis setup'
parent
be9355ac14
commit
4354b416a6
|
@ -91,15 +91,22 @@
|
|||
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:
|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue