Searched refs:compareByTimestamp (Results 1 – 1 of 1) sorted by relevance
138 return compressedTransitions.sort((a, b) => this.compareByTimestamp(a, b));141 private compareByTimestamp(a: PropertyTreeNode, b: PropertyTreeNode): number { method in TracesParserTransitions