Searched refs:runtimeSeconds (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/site_tests/webrtc_PausePlayPeerConnections/ |
D | pause-play.js | 13 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/ |
D | resolution-switching.js | 28 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/ |
D | main-feed-switching.js | 24 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/ |
D | audio_loopback_test.js | 97 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/ |
D | task_tracker.ts | 58 const runtimeSeconds = Math.round((nowMs - value.startTimeMs) / 1000); constant 59 return `${value.message} (${runtimeSeconds}s)`;
|