UNPKG

@beincom/node-profile

Version:

``` npm install @beincom/node-profile # yarn add @beincom/node-profile ```

3 lines (2 loc) 107 B
import { Profile } from 'pprof-format'; export declare function processProfile(profile: Profile): Profile;