Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/transitions/legacy/
Dtraces_parser_transitions.ts138 return compressedTransitions.sort((a, b) => this.compareByTimestamp(a, b));
141 private compareByTimestamp(a: PropertyTreeNode, b: PropertyTreeNode): number { method in TracesParserTransitions