|
From: 林作健 <man...@gm...> - 2014-10-20 14:55:11
|
Hi, my project https://github.com/linzj/gen-trace/tree/valgrind-based brings a new tool of valgrind. Its goals is to generate tracing data compatible with chrome://tracing. This is the official site of chrome://tracing: http://www.chromium.org/developers/how-tos/trace-event-profiling-tool. It is a nice tracing graph helping to understand the internal of any program. I try it on some of the coreutils like ls, mkdir. All generates beautiful hierarchy graphs. Moreover, as the most significant algorithms goes in the leaves of the graph(many software do), I think it even helps to crack software. It would be helpful to heard any advice. Thank you. -- Lin Zuojian |