UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

9 lines 358 B
/** * Take 10m profile of the current thread without promise tracking. */ export declare function profileNodeJS(durationMs: number): Promise<string>; /** * Write heap snapshot of the current thread to the specified file. */ export declare function writeHeapSnapshot(prefix: string, dirpath: string): Promise<string>; //# sourceMappingURL=profile.d.ts.map