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

Popular posts from this blog

github - Git errors while pushing -

Unity3d perpendicular vector3 -

c++ - How can I delete a QSharedPointer -