| 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)
|
|
|