Fix typo in snapshot_profiling.md. heapsnaphsot -> heapsnapshot

Change-Id: I27a879ab266dd56d949c4c9bb5bb415a9ad03991
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/126164
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>
This commit is contained in:
Zhan Wang
2019-11-25 15:58:15 +00:00
committed by commit-bot@chromium.org
parent d45438e793
commit 7ceceda72c
+1 -1
View File
@@ -6,7 +6,7 @@ The VM supports profiling the size of AOT snapshots by leveraging the object-gra
To generate a snapshot profile, simply pass the `--write-v8-snapshot-profile-to=<filename>` flag to `gen_snapshot`.
The profile will be written in JSON format to the requested file.
Make sure to use the ".heapsnaphsot" extension for the file to open it in Chrome DevTools.
Make sure to use the ".heapsnapshot" extension for the file to open it in Chrome DevTools.
## Examining a profile in Chrome