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

Unified Diff: src/cpu-profiler.h

Issue 23011029: Do not start sampler thread when CpuProfiler is active (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebase Created 7 years, 4 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 | src/cpu-profiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cpu-profiler.h
diff --git a/src/cpu-profiler.h b/src/cpu-profiler.h
index e3d38ba539ea90b165ac5b41ec5d03be2983f812..a6eccffb6bc6f025ca73833e66cf61a0c23fb527 100644
--- a/src/cpu-profiler.h
+++ b/src/cpu-profiler.h
@@ -163,7 +163,6 @@ class ProfilerEventsProcessor : public Thread {
bool ProcessTicks();
void ProcessEventsAndDoSample();
- void ProcessEventsAndYield();
ProfileGenerator* generator_;
Sampler* sampler_;
@@ -266,7 +265,6 @@ class CpuProfiler : public CodeEventListener {
ProfileGenerator* generator_;
ProfilerEventsProcessor* processor_;
bool saved_is_logging_;
- bool need_to_stop_sampler_;
bool is_profiling_;
DISALLOW_COPY_AND_ASSIGN(CpuProfiler);
« no previous file with comments | « no previous file | src/cpu-profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698