Home
last modified time | relevance | path

Searched defs:enableCPUProfiler (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/compiler/
Dsys.ts1420 /** @internal */ enableCPUProfiler?(path: string, continuation: () => void): boolean; method
1657 function enableCPUProfiler(path: string, cb: () => void) { function