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

Unified Diff: Source/bindings/v8/V8WindowShell.cpp

Issue 131203009: Make event names of TRACE_EVENT_SAMPLING_STATE macros more descriptive (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « Source/bindings/v8/V8ScriptRunner.cpp ('k') | Source/platform/ThreadTimers.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/V8WindowShell.cpp
diff --git a/Source/bindings/v8/V8WindowShell.cpp b/Source/bindings/v8/V8WindowShell.cpp
index 5356ce0f21ee0f5f6b994ad0756d196d36db9186..a5f2aaf0dbbc16af3476c79482ad71603ea1aa3f 100644
--- a/Source/bindings/v8/V8WindowShell.cpp
+++ b/Source/bindings/v8/V8WindowShell.cpp
@@ -186,6 +186,7 @@ bool V8WindowShell::initializeIfNeeded()
return true;
TRACE_EVENT0("v8", "V8WindowShell::initializeIfNeeded");
+ TRACE_EVENT_SCOPED_SAMPLING_STATE("Blink", "InitializeWindow");
v8::HandleScope handleScope(m_isolate);
« no previous file with comments | « Source/bindings/v8/V8ScriptRunner.cpp ('k') | Source/platform/ThreadTimers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698