Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: tools/perf/page_sets/mse_cases/startup_test.js

Issue 251593008: Don't include abort() cost when timing MSE methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/mse_cases/startup_test.js
diff --git a/tools/perf/page_sets/mse_cases/startup_test.js b/tools/perf/page_sets/mse_cases/startup_test.js
index 98f714b90164546244d949291c260f7e25cbbb7a..282bde7ce5fca1c43506e5faca991c9963491ce7 100644
--- a/tools/perf/page_sets/mse_cases/startup_test.js
+++ b/tools/perf/page_sets/mse_cases/startup_test.js
@@ -375,12 +375,11 @@
return;
}
+ var testEndTime = getPerfTimestamp();
for (var i = 0; i < appenders.length; ++i) {
appenders[i].onPlaybackStarted(mediaSource);
}
- var testEndTime = getPerfTimestamp();
-
testDone = true;
window.clearInterval(listener);
window.clearTimeout(timeout);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698