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

Side by Side Diff: chrome/browser/resources/tracing/tests/start_finish.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, 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/tracing/tests/async_begin_end.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [
2 {"cat":"r","pid":1,"tid":1,"ts":50,"ph":"S","name":"A","args":{},"id":"1a"},
3 {"cat":"r","pid":1,"tid":1,"ts":100,"ph":"S","name":"B","args":{},"id":"1"},
4 {"cat":"r","pid":1,"tid":1,"ts":120,"ph":"B","name":"BE1","args":{}},
5 {"cat":"r","pid":1,"tid":1,"ts":150,"ph":"F","name":"D","args":{},"id":"bf1"},
6 {"cat":"r","pid":1,"tid":1,"ts":170,"ph":"E","name":"BE1","args":{}},
7 {"cat":"r","pid":1,"tid":1,"ts":200,"ph":"S","name":"B","args":{},"id":"2"},
8 {"cat":"r","pid":1,"tid":1,"ts":220,"ph":"B","name":"BE1","args":{}},
9 {"cat":"r","pid":1,"tid":1,"ts":230,"ph":"B","name":"BE2","args":{}},
10 {"cat":"r","pid":1,"tid":1,"ts":250,"ph":"S","name":"A","args":{},"id":"2a"},
11 {"cat":"r","pid":1,"tid":1,"ts":270,"ph":"E","name":"BE2","args":{}},
12 {"cat":"r","pid":1,"tid":1,"ts":300,"ph":"F","name":"B","args":{},"id":"1"},
13 {"cat":"r","pid":1,"tid":1,"ts":350,"ph":"E","name":"BE1","args":{}},
14 {"cat":"r","pid":1,"tid":1,"ts":400,"ph":"F","name":"B","args":{},"id":"2"},
15 {"cat":"r","pid":2,"tid":2,"ts":500,"ph":"S","name":"E","args":{},"id":"1"},
16 {"cat":"r","pid":2,"tid":3,"ts":600,"ph":"S","name":"E","args":{},"id":"2"},
17 {"cat":"r","pid":3,"tid":4,"ts":700,"ph":"F","name":"E","args":{},"id":"1"},
18 {"cat":"r","pid":1,"tid":1,"ts":725,"ph":"S","name":"D","args":{},"id":"bf2"},
19 {"cat":"r","pid":1,"tid":1,"ts":750,"ph":"F","name":"A","args":{},"id":"2a"},
20 {"cat":"r","pid":3,"tid":5,"ts":800,"ph":"F","name":"E","args":{},"id":"2"},
21 {"cat":"r","pid":1,"tid":1,"ts":900,"ph":"F","name":"A","args":{},"id":"1a"}
22 ]
OLDNEW
« no previous file with comments | « chrome/browser/resources/tracing/tests/async_begin_end.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698