prof (util v1.3.5)

View Source

Profiling functions

Author: Serge Aleynikov saleyn@gmail.com Copyright: 2015 Serge Aleynikov

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".

Functions

apply(Fun, Args)

Run a function analysis and save it to "fprof-apply.analysis".

apply(M, F, Args)

Run a function analysis and save it to "fprof-apply.analysis".

start(Pids)

-spec start([pid() | atom()]) -> ok.

Begin profiling a list of pids

stop()

-spec stop() -> ok.

Finish profiling a list of pids and save results to a file called "fprof.analysis".