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

Unified Diff: third_party/WebKit/Source/platform/Timer.cpp

Issue 2406703002: tracing: remove sampling state profiler (Closed)
Patch Set: . Created 4 years, 2 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: third_party/WebKit/Source/platform/Timer.cpp
diff --git a/third_party/WebKit/Source/platform/Timer.cpp b/third_party/WebKit/Source/platform/Timer.cpp
index c298a77ea8f20e00eb8b0abeb091df4c7950f2b4..18202fe630183598c3b5d0f50fda86782a8d6ca0 100644
--- a/third_party/WebKit/Source/platform/Timer.cpp
+++ b/third_party/WebKit/Source/platform/Timer.cpp
@@ -127,7 +127,6 @@ void TimerBase::runInternal() {
<< "Timer posted by " << m_location.function_name() << " "
<< m_location.file_name() << " was run on a different thread";
#endif
- TRACE_EVENT_SET_SAMPLING_STATE("blink", "BlinkInternal");
if (m_repeatInterval) {
double now = timerMonotonicallyIncreasingTime();
@@ -142,7 +141,6 @@ void TimerBase::runInternal() {
m_nextFireTime = 0;
}
fired();
- TRACE_EVENT_SET_SAMPLING_STATE("blink", "Sleeping");
}
bool TimerBase::Comparator::operator()(const TimerBase* a,
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.cpp ('k') | third_party/WebKit/Source/platform/heap/Heap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698