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

Unified Diff: runtime/vm/isolate.cc

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 | « no previous file | runtime/vm/profiler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/isolate.cc
diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
index a7e46617fd74b5ca6ad6b1573c7f1eba25af71e7..583bdec5aa14a29a3d85de954f8570f2f712f71b 100644
--- a/runtime/vm/isolate.cc
+++ b/runtime/vm/isolate.cc
@@ -1102,9 +1102,6 @@ void Isolate::Shutdown() {
// Dump all accumulated timer data for the isolate.
timer_list_.ReportTimers();
- // Write out profiler data if requested.
- Profiler::WriteProfile(this);
-
// Write out the coverage data if collection has been enabled.
CodeCoverage::Write(this);
« no previous file with comments | « no previous file | runtime/vm/profiler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698