puppeteer/new-docs/puppeteer.protocol.memory.samplingprofilenode.md
2020-07-13 14:01:35 +01:00

906 B

Home > puppeteer > Protocol > Memory > SamplingProfileNode

Protocol.Memory.SamplingProfileNode interface

Heap profile sample.

Signature:

export interface SamplingProfileNode 

Properties

Property Type Description
size number Size of the sampled allocation.
stack string[] Execution stack at the point of allocation.
total number Total bytes attributed to this sample.