forked from purescript/purescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.txt
More file actions
27 lines (19 loc) · 1.1 KB
/
profile.txt
File metadata and controls
27 lines (19 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
'purs' 'compile' '--source-globs-file' '.spago/sources.txt' +RTS '-N' '-A256m' '-n16m' '-sprofile.txt'
1,170,918,177,592 bytes allocated in the heap
90,005,666,912 bytes copied during GC
2,370,368,472 bytes maximum residency (16 sample(s))
41,651,696 bytes maximum slop
9462 MiB total memory in use (0 MiB lost due to fragmentation)
Tot time (elapsed) Avg pause Max pause
Gen 0 438 colls, 438 par 97.546s 11.865s 0.0271s 0.1284s
Gen 1 16 colls, 15 par 25.189s 3.451s 0.2157s 0.4240s
Parallel GC work balance: 90.86% (serial 0%, perfect 100%)
TASKS: 72 (1 bound, 69 peak workers (71 total), using -N10)
SPARKS: 7516 (7516 converted, 0 overflowed, 0 dud, 0 GC'd, 0 fizzled)
INIT time 0.165s ( 0.164s elapsed)
MUT time 593.487s (103.752s elapsed)
GC time 122.735s ( 15.316s elapsed)
EXIT time 0.105s ( 0.005s elapsed)
Total time 716.491s (119.237s elapsed)
Alloc rate 1,972,948,091 bytes per MUT second
Productivity 82.8% of total user, 87.0% of total elapsed