The module
When using Eprof, expect a significant slowdown in program execution, in most cases at least 100 percent.
Starts the Eprof server which owns the Eprof internal database.
Starts profiling for the processes in
The function returns
Stops profiling started with
This function first spawns a process
If tracing could be enabled for
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:
Time is shown as percentage of total time, not as absolute time.
Call this function when profiling has been stopped to display the results per function call, that is in which function calls the time has been spent.
Time is shown as percentage of total time, not as absolute time.
This function ensures that the results displayed by
Stops the Eprof server.