|
From: Ana R. <an...@re...> - 2016-06-27 16:35:44
|
Hi Is there a tool (like cg-merge) which can merge multiple callgrind output files into one Thanks, Ana |
|
From: Milian W. <ma...@mi...> - 2016-06-28 08:36:21
|
On Monday, June 27, 2016 6:08:42 PM CEST Ana Rey wrote: > Hi > > Is there a tool (like cg-merge) which can merge multiple callgrind > output files into one Not that I know of, but you can open multiple ones into KCacheGrind in one session and visualize the combined results. Bye -- Milian Wolff ma...@mi... http://milianw.de |
|
From: Josef W. <Jos...@gm...> - 2016-06-29 17:42:53
|
Am 27.06.2016 um 18:08 schrieb Ana Rey:
> Is there a tool (like cg-merge) which can merge multiple callgrind
> output files into one
For {k,q}cachegrind, it's enough to 'cat' them together.
For the callgrind_annotate script, this unfortunately
does not work (the total sum calculation gets wrong).
Josef
|