Searched refs:toNsFloor (Results 1 – 4 of 4) sorted by relevance
16 import {fromNs, toNsCeil, toNsFloor} from '../../common/time';30 const startNs = toNsFloor(start);
24 import {fromNs, TimeSpan, toNsCeil, toNsFloor} from '../common/time';31 const vizStartNs = toNsFloor(span.start);67 const vizStartNs = toNsFloor(span.start);
27 import {toNs, toNsCeil, toNsFloor} from '../common/time';399 const startNs = toNsFloor(startSec);
36 export function toNsFloor(seconds: number) { function