Home
last modified time | relevance | path

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

/external/perfetto/ui/src/tracks/async_slices/
Dcontroller.ts40 const maxDurResult = await this.query(` constant
45 if (slowlyCountRows(maxDurResult) === 1) {
46 this.maxDurNs = maxDurResult.columns[0].longValues![0];
/external/perfetto/ui/src/tracks/counter/
Dcontroller.ts75 const maxDurResult = await this.query(` constant
82 if (slowlyCountRows(maxDurResult) === 1) {
83 this.maxDurNs = maxDurResult.columns[0].longValues![0];
/external/perfetto/ui/src/tracks/expected_frames/
Dcontroller.ts40 const maxDurResult = await this.query(` constant
45 if (slowlyCountRows(maxDurResult) === 1) {
46 this.maxDurNs = maxDurResult.columns[0].longValues![0];
/external/perfetto/ui/src/tracks/actual_frames/
Dcontroller.ts48 const maxDurResult = await this.query(` constant
53 if (slowlyCountRows(maxDurResult) === 1) {
54 this.maxDurNs = maxDurResult.columns[0].longValues![0];