Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b848aad

Browse filesBrowse 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
Copy full SHA for b848aad

File tree

Expand file treeCollapse file tree

2 files changed

+5
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-1
lines changed

‎ChangeLog

Copy file name to clipboardExpand all lines: ChangeLog
+4Lines 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 <ko1@atdot.net>
2+
3+
* gc.c (gc_profile_dump_on): use "Page" terminology.
4+
15
Sat Oct 26 13:25:45 2013 Koichi Sasada <ko1@atdot.net>
26

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

‎gc.c

Copy file name to clipboardExpand all lines: gc.c
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.