Skip to content

Instantly share code, notes, and snippets.

@methodmissing
Created April 15, 2009 22:59
Show Gist options
  • Select an option

  • Save methodmissing/96084 to your computer and use it in GitHub Desktop.

Select an option

Save methodmissing/96084 to your computer and use it in GitHub Desktop.
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