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

Unified Diff: runtime/observatory/lib/src/cpu_profile/cpu_profile.dart

Issue 2273993002: Converted Observatory cpu-profile-table element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Addressed comments Created 4 years, 4 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/observatory/lib/src/cpu_profile/cpu_profile.dart
diff --git a/runtime/observatory/lib/src/cpu_profile/cpu_profile.dart b/runtime/observatory/lib/src/cpu_profile/cpu_profile.dart
index f96f5dbd3d776dee256073821b50fdb3fd14ef34..9cb7ebd7745b58b4356432fc1332e886c82e2e2b 100644
--- a/runtime/observatory/lib/src/cpu_profile/cpu_profile.dart
+++ b/runtime/observatory/lib/src/cpu_profile/cpu_profile.dart
@@ -104,7 +104,7 @@ class FunctionCallTreeNode extends CallTreeNode {
int _totalCodeTicks = 0;
int get totalCodesTicks => _totalCodeTicks;
- String get name => profileFunction.function.name;
+ String get name => M.getFunctionFullName(profileFunction.function);
Object get profileData => profileFunction;
FunctionCallTreeNode(this.profileFunction, int count)
« no previous file with comments | « runtime/observatory/lib/src/app/page.dart ('k') | runtime/observatory/lib/src/elements/containers/virtual_collection.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698