Advertisement
Guest User

profile

a guest
Jul 21st, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.50 KB | None | 0 0
  1. Sun Jul 21 14:37:00 2013    Profile.prof
  2.  
  3.          15199 function calls (15196 primitive calls) in 1.308 seconds
  4.  
  5.    Ordered by: internal time
  6.    List reduced from 112 to 20 due to restriction <20>
  7.  
  8.    ncalls  tottime  percall  cumtime  percall filename:lineno(function)
  9.       300    0.936    0.003    1.152    0.004 {_inpaint.inpaint_point}
  10.      1509    0.175    0.000    0.180    0.000 {numpy.core.multiarray.array}
  11.      2864    0.089    0.000    0.089    0.000 fmm.py:19(eikonal)
  12.         1    0.054    0.054    1.299    1.299 fmm.py:76(fast_marching_method)
  13.       301    0.012    0.000    0.020    0.000 function_base.py:3258(meshgrid)
  14.       301    0.009    0.000    0.039    0.000 selem.py:92(disk)
  15.       301    0.007    0.000    0.008    0.000 function_base.py:8(linspace)
  16.         2    0.005    0.003    0.005    0.003 {built-in method decode}
  17.       301    0.002    0.000    0.017    0.000 fromnumeric.py:459(transpose)
  18.       718    0.002    0.000    0.002    0.000 {min}
  19.       380    0.002    0.000    0.002    0.000 {_heapq.heappop}
  20.       302    0.001    0.000    0.001    0.000 {numpy.core.multiarray.copyto}
  21.       301    0.001    0.000    0.004    0.000 shape_base.py:8(atleast_1d)
  22.       301    0.001    0.000    0.014    0.000 fromnumeric.py:37(_wrapit)
  23.       602    0.001    0.000    0.001    0.000 {method 'reshape' of 'numpy.ndarray' objects}
  24.         1    0.001    0.001    0.002    0.002 _heap.py:14(initialise)
  25.       301    0.001    0.000    0.001    0.000 {numpy.core.multiarray.arange}
  26.       604    0.001    0.000    0.173    0.000 numeric.py:263(asarray)
  27.       602    0.001    0.000    0.002    0.000 numeric.py:333(asanyarray)
  28.       301    0.001    0.000    0.001    0.000 {numpy.core.multiarray.empty}
  29.  
  30.  
  31. blue:inpaint chintak$ python profile.py
  32. Sun Jul 21 14:38:12 2013    Profile.prof
  33.  
  34.          15199 function calls (15196 primitive calls) in 11.555 seconds
  35.  
  36.    Ordered by: internal time
  37.    List reduced from 112 to 20 due to restriction <20>
  38.  
  39.    ncalls  tottime  percall  cumtime  percall filename:lineno(function)
  40.       300   11.122    0.037   11.357    0.038 {_inpaint.inpaint_point}
  41.      1509    0.178    0.000    0.184    0.000 {numpy.core.multiarray.array}
  42.      2864    0.092    0.000    0.092    0.000 fmm.py:19(eikonal)
  43.         1    0.067    0.067   11.523   11.523 fmm.py:76(fast_marching_method)
  44.       301    0.018    0.000    0.030    0.000 function_base.py:3258(meshgrid)
  45.         2    0.012    0.006    0.012    0.006 {numpy.core.multiarray.where}
  46.       301    0.011    0.000    0.054    0.000 selem.py:92(disk)
  47.       301    0.009    0.000    0.011    0.000 function_base.py:8(linspace)
  48.         1    0.008    0.008    0.008    0.008 {skimage.morphology.cmorph.dilate}
  49.         2    0.006    0.003    0.006    0.003 {built-in method decode}
  50.         1    0.004    0.004    0.024    0.024 _heap.py:14(initialise)
  51.       301    0.004    0.000    0.020    0.000 fromnumeric.py:459(transpose)
  52.       380    0.003    0.000    0.003    0.000 {_heapq.heappop}
  53.       718    0.002    0.000    0.002    0.000 {min}
  54.       301    0.002    0.000    0.005    0.000 shape_base.py:8(atleast_1d)
  55.       302    0.002    0.000    0.002    0.000 {numpy.core.multiarray.copyto}
  56.       602    0.002    0.000    0.002    0.000 {method 'reshape' of 'numpy.ndarray' objects}
  57.       301    0.002    0.000    0.017    0.000 fromnumeric.py:37(_wrapit)
  58.       301    0.002    0.000    0.002    0.000 {numpy.core.multiarray.arange}
  59.       602    0.001    0.000    0.003    0.000 numeric.py:333(asanyarray)
  60.  
  61.  
  62. blue:inpaint chintak$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement