| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
HeapProfiler::GetDefaultHeapSnapshotOptions() {`GetDefaultHeapSnapshotOptionsForTestingUsage()`? I'd like to encode that this is internal/testing somehow.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
`GetDefaultHeapSnapshotOptionsForTestingUsage()`? I'd like to encode that this is internal/testing somehow.
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[heap, profiler] Use kExposeInternals for snapshots created by GC
Move the options we use for V8-internal heap snapshots into a new
method GetDefaultHeapSnapshotOptions() and use it across all
call-sites.
WriteSnapshotToDiskAfterGC() which is used for e.g.
--heap-snapshot-on-gc, now uses the same options by default as well.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |