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

Unified Diff: src/platform-win32.cc

Issue 10857035: Moving cpu profiling into its own thread. (Closed) Base URL: http://git.chromium.org/external/v8.git@master
Patch Set: added a flag to set sampling rate Created 8 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
« src/platform-linux.cc ('K') | « src/platform-solaris.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform-win32.cc
diff --git a/src/platform-win32.cc b/src/platform-win32.cc
index 49463be8e00fbf8ab022e71ba8af5fccaf0f2f09..7a354f3d13ca775aa97e9985fbe897c88ef38f15 100644
--- a/src/platform-win32.cc
+++ b/src/platform-win32.cc
@@ -2114,6 +2114,11 @@ Sampler::~Sampler() {
}
+void Sampler::DoSample() {
+ // TODO: implement
+}
+
+
void Sampler::Start() {
ASSERT(!IsActive());
SetActive(true);
« src/platform-linux.cc ('K') | « src/platform-solaris.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698