diff options
author | alexbiehl <alex.biehl@gmail.com> | 2017-10-27 07:37:57 +0200 |
---|---|---|
committer | alexbiehl <alex.biehl@gmail.com> | 2017-10-27 07:37:57 +0200 |
commit | e2b7dff7108a2b3715a04c9c22f99077446ac6dc (patch) | |
tree | 0d9d22307574a6d4414792e2fd0d2280473b16b3 /compiler/nativeGen/SPARC/Regs.hs | |
parent | 8843a39b3c941b1908a8d839f52bc323f3b45081 (diff) | |
download | haskell-wip/cmmsink.tar.gz |
CmmSink: Use a UniqSet instead of a listwip/cmmsink
Vanilla:
39,547,770,160 bytes allocated in the heap
3,923,879,584 bytes copied during GC
113,403,744 bytes maximum residency (39 sample(s))
778,848 bytes maximum slop
303 MB total memory in use (0 MB lost due to fragmentation)
Tot time (elapsed) Avg pause Max pause
Gen 0 2595 colls, 0 par 10.290s 10.495s 0.0040s 0.3172s
Gen 1 39 colls, 0 par 0.023s 0.024s 0.0006s 0.0030s
TASKS: 4 (1 bound, 3 peak workers (3 total), using -N1)
SPARKS: 0 (0 converted, 0 overflowed, 0 dud, 0 GC'd, 0 fizzled)
INIT time 0.000s ( 0.003s elapsed)
MUT time 52.526s ( 54.734s elapsed)
GC time 10.314s ( 10.519s elapsed)
EXIT time 0.017s ( 0.051s elapsed)
Total time 62.857s ( 65.308s elapsed)
Alloc rate 752,919,176 bytes per MUT second
Productivity 83.6% of total user, 83.9% of total elapsed
gc_alloc_block_sync: 0
whitehole_spin: 0
gen[0].sync: 0
gen[1].sync: 0
`skipped` as UniqSet:
41,426,419,720 bytes allocated in the heap
3,953,425,208 bytes copied during GC
116,264,392 bytes maximum residency (39 sample(s))
664,480 bytes maximum slop
314 MB total memory in use (0 MB lost due to fragmentation)
Tot time (elapsed) Avg pause Max pause
Gen 0 3244 colls, 0 par 10.307s 10.504s 0.0032s 0.3317s
Gen 1 39 colls, 0 par 0.024s 0.025s 0.0006s 0.0030s
TASKS: 4 (1 bound, 3 peak workers (3 total), using -N1)
SPARKS: 0 (0 converted, 0 overflowed, 0 dud, 0 GC'd, 0 fizzled)
INIT time 0.000s ( 0.003s elapsed)
MUT time 37.890s ( 40.121s elapsed)
GC time 10.331s ( 10.529s elapsed)
EXIT time 0.019s ( 0.063s elapsed)
Total time 48.241s ( 50.715s elapsed)
Alloc rate 1,093,320,118 bytes per MUT second
Productivity 78.6% of total user, 79.2% of total elapsed
gc_alloc_block_sync: 0
whitehole_spin: 0
gen[0].sync: 0
gen[1].sync: 0
Diffstat (limited to 'compiler/nativeGen/SPARC/Regs.hs')
0 files changed, 0 insertions, 0 deletions