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

Unified Diff: runtime/vm/dart.cc

Issue 1412733008: Switch profiler from isolates to threads (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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/dart.cc
diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc
index fd0dd87560cfa9c2d18d5001e028c7f36c66258d..a40e6d961cd69d12d5b96f8cb7017be2b5888a4a 100644
--- a/runtime/vm/dart.cc
+++ b/runtime/vm/dart.cc
@@ -297,9 +297,6 @@ RawError* Dart::InitializeIsolate(const uint8_t* snapshot_buffer, void* data) {
ObjectStore::Init(I);
}
- // Setup for profiling.
- Profiler::InitProfilingForIsolate(I);
Ivan Posva 2015/10/28 08:27:47 There is no equivalent needed because the fact tha
Cutch 2015/10/28 14:39:18 Correct.
-
const Error& error = Error::Handle(Object::Init(I));
if (!error.IsNull()) {
return error.raw();
« no previous file with comments | « runtime/include/dart_api.h ('k') | runtime/vm/dart_api_impl.cc » ('j') | runtime/vm/profiler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698