MCPcopy Create free account
hub / github.com/tensorflow/tfjs / sleep

Function sleep

e2e/benchmarks/browserstack-benchmark/app.js:223–225  ·  view source on GitHub ↗
(timeMs)

Source from the content-addressed store, hash-verified

221}
222
223function sleep(timeMs) {
224 return new Promise(resolve => setTimeout(resolve, timeMs));
225}
226
227/**
228 * Gets the benchmark result of a singular browser-device pairing.

Callers 1

getOneBenchmarkResultFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…