c++ - How to exclude namespace from gprof? -
i using gprof profile application. use gprof2dot produce graphs, graphs tend large because there plenty of "chain" calls of boost:: functions. there way remove not necessary boost:: functions gprof output?
i can use --no-time=symspec option, allows exclude 1 function, not whole namespace.
Comments
Post a Comment