Home
last modified time | relevance | path

Searched refs:runtimeSeconds (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/site_tests/webrtc_PausePlayPeerConnections/
Dpause-play.js13 constructor(runtimeSeconds, pausePlayIterationDelayMillis) { argument
14 this.runtimeSeconds = runtimeSeconds;
80 if (timeSpent >= this.runtimeSeconds * 1000) {
96 runtimeSeconds, numPeerConnections, pausePlayIterationDelayMillis) { argument
98 runtimeSeconds, pausePlayIterationDelayMillis);
/external/autotest/client/site_tests/video_WebRtcResolutionSwitching/
Dresolution-switching.js28 constructor(runtimeSeconds, switchResolutionDelayMillis) { argument
29 this.runtimeSeconds = runtimeSeconds;
85 if (timeSpent >= this.runtimeSeconds * 1000) {
99 runtimeSeconds, numPeerConnections, switchResolutionDelayMillis) { argument
100 testRunner = new TestRunner(runtimeSeconds, switchResolutionDelayMillis);
/external/autotest/client/site_tests/video_WebRtcMainFeedSwitching/
Dmain-feed-switching.js24 constructor(numConnections, runtimeSeconds, iterationDelayMillis) { argument
25 this.runtimeSeconds = runtimeSeconds;
90 if (timeSpent >= this.runtimeSeconds * 1000) {
109 runtimeSeconds, numPeerConnections, iterationDelayMillis) { argument
111 numPeerConnections, runtimeSeconds, iterationDelayMillis);
/external/autotest/client/site_tests/audio_WebRtcAudioLoopback/
Daudio_loopback_test.js97 constructor(runtimeSeconds) { argument
98 this.runtimeSeconds = runtimeSeconds;
143 if (timeSpent >= this.runtimeSeconds * 1000) {
159 function run(runtimeSeconds, numPeerConnections) { argument
160 testRunner = new TestRunner(runtimeSeconds);
/external/perfetto/ui/src/frontend/
Dtask_tracker.ts58 const runtimeSeconds = Math.round((nowMs - value.startTimeMs) / 1000); constant
59 return `${value.message} (${runtimeSeconds}s)`;