PATH:
usr
/
local
/
lib
/
node_modules
/
pm2
/
node_modules
/
@pm2
/
io
/
build
/
main
/
features
import { Feature } from '../featureManager'; export interface ProfilerType { init(): void; register(): void; destroy(): void; } export declare class ProfilingConfig { cpuJS: boolean; heapSnapshot: boolean; heapSampling: boolean; implementation?: string; } export declare class ProfilingFeature implements Feature { private profiler; private logger; init(config?: ProfilingConfig | boolean): any; destroy(): void; }
[-] dependencies.d.ts
[edit]
[-] notify.d.ts
[edit]
[+]
..
[-] metrics.d.ts
[edit]
[-] tracing.js
[edit]
[-] events.d.ts
[edit]
[-] profiling.js
[edit]
[-] notify.js
[edit]
[-] dependencies.js
[edit]
[-] entrypoint.js
[edit]
[-] metrics.js
[edit]
[-] tracing.d.ts
[edit]
[-] events.js
[edit]
[-] entrypoint.d.ts
[edit]
[-] profiling.d.ts
[edit]