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