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

Issue 149568: Add a trace_gc_verbose flag.... (Closed)

Created:
11 years, 5 months ago by Feng Qian
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add a trace_gc_verbose flag. The flag is only turned on when --trace_gc is one. It prints out used and available bytes in each space. To enable it, ENABLE_LOGGING_AND_PROFILING must be defined. This is a mini version of --heap_stats, but don't need DEBUG macro to be turned on. Committed: http://code.google.com/p/v8/source/detail?r=2449

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -0 lines) Patch
M src/flag-definitions.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/heap.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/heap.cc View 2 chunks +25 lines, -0 lines 0 comments Download
M src/spaces.h View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Feng Qian
11 years, 5 months ago (2009-07-13 21:19:48 UTC) #1
Mads Ager (chromium)
11 years, 5 months ago (2009-07-13 21:24:16 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698