mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
21 lines
1.0 KiB
Markdown
21 lines
1.0 KiB
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) > [BufferUsageEvent](./puppeteer.protocol.tracing.bufferusageevent.md)
|
|
|
|
## Protocol.Tracing.BufferUsageEvent interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface BufferUsageEvent
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [eventCount](./puppeteer.protocol.tracing.bufferusageevent.eventcount.md) | number | An approximate number of events in the trace log. |
|
|
| [percentFull](./puppeteer.protocol.tracing.bufferusageevent.percentfull.md) | number | A number in range \[0..1\] that indicates the used size of event buffer as a fraction of its total size. |
|
|
| [value](./puppeteer.protocol.tracing.bufferusageevent.value.md) | number | A number in range \[0..1\] that indicates the used size of event buffer as a fraction of its total size. |
|
|
|