calculateTimings() public method
Calculates the elapsed time for the given log messages.
public array calculateTimings ( $messages )$messages array
The log messages obtained from profiling return array
Timings. Each element is an array consisting of these elements: info, category, timestamp, trace, level, duration.