зеркало из https://github.com/github/ruby.git
* 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:
Родитель
d03912898e
Коммит
b848aad5bf
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче