v8-profiler-next
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -30,4 +30,4 @@ import { Stream } from "stream"; | ||
export function setSamplingInterval(num: number): void; | ||
export function takeSnapshot(control: Function): Snapshot; | ||
export function takeSnapshot(name: string, control: Function): Snapshot; | ||
export function takeSnapshot(control?: Function): Snapshot; | ||
export function takeSnapshot(name?: string, control?: Function): Snapshot; | ||
export function getHeapStats( | ||
@@ -34,0 +34,0 @@ iterator: Function | undefined, |
{ | ||
"name": "v8-profiler-next", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "node bindings for the v8 profiler", | ||
@@ -5,0 +5,0 @@ "main": "dispatch.js", |
54320