feat: 초기 프로젝트 설정 및 룰.md 파일 추가
This commit is contained in:
16
api.hyungi.net/node_modules/@pm2/io/build/main/profilers/addonProfiler.d.ts
generated
vendored
Normal file
16
api.hyungi.net/node_modules/@pm2/io/build/main/profilers/addonProfiler.d.ts
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
import { ProfilerType } from '../features/profiling';
|
||||
export default class AddonProfiler implements ProfilerType {
|
||||
private profiler;
|
||||
private modules;
|
||||
private actionService;
|
||||
private transport;
|
||||
private currentProfile;
|
||||
private logger;
|
||||
init(): any;
|
||||
register(): any;
|
||||
destroy(): void;
|
||||
private onCPUProfileStart;
|
||||
private onCPUProfileStop;
|
||||
private onHeapdump;
|
||||
private takeSnapshot;
|
||||
}
|
||||
Reference in New Issue
Block a user