feat: 초기 프로젝트 설정 및 룰.md 파일 추가
This commit is contained in:
18
api.hyungi.net/node_modules/@pm2/io/build/main/features/profiling.d.ts
generated
vendored
Normal file
18
api.hyungi.net/node_modules/@pm2/io/build/main/features/profiling.d.ts
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user