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

Unified Diff: tracing/tracing/model/clock_sync_manager_test.html

Issue 2338583002: Make clock sync latency metric go between each pair of clock domains. (Closed)
Patch Set: rebase Created 4 years, 2 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 | « tracing/tracing/model/clock_sync_manager.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/model/clock_sync_manager_test.html
diff --git a/tracing/tracing/model/clock_sync_manager_test.html b/tracing/tracing/model/clock_sync_manager_test.html
index f8826420517077fcf0bde701d30eaa8da6a5cf3f..37ea5d323c037294ba76d22c925aa0d597a2f04b 100644
--- a/tracing/tracing/model/clock_sync_manager_test.html
+++ b/tracing/tracing/model/clock_sync_manager_test.html
@@ -90,8 +90,8 @@ tr.b.unittest.testSuite(function() {
assert.throws(function() {
mgr.getModelTimeTransformer(ClockDomainId.DOMAIN_2);
- }, 'No clock sync markers exist pairing clock domain "DOMAIN2" with model' +
- ' clock domain "DOMAIN1".');
+ }, 'No clock sync markers exist pairing clock domain "DOMAIN2" with' +
+ ' target clock domain "DOMAIN1".');
}, testOptions);
test('getModelTimeTransformer_noMarkersChromeLegacyFirst', function() {
« no previous file with comments | « tracing/tracing/model/clock_sync_manager.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698