Searched refs:startNs (Results 1 – 12 of 12) sorted by relevance
36 const startNs = Math.round(start * 1e9); constant51 `and ts >= ${startNs} - dur ` +64 const windowDurNs = Math.max(1, endNs - startNs);67 window_start=${startNs},79 `and ts >= ${startNs} - dur ` +88 `and ts >= ${startNs} - dur ` +
42 const startNs = Math.round(start * 1e9); constant72 const windowStartNs = Math.floor(startNs / bucketSizeNs) * bucketSizeNs;89 const startNs = Math.round(start * 1e9); constant91 const numBuckets = Math.ceil((endNs - startNs) / bucketSizeNs);
43 const startNs = Math.round(start * 1e9); constant59 let windowStartNs = startNs;84 const startNs = Math.round(start * 1e9); constant86 const numBuckets = Math.ceil((endNs - startNs) / bucketSizeNs);
48 const startNs = Math.round(start * 1e9); constant69 let windowStartNs = startNs;94 const startNs = Math.round(start * 1e9); constant96 const numBuckets = Math.ceil((endNs - startNs) / bucketSizeNs);
43 const startNs = Math.round(start * 1e9); constant73 let windowStartNs = startNs;98 where ts <= ${endNs} and ${startNs} <= ts_end;`;
42 const startNs = Math.round(start * 1e9); constant111 let windowStartNs = startNs;118 window_start = ${startNs},
42 const startNs = Math.round(start * 1e9); constant135 const windowDurNs = Math.max(1, endNs - startNs);138 window_start=${startNs},
36 const startNs = Math.floor(start * 1e9); constant48 where ts >= ${startNs} and ts <= ${endNs}
43 const startNs = minResult[0]; constant50 const startTs = startNs ? fromNs(startNs) : trace.start;
522 const startNs = Math.floor(startSec * 1e9); constant529 `where ts >= ${startNs} and ts < ${endNs} and utid != 0 ` +
52 long startNs = System.nanoTime(); in instrumentJar() local106 long elapsedNs = System.nanoTime() - startNs; in instrumentJar()
203 long startNs = System.nanoTime(); in intercept() local205 long tookMs = TimeUnit.NANOSECONDS.toMillis(System.nanoTime() - startNs); in intercept()