Skip to content

Instantly share code, notes, and snippets.

@tsuraan
Created June 5, 2011 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsuraan/1009219 to your computer and use it in GitHub Desktop.
Save tsuraan/1009219 to your computer and use it in GitHub Desktop.
Sun Jun 5 12:42 2011 Time and Allocation Profiling Report (Final)
Easy +RTS -prof -RTS
total time = 19.48 secs (974 ticks @ 20 ms)
total alloc = 9,680,503,112 bytes (excludes profiling overheads)
COST CENTRE MODULE %time %alloc
BS.index Main 69.2 76.3
runWindow Main 22.1 18.0
updateHash Main 8.6 5.5
individual inherited
COST CENTRE MODULE no. entries %time %alloc %time %alloc
MAIN MAIN 1 0 0.0 0.0 100.0 100.0
main Main 232 2 0.1 0.2 100.0 100.0
runWindow Main 234 16777268 22.1 18.0 99.9 99.8
updateHash' Main 235 0 0.0 0.0 77.8 81.8
updateHash Main 237 16777208 8.6 5.5 8.6 5.5
BS.index Main 236 16777208 69.2 76.3 69.2 76.3
CAF Main 226 1 0.0 0.0 0.0 0.0
main Main 233 0 0.0 0.0 0.0 0.0
CAF Data.Typeable 224 1 0.0 0.0 0.0 0.0
CAF GHC.IO.Handle.FD 164 2 0.0 0.0 0.0 0.0
CAF System.Posix.Internals 163 5 0.0 0.0 0.0 0.0
CAF GHC.IO.FD 148 6 0.0 0.0 0.0 0.0
CAF GHC.Conc 147 1 0.0 0.0 0.0 0.0
CAF GHC.IO.Handle.Internals 138 1 0.0 0.0 0.0 0.0
CAF GHC.IO.Encoding.Iconv 132 4 0.0 0.0 0.0 0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment