* Record the memory usage of the compiler at the given checkpoint.
(after: PerfCheckpoint)
| 403 | * Record the memory usage of the compiler at the given checkpoint. |
| 404 | */ |
| 405 | memory(after: PerfCheckpoint): void; |
| 406 | |
| 407 | /** |
| 408 | * Record that a specific event has occurred, possibly more than once. |
no outgoing calls
no test coverage detected