The module
When using Eprof expect a slowdown in program execution.
Starts the Eprof server which holds the internal state of the collected data.
Starts profiling for the processes in
The function returns
A pattern can be selected to narrow the profiling. For instance a specific module can be selected, and only the code executed in that module will be profiled.
The
Stops profiling started with
This function first spawns a process
If tracing could be enabled for
The
The programmer must ensure that the function given as argument is truly synchronous and that no work continues after the function has returned a value.
Call this function when profiling has been stopped to display the results per process, that is:
Call
Time is shown as percentage of total time and as absolute time.
This function ensures that the results displayed by
Stops the Eprof server.