Using tools such as:
- opreport
- opcontrol
- opannotate
I am starting to use this tool and trying to find the best combinations, examples to get the most out of profiling.
Thanks
|
Using tools such as:
I am starting to use this tool and trying to find the best combinations, examples to get the most out of profiling. Thanks
| |||||
feedback
|
|
Look at the KCachegrind - it's a profile data visualization tool. KCachegrind visualize data files generated by Callgrind profiler tool. But with conversion scripts, KCachegrind is able to visualize output of other profilers like OProfile. | |||
|
feedback
|
|
gprof2dot is the most amazing visualization tool for profile data.
Remeber you can't set callgraph if you've manually set the event counter to a low number. Be default the when using the | ||||
feedback
|