Home
last modified time | relevance | path

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

/development/tools/winscope/src/common/time/
Dtime_duration.ts21 constructor(private timeDiffNs: bigint) {} property in TimeDuration
23 return this.timeDiffNs;
28 this.timeDiffNs,
/development/tools/winscope/src/parsers/transitions/operations/
Dadd_duration.ts42 const timeDiffNs = finishTime.minus(sendTime.getValueNs()).getValueNs(); constant
43 const timeDiff = new TimeDuration(timeDiffNs);
/development/tools/winscope/src/viewers/viewer_jank_cujs/
Dpresenter.ts120 const timeDiffNs = endTs.minus(startTs.getValueNs()).getValueNs(); constant
121 timeDiff = new TimeDuration(timeDiffNs);