You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ time agda -v0 -v profile:15 Definitional.agda +RTS -H1G -A128M -s > out3.txt
1,858,412,319,984 bytes allocated in the heap
63,144,612,472 bytes copied during GC
405,108,536 bytes maximum residency (37 sample(s))
1,046,808 bytes maximum slop
386 MB total memory in use (0 MB lost due to fragmentation)
Tot time (elapsed) Avg pause Max pause
Gen 0 3886 colls, 0 par 109.527s 111.773s 0.0288s 0.1418s
Gen 1 37 colls, 0 par 8.610s 8.736s 0.2361s 0.3256s
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.001s ( 0.004s elapsed)
MUT time 735.053s (752.646s elapsed)
GC time 118.137s (120.509s elapsed)
EXIT time 0.000s ( 0.015s elapsed)
Total time 853.192s (873.174s elapsed)
Alloc rate 2,528,268,569 bytes per MUT second
Productivity 86.2% of total user, 86.2% of total elapsed
agda -v0 -v profile:15 Definitional.agda +RTS -H1G -A128M -s > out3.txt 853.20s user 3.16s system 98% cpu 14:33.28 total
$ time agda -v0 -v profile:15 Definitional.agda +RTS -H1G -A128M -s > out2.txt
1,980,005,106,072 bytes allocated in the heap
75,196,052,664 bytes copied during GC
422,331,088 bytes maximum residency (45 sample(s))
1,097,440 bytes maximum slop
402 MB total memory in use (0 MB lost due to fragmentation)
Tot time (elapsed) Avg pause Max pause
Gen 0 4408 colls, 0 par 126.074s 129.393s 0.0294s 0.1950s
Gen 1 45 colls, 0 par 11.805s 12.246s 0.2721s 0.5037s
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.001s ( 0.004s elapsed)
MUT time 790.022s (814.589s elapsed)
GC time 137.880s (141.639s elapsed)
EXIT time 0.000s ( 0.003s elapsed)
Total time 927.902s (956.235s elapsed)
Alloc rate 2,506,266,521 bytes per MUT second
Productivity 85.1% of total user, 85.2% of total elapsed
agda -v0 -v profile:15 Definitional.agda +RTS -H1G -A128M -s > out2.txt 927.91s user 4.37s system 97% cpu 15:56.34 total