Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runtime: report marked heap size in gctrace
When the gctrace GODEBUG option is enabled, it will now report three heap sizes: the heap size at the beginning of the GC cycle, the heap size at the end of the GC cycle before sweeping, and marked heap size, which is the amount of heap that will be retained until the next GC cycle. Change-Id: Ie13f8a6d5c609bc9cc47c7555960ab55b37b5f1c Reviewed-on: https://go-review.googlesource.com/8430 Reviewed-by: Rick Hudson <[email protected]>
- Loading branch information