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

Unified Diff: runtime/vm/profiler_service.cc

Issue 1013563002: CPU profile displayed in three tables with a tree (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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/observatory/lib/src/elements/vm_view.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/profiler_service.cc
diff --git a/runtime/vm/profiler_service.cc b/runtime/vm/profiler_service.cc
index 6e3637fecd87d30c4fde55632e987aa5768d7b45..f2de56adb59721752e681663bfa7e3659a14b97b 100644
--- a/runtime/vm/profiler_service.cc
+++ b/runtime/vm/profiler_service.cc
@@ -1764,7 +1764,6 @@ class ProfileFunctionTrieBuilder : public SampleVisitor {
function->Tick(exclusive, exclusive ? -1 : inclusive_serial);
}
function->AddCodeObjectIndex(code_index);
-
current = current->GetChild(function->index());
current->AddCodeObjectIndex(code_index);
if (top_frame) {
« no previous file with comments | « runtime/observatory/lib/src/elements/vm_view.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698