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

Unified Diff: third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp

Issue 2642723005: [not for commit] Add necessary code to enable per-request CPU benchmarking (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | tools/perf/benchmarks/page_cycler_v2.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp
diff --git a/third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp b/third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp
index 59a96fcbacc43add98b3f2131979416e0dbe0917..ed15be521a8b86a611c74df8a8c0ccebe6d4e5fe 100644
--- a/third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp
+++ b/third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp
@@ -468,7 +468,7 @@ Resource* ResourceFetcher::requestResource(
request.getResourceWidth(), resourceRequest);
// TODO(dproy): Remove this. http://crbug.com/659666
- TRACE_EVENT1("blink", "ResourceFetcher::requestResource", "url",
+ TRACE_EVENT1("blink,loading", "ResourceFetcher::requestResource", "url",
urlForTraceEvent(request.url()));
if (!request.url().isValid())
« no previous file with comments | « no previous file | tools/perf/benchmarks/page_cycler_v2.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698