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

Side by Side Diff: chrome/browser/resources/tracing/tests/nonnested_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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 [
2 {"cat": "PERF", "pid": 22630, "tid": 22630, "ts": 826, "ph": "B",
3 "name": "A", "args": {}},
4 {"cat": "PERF", "pid": 22630, "tid": 22630, "ts": 827, "ph": "B",
5 "name": "Asub", "args": {}},
6 {"cat": "PERF", "pid": 22630, "tid": 22630, "ts": 829, "ph": "B",
7 "name": "NonNest", "args": {"id": "1", "ui-nest": "0"}},
8 {"cat": "PERF", "pid": 22630, "tid": 22630, "ts": 830, "ph": "B",
9 "name": "NonNest", "args": {"id": "2", "ui-nest": "0"}},
10 {"cat": "PERF", "pid": 22630, "tid": 22630, "ts": 831, "ph": "E",
11 "name": "Asub", "args": {}},
12 {"cat": "PERF", "pid": 22630, "tid": 22630, "ts": 832, "ph": "E",
13 "name": "NonNest", "args": {"id": "1", "ui-nest": "0"}},
14 {"cat": "PERF", "pid": 22630, "tid": 22630, "ts": 833, "ph": "E",
15 "name": "NonNest", "args": {"id": "2", "ui-nest": "0"}},
16 {"cat": "PERF", "pid": 22630, "tid": 22630, "ts": 834, "ph": "E",
17 "name": "A", "args": {}},
18
19 {"cat": "PERF", "pid": 22630, "tid": 22631, "ts": 827, "ph": "B",
20 "name": "A", "args": {}},
21 {"cat": "PERF", "pid": 22630, "tid": 22631, "ts": 854, "ph": "E",
22 "name": "A", "args": {}}
23 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698