Next: , Previous: Debugging, Up: Features


3.9 Profiling

Roadsend PHP includes profiling abilities to help you determine where your code is spending its time and allow you to optimize efficiently.

Binaries compiled with profiling enabled will generate information on:

The output is in a human readable text format. Advanced users can also use the available brof/gprof profiling mode.

For more on using the profiler, see Using The Profiler.