Index: runtime/observatory/lib/src/models/objects/sample_profile.dart |
diff --git a/runtime/observatory/lib/src/models/objects/sample_profile.dart b/runtime/observatory/lib/src/models/objects/sample_profile.dart |
index 1a71bc2260e8e4ee98b25dcf4bb25a74acb1869d..ad0d7be5880819ac48c5168a3346e8cfd23638cd 100644 |
--- a/runtime/observatory/lib/src/models/objects/sample_profile.dart |
+++ b/runtime/observatory/lib/src/models/objects/sample_profile.dart |
@@ -53,6 +53,8 @@ abstract class FunctionCallTree extends CallTree { |
abstract class CallTreeNode { |
double get percentage; |
+ int get inclusiveNativeAllocations; |
+ int get exclusiveNativeAllocations; |
Iterable<CallTreeNode> get children; |
} |