| Index: runtime/vm/profiler_service.h
|
| diff --git a/runtime/vm/profiler_service.h b/runtime/vm/profiler_service.h
|
| index 7d746455f1e84620ece86cb01e3b65f8da5bc8dd..590b84e8f17474eb6de29ec9bb789ce2b866d89a 100644
|
| --- a/runtime/vm/profiler_service.h
|
| +++ b/runtime/vm/profiler_service.h
|
| @@ -355,6 +355,8 @@ class ProfileTrieWalker : public ValueObject {
|
| intptr_t CurrentExclusiveTicks();
|
| // Return the current node's tick count.
|
| intptr_t CurrentNodeTickCount();
|
| + // Return the number siblings (including yourself).
|
| + intptr_t SiblingCount();
|
|
|
| bool Down();
|
| bool NextSibling();
|
|
|