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

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -

github - Git errors while pushing -

java - Generating a pre-signed PUT url for Amazon S3 with a maximum content-length -