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

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

Issue 8513009: Add TRACE_COUNTER support to about:tracing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/trivial_trace.json
diff --git a/chrome/browser/resources/tracing/tests/trivial_trace.json b/chrome/browser/resources/tracing/tests/trivial_trace.json
new file mode 100644
index 0000000000000000000000000000000000000000..72c489ad1df7cc1d41178f1c561a28d02f5907ff
--- /dev/null
+++ b/chrome/browser/resources/tracing/tests/trivial_trace.json
@@ -0,0 +1,10 @@
+[
+ {"name": "a", "args": {},"pid": 52, "ts": 9524, "cat": "foo", "tid": 53,
+ "ph": "B"},
+ {"name": "a", "args": {},"pid": 52, "ts": 9560, "cat": "foo", "tid": 53,
+ "ph": "E"},
+ {"name": "b", "args": {},"pid": 52, "ts": 9629, "cat": "foo", "tid": 53,
+ "ph": "B"},
+ {"name": "b", "args": {},"pid": 52, "ts": 9631, "cat": "foo", "tid": 53,
+ "ph": "E"}
+ ]

Powered by Google App Engine
This is Rietveld 408576698