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,514,656,409,184 bytes allocated in the heap
98,339,524,248 bytes copied during GC
3,076,113,760 bytes maximum residency (13 sample(s))
48,308,232 bytes maximum slop
11349 MiB total memory in use (0 MB lost due to fragmentation)
Tot time (elapsed) Avg pause Max pause
Gen 0 697 colls, 697 par 202.812s 43.916s 0.0630s 0.6948s
Gen 1 13 colls, 12 par 32.681s 4.654s 0.3580s 0.5375s
Parallel GC work balance: 83.67% (serial 0%, perfect 100%)
TASKS: 69 (1 bound, 66 peak workers (68 total), using -N10)
SPARKS: 7516 (7516 converted, 0 overflowed, 0 dud, 0 GC'd, 0 fizzled)
INIT time 0.003s ( 0.157s elapsed)
MUT time 702.424s (133.463s elapsed)
GC time 235.493s ( 48.571s elapsed)
EXIT time 0.067s ( 0.008s elapsed)
Total time 937.987s (182.199s elapsed)
Alloc rate 2,156,328,748 bytes per MUT second
Productivity 74.9% of total user, 73.3% of total elapsed