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

Unified Diff: runtime/vm/profiler.cc

Issue 254383003: Small fixes for Android. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 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
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

Powered by Google App Engine
This is Rietveld 408576698