1
0
Fork 0
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:
ko1 2013-10-26 05:35:43 +00:00
parent d03912898e
commit b848aad5bf
2 changed files with 5 additions and 1 deletions

View file

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

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