Advertisement
yaneurabeya

Untitled

Jan 3rd, 2012
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.16 KB | None | 0 0
  1. None
  2.  
  3.  
  4.  
  5.  
  6. call graph profile:
  7. The sum of self and descendents is the major sort
  8. for this listing.
  9.  
  10. function entries:
  11.  
  12. index the index of the function in the call graph
  13. listing, as an aid to locating it (see below).
  14.  
  15. %time the percentage of the total time of the program
  16. accounted for by this function and its
  17. descendents.
  18.  
  19. self the number of seconds spent in this function
  20. itself.
  21.  
  22. descendents
  23. the number of seconds spent in the descendents of
  24. this function on behalf of this function.
  25.  
  26. called the number of times this function is called (other
  27. than recursive calls).
  28.  
  29. self the number of times this function calls itself
  30. recursively.
  31.  
  32. name the name of the function, with an indication of
  33. its membership in a cycle, if any.
  34.  
  35. index the index of the function in the call graph
  36. listing, as an aid to locating it.
  37.  
  38.  
  39.  
  40. parent listings:
  41.  
  42. self* the number of seconds of this function's self time
  43. which is due to calls from this parent.
  44.  
  45. descendents*
  46. the number of seconds of this function's
  47. descendent time which is due to calls from this
  48. parent.
  49.  
  50. called** the number of times this function is called by
  51. this parent. This is the numerator of the
  52. fraction which divides up the function's time to
  53. its parents.
  54.  
  55. total* the number of times this function was called by
  56. all of its parents. This is the denominator of
  57. the propagation fraction.
  58.  
  59. parents the name of this parent, with an indication of the
  60. parent's membership in a cycle, if any.
  61.  
  62. index the index of this parent in the call graph
  63. listing, as an aid in locating it.
  64.  
  65.  
  66.  
  67. children listings:
  68.  
  69. self* the number of seconds of this child's self time
  70. which is due to being called by this function.
  71.  
  72. descendent*
  73. the number of seconds of this child's descendent's
  74. time which is due to being called by this
  75. function.
  76.  
  77. called** the number of times this child is called by this
  78. function. This is the numerator of the
  79. propagation fraction for this child.
  80.  
  81. total* the number of times this child is called by all
  82. functions. This is the denominator of the
  83. propagation fraction.
  84.  
  85. children the name of this child, and an indication of its
  86. membership in a cycle, if any.
  87.  
  88. index the index of this child in the call graph listing,
  89. as an aid to locating it.
  90.  
  91.  
  92.  
  93. * these fields are omitted for parents (or
  94. children) in the same cycle as the function. If
  95. the function (or child) is a member of a cycle,
  96. the propagated times and propagation denominator
  97. represent the self time and descendent time of the
  98. cycle as a whole.
  99.  
  100. ** static-only parents and children are indicated
  101. by a call count of 0.
  102.  
  103.  
  104.  
  105. cycle listings:
  106. the cycle as a whole is listed with the same
  107. fields as a function entry. Below it are listed
  108. the members of the cycle, and their contributions
  109. to the time and call counts of the cycle.
  110.  
  111. granularity: each sample hit covers 4 byte(s) for 0.00% of 27.90 seconds
  112.  
  113. called/total parents
  114. index %time self descendents called+self name index
  115. called/total children
  116.  
  117. 27.88 0.02 1/1 main [2]
  118. [1] 100.0 27.88 0.02 1 c_regular [1]
  119. 0.00 0.02 770/770 remmap [4]
  120. 0.00 0.00 1/1 eofmsg [8]
  121. 0.00 0.00 2/770 __sys_munmap [5]
  122. 0.00 0.00 2/2 _sigaction [571]
  123. 0.00 0.00 1/1 sigemptyset [39]
  124. 0.00 0.00 1/1 getpagesize [32]
  125.  
  126. -----------------------------------------------
  127.  
  128. 0.00 27.89 1/1 _start [3]
  129. [2] 100.0 0.00 27.89 1 main [2]
  130. 27.88 0.02 1/1 c_regular [1]
  131. 0.00 0.00 2/2 strcmp [24]
  132. 0.00 0.00 2/2 __sys_open [568]
  133. 0.00 0.00 2/2 fstat [21]
  134. 0.00 0.00 1/1 getopt [31]
  135.  
  136. -----------------------------------------------
  137.  
  138. <spontaneous>
  139. [3] 100.0 0.00 27.89 _start [3]
  140. 0.00 27.89 1/1 main [2]
  141.  
  142. -----------------------------------------------
  143.  
  144. 0.00 0.02 770/770 c_regular [1]
  145. [4] 0.1 0.00 0.02 770 remmap [4]
  146. 0.01 0.00 768/770 __sys_munmap [5]
  147. 0.01 0.00 770/770 _mmap [6]
  148. 0.00 0.00 770/770 mmap [11]
  149. 0.00 0.00 770/770 __sys_madvise [559]
  150.  
  151. -----------------------------------------------
  152.  
  153. 0.00 0.00 2/770 c_regular [1]
  154. 0.01 0.00 768/770 remmap [4]
  155. [5] 0.0 0.01 0.00 770 __sys_munmap [5]
  156.  
  157. -----------------------------------------------
  158.  
  159. 0.01 0.00 770/770 remmap [4]
  160. [6] 0.0 0.01 0.00 770 _mmap [6]
  161.  
  162. -----------------------------------------------
  163.  
  164. <spontaneous>
  165. [7] 0.0 0.00 0.00 _mcount [7]
  166.  
  167. -----------------------------------------------
  168.  
  169. 0.00 0.00 1/1 c_regular [1]
  170. [8] 0.0 0.00 0.00 1 eofmsg [8]
  171. 0.00 0.00 1/1 warnx [10]
  172. 0.00 0.00 1/1 exit [28]
  173.  
  174. -----------------------------------------------
  175.  
  176. 0.00 0.00 1/1 warnx [10]
  177. [9] 0.0 0.00 0.00 1 vwarnx [9]
  178. 0.00 0.00 1/1 err_set_file [14]
  179. 0.00 0.00 1/1 fprintf [17]
  180. 0.00 0.00 1/2 vfprintf_l [13]
  181. 0.00 0.00 1/1 getprogname [33]
  182. 0.00 0.00 1/1 vfprintf [41]
  183.  
  184. -----------------------------------------------
  185.  
  186. 0.00 0.00 1/1 eofmsg [8]
  187. [10] 0.0 0.00 0.00 1 warnx [10]
  188. 0.00 0.00 1/1 vwarnx [9]
  189. 0.00 0.00 1/1 fputc [29]
  190.  
  191. -----------------------------------------------
  192.  
  193. 0.00 0.00 770/770 remmap [4]
  194. [11] 0.0 0.00 0.00 770 mmap [11]
  195. 0.00 0.00 770/770 __getosreldate [558]
  196.  
  197. -----------------------------------------------
  198.  
  199. 0.00 0.00 2/2 __vfprintf [16]
  200. [12] 0.0 0.00 0.00 2 localeconv_l [12]
  201. 0.00 0.00 1/1 __get_current_numeric_locale [577]
  202. 0.00 0.00 1/1 __get_current_monetary_locale [576]
  203.  
  204. -----------------------------------------------
  205.  
  206. 0.00 0.00 1/2 fprintf [17]
  207. 0.00 0.00 1/2 vwarnx [9]
  208. [13] 0.0 0.00 0.00 2 vfprintf_l [13]
  209. 0.00 0.00 2/2 __sbprintf [15]
  210.  
  211. -----------------------------------------------
  212.  
  213. 0.00 0.00 1/1 vwarnx [9]
  214. [14] 0.0 0.00 0.00 1 err_set_file [14]
  215.  
  216. -----------------------------------------------
  217.  
  218. 0.00 0.00 2/2 vfprintf_l [13]
  219. [15] 0.0 0.00 0.00 2 __sbprintf [15]
  220. 0.00 0.00 2/2 __vfprintf [16]
  221. 0.00 0.00 2/2 memset [23]
  222. 0.00 0.00 2/6 memcpy [19]
  223. 0.00 0.00 2/3 __sflush [563]
  224. 0.00 0.00 2/3 __fflush [562]
  225. 0.00 0.00 1/1 __swsetup [582]
  226.  
  227. -----------------------------------------------
  228.  
  229. 0.00 0.00 2/2 __sbprintf [15]
  230. [16] 0.0 0.00 0.00 2 __vfprintf [16]
  231. 0.00 0.00 2/2 localeconv_l [12]
  232. 0.00 0.00 4/4 __sprint [560]
  233. 0.00 0.00 2/2 strlen [25]
  234.  
  235. -----------------------------------------------
  236.  
  237. 0.00 0.00 1/1 vwarnx [9]
  238. [17] 0.0 0.00 0.00 1 fprintf [17]
  239. 0.00 0.00 1/2 vfprintf_l [13]
  240. 0.00 0.00 1/2 __get_locale [567]
  241.  
  242. -----------------------------------------------
  243.  
  244. 0.00 0.00 19/19 getenv [30]
  245. [18] 0.0 0.00 0.00 19 strncmp [18]
  246.  
  247. -----------------------------------------------
  248.  
  249. 0.00 0.00 2/6 __sbprintf [15]
  250. 0.00 0.00 4/6 __sfvwrite [564]
  251. [19] 0.0 0.00 0.00 6 memcpy [19]
  252.  
  253. -----------------------------------------------
  254.  
  255. 0.00 0.00 3/3 __swrite [565]
  256. [20] 0.0 0.00 0.00 3 write [20]
  257.  
  258. -----------------------------------------------
  259.  
  260. 0.00 0.00 2/2 main [2]
  261. [21] 0.0 0.00 0.00 2 fstat [21]
  262.  
  263. -----------------------------------------------
  264.  
  265. 0.00 0.00 2/2 __get_locale [567]
  266. [22] 0.0 0.00 0.00 2 get_thread_locale [22]
  267. 0.00 0.00 2/2 _once [570]
  268.  
  269. -----------------------------------------------
  270.  
  271. 0.00 0.00 2/2 __sbprintf [15]
  272. [23] 0.0 0.00 0.00 2 memset [23]
  273.  
  274. -----------------------------------------------
  275.  
  276. 0.00 0.00 2/2 main [2]
  277. [24] 0.0 0.00 0.00 2 strcmp [24]
  278.  
  279. -----------------------------------------------
  280.  
  281. 0.00 0.00 2/2 __vfprintf [16]
  282. [25] 0.0 0.00 0.00 2 strlen [25]
  283.  
  284. -----------------------------------------------
  285.  
  286. 0.00 0.00 2/2 init_key [34]
  287. [26] 0.0 0.00 0.00 2 stub_zero [26]
  288.  
  289. -----------------------------------------------
  290.  
  291. 0.00 0.00 1/2 getpagesize [32]
  292. 0.00 0.00 1/2 _mcleanup (583)
  293. [27] 0.0 0.00 0.00 2 sysctl [27]
  294.  
  295. -----------------------------------------------
  296.  
  297. 0.00 0.00 1/1 eofmsg [8]
  298. [28] 0.0 0.00 0.00 1 exit [28]
  299. 0.00 0.00 1/1 __cxa_finalize [574]
  300.  
  301. -----------------------------------------------
  302.  
  303. 0.00 0.00 1/1 warnx [10]
  304. [29] 0.0 0.00 0.00 1 fputc [29]
  305. 0.00 0.00 1/1 __swbuf [581]
  306.  
  307. -----------------------------------------------
  308.  
  309. 0.00 0.00 1/1 __detect_path_locale [575]
  310. [30] 0.0 0.00 0.00 1 getenv [30]
  311. 0.00 0.00 19/19 strncmp [18]
  312.  
  313. -----------------------------------------------
  314.  
  315. 0.00 0.00 1/1 main [2]
  316. [31] 0.0 0.00 0.00 1 getopt [31]
  317.  
  318. -----------------------------------------------
  319.  
  320. 0.00 0.00 1/1 c_regular [1]
  321. [32] 0.0 0.00 0.00 1 getpagesize [32]
  322. 0.00 0.00 1/2 _elf_aux_info [569]
  323. 0.00 0.00 1/3 ___sysctl [561]
  324. 0.00 0.00 1/2 sysctl [27]
  325.  
  326. -----------------------------------------------
  327.  
  328. 0.00 0.00 1/1 vwarnx [9]
  329. [33] 0.0 0.00 0.00 1 getprogname [33]
  330.  
  331. -----------------------------------------------
  332.  
  333. 0.00 0.00 1/1 _once [570]
  334. [34] 0.0 0.00 0.00 1 init_key [34]
  335. 0.00 0.00 2/2 stub_zero [26]
  336. 0.00 0.00 1/1 pthread_key_create [37]
  337. 0.00 0.00 1/1 pthread_setspecific [38]
  338. 0.00 0.00 1/1 stub_null [40]
  339. 0.00 0.00 1/1 pthread_getspecific [36]
  340.  
  341. -----------------------------------------------
  342.  
  343. 0.00 0.00 1/1 _mcleanup (583)
  344. [35] 0.0 0.00 0.00 1 moncontrol [35]
  345. 0.00 0.00 1/1 _profil [584]
  346.  
  347. -----------------------------------------------
  348.  
  349. 0.00 0.00 1/1 init_key [34]
  350. [36] 0.0 0.00 0.00 1 pthread_getspecific [36]
  351.  
  352. -----------------------------------------------
  353.  
  354. 0.00 0.00 1/1 init_key [34]
  355. [37] 0.0 0.00 0.00 1 pthread_key_create [37]
  356.  
  357. -----------------------------------------------
  358.  
  359. 0.00 0.00 1/1 init_key [34]
  360. [38] 0.0 0.00 0.00 1 pthread_setspecific [38]
  361.  
  362. -----------------------------------------------
  363.  
  364. 0.00 0.00 1/1 c_regular [1]
  365. [39] 0.0 0.00 0.00 1 sigemptyset [39]
  366.  
  367. -----------------------------------------------
  368.  
  369. 0.00 0.00 1/1 init_key [34]
  370. [40] 0.0 0.00 0.00 1 stub_null [40]
  371.  
  372. -----------------------------------------------
  373.  
  374. 0.00 0.00 1/1 vwarnx [9]
  375. [41] 0.0 0.00 0.00 1 vfprintf [41]
  376. 0.00 0.00 1/2 __get_locale [567]
  377.  
  378. -----------------------------------------------
  379.  
  380. 0.00 0.00 770/770 mmap [11]
  381. [558] 0.0 0.00 0.00 770 __getosreldate [558]
  382.  
  383. -----------------------------------------------
  384.  
  385. 0.00 0.00 770/770 remmap [4]
  386. [559] 0.0 0.00 0.00 770 __sys_madvise [559]
  387.  
  388. -----------------------------------------------
  389.  
  390. 0.00 0.00 4/4 __vfprintf [16]
  391. [560] 0.0 0.00 0.00 4 __sprint [560]
  392. 0.00 0.00 3/3 __sfvwrite [564]
  393.  
  394. -----------------------------------------------
  395.  
  396. 0.00 0.00 1/3 getpagesize [32]
  397. 0.00 0.00 1/3 __guard_setup [578]
  398. 0.00 0.00 1/3 _mcleanup (583)
  399. [561] 0.0 0.00 0.00 3 ___sysctl [561]
  400.  
  401. -----------------------------------------------
  402.  
  403. 0.00 0.00 1/3 __swbuf [581]
  404. 0.00 0.00 2/3 __sbprintf [15]
  405. [562] 0.0 0.00 0.00 3 __fflush [562]
  406.  
  407. -----------------------------------------------
  408.  
  409. 0.00 0.00 1/3 __swbuf [581]
  410. 0.00 0.00 2/3 __sbprintf [15]
  411. [563] 0.0 0.00 0.00 3 __sflush [563]
  412. 0.00 0.00 3/3 _swrite [566]
  413.  
  414. -----------------------------------------------
  415.  
  416. 0.00 0.00 3/3 __sprint [560]
  417. [564] 0.0 0.00 0.00 3 __sfvwrite [564]
  418. 0.00 0.00 4/6 memcpy [19]
  419.  
  420. -----------------------------------------------
  421.  
  422. 0.00 0.00 3/3 _swrite [566]
  423. [565] 0.0 0.00 0.00 3 __swrite [565]
  424. 0.00 0.00 3/3 write [20]
  425.  
  426. -----------------------------------------------
  427.  
  428. 0.00 0.00 3/3 __sflush [563]
  429. [566] 0.0 0.00 0.00 3 _swrite [566]
  430. 0.00 0.00 3/3 __swrite [565]
  431.  
  432. -----------------------------------------------
  433.  
  434. 0.00 0.00 1/2 vfprintf [41]
  435. 0.00 0.00 1/2 fprintf [17]
  436. [567] 0.0 0.00 0.00 2 __get_locale [567]
  437. 0.00 0.00 2/2 get_thread_locale [22]
  438.  
  439. -----------------------------------------------
  440.  
  441. 0.00 0.00 2/2 main [2]
  442. [568] 0.0 0.00 0.00 2 __sys_open [568]
  443.  
  444. -----------------------------------------------
  445.  
  446. 0.00 0.00 1/2 getpagesize [32]
  447. 0.00 0.00 1/2 __guard_setup [578]
  448. [569] 0.0 0.00 0.00 2 _elf_aux_info [569]
  449.  
  450. -----------------------------------------------
  451.  
  452. 0.00 0.00 2/2 get_thread_locale [22]
  453. [570] 0.0 0.00 0.00 2 _once [570]
  454. 0.00 0.00 1/1 __detect_path_locale [575]
  455. 0.00 0.00 1/1 init_key [34]
  456.  
  457. -----------------------------------------------
  458.  
  459. 0.00 0.00 2/2 c_regular [1]
  460. [571] 0.0 0.00 0.00 2 _sigaction [571]
  461.  
  462. -----------------------------------------------
  463.  
  464. 0.00 0.00 1/1 __do_global_dtors_aux [645]
  465. [572] 0.0 0.00 0.00 1 __clean_env [572]
  466.  
  467. -----------------------------------------------
  468.  
  469. 0.00 0.00 1/1 __do_global_dtors_aux [645]
  470. [573] 0.0 0.00 0.00 1 __clean_env_destructor [573]
  471.  
  472. -----------------------------------------------
  473.  
  474. 0.00 0.00 1/1 exit [28]
  475. [574] 0.0 0.00 0.00 1 __cxa_finalize [574]
  476. 0.00 0.00 1/1 _mcleanup (583)
  477.  
  478. -----------------------------------------------
  479.  
  480. 0.00 0.00 1/1 _once [570]
  481. [575] 0.0 0.00 0.00 1 __detect_path_locale [575]
  482. 0.00 0.00 1/1 getenv [30]
  483.  
  484. -----------------------------------------------
  485.  
  486. 0.00 0.00 1/1 localeconv_l [12]
  487. [576] 0.0 0.00 0.00 1 __get_current_monetary_locale [576]
  488.  
  489. -----------------------------------------------
  490.  
  491. 0.00 0.00 1/1 localeconv_l [12]
  492. [577] 0.0 0.00 0.00 1 __get_current_numeric_locale [577]
  493.  
  494. -----------------------------------------------
  495.  
  496. 0.00 0.00 1/1 __do_global_ctors_aux [644]
  497. [578] 0.0 0.00 0.00 1 __guard_setup [578]
  498. 0.00 0.00 1/2 _elf_aux_info [569]
  499. 0.00 0.00 1/3 ___sysctl [561]
  500.  
  501. -----------------------------------------------
  502.  
  503. 0.00 0.00 1/1 __swsetup [582]
  504. [579] 0.0 0.00 0.00 1 __sinit [579]
  505.  
  506. -----------------------------------------------
  507.  
  508. 0.00 0.00 1/1 __swsetup [582]
  509. [580] 0.0 0.00 0.00 1 __smakebuf [580]
  510.  
  511. -----------------------------------------------
  512.  
  513. 0.00 0.00 1/1 fputc [29]
  514. [581] 0.0 0.00 0.00 1 __swbuf [581]
  515. 0.00 0.00 1/3 __sflush [563]
  516. 0.00 0.00 1/3 __fflush [562]
  517.  
  518. -----------------------------------------------
  519.  
  520. 0.00 0.00 1/1 __sbprintf [15]
  521. [582] 0.0 0.00 0.00 1 __swsetup [582]
  522. 0.00 0.00 1/1 __sinit [579]
  523. 0.00 0.00 1/1 __smakebuf [580]
  524.  
  525. -----------------------------------------------
  526.  
  527. 0.00 0.00 1/1 moncontrol [35]
  528. [584] 0.0 0.00 0.00 1 _profil [584]
  529.  
  530. -----------------------------------------------
  531.  
  532.  
  533.  
  534.  
  535. flat profile:
  536.  
  537. % the percentage of the total running time of the
  538. time program used by this function.
  539.  
  540. cumulative a running sum of the number of seconds accounted
  541. seconds for by this function and those listed above it.
  542.  
  543. self the number of seconds accounted for by this
  544. seconds function alone. This is the major sort for this
  545. listing.
  546.  
  547. calls the number of times this function was invoked, if
  548. this function is profiled, else blank.
  549.  
  550. self the average number of milliseconds spent in this
  551. ms/call function per call, if this function is profiled,
  552. else blank.
  553.  
  554. total the average number of milliseconds spent in this
  555. ms/call function and its descendents per call, if this
  556. function is profiled, else blank.
  557.  
  558. name the name of the function. This is the minor sort
  559. for this listing. The index shows the location of
  560. the function in the gprof listing. If the index is
  561. in parenthesis it shows where it would appear in
  562. the gprof listing if it were to be printed.
  563.  
  564. granularity: each sample hit covers 4 byte(s) for 0.00% of 27.90 seconds
  565.  
  566. % cumulative self self total
  567. time seconds seconds calls ms/call ms/call name
  568. 99.9 27.88 27.88 1 27878.44 27894.81 c_regular [1]
  569. 0.0 27.89 0.01 770 0.01 0.01 __sys_munmap [5]
  570. 0.0 27.89 0.01 770 0.01 0.01 _mmap [6]
  571. 0.0 27.90 0.00 0 100.00% _mcount [7]
  572. 0.0 27.90 0.00 0 100.00% .mcount (42)
  573. 0.0 27.90 0.00 770 0.00 0.00 mmap [11]
  574. 0.0 27.90 0.00 770 0.00 0.02 remmap [4]
  575. 0.0 27.90 0.00 2 0.06 0.06 localeconv_l [12]
  576. 0.0 27.90 0.00 1 0.12 0.12 err_set_file [14]
  577. 0.0 27.90 0.00 770 0.00 0.00 __getosreldate [558]
  578. 0.0 27.90 0.00 770 0.00 0.00 __sys_madvise [559]
  579. 0.0 27.90 0.00 19 0.00 0.00 strncmp [18]
  580. 0.0 27.90 0.00 6 0.00 0.00 memcpy [19]
  581. 0.0 27.90 0.00 4 0.00 0.00 __sprint [560]
  582. 0.0 27.90 0.00 3 0.00 0.00 ___sysctl [561]
  583. 0.0 27.90 0.00 3 0.00 0.00 __fflush [562]
  584. 0.0 27.90 0.00 3 0.00 0.00 __sflush [563]
  585. 0.0 27.90 0.00 3 0.00 0.00 __sfvwrite [564]
  586. 0.0 27.90 0.00 3 0.00 0.00 __swrite [565]
  587. 0.0 27.90 0.00 3 0.00 0.00 _swrite [566]
  588. 0.0 27.90 0.00 3 0.00 0.00 write [20]
  589. 0.0 27.90 0.00 2 0.00 0.00 __get_locale [567]
  590. 0.0 27.90 0.00 2 0.00 0.06 __sbprintf [15]
  591. 0.0 27.90 0.00 2 0.00 0.00 __sys_open [568]
  592. 0.0 27.90 0.00 2 0.00 0.06 __vfprintf [16]
  593. 0.0 27.90 0.00 2 0.00 0.00 _elf_aux_info [569]
  594. 0.0 27.90 0.00 2 0.00 0.00 _once [570]
  595. 0.0 27.90 0.00 2 0.00 0.00 _sigaction [571]
  596. 0.0 27.90 0.00 2 0.00 0.00 fstat [21]
  597. 0.0 27.90 0.00 2 0.00 0.00 get_thread_locale [22]
  598. 0.0 27.90 0.00 2 0.00 0.00 memset [23]
  599. 0.0 27.90 0.00 2 0.00 0.00 strcmp [24]
  600. 0.0 27.90 0.00 2 0.00 0.00 strlen [25]
  601. 0.0 27.90 0.00 2 0.00 0.00 stub_zero [26]
  602. 0.0 27.90 0.00 2 0.00 0.00 sysctl [27]
  603. 0.0 27.90 0.00 2 0.00 0.06 vfprintf_l [13]
  604. 0.0 27.90 0.00 1 0.00 0.00 __clean_env [572]
  605. 0.0 27.90 0.00 1 0.00 0.00 __clean_env_destructor [573]
  606. 0.0 27.90 0.00 1 0.00 0.00 __cxa_finalize [574]
  607. 0.0 27.90 0.00 1 0.00 0.00 __detect_path_locale [575]
  608. 0.0 27.90 0.00 1 0.00 0.00 __get_current_monetary_locale [576]
  609. 0.0 27.90 0.00 1 0.00 0.00 __get_current_numeric_locale [577]
  610. 0.0 27.90 0.00 1 0.00 0.00 __guard_setup [578]
  611. 0.0 27.90 0.00 1 0.00 0.00 __sinit [579]
  612. 0.0 27.90 0.00 1 0.00 0.00 __smakebuf [580]
  613. 0.0 27.90 0.00 1 0.00 0.00 __swbuf [581]
  614. 0.0 27.90 0.00 1 0.00 0.00 __swsetup [582]
  615. 0.0 27.90 0.00 1 0.00 0.00 _mcleanup (583)
  616. 0.0 27.90 0.00 1 0.00 0.00 _profil [584]
  617. 0.0 27.90 0.00 1 0.00 0.25 eofmsg [8]
  618. 0.0 27.90 0.00 1 0.00 0.00 exit [28]
  619. 0.0 27.90 0.00 1 0.00 0.06 fprintf [17]
  620. 0.0 27.90 0.00 1 0.00 0.00 fputc [29]
  621. 0.0 27.90 0.00 1 0.00 0.00 getenv [30]
  622. 0.0 27.90 0.00 1 0.00 0.00 getopt [31]
  623. 0.0 27.90 0.00 1 0.00 0.00 getpagesize [32]
  624. 0.0 27.90 0.00 1 0.00 0.00 getprogname [33]
  625. 0.0 27.90 0.00 1 0.00 0.00 init_key [34]
  626. 0.0 27.90 0.00 1 0.00 27894.81 main [2]
  627. 0.0 27.90 0.00 1 0.00 0.00 moncontrol [35]
  628. 0.0 27.90 0.00 1 0.00 0.00 pthread_getspecific [36]
  629. 0.0 27.90 0.00 1 0.00 0.00 pthread_key_create [37]
  630. 0.0 27.90 0.00 1 0.00 0.00 pthread_setspecific [38]
  631. 0.0 27.90 0.00 1 0.00 0.00 sigemptyset [39]
  632. 0.0 27.90 0.00 1 0.00 0.00 stub_null [40]
  633. 0.0 27.90 0.00 1 0.00 0.00 vfprintf [41]
  634. 0.0 27.90 0.00 1 0.00 0.25 vwarnx [9]
  635. 0.0 27.90 0.00 1 0.00 0.25 warnx [10]
  636. 0.0 27.90 0.00 0 0.00% _start [3]
  637. Index by function name
  638.  
  639. (42) .mcount [568] __sys_open [12] localeconv_l
  640. [561] ___sysctl [16] __vfprintf [2] main
  641. [572] __clean_env [569] _elf_aux_info [19] memcpy
  642. [573] __clean_env_destruc (583) _mcleanup [23] memset
  643. [574] __cxa_finalize [7] _mcount [11] mmap
  644. [575] __detect_path_local [6] _mmap [35] moncontrol
  645. [562] __fflush [570] _once [36] pthread_getspecific
  646. [576] __get_current_monet [584] _profil [37] pthread_key_create
  647. [577] __get_current_numer [571] _sigaction [38] pthread_setspecific
  648. [567] __get_locale [566] _swrite [4] remmap
  649. [558] __getosreldate [1] c_regular [39] sigemptyset
  650. [578] __guard_setup [8] eofmsg [24] strcmp
  651. [15] __sbprintf [14] err_set_file [25] strlen
  652. [563] __sflush [28] exit [18] strncmp
  653. [564] __sfvwrite [17] fprintf [40] stub_null
  654. [579] __sinit [29] fputc [26] stub_zero
  655. [580] __smakebuf [21] fstat [27] sysctl
  656. [560] __sprint [22] get_thread_locale [41] vfprintf
  657. [581] __swbuf [30] getenv [13] vfprintf_l
  658. [565] __swrite [31] getopt [9] vwarnx
  659. [582] __swsetup [32] getpagesize [10] warnx
  660. [559] __sys_madvise [33] getprogname [20] write
  661. [5] __sys_munmap [34] init_key
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement