fprof

Functions


apply(Function, Args) -> term()

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

apply(Module, Function, Args, Options) -> term()

trace(Option, Filename) -> term()

trace(Option) -> term()

profile() -> term()

profile(Option, Value) -> term()

profile(Option) -> term()

analyse() -> term()

analyse(Option, Value) -> term()

analyse(Option) -> term()

get_state() -> term()

save_profile() -> term()

save_profile(Option, Value) -> term()

save_profile(Option) -> term()

load_profile() -> term()

load_profile(Option, Value) -> term()

load_profile(Option) -> term()

code_change() -> term()

start() -> term()

stop() -> term()

stop(Reason) -> term()

call(Request) -> term()

just_call(Request) -> term()

reply(X1, Reply) -> term()

$code_change(State) -> term()

getopts(List, Options) -> term()

setopts(Options) -> term()

trace_off() -> term()

trace_on(Procs, Tracer, X3) -> term()

trace_call_collapse(Stack) -> term()

println(X1, Head, Clocks, Tail, Comment) -> term()

parsify(Tl) -> term()

View Functions