Home
last modified time | relevance | path

Searched refs:_maxBufferSize (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/ui/src/frontend/
Dperf.ts53 constructor(private _maxBufferSize = 10) {} property in RunningStatistics
58 if (this.buffer.length > this._maxBufferSize) {
78 return this._maxBufferSize;