Instantiate new profiler and start time.
Optionalname: stringProfiler 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.
OptionalstartTime: numberAll times are resolved relative to this startTime
Array of objects with profiling information.
Simple profiler for tracking time in requests.