Copyright © 2015 Serge Aleynikov
Authors: Serge Aleynikov (saleyn@gmail.com).
apply/2 | Run a function analysis and save it to "fprof-apply.analysis" . |
apply/3 | Run a function analysis and save it to "fprof-apply.analysis" . |
start/1 | Begin profiling a list of pids. |
stop/0 | Finish profiling a list of pids and save results to a file called
"fprof.analysis" . |
apply(Fun, Args) -> any()
Run a function analysis and save it to "fprof-apply.analysis"
.
apply(M, F, Args) -> any()
Run a function analysis and save it to "fprof-apply.analysis"
.
start(Pids :: [pid() | atom()]) -> ok
Begin profiling a list of pids
stop() -> ok
Finish profiling a list of pids and save results to a file called
"fprof.analysis"
.
Generated by EDoc