Profile single function in gprof
13:34 31 Jul 2009

Is it possible to use gprof to line-profile a single function in C++?

Something like:

gprof -l -F function_name ...

, which does not seem to work.

c++ gprof