Simple profiler for tracking time in requests.
Instantiate new profiler and start time.
Optional
Profiler name (default: "unknown")
Create a child profiler.
Its data is aggregated into ours.
Name of the child profiler
Stop time tracking.
Return the duration since instantiation until end().
Duration in milliseconds
Return a report object.
All times are resolved relative to this startTime
Array of objects with profiling information.
Simple profiler for tracking time in requests.