| 36 | elapsed: number |
| 37 | } |
| 38 | interface IEventLoopStats { |
| 39 | min: number |
| 40 | max: number |
| 41 | mean: number |
| 42 | p50: number |
| 43 | p99: number |
| 44 | } |
| 45 | interface IV8HeapStats { |
| 46 | usedHeapSize: string |
| 47 | totalHeapSize: string |
nothing calls this directly
no outgoing calls
no test coverage detected