14 lines
514 B
Markdown
14 lines
514 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Tracing](./puppeteer.protocol.tracing.md) > [MemoryDumpConfig](./puppeteer.protocol.tracing.memorydumpconfig.md)
|
||
|
|
||
|
## Protocol.Tracing.MemoryDumpConfig interface
|
||
|
|
||
|
Configuration for memory dump. Used only when "memory-infra" category is enabled.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface MemoryDumpConfig
|
||
|
```
|