Flat profile:

  %   cumulative   self              self     total
 time   seconds   seconds    calls  ms/call  ms/call  name
 33.33      5.00     5.00        2  2500.00  3500.00  a
 20.00      8.00     3.00        1  3000.00  4000.00  b
 20.00     11.00     3.00        3  1000.00  1000.00  c
 13.33     13.00     2.00                             main
 13.33     15.00     2.00        1  2000.00 13000.00  start



Call graph:

index % time    self  children    called     name
                                                 <spontaneous>
[1]    100.0    2.00   13.00                 main [1]
                2.00   11.00       1/1           start [2]
----------------------------------
                2.00   11.00       1/1           main [1]
[2]     86.7    2.00   11.00       1         start [2]
                2.50    1.00       1/2           a <cycle 1> [4]
----------------------------------
[3]     73.3    8.00    3.00       1+2       <cycle 1 as a whole> [3]
                2.50    1.00       1             a <cycle 1> [4]
                3.00    1.00       1             b <cycle 1> [5]
----------------------------------
                4.00    1.50       1/2           start [2]
                                   1/2           b <cycle 1> [5]
[4]     46.7    5.00    2.00       2         a <cycle 1> [4]
                                   1/1           b <cycle 1> [5]
                2.00    0.00       2/3           c [6]
----------------------------------
                                   1/1           a <cycle 1> [4]
[5]     26.7    3.00    1.00       1         b <cycle 1> [5]
                                   1/2           a <cycle 1> [4]
                1.00    0.00       1/3           c [6]
----------------------------------
                2.00    0.00       2/3           a <cycle 1> [4]
                1.00    0.00       1/3           b <cycle 1> [5]
[6]     20.0    3.00    0.00       3         c [6]
----------------------------------



Found 1 cycle(s):
----------------------------------
a <cycle 1>
b <cycle 1>
----------------------------------

