Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Issue 11416384: Improve the reporting of scavenger and free list reports. (Closed)

Created:
8 years ago by cshapiro
Modified:
8 years ago
Reviewers:
hausner
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Improve the reporting of scavenger and free list reports. The scavenger now reports survival and promotion statistics. The statistics for the large free list are now reported. Previously, only information about the small free list was printed. Each report indicates whether the data is from before or after a garbage collection, each row of a report is preceded by the free list type (small or large), and cumulative bytes are reported for the free list type. Committed: https://code.google.com/p/dart/source/detail?r=16074

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -21 lines) Patch
M runtime/vm/freelist.h View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/freelist.cc View 2 chunks +58 lines, -15 lines 0 comments Download
M runtime/vm/pages.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/scavenger.cc View 1 chunk +11 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
cshapiro
8 years ago (2012-12-12 22:54:17 UTC) #1
hausner
8 years ago (2012-12-12 22:57:50 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698