* Is profiling enabled? * * Profiling is enabled by setEnabled call or `CP_PROFILING` environment variable. * * @returns Whether profiling is currently enabled
()
| 125 | * @returns Whether profiling is currently enabled |
| 126 | */ |
| 127 | isEnabled(): boolean { |
| 128 | return this.#enabled; |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * Creates a performance mark including payload for a Chrome DevTools 'marker' item. |
no outgoing calls
no test coverage detected