Advertisement
lamiastella

disparity gpof result

Jun 22nd, 2013
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.84 KB | None | 0 0
  1. Flat profile:
  2.  
  3. Each sample counts as 0.01 seconds.
  4. % cumulative self self total
  5. time seconds seconds calls ms/call ms/call name
  6. 54.44 2.82 2.82 64 44.06 44.06 finalSAD
  7. 16.02 3.65 0.83 64 12.97 12.97 integralImage2D2D
  8. 6.56 3.99 0.34 64 5.31 5.31 findDisparity
  9. 5.79 4.29 0.30 64 4.69 4.69 computeSAD
  10. 4.63 4.53 0.24 64 3.75 3.75 padarray4
  11. 2.70 4.67 0.14 _IO_vfscanf_internal
  12. 2.61 4.81 0.14 fread
  13. 1.74 4.90 0.09 64 1.41 66.88 correlateSAD_2D
  14. 1.16 4.96 0.06 _IO_file_xsgetn
  15. 0.58 4.99 0.03 ____strtol_l_internal
  16. 0.58 5.02 0.03 memcpy
  17. 0.39 5.04 0.02 3 6.67 6.67 fSetArray
  18. 0.39 5.06 0.02 __isoc99_fscanf
  19. 0.39 5.08 0.02 readImage
  20. 0.29 5.09 0.02 _L_unlock_163
  21. 0.19 5.10 0.01 5 2.00 2.00 iSetArray
  22. 0.19 5.11 0.01 2 5.00 7.00 padarray2
  23. 0.19 5.12 0.01 __open_nocancel (syscall-template.S:82 @ 4153c9)
  24. 0.19 5.13 0.01 __strcasecmp_l_avx
  25. 0.19 5.14 0.01 __strtol_internal
  26. 0.19 5.15 0.01 munmap
  27. 0.19 5.16 0.01 selfCheck
  28. 0.10 5.17 0.01 _IO_default_seekoff
  29. 0.10 5.17 0.01 _IO_default_xsputn
  30. 0.10 5.18 0.01 _IO_sgetn
  31. 0.10 5.18 0.01 _IO_sputbackc
  32. 0.00 5.18 0.00 71 0.00 0.00 iMallocHandle
  33. 0.00 5.18 0.00 68 0.00 0.00 iFreeHandle
  34. 0.00 5.18 0.00 4 0.00 0.00 fFreeHandle
  35. 0.00 5.18 0.00 4 0.00 0.00 fMallocHandle
  36. 0.00 5.18 0.00 1 0.00 0.00 main
  37.  
  38. % the percentage of the total running time of the
  39. time program used by this function.
  40.  
  41. cumulative a running sum of the number of seconds accounted
  42. seconds for by this function and those listed above it.
  43.  
  44. self the number of seconds accounted for by this
  45. seconds function alone. This is the major sort for this
  46. listing.
  47.  
  48. calls the number of times this function was invoked, if
  49. this function is profiled, else blank.
  50.  
  51. self the average number of milliseconds spent in this
  52. ms/call function per call, if this function is profiled,
  53. else blank.
  54.  
  55. total the average number of milliseconds spent in this
  56. ms/call function and its descendents per call, if this
  57. function is profiled, else blank.
  58.  
  59. name the name of the function. This is the minor sort
  60. for this listing. The index shows the location of
  61. the function in the gprof listing. If the index is
  62. in parenthesis it shows where it would appear in
  63. the gprof listing if it were to be printed.
  64. Call graph (explanation follows)
  65.  
  66.  
  67. granularity: each sample hit covers 2 byte(s) for 0.19% of 5.18 seconds
  68.  
  69. index % time self children called name
  70. <spontaneous>
  71. [1] 90.0 0.00 4.66 getDisparity [1]
  72. 0.09 4.19 64/64 correlateSAD_2D [2]
  73. 0.34 0.00 64/64 findDisparity [5]
  74. 0.02 0.00 3/3 fSetArray [13]
  75. 0.01 0.00 2/2 padarray2 [17]
  76. 0.01 0.00 3/5 iSetArray [18]
  77. 0.00 0.00 4/4 fFreeHandle [30]
  78. 0.00 0.00 4/68 iFreeHandle [29]
  79. 0.00 0.00 1/4 fMallocHandle [31]
  80. -----------------------------------------------
  81. 0.09 4.19 64/64 getDisparity [1]
  82. [2] 82.6 0.09 4.19 64 correlateSAD_2D [2]
  83. 2.82 0.00 64/64 finalSAD [3]
  84. 0.83 0.00 64/64 integralImage2D2D [4]
  85. 0.30 0.00 64/64 computeSAD [6]
  86. 0.24 0.00 64/64 padarray4 [7]
  87. 0.00 0.00 64/71 iMallocHandle [28]
  88. 0.00 0.00 64/68 iFreeHandle [29]
  89. -----------------------------------------------
  90. 2.82 0.00 64/64 correlateSAD_2D [2]
  91. [3] 54.4 2.82 0.00 64 finalSAD [3]
  92. -----------------------------------------------
  93. 0.83 0.00 64/64 correlateSAD_2D [2]
  94. [4] 16.0 0.83 0.00 64 integralImage2D2D [4]
  95. -----------------------------------------------
  96. 0.34 0.00 64/64 getDisparity [1]
  97. [5] 6.6 0.34 0.00 64 findDisparity [5]
  98. -----------------------------------------------
  99. 0.30 0.00 64/64 correlateSAD_2D [2]
  100. [6] 5.8 0.30 0.00 64 computeSAD [6]
  101. -----------------------------------------------
  102. 0.24 0.00 64/64 correlateSAD_2D [2]
  103. [7] 4.6 0.24 0.00 64 padarray4 [7]
  104. -----------------------------------------------
  105. <spontaneous>
  106. [8] 2.7 0.14 0.00 _IO_vfscanf_internal [8]
  107. -----------------------------------------------
  108. <spontaneous>
  109. [9] 2.6 0.14 0.00 fread [9]
  110. -----------------------------------------------
  111. <spontaneous>
  112. [10] 1.2 0.06 0.00 _IO_file_xsgetn [10]
  113. -----------------------------------------------
  114. <spontaneous>
  115. [11] 0.6 0.03 0.00 memcpy [11]
  116. -----------------------------------------------
  117. <spontaneous>
  118. [12] 0.6 0.03 0.00 ____strtol_l_internal [12]
  119. -----------------------------------------------
  120. 0.02 0.00 3/3 getDisparity [1]
  121. [13] 0.4 0.02 0.00 3 fSetArray [13]
  122. 0.00 0.00 3/4 fMallocHandle [31]
  123. -----------------------------------------------
  124. <spontaneous>
  125. [14] 0.4 0.02 0.00 readImage [14]
  126. 0.00 0.00 2/71 iMallocHandle [28]
  127. -----------------------------------------------
  128. <spontaneous>
  129. [15] 0.4 0.02 0.00 __isoc99_fscanf [15]
  130. -----------------------------------------------
  131. <spontaneous>
  132. [16] 0.3 0.02 0.00 _L_unlock_163 [16]
  133. -----------------------------------------------
  134. 0.01 0.00 2/2 getDisparity [1]
  135. [17] 0.3 0.01 0.00 2 padarray2 [17]
  136. 0.00 0.00 2/5 iSetArray [18]
  137. -----------------------------------------------
  138. 0.00 0.00 2/5 padarray2 [17]
  139. 0.01 0.00 3/5 getDisparity [1]
  140. [18] 0.2 0.01 0.00 5 iSetArray [18]
  141. 0.00 0.00 5/71 iMallocHandle [28]
  142. -----------------------------------------------
  143. <spontaneous>
  144. [19] 0.2 0.01 0.00 munmap [19]
  145. -----------------------------------------------
  146. <spontaneous>
  147. [20] 0.2 0.01 0.00 selfCheck [20]
  148. -----------------------------------------------
  149. <spontaneous>
  150. [21] 0.2 0.01 0.00 __open_nocancel (syscall-template.S:82 @ 4153c9) [21]
  151. -----------------------------------------------
  152. <spontaneous>
  153. [22] 0.2 0.01 0.00 __strcasecmp_l_avx [22]
  154. -----------------------------------------------
  155. <spontaneous>
  156. [23] 0.2 0.01 0.00 __strtol_internal [23]
  157. -----------------------------------------------
  158. <spontaneous>
  159. [24] 0.1 0.01 0.00 _IO_default_seekoff [24]
  160. -----------------------------------------------
  161. <spontaneous>
  162. [25] 0.1 0.01 0.00 _IO_default_xsputn [25]
  163. -----------------------------------------------
  164. <spontaneous>
  165. [26] 0.1 0.01 0.00 _IO_sgetn [26]
  166. -----------------------------------------------
  167. <spontaneous>
  168. [27] 0.1 0.01 0.00 _IO_sputbackc [27]
  169. -----------------------------------------------
  170. 0.00 0.00 2/71 readImage [14]
  171. 0.00 0.00 5/71 iSetArray [18]
  172. 0.00 0.00 64/71 correlateSAD_2D [2]
  173. [28] 0.0 0.00 0.00 71 iMallocHandle [28]
  174. -----------------------------------------------
  175. 0.00 0.00 4/68 getDisparity [1]
  176. 0.00 0.00 64/68 correlateSAD_2D [2]
  177. [29] 0.0 0.00 0.00 68 iFreeHandle [29]
  178. -----------------------------------------------
  179. 0.00 0.00 4/4 getDisparity [1]
  180. [30] 0.0 0.00 0.00 4 fFreeHandle [30]
  181. -----------------------------------------------
  182. 0.00 0.00 1/4 getDisparity [1]
  183. 0.00 0.00 3/4 fSetArray [13]
  184. [31] 0.0 0.00 0.00 4 fMallocHandle [31]
  185. -----------------------------------------------
  186. 0.00 0.00 1/1 __libc_start_main [1139]
  187. [32] 0.0 0.00 0.00 1 main [32]
  188. -----------------------------------------------
  189.  
  190. This table describes the call tree of the program, and was sorted by
  191. the total amount of time spent in each function and its children.
  192.  
  193. Each entry in this table consists of several lines. The line with the
  194. index number at the left hand margin lists the current function.
  195. The lines above it list the functions that called this function,
  196. and the lines below it list the functions this one called.
  197. This line lists:
  198. index A unique number given to each element of the table.
  199. Index numbers are sorted numerically.
  200. The index number is printed next to every function name so
  201. it is easier to look up where the function in the table.
  202.  
  203. % time This is the percentage of the `total' time that was spent
  204. in this function and its children. Note that due to
  205. different viewpoints, functions excluded by options, etc,
  206. these numbers will NOT add up to 100%.
  207.  
  208. self This is the total amount of time spent in this function.
  209.  
  210. children This is the total amount of time propagated into this
  211. function by its children.
  212.  
  213. called This is the number of times the function was called.
  214. If the function called itself recursively, the number
  215. only includes non-recursive calls, and is followed by
  216. a `+' and the number of recursive calls.
  217.  
  218. name The name of the current function. The index number is
  219. printed after it. If the function is a member of a
  220. cycle, the cycle number is printed between the
  221. function's name and the index number.
  222.  
  223.  
  224. For the function's parents, the fields have the following meanings:
  225.  
  226. self This is the amount of time that was propagated directly
  227. from the function into this parent.
  228.  
  229. children This is the amount of time that was propagated from
  230. the function's children into this parent.
  231.  
  232. called This is the number of times this parent called the
  233. function `/' the total number of times the function
  234. was called. Recursive calls to the function are not
  235. included in the number after the `/'.
  236.  
  237. name This is the name of the parent. The parent's index
  238. number is printed after it. If the parent is a
  239. member of a cycle, the cycle number is printed between
  240. the name and the index number.
  241.  
  242. If the parents of the function cannot be determined, the word
  243. `<spontaneous>' is printed in the `name' field, and all the other
  244. fields are blank.
  245.  
  246. For the function's children, the fields have the following meanings:
  247.  
  248. self This is the amount of time that was propagated directly
  249. from the child into the function.
  250.  
  251. children This is the amount of time that was propagated from the
  252. child's children to the function.
  253.  
  254. called This is the number of times the function called
  255. this child `/' the total number of times the child
  256. was called. Recursive calls by the child are not
  257. listed in the number after the `/'.
  258.  
  259. name This is the name of the child. The child's index
  260. number is printed after it. If the child is a
  261. member of a cycle, the cycle number is printed
  262. between the name and the index number.
  263.  
  264. If there are any cycles (circles) in the call graph, there is an
  265. entry for the cycle-as-a-whole. This entry shows who called the
  266. cycle (as parents) and the members of the cycle (as children.)
  267. The `+' recursive calls entry shows the number of function calls that
  268. were internal to the cycle, and the calls entry for each member shows,
  269. for that member, how many times it was called from other members of
  270. the cycle.
  271.  
  272. Index by function name
  273.  
  274. [24] _IO_default_seekoff [23] __strtol_internal [18] iSetArray
  275. [25] _IO_default_xsputn [6] computeSAD [4] integralImage2D2D
  276. [10] _IO_file_xsgetn [2] correlateSAD_2D [32] main
  277. [26] _IO_sgetn [30] fFreeHandle [11] memcpy
  278. [27] _IO_sputbackc [31] fMallocHandle [19] munmap
  279. [8] _IO_vfscanf_internal [13] fSetArray [17] padarray2
  280. [16] _L_unlock_163 [3] finalSAD [7] padarray4
  281. [12] ____strtol_l_internal [5] findDisparity [14] readImage
  282. [15] __isoc99_fscanf [9] fread [20] selfCheck
  283. [21] __open_nocancel (syscall-template.S:82 @ 4153c9) [29] iFreeHandle
  284. [22] __strcasecmp_l_avx [28] iMallocHandle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement