We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
runtime/docs/aot_binary_size_analysis.md
1 parent 5706d13 commit 354921fCopy full SHA for 354921f
runtime/docs/aot_binary_size_analysis.md
@@ -28,3 +28,17 @@ Generated file:///.../sdk/hello_sizes/index.html
28
% chrome hello_sizes/index.html
29
```
30
31
+
32
+## Comparing the sizes of two AOT builds
33
34
+To visualize the differences between two AOT builds one can use our binary size
35
+comparison tool:
36
37
+```
38
+% dart pkg/vm/bin/compare_sizes.dart app-sizes--before.json app-sizes--after.json
39
40
++---------+--------+--------------+
41
+| Library | Method | Diff (Bytes) |
42
43
+...
44
0 commit comments