Home
last modified time | relevance | path

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

/development/tools/winscope/src/common/
Dtime.ts34 export interface TimestampFormatter { interface
40 private readonly formatter: TimestampFormatter;
42 constructor(valueNs: bigint, formatter: TimestampFormatter) {
Dtimestamp_converter.ts21 TimestampFormatter,
36 class RealTimestampFormatter implements TimestampFormatter {