Home
last modified time | relevance | path

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

/external/perfetto/ui/src/tracks/cpu_slices/
Dfrontend.ts172 const wakeupPos = timeScale.timeToPx(details.wakeupTs); constant
173 const latencyWidth = rectStart - wakeupPos; constant
176 wakeupPos,
186 wakeupPos + latencyWidth / 2 - measured.width / 2 - 1,
194 wakeupPos + (latencyWidth) / 2,
202 const wakeupPos = Math.floor(timeScale.timeToPx(details.wakeupTs)); constant
204 ctx.moveTo(wakeupPos, MARGIN_TOP + RECT_HEIGHT / 2 + 8);
206 ctx.lineTo(wakeupPos + 6, MARGIN_TOP + RECT_HEIGHT / 2);
207 ctx.lineTo(wakeupPos, MARGIN_TOP + RECT_HEIGHT / 2 - 8);
208 ctx.lineTo(wakeupPos - 6, MARGIN_TOP + RECT_HEIGHT / 2);