Module prof

Copyright © 2015 Serge Aleynikov

Authors: Serge Aleynikov (saleyn@gmail.com).

Description

Profiling functions

Function Index

apply/2Run a function analysis and save it to "fprof-apply.analysis".
apply/3Run a function analysis and save it to "fprof-apply.analysis".
start/1Begin profiling a list of pids.
stop/0Finish profiling a list of pids and save results to a file called "fprof.analysis".

Function Details

apply/2

apply(Fun, Args) -> any()

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

apply/3

apply(M, F, Args) -> any()

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

start/1

start(Pids :: [pid() | atom()]) -> ok

Begin profiling a list of pids

stop/0

stop() -> ok

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