fprof
fprof
Module
fprof
Module summary
A Time Profiling Tool using trace to file for minimal runtime performance impact.
Description
This module is used to profile a program to find out how the execution time is used. Trace to file is used to minimize runtime performance impact.
The fprof
module uses tracing to collect profiling data, hence there is no need for special compilation of any module to be profiled. When it starts tracing, fprof
will erase all previous tracing in the node and set the necessary trace flags on the profiling target processes as well as local call trace on all functions in all loaded modules and all modules to be loaded. fprof
erases all tracing in the node when it stops tracing.
fprof
presents both own time i.e how much time a funct