Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. p02405@swan:/lus/scratch/p02405/DistributedInterlockedHashTable-Chapel> ./DistributedInterlockedHashTable -nl 8 | awk 'BEGIN { FS="\n" } match($1, /[0-9]+: (.*\.chpl:[0-9]+)/, arr) { print arr[1] }' | sort | uniq -c | sort -nr | head -50
  2. 893350 $CHPL_HOME/modules/internal/ChapelArray.chpl:1202
  3. 634910 DistributedInterlockedHashTable.chpl:334
  4. 634059 $CHPL_HOME/modules/internal/ChapelArray.chpl:2685
  5. 317331 DistributedInterlockedHashTable.chpl:175
  6. 317193 $CHPL_HOME/modules/internal/DefaultRectangular.chpl:588
  7. 312241 DistributedInterlockedHashTable.chpl:284
  8. 307935 DistributedInterlockedHashTable.chpl:431
  9. 297480 DistributedInterlockedHashTable.chpl:402
  10. 297421 DistributedInterlockedHashTable.chpl:453
  11. 266479 $CHPL_HOME/modules/packages/EpochManager.chpl:1111
  12. 163122 DistributedInterlockedHashTable.chpl:438
  13. 137160 DistributedInterlockedHashTable.chpl:437
  14. 133426 $CHPL_HOME/modules/packages/EpochManager.chpl:1015
  15. 133276 $CHPL_HOME/modules/packages/EpochManager.chpl:1013
  16. 89697 DistributedInterlockedHashTable.chpl:359
  17. 72060 DistributedInterlockedHashTable.chpl:462
  18. 72040 DistributedInterlockedHashTable.chpl:461
  19. 48584 DistributedInterlockedHashTable.chpl:435
  20. 48038 DistributedInterlockedHashTable.chpl:463
  21. 47244 DistributedInterlockedHashTable.chpl:458
  22. 46826 DistributedInterlockedHashTable.chpl:406
  23. 44370 DistributedInterlockedHashTable.chpl:363
  24. 44148 DistributedInterlockedHashTable.chpl:362
  25. 43871 DistributedInterlockedHashTable.chpl:418
  26. 43867 DistributedInterlockedHashTable.chpl:417
  27. 43833 DistributedInterlockedHashTable.chpl:416
  28. 39837 DistributedInterlockedHashTable.chpl:436
  29. 38815 DistributedInterlockedHashTable.chpl:345
  30. 38791 DistributedInterlockedHashTable.chpl:459
  31. 37121 DistributedInterlockedHashTable.chpl:407
  32. 5706 DistributedInterlockedHashTable.chpl:291
  33. 2871 DistributedInterlockedHashTable.chpl:295
  34. 2863 DistributedInterlockedHashTable.chpl:294
  35. 2758 DistributedInterlockedHashTable.chpl:299
  36. 2574 $CHPL_HOME/modules/packages/EpochManager.chpl:936
  37. 2438 DistributedInterlockedHashTable.chpl:307
  38. 2437 DistributedInterlockedHashTable.chpl:314
  39. 2433 DistributedInterlockedHashTable.chpl:313
  40. 1717 $CHPL_HOME/modules/packages/EpochManager.chpl:1120
  41. 1716 $CHPL_HOME/modules/packages/AtomicObjects.chpl:339
  42. 1497 $CHPL_HOME/modules/dists/BlockDist.chpl:1320
  43. 858 $CHPL_HOME/modules/packages/AtomicObjects.chpl:516
  44. 855 $CHPL_HOME/modules/packages/EpochManager.chpl:354
  45. 336 $CHPL_HOME/modules/dists/BlockDist.chpl:1293
  46. 280 $CHPL_HOME/modules/packages/EpochManager.chpl:876
  47. 168 $CHPL_HOME/modules/dists/BlockDist.chpl:1284
  48. 168 $CHPL_HOME/modules/dists/BlockDist.chpl:1223
  49. 168 $CHPL_HOME/modules/dists/BlockDist.chpl:1222
  50. 56 $CHPL_HOME/modules/internal/DefaultRectangular.chpl:1457
  51. 56 $CHPL_HOME/modules/dists/BlockDist.chpl:1015
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement