Home
last modified time | relevance | path

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

/external/perfetto/ui/src/components/
Dtime_utils.ts21 const {dhhmmss, millis, micros, nanos} = Time.toTimecode(time);
/external/perfetto/ui/src/base/
Dgcs_uploader.ts121 str += ' - ETA: ' + Time.toTimecode(Time.fromSeconds(etaSecs)).dhhmmss;
Dtime.ts177 static toTimecode(time: time): Timecode { method in Time
/external/perfetto/ui/src/frontend/viewer_page/
Dtime_axis_panel.ts184 const timecode = Time.toTimecode(time);
Dtime_selection_panel.ts272 return Time.toTimecode(time).toString(THIN_SPACE);
Doverview_timeline_panel.ts313 const timecode = Time.toTimecode(time);