Update README.md

Closes https://github.com/dart-lang/sdk/pull/52114

GitOrigin-RevId: 1a0abe31e57c60bfeaf5bc857a08b0f6bc3986d2
Change-Id: I837ff4f5fdf9afdbd2cbce3073f87e51a62960c0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/296701
Commit-Queue: Polina Cherkasova <polinach@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
This commit is contained in:
Polina Cherkasova 2023-04-25 18:50:20 +00:00 committed by Commit Queue
parent 70615d5970
commit 4de8a314c4

View file

@ -13,6 +13,8 @@ heapsnapshot.
### Programmatically
Note: enabled for debug and release Dart build modes, but not for product mode.
It's possible to programmatically dump a heapsnapshot to a file by using a
`dart:developer` API:
```