Home
last modified time | relevance | path

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

/development/tools/winscope/src/trace/
Dscreen_recording_utils.ts24 currentTimestampNs: bigint,
27 Number(currentTimestampNs - firstTimestampNs) / 1000000000 +
/development/tools/winscope/src/app/components/timeline/
Dtimeline_component.ts839 const currentTimestampNs = constant
841 return this.bookmarks.some((bm) => bm.getValueNs() === currentTimestampNs);
899 const currentTimestampNs = constant
906 .makeTimestampFromNs(currentTimestampNs)
914 this.selectedNsFormControl.setValue(`${currentTimestampNs} ns`);