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

Unified Diff: src/log.h

Issue 14238007: Unify Sampler implementation across platforms using signals to suspend thread (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Removed empty line Created 7 years, 8 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 | « src/cpu-profiler.h ('k') | src/platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/log.h
diff --git a/src/log.h b/src/log.h
index 29bc8e81ffa6d969496ce26183e066ed40a3bdf5..21f387e91b41a0939b15477a92b40a663ea72a7a 100644
--- a/src/log.h
+++ b/src/log.h
@@ -74,6 +74,7 @@ namespace internal {
class LogMessageBuilder;
class Profiler;
class Semaphore;
+struct TickSample;
class Ticker;
class Isolate;
class PositionsRecorder;
« no previous file with comments | « src/cpu-profiler.h ('k') | src/platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698