Skip to content

Instantly share code, notes, and snippets.

@alexbiehl
Created June 30, 2015 09:03
Show Gist options
  • Save alexbiehl/fd49fb369867bb69f8f5 to your computer and use it in GitHub Desktop.
Save alexbiehl/fd49fb369867bb69f8f5 to your computer and use it in GitHub Desktop.
Tue Jun 30 10:19 2015 Time and Allocation Profiling Report (Final)
trie-insert +RTS -p -hy -RTS
total time = 21.43 secs (21426 ticks @ 1000 us, 1 processor)
total alloc = 21,044,266,488 bytes (excludes profiling overheads)
COST CENTRE MODULE %time %alloc
main.\ Main 54.1 53.5
main.\ Main 37.3 39.3
main Main 2.7 0.2
uniform System.Random.MWC 2.4 2.7
uniform System.Random.MWC 0.9 1.0
individual inherited
COST CENTRE MODULE no. entries %time %alloc %time %alloc
MAIN MAIN 233 0 0.0 0.0 100.0 100.0
main Main 467 0 2.7 0.2 100.0 100.0
loadWords Main 1012 0 0.4 0.6 0.4 0.7
loadWords.mkPairs Main 1015 0 0.0 0.1 0.0 0.1
loadWords.mkPairs.\ Main 1016 109598 0.0 0.0 0.0 0.0
readTextDevice Data.Text.Internal.IO 1013 574 0.0 0.0 0.0 0.0
main.\ Main 1010 2 54.1 53.5 54.2 53.5
ucArcs Hunt.FST.Register 1026 32935 0.0 0.0 0.0 0.0
arcLabel Hunt.FST.Arcs 1025 541352 0.1 0.0 0.1 0.0
arcTarget Hunt.FST.Arcs 1024 553005 0.0 0.0 0.0 0.0
hashWithSalt Hunt.FST.Arcs 1023 331162 0.0 0.0 0.0 0.0
offset Hunt.FST.Trie 1022 596454 0.0 0.0 0.0 0.0
nodes Hunt.FST.Trie 1021 861746 0.0 0.0 0.0 0.0
outputs Hunt.FST.Trie 1020 139872 0.0 0.0 0.0 0.0
nextOut Hunt.FST.Trie 1019 209808 0.0 0.0 0.0 0.0
ucLabel Hunt.FST.Register 1018 132570 0.0 0.0 0.0 0.0
kde.range Statistics.Sample.KernelDensity 883 3 0.0 0.0 0.0 0.0
kde.hi Statistics.Sample.KernelDensity 882 3 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