File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Original file line number Diff line number Diff line change
1
+ Sat Oct 26 14:35:09 2013 Koichi Sasada <ko1@atdot.net>
2
+
3
+ * gc.c (gc_profile_dump_on): use "Page" terminology.
4
+
1
5
Sat Oct 26 13:25:45 2013 Koichi Sasada <ko1@atdot.net>
2
6
3
7
* gc.c (gc_sweep, gc_heap_lazy_sweep): fix measurement code.
Original file line number Diff line number Diff line change @@ -6031,7 +6031,7 @@ gc_profile_dump_on(VALUE out, VALUE (*append)(VALUE, VALUE))
6031
6031
#if CALC_EXACT_MALLOC_SIZE
6032
6032
" Allocated Size"
6033
6033
#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"
6035
6035
#if RGENGC_PROFILE
6036
6036
" OldgenObj RemNormObj RemShadObj"
6037
6037
#endif
You can’t perform that action at this time.
0 commit comments