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

Unified Diff: runtime/vm/profiler.h

Issue 205713004: Add isolate tag-profile and better handling of errors (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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 | « runtime/vm/isolate.cc ('k') | runtime/vm/profiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/profiler.h
diff --git a/runtime/vm/profiler.h b/runtime/vm/profiler.h
index 81dccd0cfb5a8de43a37e662b2a3fc1aa2638313..64c60c4237197549172650c30c0a8a36cd597972 100644
--- a/runtime/vm/profiler.h
+++ b/runtime/vm/profiler.h
@@ -70,6 +70,7 @@ class IsolateProfilerData {
private:
SampleBuffer* sample_buffer_;
bool own_sample_buffer_;
+
DISALLOW_COPY_AND_ASSIGN(IsolateProfilerData);
};
« no previous file with comments | « runtime/vm/isolate.cc ('k') | runtime/vm/profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698