Prof (per v5.3.21)

Copy Markdown

Profiling utility for the Per compiler. Used to measure execution time of different compilation phases.

Summary

Functions

Measures the execution time of a function.

Prints the collected profiling data.

Starts the profiler.

Stops the profiler.

Functions

measure(name, func)

Measures the execution time of a function.

print()

Prints the collected profiling data.

start()

Starts the profiler.

stop()

Stops the profiler.