Searched refs:toNsCeil (Results 1 – 4 of 4) sorted by relevance
16 import {fromNs, toNsCeil, toNsFloor} from '../../common/time';31 const endNs = toNsCeil(end);34 const quantNs = toNsCeil(resolution);
24 import {fromNs, TimeSpan, toNsCeil, toNsFloor} from '../common/time';32 const vizEndNs = toNsCeil(span.end);68 const vizEndNs = toNsCeil(span.end);
27 import {toNs, toNsCeil, toNsFloor} from '../common/time';401 const endNs = toNsCeil(endSec);
40 export function toNsCeil(seconds: number) { function