Giter Site home page Giter Site logo

sortings's Introduction

#Merge_sort & quick_sort

merge_sort Flat profile:

%time cumulative seconds self seconds calls self s/call total s/call name
72.64 3.93 3.93 37673894 0.00 0.00 comparator
16.82 4.84 0.91 N/A N/A N/A main
6.10 5.17 0.33 999999 0.00 0.00 merge
3.14 5.34 0.17 1 0.17 2.17 quick_sort
0.92 5.39 0.05 1 0.05 2.33 merge_sort_recurse
0.37 5.41 0.02 524287 0.00 0.00 swap
0.00 5.41 0.00 1 0.00 2.33 merge_sort

Call graph:

granularity: each sample hit covers 4 byte(s) for 0.18% of 5.41 seconds

index % time self children called name
  |         |       |           |          |     <spontaneous>

[1] | 100.0 |0.91 | 4.50 | |main [1] | |0.00 | 2.33 |1/1 | merge_sort [3] | |0.17 | 2.00 | 1/1 | quick_sort [6] | | | | | | |1.95 |0.00 |18673875/37673894 | merge [5] | |1.98 |0.00 |19000019/37673894 | quick_sort [6] [2] | 72.6 |3.93 |0.00 |37673894 |comparator [2] | | | | | | |0.00 |2.33 |1/1 |main [1] [3] |43.0 |0.00 |2.33 |1 |merge_sort [3] | |0.05 |2.28 |1/1 | merge_sort_recurse [4] | | | | | | | | |1999998 | merge_sort_recurse [4] | |0.05 |2.28 | 1/1 | merge_sort [3] [4] |43.0 |0.05 |2.28 | 1+1999998 |merge_sort_recurse [4] | |0.33 |1.95 |999999/999999 | merge [5] | | | |1999998 | merge_sort_recurse [4] | | | | | | |0.33 |1.95 |999999/999999 |merge_sort_recurse [4] [5] |42.1 |0.33 |1.95 |999999 |merge [5] | |1.95 |0.00 |18673875/37673894 | comparator [2] | | | | | | | | |524286 |quick_sort [6] | | 0.17 |2.00 | 1/1 |main [1] [6] |40.1 | 0.17 |2.00 | 1+524286 |quick_sort [6] | | 1.98 |0.00 |19000019/37673894 | comparator [2] | | 0.02 |0.00 | 524287/524287 |swap [7] | | | | 524286 |quick_sort [6] | | | | | | |0.02 |0.00 |524287/524287 | quick_sort [6] [7] | 0.4 |0.02 |0.00 |524287 | swap [7] | | | | |

Quick_sort:

Flat profile:

Each sample counts as 0.01 seconds.

% time cumulative seconds self seconds calls self s/call total s/call name
79.18 3.27 3.27 26616723 0.00 0.00 comparator
12.83 3.80 0.53 N/A N/A N/A main
7.14 4.09 0.29 1 0.29 3.60 quick_sort
0.85 4.13 0.04 4911136 0.00 0.00 swap

Call graph

granularity: each sample hit covers 4 byte(s) for 0.24% of 4.13 seconds

index % time self children called name
  |        |        |           |         |       <spontaneous>

[1] | 100.0 | 0.53 | 3.60 | | main [1] | | 0.29 | 3.31 | 1/1 | quick_sort [2] | | | | | | | | | 890487 | quick_sort [2] | | 0.29 | 3.31 | 1/1 | main [1] [2] | 87.2 | 0.29 | 3.31 | 1+890487 | quick_sort [2] | |3.27 | 0.00 |26616723/26616723| comparator [3] | |0.04 | 0.00 |4911136/4911136 | swap [4] | | | | 890487 | quick_sort [2] | | | | | | |3.27 |0.00| 26616723/26616723 | quick_sort [2] [3] | 79.2 |3.27 |0.00| 26616723 |comparator [3] | | | | | | |0.04 |0.00 |4911136/4911136 |quick_sort [2] [4] | 0.8 |0.04 |0.00 |4911136 |swap [4] | | | | |

Valgrind:

merge_sort:

==3611==

==3611== HEAP SUMMARY:

==3611== in use at exit: 0 bytes in 0 blocks

==3611== total heap usage: 1,000,007 allocs, 1,000,007 frees, 54,508,250 bytes allocated

==3611==

==3611== All heap blocks were freed -- no leaks are possible

==3611==

==3611== For counts of detected and suppressed errors, rerun with: -v

==3611== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

quick_sort

==3667==

==3667== HEAP SUMMARY:

==3667== in use at exit: 0 bytes in 0 blocks

==3667== total heap usage: 1,000,006 allocs, 1,000,006 frees, 50,508,250 bytes allocated

==3667==

==3667== All heap blocks were freed -- no leaks are possible

==3667==

==3667== For counts of detected and suppressed errors, rerun with: -v

==3667== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

sortings's People

Contributors

tiltedprogrammer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.