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

Unified Diff: runtime/vm/dart.cc

Issue 109803002: Profiler Take 2 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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/atomic_win.cc ('k') | runtime/vm/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/dart.cc
diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc
index 2633f255980438e6a322aa8395d86e7678f70eed..248d41393b2ea42c57875e7a5da717a0f6ecfcc5 100644
--- a/runtime/vm/dart.cc
+++ b/runtime/vm/dart.cc
@@ -21,6 +21,7 @@
#include "vm/snapshot.h"
#include "vm/stub_code.h"
#include "vm/symbols.h"
+#include "vm/thread_interrupter.h"
#include "vm/thread_pool.h"
#include "vm/virtual_memory.h"
#include "vm/zone.h"
@@ -97,7 +98,7 @@ const char* Dart::InitOnce(Dart_IsolateCreateCallback create,
FreeListElement::InitOnce();
Api::InitOnce();
CodeObservers::InitOnce();
- ProfilerManager::InitOnce();
+ Profiler::InitOnce();
#if defined(USING_SIMULATOR)
Simulator::InitOnce();
#endif
@@ -172,7 +173,7 @@ const char* Dart::Cleanup() {
vm_isolate_ = NULL;
#endif
- ProfilerManager::Shutdown();
+ Profiler::Shutdown();
CodeObservers::DeleteAll();
return NULL;
« no previous file with comments | « runtime/vm/atomic_win.cc ('k') | runtime/vm/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698