blob: 1144774100ab9aa561961624924add20cf1e090a (
plain)
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
27
28
29
30
31
32
33
|
Sat Jun 4 11:59 2016 Time and Allocation Profiling Report (Final)
scc001 +RTS -hc -p -RTS
total time = 0.00 secs (0 ticks @ 1000 us, 1 processor)
total alloc = 50,888 bytes (excludes profiling overheads)
COST CENTRE MODULE SRC %time %alloc
MAIN MAIN <built-in> 0.0 1.7
CAF GHC.IO.Encoding <entire-module> 0.0 5.4
CAF GHC.Conc.Signal <entire-module> 0.0 1.3
CAF GHC.IO.Handle.FD <entire-module> 0.0 67.8
main Main scc001.hs:(5,1)-(7,23) 0.0 22.5
individual inherited
COST CENTRE MODULE SRC no. entries %time %alloc %time %alloc
MAIN MAIN <built-in> 46 0 0.0 1.7 0.0 100.0
CAF Main <entire-module> 91 0 0.0 0.1 0.0 0.1
(...) Main scc001.hs:16:1-16 97 1 0.0 0.0 0.0 0.0
h Main scc001.hs:16:1-16 96 1 0.0 0.0 0.0 0.0
main Main scc001.hs:(5,1)-(7,23) 92 1 0.0 0.0 0.0 0.0
CAF GHC.Show <entire-module> 88 0 0.0 0.6 0.0 0.6
CAF GHC.IO.Handle.FD <entire-module> 85 0 0.0 67.8 0.0 67.8
CAF GHC.IO.Handle.Text <entire-module> 84 0 0.0 0.2 0.0 0.2
CAF GHC.Conc.Signal <entire-module> 82 0 0.0 1.3 0.0 1.3
CAF GHC.IO.Encoding <entire-module> 79 0 0.0 5.4 0.0 5.4
CAF GHC.IO.Encoding.Iconv <entire-module> 65 0 0.0 0.5 0.0 0.5
main Main scc001.hs:(5,1)-(7,23) 93 0 0.0 22.5 0.0 22.5
f Main scc001.hs:10:1-7 94 1 0.0 0.0 0.0 0.0
g Main scc001.hs:13:1-7 95 1 0.0 0.0 0.0 0.0
|