Searched defs:startTs (Results 1 – 5 of 5) sorted by relevance
22 startTs: number; property
38 startTs?: number; property
96 const {total, startTs, endTs, firstRowTs, lastRowTs} = this.bounds; constant
51 const startTs = startNs ? fromNs(startNs) : trace.start; constant
546 const startTs = row.startTs === null ? undefined : row.startTs; constant843 const startTs = row.startTs === null ? undefined : row.startTs; constant