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()
print_callers(Dest, Tail) -> term()
print_func(Dest, Clocks) -> term()
print_called(Dest, Tail) -> term()
println(X1, Head, Clocks, Tail, Comment) -> term()
parsify(Tl) -> term()
View Functions
- apply/2
- apply/3
- apply/4
- trace/2
- trace/1
- profile/0
- profile/2
- profile/1
- analyse/0
- analyse/2
- analyse/1
- get_state/0
- save_profile/0
- save_profile/2
- save_profile/1
- load_profile/0
- load_profile/2
- load_profile/1
- code_change/0
- start/0
- stop/0
- stop/1
- call/1
- just_call/1
- reply/2
- $code_change/1
- getopts/2
- setopts/1
- trace_off/0
- trace_on/3
- trace_call_collapse/1
- print_callers/2
- print_func/2
- print_called/2
- println/5
- parsify/1