Skip to content

Instantly share code, notes, and snippets.

@albertov
Last active June 6, 2017 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save albertov/46fbb13d940f67a569f9a25c1cb8154c to your computer and use it in GitHub Desktop.
Save albertov/46fbb13d940f67a569f9a25c1cb8154c to your computer and use it in GitHub Desktop.
alberto@albertows:~/src/sigym4-propag$ time ./sigym4-propag-8.0.2 gdal --config config-wcs.yaml +RTS -qn1 > /dev/null
67,945,492,752 bytes allocated in the heap
3,621,627,448 bytes copied during GC
207,167,544 bytes maximum residency (11 sample(s))
12,935,232 bytes maximum slop
741 MB total memory in use (175 MB lost due to fragmentation)
Tot time (elapsed) Avg pause Max pause
Gen 0 1438 colls, 1438 par 0.577s 0.464s 0.0003s 0.0023s
Gen 1 11 colls, 10 par 0.074s 0.043s 0.0039s 0.0284s
Parallel GC work balance: 48.81% (serial 0%, perfect 100%)
TASKS: 550 (511 bound, 39 peak workers (39 total), using -N12)
SPARKS: 0 (0 converted, 0 overflowed, 0 dud, 0 GC'd, 0 fizzled)
INIT time 0.003s ( 0.002s elapsed)
MUT time 61.535s ( 12.191s elapsed)
GC time 0.651s ( 0.507s elapsed)
EXIT time 0.031s ( 0.029s elapsed)
Total time 62.241s ( 12.728s elapsed)
Alloc rate 1,104,181,401 bytes per MUT second
Productivity 99.0% of total user, 96.0% of total elapsed
gc_alloc_block_sync: 0
whitehole_spin: 0
gen[0].sync: 0
gen[1].sync: 0
real 0m12.796s
user 1m2.778s
sys 0m3.030s
alberto@albertows:~/src/sigym4-propag$ time ./sigym4-propag-8.2.1 gdal --config config-wcs.yaml +RTS -qn1 > /dev/null
56,164,643,256 bytes allocated in the heap
3,526,440,472 bytes copied during GC
207,292,368 bytes maximum residency (10 sample(s))
6,510,640 bytes maximum slop
789 MB total memory in use (191 MB lost due to fragmentation)
Tot time (elapsed) Avg pause Max pause
Gen 0 1216 colls, 1216 par 0.562s 0.444s 0.0004s 0.0048s
Gen 1 10 colls, 9 par 0.052s 0.033s 0.0033s 0.0200s
Parallel GC work balance: 30.94% (serial 0%, perfect 100%)
TASKS: 549 (511 bound, 37 peak workers (38 total), using -N12)
SPARKS: 0 (0 converted, 0 overflowed, 0 dud, 0 GC'd, 0 fizzled)
INIT time 0.002s ( 0.002s elapsed)
MUT time 57.828s ( 11.540s elapsed)
GC time 0.614s ( 0.477s elapsed)
EXIT time 0.003s ( 0.003s elapsed)
Total time 58.447s ( 12.021s elapsed)
Alloc rate 971,239,679 bytes per MUT second
Productivity 98.9% of total user, 96.0% of total elapsed
gc_alloc_block_sync: 0
whitehole_spin: 0
gen[0].sync: 0
gen[1].sync: 0
real 0m12.110s
user 0m58.941s
sys 0m3.110s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment