- Source:
Methods
end() → {perf.PerfData}
- Source:
Finish taking measures
Returns:
The same object for which it has been called
- Type
- perf.PerfData
lap(label) → {void}
- Source:
Take an intermediate measure of elapsed time
Parameters:
Name | Type | Description |
---|---|---|
label |
string | A label describing the measure |
Returns:
- Type
- void
report() → {string}
- Source:
Return the report of taken measures
Returns:
A human readable string containing the elapsed and total times described by their labels.
- Type
- string