blob: d65b8752eab445534835390ced05935833f9f040 (
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
34
|
Wed Nov 9 10:58 2016 Time and Allocation Profiling Report (Final)
scc003 +RTS -hc -p -RTS
total time = 0.04 secs (38 ticks @ 1000 us, 1 processor)
total alloc = 48,784 bytes (excludes profiling overheads)
COST CENTRE MODULE SRC %time %alloc
fib Main scc003.hs:8:1-50 100.0 0.0
MAIN MAIN <built-in> 0.0 1.9
CAF GHC.IO.Handle.FD <entire-module> 0.0 70.8
CAF GHC.IO.Encoding <entire-module> 0.0 5.7
CAF GHC.Conc.Signal <entire-module> 0.0 1.3
main Main scc003.hs:2:1-22 0.0 19.6
individual inherited
COST CENTRE MODULE SRC no. entries %time %alloc %time %alloc
MAIN MAIN <built-in> 104 0 0.0 1.9 100.0 100.0
CAF Main <entire-module> 207 0 0.0 0.0 100.0 0.7
main Main scc003.hs:2:1-22 208 1 0.0 0.6 100.0 0.7
f Main scc003.hs:5:1-41 210 1 0.0 0.0 100.0 0.1
f.\ Main scc003.hs:5:32-41 213 1 0.0 0.0 100.0 0.0
fib Main scc003.hs:8:1-50 214 2692537 100.0 0.0 100.0 0.0
f.x' Main scc003.hs:5:11-21 211 1 0.0 0.0 0.0 0.0
fib Main scc003.hs:8:1-50 212 21891 0.0 0.0 0.0 0.0
CAF GHC.Conc.Signal <entire-module> 201 0 0.0 1.3 0.0 1.3
CAF GHC.IO.Encoding <entire-module> 191 0 0.0 5.7 0.0 5.7
CAF GHC.IO.Encoding.Iconv <entire-module> 189 0 0.0 0.5 0.0 0.5
CAF GHC.IO.Handle.FD <entire-module> 181 0 0.0 70.8 0.0 70.8
CAF GHC.IO.Handle.Text <entire-module> 179 0 0.0 0.2 0.0 0.2
main Main scc003.hs:2:1-22 209 0 0.0 19.0 0.0 19.0
|