@lodestar/beacon-node
Version:
A Typescript implementation of the beacon chain
9 lines • 358 B
TypeScript
/**
* 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