UNPKG

@oaklean/profiler

Version:

A library to measure the energy consumption of your javascript/typescript code

5 lines (4 loc) 172 B
import type { Protocol as Cdp } from 'devtools-protocol'; export declare class CPUProfilerCleanUpHelper { static cleanUpProfile(profile: Cdp.Profiler.Profile): void; }