eprof
analyze(Type, Opts) -> term()
profile(Rootset) -> term()
profile(Fun, Opts) -> term()
profile(Rootset, Fun, Pattern) -> term()
profile(Rootset, Fun, Pattern, Options) -> term()
profile(Rootset, M, F, A, Pattern) -> term()
start_profiling(Rootset) -> term()
start_profiling(Rootset, Pattern) -> term()
start_profiling(Rootset, Pattern, Options) -> term()
stop_profiling() -> term()
handle_call(X1, From, State) -> term()
handle_cast(Msg, State) -> term()
handle_info(X1, S) -> term()
terminate(Reason, State) -> term()
code_change(OldVsn, State, Extra) -> term()