(params: Profiler.StopParams)
| 18430 | ): Promise<Profiler.StartTypeProfileResult | undefined>; |
| 18431 | |
| 18432 | stop(params: Profiler.StopParams): Promise<Profiler.StopResult | undefined>; |
| 18433 | |
| 18434 | /** |
| 18435 | * Disable precise code coverage. Disabling releases unnecessary execution count records and allows |
no outgoing calls