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

Unified Diff: src/platform-cygwin.cc

Issue 10857035: Moving cpu profiling into its own thread. (Closed) Base URL: http://git.chromium.org/external/v8.git@master
Patch Set: moved installing/restoring handler of SIGPROF to Sampler::Start/Stop Created 8 years, 3 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: src/platform-cygwin.cc
diff --git a/src/platform-cygwin.cc b/src/platform-cygwin.cc
index 089ea38d9a1bb2e0eb11de6d6f1551b0a5268ee3..7ef9f2469f84e13f2997a310ddbf79572a1dbee1 100644
--- a/src/platform-cygwin.cc
+++ b/src/platform-cygwin.cc
@@ -768,6 +768,11 @@ Sampler::~Sampler() {
}
+void Sampler::DoSample() {
+ // TODO: implement
+}
+
+
void Sampler::Start() {
ASSERT(!IsActive());
SetActive(true);

Powered by Google App Engine
This is Rietveld 408576698