profiler_startΒΆ

profiler_start starts the profiler. The profiler can be used for analyzing the run-time behavior and performance of programs.

r = profiler_start()

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Example

see profiler_stop

id-1973577