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 -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

Unity3d perpendicular vector3 -