Searched defs:fromNs (Results 1 – 2 of 2) sorted by relevance
50 const startTs = startNs ? fromNs(startNs) : trace.start; constant51 const endTs = endNs ? fromNs(endNs) : trace.end; constant52 const firstRowTs = firstRowNs ? fromNs(firstRowNs) : endTs; constant53 const lastRowTs = lastRowNs ? fromNs(lastRowNs) : startTs; constant
30 export function fromNs(ns: number) { function