Searched refs:endNs (Results 1 – 10 of 10) sorted by relevance
37 const endNs = Math.round(end * 1e9); constant52 `and ts <= ${endNs} ` +64 const windowDurNs = Math.max(1, endNs - startNs);80 `and ts <= ${endNs} ` +89 `and ts <= ${endNs} ` +
43 const endNs = Math.round(end * 1e9); constant73 const windowDurNs = Math.max(1, endNs - windowStartNs);90 const endNs = Math.round(end * 1e9); constant91 const numBuckets = Math.ceil((endNs - startNs) / bucketSizeNs);
44 const endNs = Math.round(end * 1e9); constant63 const windowDurNs = Math.max(1, endNs - windowStartNs);85 const endNs = Math.round(end * 1e9); constant86 const numBuckets = Math.ceil((endNs - startNs) / bucketSizeNs);
49 const endNs = Math.round(end * 1e9); constant73 const windowDurNs = Math.max(1, endNs - windowStartNs);95 const endNs = Math.round(end * 1e9); constant96 const numBuckets = Math.ceil((endNs - startNs) / bucketSizeNs);
44 const endNs = Math.round(end * 1e9); constant77 const windowDurNs = Math.max(1, endNs - windowStartNs);98 where ts <= ${endNs} and ${startNs} <= ts_end;`;
37 const endNs = Math.ceil(end * 1e9); constant48 where ts >= ${startNs} and ts <= ${endNs}
47 const endNs = maxResult[0]; constant51 const endTs = endNs ? fromNs(endNs) : trace.end;
524 const endNs = Math.ceil(endSec * 1e9); constant529 `where ts >= ${startNs} and ts < ${endNs} and utid != 0 ` +
43 const endNs = Math.round(end * 1e9); constant115 const windowDurNs = Math.max(1, endNs - windowStartNs);
43 const endNs = Math.round(end * 1e9); constant135 const windowDurNs = Math.max(1, endNs - startNs);