Home
last modified time | relevance | path

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

/external/perfetto/ui/src/tracks/heap_profile/
Dfrontend.ts100 const index = this.findTimestampIndex(left, timeScale, data, x, y, right);
116 const index = this.findTimestampIndex(left, timeScale, data, x, y, right);
129 findTimestampIndex( method in HeapProfileTrack
/external/perfetto/ui/src/tracks/cpu_profile/
Dfrontend.ts103 const index = this.findTimestampIndex(left, timeScale, data, x, y, right);
119 const index = this.findTimestampIndex(left, timeScale, data, x, y, right);
133 findTimestampIndex( method in CpuProfileTrack