Index: runtime/vm/profiler.cc |
=================================================================== |
--- runtime/vm/profiler.cc (revision 35316) |
+++ runtime/vm/profiler.cc (working copy) |
@@ -1505,6 +1505,7 @@ |
return At(cursor); |
} |
+ |
class ProfilerDartStackWalker : public ValueObject { |
public: |
explicit ProfilerDartStackWalker(Sample* sample) |
@@ -1544,6 +1545,7 @@ |
DartFrameIterator frame_iterator_; |
}; |
+ |
// Notes on stack frame walking: |
// |
// The sampling profiler will collect up to Sample::kNumStackFrames stack frames |