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

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

Issue 10543144: Remove old tracing code now that it has moved to third_party. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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/instance_counters.json
diff --git a/chrome/browser/resources/tracing/tests/instance_counters.json b/chrome/browser/resources/tracing/tests/instance_counters.json
deleted file mode 100644
index 4a2f2215f9ffc47995517c62d3615b4abe22e448..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/tracing/tests/instance_counters.json
+++ /dev/null
@@ -1,28 +0,0 @@
-[
- {"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"},
-
- {"name": "counter", "args": {"value": 2}, "pid": 52, "ts": 9524,
- "cat": "foo", "tid": 53, "ph": "C", "id": "123"},
- {"name": "counter", "args": {"value": 10}, "pid": 52, "ts": 9626,
- "cat": "foo", "tid": 53, "ph": "C", "id": "123"},
- {"name": "counter", "args": {"value": 5}, "pid": 52, "ts": 9627,
- "cat": "foo", "tid": 53, "ph": "C", "id": "123"},
- {"name": "counter", "args": {"value": 8}, "pid": 52, "ts": 9628,
- "cat": "foo", "tid": 53, "ph": "C", "id": "123"},
- {"name": "counter", "args": {"value": 4}, "pid": 52, "ts": 9629,
- "cat": "foo", "tid": 53, "ph": "C", "id": "123"},
- {"name": "counter", "args": {"value": 10}, "pid": 52, "ts": 9631,
- "cat": "foo", "tid": 53, "ph": "C", "id": "123"},
-
- {"name": "counter", "args": {"value": 10}, "pid": 52, "ts": 9524,
- "cat": "foo", "tid": 53, "ph": "C", "id": "b"},
- {"name": "counter", "args": {"value": 0}, "pid": 52, "ts": 9631,
- "cat": "foo", "tid": 53, "ph": "C", "id": "b"}
-]

Powered by Google App Engine
This is Rietveld 408576698