MCPcopy Index your code
hub / github.com/CesiumGS/cesium / formatTimeSinceInSeconds

Function formatTimeSinceInSeconds

scripts/createRoute.js:10–12  ·  view source on GitHub ↗

@param {number} start

(start)

Source from the content-addressed store, hash-verified

8
9/** @param {number} start */
10function formatTimeSinceInSeconds(start) {
11 return Math.ceil((performance.now() - start) / 100) / 10;
12}
13
14/**
15 * @param {BuildResult} result

Callers 1

createRouteFunction · 0.70

Calls 1

nowMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…