exprof v0.2.2 ExProf
Wrapper for eprof library. It needs to be called in start -> stop -> analyze order.
Link to this section Summary
Functions
Analyze and output the profiling as the list of Prof records. It also outputs to the STDOUT
Start the profiling for the specified pid
Stop the profiling previously started with start method call
Link to this section Functions
Link to this function
analyze()
Analyze and output the profiling as the list of Prof records. It also outputs to the STDOUT.
Link to this function
start(pid \\ self())
Start the profiling for the specified pid.
Link to this function
stop()
Stop the profiling previously started with start method call.