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

Unified Diff: src/platform-macos.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
Index: src/platform-macos.cc
diff --git a/src/platform-macos.cc b/src/platform-macos.cc
index a937ed3a5c12c580a2c26e36611e6070aa2ee2dc..1b76a18fd7fcd34ae662e963c3c9e2128a546707 100644
--- a/src/platform-macos.cc
+++ b/src/platform-macos.cc
@@ -900,6 +900,11 @@ Sampler::~Sampler() {
}
+void Sampler::DoSample() {
+ // TODO: implement
+}
+
+
void Sampler::Start() {
ASSERT(!IsActive());
SetActive(true);
« src/platform-linux.cc ('K') | « src/platform-linux.cc ('k') | src/platform-openbsd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698