| Index: runtime/observatory/lib/src/elements/cpu_profile.dart
|
| diff --git a/runtime/observatory/lib/src/elements/cpu_profile.dart b/runtime/observatory/lib/src/elements/cpu_profile.dart
|
| index 97d1fc56c26576a4b49b8f6438b249797714477d..f7f035db0f816a75df6364a05030ca6252ae45a4 100644
|
| --- a/runtime/observatory/lib/src/elements/cpu_profile.dart
|
| +++ b/runtime/observatory/lib/src/elements/cpu_profile.dart
|
| @@ -458,6 +458,7 @@ class SampleBufferControlElement extends ObservatoryElement {
|
| }
|
| await _changeState(kLoadingState);
|
| profile.load(isolate, response);
|
| + profile.buildFunctionCallerAndCallees();
|
| _update(profile);
|
| await _changeState(kLoadedState);
|
| // Notify listener.
|
|
|