End the timer early for the bench measurement. This should be called * before doing teardown work which should not be measured. * * Warning: This method should not be used for benchmarks averaging less * than 10μs per iteration. In such cases it will be disabled but the call
()
| 1287 | * ``` |
| 1288 | */ |
| 1289 | end(): void; |
| 1290 | } |
| 1291 | |
| 1292 | /** |
no outgoing calls