Created
February 2, 2014 20:02
-
-
Save YoEight/8773962 to your computer and use it in GitHub Desktop.
I'm doing something wrong
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sun Feb 2 20:44 2014 Time and Allocation Profiling Report (Final) | |
| spellcheck +RTS -p -sstderr -RTS | |
| total time = 0.00 secs (0 ticks @ 1000 us, 1 processor) | |
| total alloc = 90,424 bytes (excludes profiling overheads) | |
| COST CENTRE MODULE %time %alloc | |
| CAF GHC.IO.Handle.FD 0.0 38.4 | |
| CAF GHC.IO.Encoding 0.0 3.1 | |
| main Main 0.0 56.1 | |
| individual inherited | |
| COST CENTRE MODULE no. entries %time %alloc %time %alloc | |
| MAIN MAIN 68 0 0.0 0.8 0.0 100.0 | |
| main Main 137 0 0.0 11.2 0.0 11.2 | |
| CAF Main 135 0 0.0 0.1 0.0 45.4 | |
| main Main 136 1 0.0 44.9 0.0 45.3 | |
| unstream/resize Data.Text.Internal.Fusion 138 2 0.0 0.4 0.0 0.4 | |
| CAF Data.Spellcheck.Distance 134 0 0.0 0.1 0.0 0.1 | |
| CAF Data.Text.Array 124 0 0.0 0.1 0.0 0.1 | |
| CAF GHC.IO.Encoding 107 0 0.0 3.1 0.0 3.1 | |
| CAF GHC.IO.Handle.FD 106 0 0.0 38.4 0.0 38.4 | |
| CAF GHC.Conc.Signal 95 0 0.0 0.7 0.0 0.7 | |
| CAF GHC.IO.Encoding.Iconv 90 0 0.0 0.3 0.0 0.3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 171,992 bytes allocated in the heap | |
| 5,256 bytes copied during GC | |
| 46,240 bytes maximum residency (1 sample(s)) | |
| 15,200 bytes maximum slop | |
| 1 MB total memory in use (0 MB lost due to fragmentation) | |
| Tot time (elapsed) Avg pause Max pause | |
| Gen 0 0 colls, 0 par 0.00s 0.00s 0.0000s 0.0000s | |
| Gen 1 1 colls, 0 par 0.00s 0.00s 0.0001s 0.0001s | |
| INIT time 0.00s ( 0.00s elapsed) | |
| MUT time 0.00s ( 0.00s elapsed) | |
| GC time 0.00s ( 0.00s elapsed) | |
| RP time 0.00s ( 0.00s elapsed) | |
| PROF time 0.00s ( 0.00s elapsed) | |
| EXIT time 0.00s ( 0.00s elapsed) | |
| Total time 0.00s ( 0.00s elapsed) | |
| %GC time 7.9% (20.9% elapsed) | |
| Alloc rate 1,550,539,107 bytes per MUT second | |
| Productivity 80.0% of total user, 211.6% of total elapsed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment