mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* gc.c (gc_profile_dump_on): use "Page" terminology.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d03912898e
commit
b848aad5bf
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Oct 26 14:35:09 2013 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* gc.c (gc_profile_dump_on): use "Page" terminology.
|
||||
|
||||
Sat Oct 26 13:25:45 2013 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* gc.c (gc_sweep, gc_heap_lazy_sweep): fix measurement code.
|
||||
|
|
2
gc.c
2
gc.c
|
@ -6031,7 +6031,7 @@ gc_profile_dump_on(VALUE out, VALUE (*append)(VALUE, VALUE))
|
|||
#if CALC_EXACT_MALLOC_SIZE
|
||||
" Allocated Size"
|
||||
#endif
|
||||
" Use Slot Mark Time(ms) Sweep Time(ms) Prepare Time(ms) LivingObj FreeObj RemovedObj EmptyObj"
|
||||
" Use Page Mark Time(ms) Sweep Time(ms) Prepare Time(ms) LivingObj FreeObj RemovedObj EmptyObj"
|
||||
#if RGENGC_PROFILE
|
||||
" OldgenObj RemNormObj RemShadObj"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue