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

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

Issue 9706010: about:tracing support for TRACE_ASYNC_START/FINISH events. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 9 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/nonnested_trace.json
diff --git a/chrome/browser/resources/tracing/tests/nonnested_trace.json b/chrome/browser/resources/tracing/tests/nonnested_trace.json
deleted file mode 100644
index ec4e1ae16d4594bac1939b3f784e7f226e4c2ffd..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/tracing/tests/nonnested_trace.json
+++ /dev/null
@@ -1,23 +0,0 @@
-[
- {"cat": "PERF", "pid": 22630, "tid": 22630, "ts": 826, "ph": "B",
jbates 2012/03/15 00:17:15 Isn't this still a valid test case?
- "name": "A", "args": {}},
- {"cat": "PERF", "pid": 22630, "tid": 22630, "ts": 827, "ph": "B",
- "name": "Asub", "args": {}},
- {"cat": "PERF", "pid": 22630, "tid": 22630, "ts": 829, "ph": "B",
- "name": "NonNest", "args": {"id": "1", "ui-nest": "0"}},
- {"cat": "PERF", "pid": 22630, "tid": 22630, "ts": 830, "ph": "B",
- "name": "NonNest", "args": {"id": "2", "ui-nest": "0"}},
- {"cat": "PERF", "pid": 22630, "tid": 22630, "ts": 831, "ph": "E",
- "name": "Asub", "args": {}},
- {"cat": "PERF", "pid": 22630, "tid": 22630, "ts": 832, "ph": "E",
- "name": "NonNest", "args": {"id": "1", "ui-nest": "0"}},
- {"cat": "PERF", "pid": 22630, "tid": 22630, "ts": 833, "ph": "E",
- "name": "NonNest", "args": {"id": "2", "ui-nest": "0"}},
- {"cat": "PERF", "pid": 22630, "tid": 22630, "ts": 834, "ph": "E",
- "name": "A", "args": {}},
-
- {"cat": "PERF", "pid": 22630, "tid": 22631, "ts": 827, "ph": "B",
- "name": "A", "args": {}},
- {"cat": "PERF", "pid": 22630, "tid": 22631, "ts": 854, "ph": "E",
- "name": "A", "args": {}}
-]

Powered by Google App Engine
This is Rietveld 408576698