Searched refs:findTimestampIndex (Results 1 – 2 of 2) sorted by relevance
/external/perfetto/ui/src/tracks/heap_profile/ |
D | frontend.ts | 100 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/ |
D | frontend.ts | 103 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
|