Index: src/platform.h |
diff --git a/src/platform.h b/src/platform.h |
index a32fbbc028a75c2061b18c1cc5298130e5519ccd..614badd445c7730268c1792693db66564adcb6de 100644 |
--- a/src/platform.h |
+++ b/src/platform.h |
@@ -737,6 +737,9 @@ class Sampler { |
IncSamplesTaken(); |
} |
+ // Performs platform-specific stack sampling. |
+ void DoSample(); |
+ |
// This method is called for each sampling period with the current |
// program counter. |
virtual void Tick(TickSample* sample) = 0; |