View Source prof (util v1.3.4)
Profiling functions
Link to this section Summary
Functions
Run a function analysis and save it to "fprof-apply.analysis"
.
Run a function analysis and save it to "fprof-apply.analysis"
.
Begin profiling a list of pids
Finish profiling a list of pids and save results to a file called "fprof.analysis"
.
Link to this section Functions
Run a function analysis and save it to "fprof-apply.analysis"
.
Run a function analysis and save it to "fprof-apply.analysis"
.
-spec start([pid() | atom()]) -> ok.
Begin profiling a list of pids
-spec stop() -> ok.
Finish profiling a list of pids and save results to a file called "fprof.analysis"
.