* 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:
ko1 2013-10-26 05:35:43 +00:00
Родитель d03912898e
Коммит b848aad5bf
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -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
Просмотреть файл

@ -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