Index: src/platform.h |
diff --git a/src/platform.h b/src/platform.h |
index 14f4551f372e2c5faed9e9f8312ad1ab84a0c519..751f60b87ff8b2b645cc9eacafbc25a3ef8dd7ae 100644 |
--- a/src/platform.h |
+++ b/src/platform.h |
@@ -719,6 +719,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; |