Created
April 15, 2009 22:59
-
-
Save methodmissing/96084 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 213-138-231-67:matzruby lourens$ sudo ./instrument/gc.d -c "./ruby instrument/gc.rb" | |
| ELAPSED TIME DISTRIBUTION, | |
| calloc | |
| value ------------- Distribution ------------- count | |
| 2048 | 0 | |
| 4096 |@@@@@@@@ 182 | |
| 8192 | 1 | |
| 16384 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 678 | |
| 32768 | 0 | |
| malloc | |
| value ------------- Distribution ------------- count | |
| 2048 | 0 | |
| 4096 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 6848 | |
| 8192 | 6 | |
| 16384 | 0 | |
| ___ OVERLAP TIMES: ___ ______ ELAPSED ______ | |
| OPERATION COUNT AVG(us) SUM(us) | |
| calloc 861 14 12451 | |
| malloc 6854 4 29865 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment