|
From: Benjamin M. <be...@me...> - 2007-08-28 22:45:25
|
Sat down this evening and wrote a tiny tool to decompress a callgrind file. In the event you forget to use "--compress-strings=no -- compress-pos=no" You can just pass the callgrind file to this tool and it will spit out a uncompressed version of it (that is easier to manually read). It is fast and takes just a few seconds to expand an average callgrind file. It is hardcoded to support "positions: line", but it wouldn't take much work to expand that. It uses Qt for the convenience of its file/string/tools, but you could convert it to stl if you want. To build it run qmake (qmake- qt4 on debian) and then make. BSD licensed -Benjamin Meyer |