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

Unified Diff: Source/platform/ThreadTimers.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/V8WindowShell.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/ThreadTimers.cpp
diff --git a/Source/platform/ThreadTimers.cpp b/Source/platform/ThreadTimers.cpp
index 05c8bc8c945c1ba8f57819eb2b7b9adede362848..afac766be4370610b3ab274da6c6bf79aa06e2e6 100644
--- a/Source/platform/ThreadTimers.cpp
+++ b/Source/platform/ThreadTimers.cpp
@@ -102,7 +102,7 @@ void ThreadTimers::updateSharedTimer()
void ThreadTimers::sharedTimerFired()
{
- TRACE_EVENT_SET_SAMPLING_STATE("Blink", "Internal");
+ TRACE_EVENT_SET_SAMPLING_STATE("Blink", "BlinkInternal");
// Redirect to non-static method.
PlatformThreadData::current().threadTimers().sharedTimerFiredInternal();
« no previous file with comments | « Source/bindings/v8/V8WindowShell.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698