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

Unified Diff: src/platform-solaris.cc

Issue 12321046: Send SIGPROF signals on the profiler event processor thread (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Changed int distance parameter to boolean Created 7 years, 10 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-solaris.cc
diff --git a/src/platform-solaris.cc b/src/platform-solaris.cc
index 85ba95f7245668543cd17d70d2764f051ca735a3..ea70d08b4274e7a6bb4acf5e8468c0467c9b9611 100644
--- a/src/platform-solaris.cc
+++ b/src/platform-solaris.cc
@@ -872,4 +872,22 @@ void Sampler::Stop() {
SetActive(false);
}
+
+bool Sampler::CanSampleOnProflerEventsProcessorThread() {
+ return false;
+}
+
+
+void Sampler::DoSample() {
+}
+
+
+void Sampler::StartProfiling() {
+}
+
+
+void Sampler::StopProfiling() {
+}
+
+
} } // namespace v8::internal
« src/platform.h ('K') | « src/platform-openbsd.cc ('k') | src/platform-win32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698