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

Unified Diff: runtime/vm/profiler.h

Issue 877143002: Remove unsupported --profile-dir flag and related code (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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 e6692701f12ff42fee3d947c9b077dd21291bab2..0c0bb0a82288f5e966c25aaa3acb125931da72d3 100644
--- a/runtime/vm/profiler.h
+++ b/runtime/vm/profiler.h
@@ -46,7 +46,6 @@ class Profiler : public AllStatic {
static void PrintJSON(Isolate* isolate, JSONStream* stream,
bool full, TagOrder tag_order);
- static void WriteProfile(Isolate* isolate);
static SampleBuffer* sample_buffer() {
return sample_buffer_;
« 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