Skip to content

Commit b848aad

Browse files
committed
* 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
1 parent d039128 commit b848aad

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Sat Oct 26 14:35:09 2013 Koichi Sasada <[email protected]>
2+
3+
* gc.c (gc_profile_dump_on): use "Page" terminology.
4+
15
Sat Oct 26 13:25:45 2013 Koichi Sasada <[email protected]>
26

37
* gc.c (gc_sweep, gc_heap_lazy_sweep): fix measurement code.

gc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6031,7 +6031,7 @@ gc_profile_dump_on(VALUE out, VALUE (*append)(VALUE, VALUE))
60316031
#if CALC_EXACT_MALLOC_SIZE
60326032
" Allocated Size"
60336033
#endif
6034-
" Use Slot Mark Time(ms) Sweep Time(ms) Prepare Time(ms) LivingObj FreeObj RemovedObj EmptyObj"
6034+
" Use Page Mark Time(ms) Sweep Time(ms) Prepare Time(ms) LivingObj FreeObj RemovedObj EmptyObj"
60356035
#if RGENGC_PROFILE
60366036
" OldgenObj RemNormObj RemShadObj"
60376037
#endif

0 commit comments

Comments
 (0)