Skip to content

Instantly share code, notes, and snippets.

@DRMacIver
Created March 21, 2011 23:14
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 DRMacIver/1ee9356f45330e9f8caa to your computer and use it in GitHub Desktop.
Save DRMacIver/1ee9356f45330e9f8caa to your computer and use it in GitHub Desktop.
Mon Mar 21 23:11 2011 Time and Allocation Profiling Report (Final)
rankP +RTS -p -RTS
total time = 19.56 secs (978 ticks @ 20 ms)
total alloc = 4,749,218,248 bytes (excludes profiling overheads)
COST CENTRE MODULE %time %alloc
aggregate Algorithms.RankAggregation 39.5 19.5
divideAndConquer Algorithms.RankAggregation 25.5 28.8
bruteForceOptimise Algorithms.RankAggregation 24.0 37.2
readData Main 3.3 7.4
allRanksToPG Algorithms.RankAggregation 2.5 3.4
bestScoring Algorithms.RankAggregation 2.4 2.6
initialScores Algorithms.RankAggregation 1.4 0.0
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 338 3 0.7 0.1 93.8 90.3
aggregate Algorithms.RankAggregation 341 17142 38.1 18.5 89.8 82.8
initialScores Algorithms.RankAggregation 360 1 1.4 0.0 1.4 0.0
allRanksToPG Algorithms.RankAggregation 358 1 2.5 3.4 2.5 3.4
optimise Algorithms.RankAggregation 343 4 0.0 0.0 47.8 60.9
divideAndConquer3 Algorithms.RankAggregation 397 0 0.0 0.0 1.8 2.5
divideAndConquer Algorithms.RankAggregation 398 1346 1.0 1.4 1.8 2.5
localKemenyOptimise Algorithms.RankAggregation 404 50535 0.0 0.0 0.0 0.0
bruteForceOptimise Algorithms.RankAggregation 399 8684 0.4 0.8 0.8 1.1
listWeight Algorithms.RankAggregation 403 29828 0.1 0.0 0.1 0.0
bestScoring Algorithms.RankAggregation 401 7607 0.3 0.3 0.3 0.3
listWeight Algorithms.RankAggregation 402 15214 0.0 0.0 0.0 0.0
isOptimal Algorithms.RankAggregation 400 11613 0.0 0.0 0.0 0.0
windowOptimise Algorithms.RankAggregation 377 33150 0.3 0.4 14.5 21.8
bruteForceOptimise Algorithms.RankAggregation 392 33150 12.4 19.1 14.1 21.3
listWeight Algorithms.RankAggregation 396 729300 0.1 0.2 0.1 0.2
bestScoring Algorithms.RankAggregation 394 33150 1.6 2.0 1.6 2.0
listWeight Algorithms.RankAggregation 395 66300 0.0 0.0 0.0 0.0
isOptimal Algorithms.RankAggregation 393 33158 0.0 0.0 0.0 0.0
lenLeq Algorithms.RankAggregation 379 33150 0.1 0.0 0.1 0.0
chunked Algorithms.RankAggregation 370 1 0.0 0.0 6.0 8.1
bruteForceOptimise Algorithms.RankAggregation 371 302 5.8 8.0 6.0 8.1
listWeight Algorithms.RankAggregation 375 192560 0.1 0.1 0.1 0.1
bestScoring Algorithms.RankAggregation 373 302 0.1 0.0 0.1 0.0
listWeight Algorithms.RankAggregation 374 604 0.0 0.0 0.0 0.0
isOptimal Algorithms.RankAggregation 372 303 0.0 0.0 0.0 0.0
chunkIfNeeded Algorithms.RankAggregation 351 36 0.0 0.0 0.0 0.0
chunked Algorithms.RankAggregation 369 1 0.0 0.0 0.0 0.0
lenLeq Algorithms.RankAggregation 352 35 0.0 0.0 0.0 0.0
traceOptimise Algorithms.RankAggregation 346 16 0.0 0.0 0.0 0.0
noOptimise Algorithms.RankAggregation 347 1225 0.0 0.0 0.0 0.0
iterateUpTo Algorithms.RankAggregation 345 2 0.0 0.0 0.0 0.0
fixUpTo Algorithms.RankAggregation 349 35 0.0 0.0 0.0 0.0
\\ Algorithms.RankAggregation 344 26 0.0 0.0 25.4 28.5
noOptimise Algorithms.RankAggregation 405 35 0.0 0.0 0.0 0.0
divideAndConquer3 Algorithms.RankAggregation 380 2 0.0 0.0 25.4 28.5
divideAndConquer Algorithms.RankAggregation 406 70 24.4 27.4 25.4 28.5
localKemenyOptimise Algorithms.RankAggregation 409 51488 0.1 0.0 0.1 0.0
bruteForceOptimise Algorithms.RankAggregation 407 8580 0.5 0.8 0.8 1.1
listWeight Algorithms.RankAggregation 412 30432 0.0 0.0 0.0 0.0
bestScoring Algorithms.RankAggregation 410 7608 0.3 0.3 0.3 0.3
listWeight Algorithms.RankAggregation 411 15216 0.0 0.0 0.0 0.0
isOptimal Algorithms.RankAggregation 408 11668 0.0 0.0 0.0 0.0
windowOptimise Algorithms.RankAggregation 376 2 0.0 0.0 0.0 0.0
localKemenyOptimise Algorithms.RankAggregation 348 6875 0.0 0.0 0.0 0.0
listWeight Algorithms.RankAggregation 342 1 0.0 0.0 0.0 0.0
readData Main 340 367562 3.3 7.4 3.3 7.4
readTextDevice Data.Text.IO.Internal 339 840 0.0 0.0 0.0 0.0
CAF Main 332 1 0.0 0.0 0.0 0.0
CAF Data.Typeable 330 2 0.0 0.0 0.0 0.0
CAF GHC.IO.Exception 324 4 0.0 0.0 0.0 0.0
CAF GHC.Float 310 1 0.0 0.0 0.0 0.0
CAF GHC.IO.Handle.FD 269 3 0.0 0.0 0.0 0.0
CAF GHC.IO.Handle.Internals 233 2 0.0 0.0 0.0 0.0
CAF GHC.IO.Encoding.Iconv 227 2 0.0 0.0 0.0 0.0
CAF GHC.Conc.Signal 224 1 0.0 0.0 0.0 0.0
CAF Algorithms.RankAggregation 219 10 0.0 0.0 6.2 9.7
divideAndConquer Algorithms.RankAggregation 385 0 0.0 0.0 0.0 0.0
isOptimal Algorithms.RankAggregation 363 0 0.0 0.0 0.0 0.0
aggregate Algorithms.RankAggregation 359 0 0.0 0.0 0.0 0.0
optimise Algorithms.RankAggregation 354 1 0.0 0.0 6.2 9.7
divideAndConquer3 Algorithms.RankAggregation 381 0 0.0 0.0 0.0 0.0
divideAndConquer Algorithms.RankAggregation 382 4 0.0 0.0 0.0 0.0
localKemenyOptimise Algorithms.RankAggregation 389 152 0.0 0.0 0.0 0.0
bruteForceOptimise Algorithms.RankAggregation 383 26 0.0 0.0 0.0 0.0
aggregate Algorithms.RankAggregation 391 0 0.0 0.0 0.0 0.0
listWeight Algorithms.RankAggregation 388 96 0.0 0.0 0.0 0.0
bestScoring Algorithms.RankAggregation 386 26 0.0 0.0 0.0 0.0
aggregate Algorithms.RankAggregation 390 0 0.0 0.0 0.0 0.0
listWeight Algorithms.RankAggregation 387 52 0.0 0.0 0.0 0.0
isOptimal Algorithms.RankAggregation 384 26 0.0 0.0 0.0 0.0
chunked Algorithms.RankAggregation 355 1 0.0 0.0 6.2 9.7
bruteForceOptimise Algorithms.RankAggregation 361 285 4.9 8.5 6.2 9.7
aggregate Algorithms.RankAggregation 368 0 1.3 1.0 1.3 1.0
listWeight Algorithms.RankAggregation 367 204630 0.0 0.1 0.0 0.1
bestScoring Algorithms.RankAggregation 364 285 0.0 0.0 0.0 0.0
aggregate Algorithms.RankAggregation 366 0 0.0 0.0 0.0 0.0
listWeight Algorithms.RankAggregation 365 570 0.0 0.0 0.0 0.0
isOptimal Algorithms.RankAggregation 362 285 0.0 0.0 0.0 0.0
chunkingSize Algorithms.RankAggregation 353 1 0.0 0.0 0.0 0.0
iterateUpTo Algorithms.RankAggregation 350 0 0.0 0.0 0.0 0.0
CAF Debug.Trace 218 1 0.0 0.0 0.0 0.0
CAF Data.Text.Array 184 1 0.0 0.0 0.0 0.0
CAF Data.Text.Internal 183 1 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