ruby-changes:31349
From: ko1 <ko1@a...>
Date: Sat, 26 Oct 2013 14:35:52 +0900 (JST)
Subject: [ruby-changes:31349] ko1:r43428 (trunk): * gc.c (gc_profile_dump_on): use "Page" terminology.
ko1 2013-10-26 14:35:43 +0900 (Sat, 26 Oct 2013) New Revision: 43428 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43428 Log: * gc.c (gc_profile_dump_on): use "Page" terminology. Modified files: trunk/ChangeLog trunk/gc.c Index: ChangeLog =================================================================== --- ChangeLog (revision 43427) +++ ChangeLog (revision 43428) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Oct 26 14:35:09 2013 Koichi Sasada <ko1@a...> + + * gc.c (gc_profile_dump_on): use "Page" terminology. + Sat Oct 26 13:25:45 2013 Koichi Sasada <ko1@a...> * gc.c (gc_sweep, gc_heap_lazy_sweep): fix measurement code. Index: gc.c =================================================================== --- gc.c (revision 43427) +++ gc.c (revision 43428) @@ -6031,7 +6031,7 @@ gc_profile_dump_on(VALUE out, VALUE (*ap https://github.com/ruby/ruby/blob/trunk/gc.c#L6031 #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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/