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

Unified Diff: chrome/browser/resources/tracing/tests/async_begin_end.json

Issue 9522010: Add ASYNC_STEP support to trace_event and change START to ASYNC_BEGIN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: just a merge Created 8 years, 10 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
Index: chrome/browser/resources/tracing/tests/async_begin_end.json
diff --git a/chrome/browser/resources/tracing/tests/start_finish.json b/chrome/browser/resources/tracing/tests/async_begin_end.json
similarity index 90%
rename from chrome/browser/resources/tracing/tests/start_finish.json
rename to chrome/browser/resources/tracing/tests/async_begin_end.json
index c9053ba71cee68719ff123de3ea5a485e93e8813..ed604372aae839816dfa95783300716a44c3f420 100644
--- a/chrome/browser/resources/tracing/tests/start_finish.json
+++ b/chrome/browser/resources/tracing/tests/async_begin_end.json
@@ -7,11 +7,13 @@
{"cat":"r","pid":1,"tid":1,"ts":200,"ph":"S","name":"B","args":{},"id":"2"},
{"cat":"r","pid":1,"tid":1,"ts":220,"ph":"B","name":"BE1","args":{}},
{"cat":"r","pid":1,"tid":1,"ts":230,"ph":"B","name":"BE2","args":{}},
+{"cat":"r","pid":1,"tid":1,"ts":240,"ph":"T","name":"B","args":{},"id":"2"},
{"cat":"r","pid":1,"tid":1,"ts":250,"ph":"S","name":"A","args":{},"id":"2a"},
{"cat":"r","pid":1,"tid":1,"ts":270,"ph":"E","name":"BE2","args":{}},
{"cat":"r","pid":1,"tid":1,"ts":300,"ph":"F","name":"B","args":{},"id":"1"},
{"cat":"r","pid":1,"tid":1,"ts":350,"ph":"E","name":"BE1","args":{}},
{"cat":"r","pid":1,"tid":1,"ts":400,"ph":"F","name":"B","args":{},"id":"2"},
+{"cat":"r","pid":3,"tid":4,"ts":450,"ph":"T","name":"A","args":{},"id":"2a"},
{"cat":"r","pid":2,"tid":2,"ts":500,"ph":"S","name":"E","args":{},"id":"1"},
{"cat":"r","pid":2,"tid":3,"ts":600,"ph":"S","name":"E","args":{},"id":"2"},
{"cat":"r","pid":3,"tid":4,"ts":700,"ph":"F","name":"E","args":{},"id":"1"},
« no previous file with comments | « base/test/trace_event_analyzer_unittest.cc ('k') | chrome/browser/resources/tracing/tests/start_finish.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698