Home
last modified time | relevance | path

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

/external/perfetto/ui/src/tracks/cpu_slices/
Dcontroller.ts71 const resolutionNs = toNs(resolution); constant
75 assertTrue(Math.log2(resolutionNs) % 1 === 0);
83 Math.max(Math.round(resolutionNs * this.pxSize() / 2) * 2, 1);
/external/perfetto/ui/src/tracks/process_scheduling/
Dcontroller.ts80 const resolutionNs = toNs(resolution); constant
81 assertTrue(Math.log2(resolutionNs) % 1 === 0);
89 Math.max(Math.round(resolutionNs * this.pxSize() / 2) * 2, 1);
/external/perfetto/ui/src/tracks/cpu_freq/
Dcontroller.ts75 const resolutionNs = toNs(resolution); constant
76 assertTrue(Math.log2(resolutionNs) % 1 === 0);
84 Math.max(Math.round(resolutionNs * this.pxSize() / 2) * 2, 1);
/external/perfetto/ui/src/tracks/thread_state/
Dcontroller.ts64 const resolutionNs = toNs(resolution); constant
71 Math.max(Math.round(resolutionNs * this.pxSize() / 2) * 2, 1);