* Record that a specific event has occurred, possibly more than once.
(event: PerfEvent, incrementBy?: number)
| 408 | * Record that a specific event has occurred, possibly more than once. |
| 409 | */ |
| 410 | eventCount(event: PerfEvent, incrementBy?: number): void; |
| 411 | |
| 412 | /** |
| 413 | * Return the `PerfRecorder` to an empty state (clear all tracked statistics) and reset the zero |
no outgoing calls
no test coverage detected