Advertisement
Guest User

Lua 5.3 - Strings Massif

a guest
Feb 1st, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.45 KB | None | 0 0
  1. --------------------------------------------------------------------------------
  2. Command: ./a.out
  3. Massif arguments: (none)
  4. ms_print arguments: massif.out.23048
  5. --------------------------------------------------------------------------------
  6.  
  7.  
  8. KB
  9. 89.80^#
  10. |#
  11. |#
  12. |# ::::::@:::@:::@:::::::::::::::::::::@::::::@:::::::@::::::@:::::::@:
  13. |# ::::::@:::@:::@:::::::::::::::::::::@::::::@:::::::@::::::@:::::::@:
  14. |# ::::::@:::@:::@:::::::::::::::::::::@::::::@:::::::@::::::@:::::::@:
  15. |#: ::::::@:::@:::@:::::::::::::::::::::@::::::@:::::::@::::::@:::::::@:
  16. |#: ::::::@:::@:::@:::::::::::::::::::::@::::::@:::::::@::::::@:::::::@:
  17. |#: ::::::@:::@:::@:::::::::::::::::::::@::::::@:::::::@::::::@:::::::@:
  18. |#: ::::::@:::@:::@:::::::::::::::::::::@::::::@:::::::@::::::@:::::::@:
  19. |#: ::::::@:::@:::@:::::::::::::::::::::@::::::@:::::::@::::::@:::::::@:
  20. |#:::::::::@:::@:::@:::::::::::::::::::::@::::::@:::::::@::::::@:::::::@:
  21. |#:::::::::@:::@:::@:::::::::::::::::::::@::::::@:::::::@::::::@:::::::@:
  22. |#:::::::::@:::@:::@:::::::::::::::::::::@::::::@:::::::@::::::@:::::::@:
  23. |#:::::::::@:::@:::@:::::::::::::::::::::@::::::@:::::::@::::::@:::::::@:
  24. |#:::::::::@:::@:::@:::::::::::::::::::::@::::::@:::::::@::::::@:::::::@:
  25. |#:::::::::@:::@:::@:::::::::::::::::::::@::::::@:::::::@::::::@:::::::@:
  26. |#:::::::::@:::@:::@:::::::::::::::::::::@::::::@:::::::@::::::@:::::::@:
  27. |#:::::::::@:::@:::@:::::::::::::::::::::@::::::@:::::::@::::::@:::::::@:
  28. |#:::::::::@:::@:::@:::::::::::::::::::::@::::::@:::::::@::::::@:::::::@:
  29. 0 +----------------------------------------------------------------------->Gi
  30. 0 1.619
  31.  
  32. Number of snapshots: 93
  33. Detailed snapshots: [1 (peak), 12, 17, 22, 50, 60, 70, 80, 90]
  34.  
  35. --------------------------------------------------------------------------------
  36. n time(i) total(B) useful-heap(B) extra-heap(B) stacks(B)
  37. --------------------------------------------------------------------------------
  38. 0 0 0 0 0 0
  39. 1 564,810 91,960 88,298 3,662 0
  40. 96.02% (88,298B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  41. ->89.88% (82,650B) 0x11413F: luaM_realloc_ (in /home/docker/a.out)
  42. | ->76.47% (70,322B) 0x113C8C: luaC_newobj (in /home/docker/a.out)
  43. | | ->67.51% (62,083B) 0x118F7C: luaS_createlngstrobj (in /home/docker/a.out)
  44. | | | ->67.51% (62,083B) 0x119015: luaS_newlstr (in /home/docker/a.out)
  45. | | | ->67.22% (61,815B) 0x10DBA3: lua_pushlstring (in /home/docker/a.out)
  46. | | | | ->67.22% (61,815B) 0x10CFDC: main (in /home/docker/a.out)
  47. | | | |
  48. | | | ->00.29% (268B) in 1+ places, all below ms_print's threshold (01.00%)
  49. | | |
  50. | | ->07.30% (6,711B) 0x118E1B: internshrstr (in /home/docker/a.out)
  51. | | | ->07.18% (6,601B) 0x1190CA: luaS_new (in /home/docker/a.out)
  52. | | | | ->05.19% (4,773B) 0x10D194: auxsetstr (in /home/docker/a.out)
  53. | | | | | ->04.91% (4,518B) 0x1204A1: luaL_setfuncs (in /home/docker/a.out)
  54. | | | | | | ->03.82% (3,516B) in 12 places, all below massif's threshold (1.00%)
  55. | | | | | | |
  56. | | | | | | ->01.09% (1,002B) 0x128B04: luaopen_math (in /home/docker/a.out)
  57. | | | | | | ->01.09% (1,002B) 0x110E24: luaD_precall (in /home/docker/a.out)
  58. | | | | | | ->01.09% (1,002B) 0x1110F1: luaD_call (in /home/docker/a.out)
  59. | | | | | | ->01.09% (1,002B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  60. | | | | | | ->01.09% (1,002B) 0x10E72A: lua_callk (in /home/docker/a.out)
  61. | | | | | | ->01.09% (1,002B) 0x120622: luaL_requiref (in /home/docker/a.out)
  62. | | | | | | ->01.09% (1,002B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  63. | | | | | | ->01.09% (1,002B) 0x10CF42: main (in /home/docker/a.out)
  64. | | | | | |
  65. | | | | | ->00.28% (255B) in 1+ places, all below ms_print's threshold (01.00%)
  66. | | | | |
  67. | | | | ->01.99% (1,828B) in 4 places, all below massif's threshold (1.00%)
  68. | | | |
  69. | | | ->00.12% (110B) in 1+ places, all below ms_print's threshold (01.00%)
  70. | | |
  71. | | ->01.22% (1,120B) 0x1196C1: luaH_new (in /home/docker/a.out)
  72. | | | ->01.10% (1,008B) 0x10E0DF: lua_createtable (in /home/docker/a.out)
  73. | | | | ->01.10% (1,008B) in 17 places, all below massif's threshold (1.00%)
  74. | | | |
  75. | | | ->00.12% (112B) in 1+ places, all below ms_print's threshold (01.00%)
  76. | | |
  77. | | ->00.44% (408B) in 1+ places, all below ms_print's threshold (01.00%)
  78. | |
  79. | ->10.40% (9,568B) 0x119429: auxsetnode (in /home/docker/a.out)
  80. | | ->10.40% (9,568B) 0x110570: luaD_rawrunprotected (in /home/docker/a.out)
  81. | | ->10.40% (9,568B) 0x119AEE: luaH_resize (in /home/docker/a.out)
  82. | | ->06.75% (6,208B) 0x10E136: lua_createtable (in /home/docker/a.out)
  83. | | | ->03.41% (3,136B) in 11 places, all below massif's threshold (1.00%)
  84. | | | |
  85. | | | ->02.23% (2,048B) 0x128AF3: luaopen_math (in /home/docker/a.out)
  86. | | | | ->02.23% (2,048B) 0x110E24: luaD_precall (in /home/docker/a.out)
  87. | | | | ->02.23% (2,048B) 0x1110F1: luaD_call (in /home/docker/a.out)
  88. | | | | ->02.23% (2,048B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  89. | | | | ->02.23% (2,048B) 0x10E72A: lua_callk (in /home/docker/a.out)
  90. | | | | ->02.23% (2,048B) 0x120622: luaL_requiref (in /home/docker/a.out)
  91. | | | | ->02.23% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  92. | | | | ->02.23% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  93. | | | |
  94. | | | ->01.11% (1,024B) 0x12CD63: luaopen_string (in /home/docker/a.out)
  95. | | | ->01.11% (1,024B) 0x110E24: luaD_precall (in /home/docker/a.out)
  96. | | | ->01.11% (1,024B) 0x1110F1: luaD_call (in /home/docker/a.out)
  97. | | | ->01.11% (1,024B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  98. | | | ->01.11% (1,024B) 0x10E72A: lua_callk (in /home/docker/a.out)
  99. | | | ->01.11% (1,024B) 0x120622: luaL_requiref (in /home/docker/a.out)
  100. | | | ->01.11% (1,024B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  101. | | | ->01.11% (1,024B) 0x10CF42: main (in /home/docker/a.out)
  102. | | |
  103. | | ->03.65% (3,360B) 0x119F71: luaH_newkey (in /home/docker/a.out)
  104. | | ->03.62% (3,328B) 0x11B69B: luaV_finishset (in /home/docker/a.out)
  105. | | | ->03.62% (3,328B) 0x10D1CD: auxsetstr (in /home/docker/a.out)
  106. | | | ->02.23% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  107. | | | | ->02.23% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  108. | | | |
  109. | | | ->01.39% (1,280B) in 4 places, all below massif's threshold (1.00%)
  110. | | |
  111. | | ->00.03% (32B) in 1+ places, all below ms_print's threshold (01.00%)
  112. | |
  113. | ->02.23% (2,048B) 0x118CED: luaS_resize (in /home/docker/a.out)
  114. | | ->02.23% (2,048B) 0x118E76: internshrstr (in /home/docker/a.out)
  115. | | | ->02.23% (2,048B) 0x1190CA: luaS_new (in /home/docker/a.out)
  116. | | | ->02.23% (2,048B) 0x10D194: auxsetstr (in /home/docker/a.out)
  117. | | | ->02.23% (2,048B) 0x127DBD: luaopen_io (in /home/docker/a.out)
  118. | | | ->02.23% (2,048B) 0x110E24: luaD_precall (in /home/docker/a.out)
  119. | | | ->02.23% (2,048B) 0x1110F1: luaD_call (in /home/docker/a.out)
  120. | | | ->02.23% (2,048B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  121. | | | ->02.23% (2,048B) 0x10E72A: lua_callk (in /home/docker/a.out)
  122. | | | ->02.23% (2,048B) 0x120622: luaL_requiref (in /home/docker/a.out)
  123. | | | ->02.23% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  124. | | | ->02.23% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  125. | | |
  126. | | ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
  127. | |
  128. | ->00.77% (712B) in 1+ places, all below ms_print's threshold (01.00%)
  129. |
  130. ->04.45% (4,096B) 0x10CF10: main (in /home/docker/a.out)
  131. |
  132. ->01.69% (1,552B) 0x118700: lua_newstate (in /home/docker/a.out)
  133. ->01.69% (1,552B) 0x12073D: luaL_newstate (in /home/docker/a.out)
  134. ->01.69% (1,552B) 0x10CF32: main (in /home/docker/a.out)
  135.  
  136. --------------------------------------------------------------------------------
  137. n time(i) total(B) useful-heap(B) extra-heap(B) stacks(B)
  138. --------------------------------------------------------------------------------
  139. 2 29,694,689 67,144 63,572 3,572 0
  140. 3 55,200,938 42,328 38,846 3,482 0
  141. 4 77,382,314 42,328 38,846 3,482 0
  142. 5 110,764,035 79,552 75,935 3,617 0
  143. 6 129,999,447 79,552 75,935 3,617 0
  144. 7 153,610,482 79,552 75,935 3,617 0
  145. 8 190,348,386 79,552 75,935 3,617 0
  146. 9 208,717,338 79,552 75,935 3,617 0
  147. 10 227,086,290 79,552 75,935 3,617 0
  148. 11 245,455,242 79,552 75,935 3,617 0
  149. 12 263,824,194 79,552 75,935 3,617 0
  150. 95.45% (75,935B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  151. ->88.35% (70,287B) 0x11413F: luaM_realloc_ (in /home/docker/a.out)
  152. | ->72.86% (57,959B) 0x113C8C: luaC_newobj (in /home/docker/a.out)
  153. | | ->62.50% (49,720B) 0x118F7C: luaS_createlngstrobj (in /home/docker/a.out)
  154. | | | ->62.50% (49,720B) 0x119015: luaS_newlstr (in /home/docker/a.out)
  155. | | | ->62.16% (49,452B) 0x10DBA3: lua_pushlstring (in /home/docker/a.out)
  156. | | | | ->62.16% (49,452B) 0x10CFDC: main (in /home/docker/a.out)
  157. | | | |
  158. | | | ->00.34% (268B) in 1+ places, all below ms_print's threshold (01.00%)
  159. | | |
  160. | | ->08.44% (6,711B) 0x118E1B: internshrstr (in /home/docker/a.out)
  161. | | | ->08.30% (6,601B) 0x1190CA: luaS_new (in /home/docker/a.out)
  162. | | | | ->06.00% (4,773B) 0x10D194: auxsetstr (in /home/docker/a.out)
  163. | | | | | ->05.68% (4,518B) 0x1204A1: luaL_setfuncs (in /home/docker/a.out)
  164. | | | | | | ->04.42% (3,516B) in 12 places, all below massif's threshold (1.00%)
  165. | | | | | | |
  166. | | | | | | ->01.26% (1,002B) 0x128B04: luaopen_math (in /home/docker/a.out)
  167. | | | | | | ->01.26% (1,002B) 0x110E24: luaD_precall (in /home/docker/a.out)
  168. | | | | | | ->01.26% (1,002B) 0x1110F1: luaD_call (in /home/docker/a.out)
  169. | | | | | | ->01.26% (1,002B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  170. | | | | | | ->01.26% (1,002B) 0x10E72A: lua_callk (in /home/docker/a.out)
  171. | | | | | | ->01.26% (1,002B) 0x120622: luaL_requiref (in /home/docker/a.out)
  172. | | | | | | ->01.26% (1,002B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  173. | | | | | | ->01.26% (1,002B) 0x10CF42: main (in /home/docker/a.out)
  174. | | | | | |
  175. | | | | | ->00.32% (255B) in 1+ places, all below ms_print's threshold (01.00%)
  176. | | | | |
  177. | | | | ->02.30% (1,828B) in 4 places, all below massif's threshold (1.00%)
  178. | | | |
  179. | | | ->00.14% (110B) in 1+ places, all below ms_print's threshold (01.00%)
  180. | | |
  181. | | ->01.41% (1,120B) 0x1196C1: luaH_new (in /home/docker/a.out)
  182. | | | ->01.27% (1,008B) 0x10E0DF: lua_createtable (in /home/docker/a.out)
  183. | | | | ->01.27% (1,008B) in 17 places, all below massif's threshold (1.00%)
  184. | | | |
  185. | | | ->00.14% (112B) in 1+ places, all below ms_print's threshold (01.00%)
  186. | | |
  187. | | ->00.51% (408B) in 1+ places, all below ms_print's threshold (01.00%)
  188. | |
  189. | ->12.03% (9,568B) 0x119429: auxsetnode (in /home/docker/a.out)
  190. | | ->12.03% (9,568B) 0x110570: luaD_rawrunprotected (in /home/docker/a.out)
  191. | | ->12.03% (9,568B) 0x119AEE: luaH_resize (in /home/docker/a.out)
  192. | | ->07.80% (6,208B) 0x10E136: lua_createtable (in /home/docker/a.out)
  193. | | | ->03.94% (3,136B) in 11 places, all below massif's threshold (1.00%)
  194. | | | |
  195. | | | ->02.57% (2,048B) 0x128AF3: luaopen_math (in /home/docker/a.out)
  196. | | | | ->02.57% (2,048B) 0x110E24: luaD_precall (in /home/docker/a.out)
  197. | | | | ->02.57% (2,048B) 0x1110F1: luaD_call (in /home/docker/a.out)
  198. | | | | ->02.57% (2,048B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  199. | | | | ->02.57% (2,048B) 0x10E72A: lua_callk (in /home/docker/a.out)
  200. | | | | ->02.57% (2,048B) 0x120622: luaL_requiref (in /home/docker/a.out)
  201. | | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  202. | | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  203. | | | |
  204. | | | ->01.29% (1,024B) 0x12CD63: luaopen_string (in /home/docker/a.out)
  205. | | | ->01.29% (1,024B) 0x110E24: luaD_precall (in /home/docker/a.out)
  206. | | | ->01.29% (1,024B) 0x1110F1: luaD_call (in /home/docker/a.out)
  207. | | | ->01.29% (1,024B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  208. | | | ->01.29% (1,024B) 0x10E72A: lua_callk (in /home/docker/a.out)
  209. | | | ->01.29% (1,024B) 0x120622: luaL_requiref (in /home/docker/a.out)
  210. | | | ->01.29% (1,024B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  211. | | | ->01.29% (1,024B) 0x10CF42: main (in /home/docker/a.out)
  212. | | |
  213. | | ->04.22% (3,360B) 0x119F71: luaH_newkey (in /home/docker/a.out)
  214. | | ->04.18% (3,328B) 0x11B69B: luaV_finishset (in /home/docker/a.out)
  215. | | | ->04.18% (3,328B) 0x10D1CD: auxsetstr (in /home/docker/a.out)
  216. | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  217. | | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  218. | | | |
  219. | | | ->01.61% (1,280B) in 4 places, all below massif's threshold (1.00%)
  220. | | |
  221. | | ->00.04% (32B) in 1+ places, all below ms_print's threshold (01.00%)
  222. | |
  223. | ->02.57% (2,048B) 0x118CED: luaS_resize (in /home/docker/a.out)
  224. | | ->02.57% (2,048B) 0x118E76: internshrstr (in /home/docker/a.out)
  225. | | | ->02.57% (2,048B) 0x1190CA: luaS_new (in /home/docker/a.out)
  226. | | | ->02.57% (2,048B) 0x10D194: auxsetstr (in /home/docker/a.out)
  227. | | | ->02.57% (2,048B) 0x127DBD: luaopen_io (in /home/docker/a.out)
  228. | | | ->02.57% (2,048B) 0x110E24: luaD_precall (in /home/docker/a.out)
  229. | | | ->02.57% (2,048B) 0x1110F1: luaD_call (in /home/docker/a.out)
  230. | | | ->02.57% (2,048B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  231. | | | ->02.57% (2,048B) 0x10E72A: lua_callk (in /home/docker/a.out)
  232. | | | ->02.57% (2,048B) 0x120622: luaL_requiref (in /home/docker/a.out)
  233. | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  234. | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  235. | | |
  236. | | ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
  237. | |
  238. | ->00.90% (712B) in 1+ places, all below ms_print's threshold (01.00%)
  239. |
  240. ->05.15% (4,096B) 0x10CF10: main (in /home/docker/a.out)
  241. |
  242. ->01.95% (1,552B) 0x118700: lua_newstate (in /home/docker/a.out)
  243. ->01.95% (1,552B) 0x12073D: luaL_newstate (in /home/docker/a.out)
  244. ->01.95% (1,552B) 0x10CF32: main (in /home/docker/a.out)
  245.  
  246. --------------------------------------------------------------------------------
  247. n time(i) total(B) useful-heap(B) extra-heap(B) stacks(B)
  248. --------------------------------------------------------------------------------
  249. 13 282,193,146 79,552 75,935 3,617 0
  250. 14 300,562,098 79,552 75,935 3,617 0
  251. 15 318,931,050 79,552 75,935 3,617 0
  252. 16 337,300,002 79,552 75,935 3,617 0
  253. 17 355,668,954 79,552 75,935 3,617 0
  254. 95.45% (75,935B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  255. ->88.35% (70,287B) 0x11413F: luaM_realloc_ (in /home/docker/a.out)
  256. | ->72.86% (57,959B) 0x113C8C: luaC_newobj (in /home/docker/a.out)
  257. | | ->62.50% (49,720B) 0x118F7C: luaS_createlngstrobj (in /home/docker/a.out)
  258. | | | ->62.50% (49,720B) 0x119015: luaS_newlstr (in /home/docker/a.out)
  259. | | | ->62.16% (49,452B) 0x10DBA3: lua_pushlstring (in /home/docker/a.out)
  260. | | | | ->62.16% (49,452B) 0x10CFDC: main (in /home/docker/a.out)
  261. | | | |
  262. | | | ->00.34% (268B) in 1+ places, all below ms_print's threshold (01.00%)
  263. | | |
  264. | | ->08.44% (6,711B) 0x118E1B: internshrstr (in /home/docker/a.out)
  265. | | | ->08.30% (6,601B) 0x1190CA: luaS_new (in /home/docker/a.out)
  266. | | | | ->06.00% (4,773B) 0x10D194: auxsetstr (in /home/docker/a.out)
  267. | | | | | ->05.68% (4,518B) 0x1204A1: luaL_setfuncs (in /home/docker/a.out)
  268. | | | | | | ->04.42% (3,516B) in 12 places, all below massif's threshold (1.00%)
  269. | | | | | | |
  270. | | | | | | ->01.26% (1,002B) 0x128B04: luaopen_math (in /home/docker/a.out)
  271. | | | | | | ->01.26% (1,002B) 0x110E24: luaD_precall (in /home/docker/a.out)
  272. | | | | | | ->01.26% (1,002B) 0x1110F1: luaD_call (in /home/docker/a.out)
  273. | | | | | | ->01.26% (1,002B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  274. | | | | | | ->01.26% (1,002B) 0x10E72A: lua_callk (in /home/docker/a.out)
  275. | | | | | | ->01.26% (1,002B) 0x120622: luaL_requiref (in /home/docker/a.out)
  276. | | | | | | ->01.26% (1,002B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  277. | | | | | | ->01.26% (1,002B) 0x10CF42: main (in /home/docker/a.out)
  278. | | | | | |
  279. | | | | | ->00.32% (255B) in 1+ places, all below ms_print's threshold (01.00%)
  280. | | | | |
  281. | | | | ->02.30% (1,828B) in 4 places, all below massif's threshold (1.00%)
  282. | | | |
  283. | | | ->00.14% (110B) in 1+ places, all below ms_print's threshold (01.00%)
  284. | | |
  285. | | ->01.41% (1,120B) 0x1196C1: luaH_new (in /home/docker/a.out)
  286. | | | ->01.27% (1,008B) 0x10E0DF: lua_createtable (in /home/docker/a.out)
  287. | | | | ->01.27% (1,008B) in 17 places, all below massif's threshold (1.00%)
  288. | | | |
  289. | | | ->00.14% (112B) in 1+ places, all below ms_print's threshold (01.00%)
  290. | | |
  291. | | ->00.51% (408B) in 1+ places, all below ms_print's threshold (01.00%)
  292. | |
  293. | ->12.03% (9,568B) 0x119429: auxsetnode (in /home/docker/a.out)
  294. | | ->12.03% (9,568B) 0x110570: luaD_rawrunprotected (in /home/docker/a.out)
  295. | | ->12.03% (9,568B) 0x119AEE: luaH_resize (in /home/docker/a.out)
  296. | | ->07.80% (6,208B) 0x10E136: lua_createtable (in /home/docker/a.out)
  297. | | | ->03.94% (3,136B) in 11 places, all below massif's threshold (1.00%)
  298. | | | |
  299. | | | ->02.57% (2,048B) 0x128AF3: luaopen_math (in /home/docker/a.out)
  300. | | | | ->02.57% (2,048B) 0x110E24: luaD_precall (in /home/docker/a.out)
  301. | | | | ->02.57% (2,048B) 0x1110F1: luaD_call (in /home/docker/a.out)
  302. | | | | ->02.57% (2,048B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  303. | | | | ->02.57% (2,048B) 0x10E72A: lua_callk (in /home/docker/a.out)
  304. | | | | ->02.57% (2,048B) 0x120622: luaL_requiref (in /home/docker/a.out)
  305. | | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  306. | | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  307. | | | |
  308. | | | ->01.29% (1,024B) 0x12CD63: luaopen_string (in /home/docker/a.out)
  309. | | | ->01.29% (1,024B) 0x110E24: luaD_precall (in /home/docker/a.out)
  310. | | | ->01.29% (1,024B) 0x1110F1: luaD_call (in /home/docker/a.out)
  311. | | | ->01.29% (1,024B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  312. | | | ->01.29% (1,024B) 0x10E72A: lua_callk (in /home/docker/a.out)
  313. | | | ->01.29% (1,024B) 0x120622: luaL_requiref (in /home/docker/a.out)
  314. | | | ->01.29% (1,024B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  315. | | | ->01.29% (1,024B) 0x10CF42: main (in /home/docker/a.out)
  316. | | |
  317. | | ->04.22% (3,360B) 0x119F71: luaH_newkey (in /home/docker/a.out)
  318. | | ->04.18% (3,328B) 0x11B69B: luaV_finishset (in /home/docker/a.out)
  319. | | | ->04.18% (3,328B) 0x10D1CD: auxsetstr (in /home/docker/a.out)
  320. | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  321. | | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  322. | | | |
  323. | | | ->01.61% (1,280B) in 4 places, all below massif's threshold (1.00%)
  324. | | |
  325. | | ->00.04% (32B) in 1+ places, all below ms_print's threshold (01.00%)
  326. | |
  327. | ->02.57% (2,048B) 0x118CED: luaS_resize (in /home/docker/a.out)
  328. | | ->02.57% (2,048B) 0x118E76: internshrstr (in /home/docker/a.out)
  329. | | | ->02.57% (2,048B) 0x1190CA: luaS_new (in /home/docker/a.out)
  330. | | | ->02.57% (2,048B) 0x10D194: auxsetstr (in /home/docker/a.out)
  331. | | | ->02.57% (2,048B) 0x127DBD: luaopen_io (in /home/docker/a.out)
  332. | | | ->02.57% (2,048B) 0x110E24: luaD_precall (in /home/docker/a.out)
  333. | | | ->02.57% (2,048B) 0x1110F1: luaD_call (in /home/docker/a.out)
  334. | | | ->02.57% (2,048B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  335. | | | ->02.57% (2,048B) 0x10E72A: lua_callk (in /home/docker/a.out)
  336. | | | ->02.57% (2,048B) 0x120622: luaL_requiref (in /home/docker/a.out)
  337. | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  338. | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  339. | | |
  340. | | ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
  341. | |
  342. | ->00.90% (712B) in 1+ places, all below ms_print's threshold (01.00%)
  343. |
  344. ->05.15% (4,096B) 0x10CF10: main (in /home/docker/a.out)
  345. |
  346. ->01.95% (1,552B) 0x118700: lua_newstate (in /home/docker/a.out)
  347. ->01.95% (1,552B) 0x12073D: luaL_newstate (in /home/docker/a.out)
  348. ->01.95% (1,552B) 0x10CF32: main (in /home/docker/a.out)
  349.  
  350. --------------------------------------------------------------------------------
  351. n time(i) total(B) useful-heap(B) extra-heap(B) stacks(B)
  352. --------------------------------------------------------------------------------
  353. 18 374,037,906 79,552 75,935 3,617 0
  354. 19 392,406,858 79,552 75,935 3,617 0
  355. 20 410,775,810 79,552 75,935 3,617 0
  356. 21 429,144,762 79,552 75,935 3,617 0
  357. 22 447,513,714 79,552 75,935 3,617 0
  358. 95.45% (75,935B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  359. ->88.35% (70,287B) 0x11413F: luaM_realloc_ (in /home/docker/a.out)
  360. | ->72.86% (57,959B) 0x113C8C: luaC_newobj (in /home/docker/a.out)
  361. | | ->62.50% (49,720B) 0x118F7C: luaS_createlngstrobj (in /home/docker/a.out)
  362. | | | ->62.50% (49,720B) 0x119015: luaS_newlstr (in /home/docker/a.out)
  363. | | | ->62.16% (49,452B) 0x10DBA3: lua_pushlstring (in /home/docker/a.out)
  364. | | | | ->62.16% (49,452B) 0x10CFDC: main (in /home/docker/a.out)
  365. | | | |
  366. | | | ->00.34% (268B) in 1+ places, all below ms_print's threshold (01.00%)
  367. | | |
  368. | | ->08.44% (6,711B) 0x118E1B: internshrstr (in /home/docker/a.out)
  369. | | | ->08.30% (6,601B) 0x1190CA: luaS_new (in /home/docker/a.out)
  370. | | | | ->06.00% (4,773B) 0x10D194: auxsetstr (in /home/docker/a.out)
  371. | | | | | ->05.68% (4,518B) 0x1204A1: luaL_setfuncs (in /home/docker/a.out)
  372. | | | | | | ->04.42% (3,516B) in 12 places, all below massif's threshold (1.00%)
  373. | | | | | | |
  374. | | | | | | ->01.26% (1,002B) 0x128B04: luaopen_math (in /home/docker/a.out)
  375. | | | | | | ->01.26% (1,002B) 0x110E24: luaD_precall (in /home/docker/a.out)
  376. | | | | | | ->01.26% (1,002B) 0x1110F1: luaD_call (in /home/docker/a.out)
  377. | | | | | | ->01.26% (1,002B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  378. | | | | | | ->01.26% (1,002B) 0x10E72A: lua_callk (in /home/docker/a.out)
  379. | | | | | | ->01.26% (1,002B) 0x120622: luaL_requiref (in /home/docker/a.out)
  380. | | | | | | ->01.26% (1,002B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  381. | | | | | | ->01.26% (1,002B) 0x10CF42: main (in /home/docker/a.out)
  382. | | | | | |
  383. | | | | | ->00.32% (255B) in 1+ places, all below ms_print's threshold (01.00%)
  384. | | | | |
  385. | | | | ->02.30% (1,828B) in 4 places, all below massif's threshold (1.00%)
  386. | | | |
  387. | | | ->00.14% (110B) in 1+ places, all below ms_print's threshold (01.00%)
  388. | | |
  389. | | ->01.41% (1,120B) 0x1196C1: luaH_new (in /home/docker/a.out)
  390. | | | ->01.27% (1,008B) 0x10E0DF: lua_createtable (in /home/docker/a.out)
  391. | | | | ->01.27% (1,008B) in 17 places, all below massif's threshold (1.00%)
  392. | | | |
  393. | | | ->00.14% (112B) in 1+ places, all below ms_print's threshold (01.00%)
  394. | | |
  395. | | ->00.51% (408B) in 1+ places, all below ms_print's threshold (01.00%)
  396. | |
  397. | ->12.03% (9,568B) 0x119429: auxsetnode (in /home/docker/a.out)
  398. | | ->12.03% (9,568B) 0x110570: luaD_rawrunprotected (in /home/docker/a.out)
  399. | | ->12.03% (9,568B) 0x119AEE: luaH_resize (in /home/docker/a.out)
  400. | | ->07.80% (6,208B) 0x10E136: lua_createtable (in /home/docker/a.out)
  401. | | | ->03.94% (3,136B) in 11 places, all below massif's threshold (1.00%)
  402. | | | |
  403. | | | ->02.57% (2,048B) 0x128AF3: luaopen_math (in /home/docker/a.out)
  404. | | | | ->02.57% (2,048B) 0x110E24: luaD_precall (in /home/docker/a.out)
  405. | | | | ->02.57% (2,048B) 0x1110F1: luaD_call (in /home/docker/a.out)
  406. | | | | ->02.57% (2,048B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  407. | | | | ->02.57% (2,048B) 0x10E72A: lua_callk (in /home/docker/a.out)
  408. | | | | ->02.57% (2,048B) 0x120622: luaL_requiref (in /home/docker/a.out)
  409. | | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  410. | | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  411. | | | |
  412. | | | ->01.29% (1,024B) 0x12CD63: luaopen_string (in /home/docker/a.out)
  413. | | | ->01.29% (1,024B) 0x110E24: luaD_precall (in /home/docker/a.out)
  414. | | | ->01.29% (1,024B) 0x1110F1: luaD_call (in /home/docker/a.out)
  415. | | | ->01.29% (1,024B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  416. | | | ->01.29% (1,024B) 0x10E72A: lua_callk (in /home/docker/a.out)
  417. | | | ->01.29% (1,024B) 0x120622: luaL_requiref (in /home/docker/a.out)
  418. | | | ->01.29% (1,024B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  419. | | | ->01.29% (1,024B) 0x10CF42: main (in /home/docker/a.out)
  420. | | |
  421. | | ->04.22% (3,360B) 0x119F71: luaH_newkey (in /home/docker/a.out)
  422. | | ->04.18% (3,328B) 0x11B69B: luaV_finishset (in /home/docker/a.out)
  423. | | | ->04.18% (3,328B) 0x10D1CD: auxsetstr (in /home/docker/a.out)
  424. | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  425. | | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  426. | | | |
  427. | | | ->01.61% (1,280B) in 4 places, all below massif's threshold (1.00%)
  428. | | |
  429. | | ->00.04% (32B) in 1+ places, all below ms_print's threshold (01.00%)
  430. | |
  431. | ->02.57% (2,048B) 0x118CED: luaS_resize (in /home/docker/a.out)
  432. | | ->02.57% (2,048B) 0x118E76: internshrstr (in /home/docker/a.out)
  433. | | | ->02.57% (2,048B) 0x1190CA: luaS_new (in /home/docker/a.out)
  434. | | | ->02.57% (2,048B) 0x10D194: auxsetstr (in /home/docker/a.out)
  435. | | | ->02.57% (2,048B) 0x127DBD: luaopen_io (in /home/docker/a.out)
  436. | | | ->02.57% (2,048B) 0x110E24: luaD_precall (in /home/docker/a.out)
  437. | | | ->02.57% (2,048B) 0x1110F1: luaD_call (in /home/docker/a.out)
  438. | | | ->02.57% (2,048B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  439. | | | ->02.57% (2,048B) 0x10E72A: lua_callk (in /home/docker/a.out)
  440. | | | ->02.57% (2,048B) 0x120622: luaL_requiref (in /home/docker/a.out)
  441. | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  442. | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  443. | | |
  444. | | ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
  445. | |
  446. | ->00.90% (712B) in 1+ places, all below ms_print's threshold (01.00%)
  447. |
  448. ->05.15% (4,096B) 0x10CF10: main (in /home/docker/a.out)
  449. |
  450. ->01.95% (1,552B) 0x118700: lua_newstate (in /home/docker/a.out)
  451. ->01.95% (1,552B) 0x12073D: luaL_newstate (in /home/docker/a.out)
  452. ->01.95% (1,552B) 0x10CF32: main (in /home/docker/a.out)
  453.  
  454. --------------------------------------------------------------------------------
  455. n time(i) total(B) useful-heap(B) extra-heap(B) stacks(B)
  456. --------------------------------------------------------------------------------
  457. 23 465,882,666 79,552 75,935 3,617 0
  458. 24 488,843,856 79,552 75,935 3,617 0
  459. 25 507,212,808 79,552 75,935 3,617 0
  460. 26 525,581,760 79,552 75,935 3,617 0
  461. 27 543,950,712 79,552 75,935 3,617 0
  462. 28 562,319,664 79,552 75,935 3,617 0
  463. 29 580,688,616 79,552 75,935 3,617 0
  464. 30 599,057,568 79,552 75,935 3,617 0
  465. 31 617,426,520 79,552 75,935 3,617 0
  466. 32 635,795,472 79,552 75,935 3,617 0
  467. 33 654,164,424 79,552 75,935 3,617 0
  468. 34 672,533,376 79,552 75,935 3,617 0
  469. 35 690,902,328 79,552 75,935 3,617 0
  470. 36 709,271,280 79,552 75,935 3,617 0
  471. 37 727,640,232 79,552 75,935 3,617 0
  472. 38 746,009,184 79,552 75,935 3,617 0
  473. 39 764,378,136 79,552 75,935 3,617 0
  474. 40 782,747,088 79,552 75,935 3,617 0
  475. 41 801,116,040 79,552 75,935 3,617 0
  476. 42 819,484,992 79,552 75,935 3,617 0
  477. 43 837,853,944 79,552 75,935 3,617 0
  478. 44 856,222,896 79,552 75,935 3,617 0
  479. 45 874,591,848 79,552 75,935 3,617 0
  480. 46 892,960,800 79,552 75,935 3,617 0
  481. 47 911,329,752 79,552 75,935 3,617 0
  482. 48 929,698,704 79,552 75,935 3,617 0
  483. 49 948,067,656 79,552 75,935 3,617 0
  484. 50 966,436,608 79,552 75,935 3,617 0
  485. 95.45% (75,935B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  486. ->88.35% (70,287B) 0x11413F: luaM_realloc_ (in /home/docker/a.out)
  487. | ->72.86% (57,959B) 0x113C8C: luaC_newobj (in /home/docker/a.out)
  488. | | ->62.50% (49,720B) 0x118F7C: luaS_createlngstrobj (in /home/docker/a.out)
  489. | | | ->62.50% (49,720B) 0x119015: luaS_newlstr (in /home/docker/a.out)
  490. | | | ->62.16% (49,452B) 0x10DBA3: lua_pushlstring (in /home/docker/a.out)
  491. | | | | ->62.16% (49,452B) 0x10CFDC: main (in /home/docker/a.out)
  492. | | | |
  493. | | | ->00.34% (268B) in 1+ places, all below ms_print's threshold (01.00%)
  494. | | |
  495. | | ->08.44% (6,711B) 0x118E1B: internshrstr (in /home/docker/a.out)
  496. | | | ->08.30% (6,601B) 0x1190CA: luaS_new (in /home/docker/a.out)
  497. | | | | ->06.00% (4,773B) 0x10D194: auxsetstr (in /home/docker/a.out)
  498. | | | | | ->05.68% (4,518B) 0x1204A1: luaL_setfuncs (in /home/docker/a.out)
  499. | | | | | | ->04.42% (3,516B) in 12 places, all below massif's threshold (1.00%)
  500. | | | | | | |
  501. | | | | | | ->01.26% (1,002B) 0x128B04: luaopen_math (in /home/docker/a.out)
  502. | | | | | | ->01.26% (1,002B) 0x110E24: luaD_precall (in /home/docker/a.out)
  503. | | | | | | ->01.26% (1,002B) 0x1110F1: luaD_call (in /home/docker/a.out)
  504. | | | | | | ->01.26% (1,002B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  505. | | | | | | ->01.26% (1,002B) 0x10E72A: lua_callk (in /home/docker/a.out)
  506. | | | | | | ->01.26% (1,002B) 0x120622: luaL_requiref (in /home/docker/a.out)
  507. | | | | | | ->01.26% (1,002B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  508. | | | | | | ->01.26% (1,002B) 0x10CF42: main (in /home/docker/a.out)
  509. | | | | | |
  510. | | | | | ->00.32% (255B) in 1+ places, all below ms_print's threshold (01.00%)
  511. | | | | |
  512. | | | | ->02.30% (1,828B) in 4 places, all below massif's threshold (1.00%)
  513. | | | |
  514. | | | ->00.14% (110B) in 1+ places, all below ms_print's threshold (01.00%)
  515. | | |
  516. | | ->01.41% (1,120B) 0x1196C1: luaH_new (in /home/docker/a.out)
  517. | | | ->01.27% (1,008B) 0x10E0DF: lua_createtable (in /home/docker/a.out)
  518. | | | | ->01.27% (1,008B) in 17 places, all below massif's threshold (1.00%)
  519. | | | |
  520. | | | ->00.14% (112B) in 1+ places, all below ms_print's threshold (01.00%)
  521. | | |
  522. | | ->00.51% (408B) in 1+ places, all below ms_print's threshold (01.00%)
  523. | |
  524. | ->12.03% (9,568B) 0x119429: auxsetnode (in /home/docker/a.out)
  525. | | ->12.03% (9,568B) 0x110570: luaD_rawrunprotected (in /home/docker/a.out)
  526. | | ->12.03% (9,568B) 0x119AEE: luaH_resize (in /home/docker/a.out)
  527. | | ->07.80% (6,208B) 0x10E136: lua_createtable (in /home/docker/a.out)
  528. | | | ->03.94% (3,136B) in 11 places, all below massif's threshold (1.00%)
  529. | | | |
  530. | | | ->02.57% (2,048B) 0x128AF3: luaopen_math (in /home/docker/a.out)
  531. | | | | ->02.57% (2,048B) 0x110E24: luaD_precall (in /home/docker/a.out)
  532. | | | | ->02.57% (2,048B) 0x1110F1: luaD_call (in /home/docker/a.out)
  533. | | | | ->02.57% (2,048B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  534. | | | | ->02.57% (2,048B) 0x10E72A: lua_callk (in /home/docker/a.out)
  535. | | | | ->02.57% (2,048B) 0x120622: luaL_requiref (in /home/docker/a.out)
  536. | | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  537. | | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  538. | | | |
  539. | | | ->01.29% (1,024B) 0x12CD63: luaopen_string (in /home/docker/a.out)
  540. | | | ->01.29% (1,024B) 0x110E24: luaD_precall (in /home/docker/a.out)
  541. | | | ->01.29% (1,024B) 0x1110F1: luaD_call (in /home/docker/a.out)
  542. | | | ->01.29% (1,024B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  543. | | | ->01.29% (1,024B) 0x10E72A: lua_callk (in /home/docker/a.out)
  544. | | | ->01.29% (1,024B) 0x120622: luaL_requiref (in /home/docker/a.out)
  545. | | | ->01.29% (1,024B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  546. | | | ->01.29% (1,024B) 0x10CF42: main (in /home/docker/a.out)
  547. | | |
  548. | | ->04.22% (3,360B) 0x119F71: luaH_newkey (in /home/docker/a.out)
  549. | | ->04.18% (3,328B) 0x11B69B: luaV_finishset (in /home/docker/a.out)
  550. | | | ->04.18% (3,328B) 0x10D1CD: auxsetstr (in /home/docker/a.out)
  551. | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  552. | | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  553. | | | |
  554. | | | ->01.61% (1,280B) in 4 places, all below massif's threshold (1.00%)
  555. | | |
  556. | | ->00.04% (32B) in 1+ places, all below ms_print's threshold (01.00%)
  557. | |
  558. | ->02.57% (2,048B) 0x118CED: luaS_resize (in /home/docker/a.out)
  559. | | ->02.57% (2,048B) 0x118E76: internshrstr (in /home/docker/a.out)
  560. | | | ->02.57% (2,048B) 0x1190CA: luaS_new (in /home/docker/a.out)
  561. | | | ->02.57% (2,048B) 0x10D194: auxsetstr (in /home/docker/a.out)
  562. | | | ->02.57% (2,048B) 0x127DBD: luaopen_io (in /home/docker/a.out)
  563. | | | ->02.57% (2,048B) 0x110E24: luaD_precall (in /home/docker/a.out)
  564. | | | ->02.57% (2,048B) 0x1110F1: luaD_call (in /home/docker/a.out)
  565. | | | ->02.57% (2,048B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  566. | | | ->02.57% (2,048B) 0x10E72A: lua_callk (in /home/docker/a.out)
  567. | | | ->02.57% (2,048B) 0x120622: luaL_requiref (in /home/docker/a.out)
  568. | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  569. | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  570. | | |
  571. | | ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
  572. | |
  573. | ->00.90% (712B) in 1+ places, all below ms_print's threshold (01.00%)
  574. |
  575. ->05.15% (4,096B) 0x10CF10: main (in /home/docker/a.out)
  576. |
  577. ->01.95% (1,552B) 0x118700: lua_newstate (in /home/docker/a.out)
  578. ->01.95% (1,552B) 0x12073D: luaL_newstate (in /home/docker/a.out)
  579. ->01.95% (1,552B) 0x10CF32: main (in /home/docker/a.out)
  580.  
  581. --------------------------------------------------------------------------------
  582. n time(i) total(B) useful-heap(B) extra-heap(B) stacks(B)
  583. --------------------------------------------------------------------------------
  584. 51 984,805,560 79,552 75,935 3,617 0
  585. 52 1,003,174,512 79,552 75,935 3,617 0
  586. 53 1,021,543,464 79,552 75,935 3,617 0
  587. 54 1,039,912,416 79,552 75,935 3,617 0
  588. 55 1,058,281,368 79,552 75,935 3,617 0
  589. 56 1,076,650,320 79,552 75,935 3,617 0
  590. 57 1,095,019,272 79,552 75,935 3,617 0
  591. 58 1,113,388,224 79,552 75,935 3,617 0
  592. 59 1,131,757,176 79,552 75,935 3,617 0
  593. 60 1,150,126,128 79,552 75,935 3,617 0
  594. 95.45% (75,935B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  595. ->88.35% (70,287B) 0x11413F: luaM_realloc_ (in /home/docker/a.out)
  596. | ->72.86% (57,959B) 0x113C8C: luaC_newobj (in /home/docker/a.out)
  597. | | ->62.50% (49,720B) 0x118F7C: luaS_createlngstrobj (in /home/docker/a.out)
  598. | | | ->62.50% (49,720B) 0x119015: luaS_newlstr (in /home/docker/a.out)
  599. | | | ->62.16% (49,452B) 0x10DBA3: lua_pushlstring (in /home/docker/a.out)
  600. | | | | ->62.16% (49,452B) 0x10CFDC: main (in /home/docker/a.out)
  601. | | | |
  602. | | | ->00.34% (268B) in 1+ places, all below ms_print's threshold (01.00%)
  603. | | |
  604. | | ->08.44% (6,711B) 0x118E1B: internshrstr (in /home/docker/a.out)
  605. | | | ->08.30% (6,601B) 0x1190CA: luaS_new (in /home/docker/a.out)
  606. | | | | ->06.00% (4,773B) 0x10D194: auxsetstr (in /home/docker/a.out)
  607. | | | | | ->05.68% (4,518B) 0x1204A1: luaL_setfuncs (in /home/docker/a.out)
  608. | | | | | | ->04.42% (3,516B) in 12 places, all below massif's threshold (1.00%)
  609. | | | | | | |
  610. | | | | | | ->01.26% (1,002B) 0x128B04: luaopen_math (in /home/docker/a.out)
  611. | | | | | | ->01.26% (1,002B) 0x110E24: luaD_precall (in /home/docker/a.out)
  612. | | | | | | ->01.26% (1,002B) 0x1110F1: luaD_call (in /home/docker/a.out)
  613. | | | | | | ->01.26% (1,002B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  614. | | | | | | ->01.26% (1,002B) 0x10E72A: lua_callk (in /home/docker/a.out)
  615. | | | | | | ->01.26% (1,002B) 0x120622: luaL_requiref (in /home/docker/a.out)
  616. | | | | | | ->01.26% (1,002B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  617. | | | | | | ->01.26% (1,002B) 0x10CF42: main (in /home/docker/a.out)
  618. | | | | | |
  619. | | | | | ->00.32% (255B) in 1+ places, all below ms_print's threshold (01.00%)
  620. | | | | |
  621. | | | | ->02.30% (1,828B) in 4 places, all below massif's threshold (1.00%)
  622. | | | |
  623. | | | ->00.14% (110B) in 1+ places, all below ms_print's threshold (01.00%)
  624. | | |
  625. | | ->01.41% (1,120B) 0x1196C1: luaH_new (in /home/docker/a.out)
  626. | | | ->01.27% (1,008B) 0x10E0DF: lua_createtable (in /home/docker/a.out)
  627. | | | | ->01.27% (1,008B) in 17 places, all below massif's threshold (1.00%)
  628. | | | |
  629. | | | ->00.14% (112B) in 1+ places, all below ms_print's threshold (01.00%)
  630. | | |
  631. | | ->00.51% (408B) in 1+ places, all below ms_print's threshold (01.00%)
  632. | |
  633. | ->12.03% (9,568B) 0x119429: auxsetnode (in /home/docker/a.out)
  634. | | ->12.03% (9,568B) 0x110570: luaD_rawrunprotected (in /home/docker/a.out)
  635. | | ->12.03% (9,568B) 0x119AEE: luaH_resize (in /home/docker/a.out)
  636. | | ->07.80% (6,208B) 0x10E136: lua_createtable (in /home/docker/a.out)
  637. | | | ->03.94% (3,136B) in 11 places, all below massif's threshold (1.00%)
  638. | | | |
  639. | | | ->02.57% (2,048B) 0x128AF3: luaopen_math (in /home/docker/a.out)
  640. | | | | ->02.57% (2,048B) 0x110E24: luaD_precall (in /home/docker/a.out)
  641. | | | | ->02.57% (2,048B) 0x1110F1: luaD_call (in /home/docker/a.out)
  642. | | | | ->02.57% (2,048B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  643. | | | | ->02.57% (2,048B) 0x10E72A: lua_callk (in /home/docker/a.out)
  644. | | | | ->02.57% (2,048B) 0x120622: luaL_requiref (in /home/docker/a.out)
  645. | | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  646. | | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  647. | | | |
  648. | | | ->01.29% (1,024B) 0x12CD63: luaopen_string (in /home/docker/a.out)
  649. | | | ->01.29% (1,024B) 0x110E24: luaD_precall (in /home/docker/a.out)
  650. | | | ->01.29% (1,024B) 0x1110F1: luaD_call (in /home/docker/a.out)
  651. | | | ->01.29% (1,024B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  652. | | | ->01.29% (1,024B) 0x10E72A: lua_callk (in /home/docker/a.out)
  653. | | | ->01.29% (1,024B) 0x120622: luaL_requiref (in /home/docker/a.out)
  654. | | | ->01.29% (1,024B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  655. | | | ->01.29% (1,024B) 0x10CF42: main (in /home/docker/a.out)
  656. | | |
  657. | | ->04.22% (3,360B) 0x119F71: luaH_newkey (in /home/docker/a.out)
  658. | | ->04.18% (3,328B) 0x11B69B: luaV_finishset (in /home/docker/a.out)
  659. | | | ->04.18% (3,328B) 0x10D1CD: auxsetstr (in /home/docker/a.out)
  660. | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  661. | | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  662. | | | |
  663. | | | ->01.61% (1,280B) in 4 places, all below massif's threshold (1.00%)
  664. | | |
  665. | | ->00.04% (32B) in 1+ places, all below ms_print's threshold (01.00%)
  666. | |
  667. | ->02.57% (2,048B) 0x118CED: luaS_resize (in /home/docker/a.out)
  668. | | ->02.57% (2,048B) 0x118E76: internshrstr (in /home/docker/a.out)
  669. | | | ->02.57% (2,048B) 0x1190CA: luaS_new (in /home/docker/a.out)
  670. | | | ->02.57% (2,048B) 0x10D194: auxsetstr (in /home/docker/a.out)
  671. | | | ->02.57% (2,048B) 0x127DBD: luaopen_io (in /home/docker/a.out)
  672. | | | ->02.57% (2,048B) 0x110E24: luaD_precall (in /home/docker/a.out)
  673. | | | ->02.57% (2,048B) 0x1110F1: luaD_call (in /home/docker/a.out)
  674. | | | ->02.57% (2,048B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  675. | | | ->02.57% (2,048B) 0x10E72A: lua_callk (in /home/docker/a.out)
  676. | | | ->02.57% (2,048B) 0x120622: luaL_requiref (in /home/docker/a.out)
  677. | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  678. | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  679. | | |
  680. | | ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
  681. | |
  682. | ->00.90% (712B) in 1+ places, all below ms_print's threshold (01.00%)
  683. |
  684. ->05.15% (4,096B) 0x10CF10: main (in /home/docker/a.out)
  685. |
  686. ->01.95% (1,552B) 0x118700: lua_newstate (in /home/docker/a.out)
  687. ->01.95% (1,552B) 0x12073D: luaL_newstate (in /home/docker/a.out)
  688. ->01.95% (1,552B) 0x10CF32: main (in /home/docker/a.out)
  689.  
  690. --------------------------------------------------------------------------------
  691. n time(i) total(B) useful-heap(B) extra-heap(B) stacks(B)
  692. --------------------------------------------------------------------------------
  693. 61 1,168,495,080 79,552 75,935 3,617 0
  694. 62 1,186,864,032 79,552 75,935 3,617 0
  695. 63 1,205,232,984 79,552 75,935 3,617 0
  696. 64 1,223,601,936 79,552 75,935 3,617 0
  697. 65 1,241,970,888 79,552 75,935 3,617 0
  698. 66 1,260,339,840 79,552 75,935 3,617 0
  699. 67 1,278,708,792 79,552 75,935 3,617 0
  700. 68 1,297,077,744 79,552 75,935 3,617 0
  701. 69 1,315,446,696 79,552 75,935 3,617 0
  702. 70 1,333,815,648 79,552 75,935 3,617 0
  703. 95.45% (75,935B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  704. ->88.35% (70,287B) 0x11413F: luaM_realloc_ (in /home/docker/a.out)
  705. | ->72.86% (57,959B) 0x113C8C: luaC_newobj (in /home/docker/a.out)
  706. | | ->62.50% (49,720B) 0x118F7C: luaS_createlngstrobj (in /home/docker/a.out)
  707. | | | ->62.50% (49,720B) 0x119015: luaS_newlstr (in /home/docker/a.out)
  708. | | | ->62.16% (49,452B) 0x10DBA3: lua_pushlstring (in /home/docker/a.out)
  709. | | | | ->62.16% (49,452B) 0x10CFDC: main (in /home/docker/a.out)
  710. | | | |
  711. | | | ->00.34% (268B) in 1+ places, all below ms_print's threshold (01.00%)
  712. | | |
  713. | | ->08.44% (6,711B) 0x118E1B: internshrstr (in /home/docker/a.out)
  714. | | | ->08.30% (6,601B) 0x1190CA: luaS_new (in /home/docker/a.out)
  715. | | | | ->06.00% (4,773B) 0x10D194: auxsetstr (in /home/docker/a.out)
  716. | | | | | ->05.68% (4,518B) 0x1204A1: luaL_setfuncs (in /home/docker/a.out)
  717. | | | | | | ->04.42% (3,516B) in 12 places, all below massif's threshold (1.00%)
  718. | | | | | | |
  719. | | | | | | ->01.26% (1,002B) 0x128B04: luaopen_math (in /home/docker/a.out)
  720. | | | | | | ->01.26% (1,002B) 0x110E24: luaD_precall (in /home/docker/a.out)
  721. | | | | | | ->01.26% (1,002B) 0x1110F1: luaD_call (in /home/docker/a.out)
  722. | | | | | | ->01.26% (1,002B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  723. | | | | | | ->01.26% (1,002B) 0x10E72A: lua_callk (in /home/docker/a.out)
  724. | | | | | | ->01.26% (1,002B) 0x120622: luaL_requiref (in /home/docker/a.out)
  725. | | | | | | ->01.26% (1,002B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  726. | | | | | | ->01.26% (1,002B) 0x10CF42: main (in /home/docker/a.out)
  727. | | | | | |
  728. | | | | | ->00.32% (255B) in 1+ places, all below ms_print's threshold (01.00%)
  729. | | | | |
  730. | | | | ->02.30% (1,828B) in 4 places, all below massif's threshold (1.00%)
  731. | | | |
  732. | | | ->00.14% (110B) in 1+ places, all below ms_print's threshold (01.00%)
  733. | | |
  734. | | ->01.41% (1,120B) 0x1196C1: luaH_new (in /home/docker/a.out)
  735. | | | ->01.27% (1,008B) 0x10E0DF: lua_createtable (in /home/docker/a.out)
  736. | | | | ->01.27% (1,008B) in 17 places, all below massif's threshold (1.00%)
  737. | | | |
  738. | | | ->00.14% (112B) in 1+ places, all below ms_print's threshold (01.00%)
  739. | | |
  740. | | ->00.51% (408B) in 1+ places, all below ms_print's threshold (01.00%)
  741. | |
  742. | ->12.03% (9,568B) 0x119429: auxsetnode (in /home/docker/a.out)
  743. | | ->12.03% (9,568B) 0x110570: luaD_rawrunprotected (in /home/docker/a.out)
  744. | | ->12.03% (9,568B) 0x119AEE: luaH_resize (in /home/docker/a.out)
  745. | | ->07.80% (6,208B) 0x10E136: lua_createtable (in /home/docker/a.out)
  746. | | | ->03.94% (3,136B) in 11 places, all below massif's threshold (1.00%)
  747. | | | |
  748. | | | ->02.57% (2,048B) 0x128AF3: luaopen_math (in /home/docker/a.out)
  749. | | | | ->02.57% (2,048B) 0x110E24: luaD_precall (in /home/docker/a.out)
  750. | | | | ->02.57% (2,048B) 0x1110F1: luaD_call (in /home/docker/a.out)
  751. | | | | ->02.57% (2,048B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  752. | | | | ->02.57% (2,048B) 0x10E72A: lua_callk (in /home/docker/a.out)
  753. | | | | ->02.57% (2,048B) 0x120622: luaL_requiref (in /home/docker/a.out)
  754. | | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  755. | | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  756. | | | |
  757. | | | ->01.29% (1,024B) 0x12CD63: luaopen_string (in /home/docker/a.out)
  758. | | | ->01.29% (1,024B) 0x110E24: luaD_precall (in /home/docker/a.out)
  759. | | | ->01.29% (1,024B) 0x1110F1: luaD_call (in /home/docker/a.out)
  760. | | | ->01.29% (1,024B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  761. | | | ->01.29% (1,024B) 0x10E72A: lua_callk (in /home/docker/a.out)
  762. | | | ->01.29% (1,024B) 0x120622: luaL_requiref (in /home/docker/a.out)
  763. | | | ->01.29% (1,024B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  764. | | | ->01.29% (1,024B) 0x10CF42: main (in /home/docker/a.out)
  765. | | |
  766. | | ->04.22% (3,360B) 0x119F71: luaH_newkey (in /home/docker/a.out)
  767. | | ->04.18% (3,328B) 0x11B69B: luaV_finishset (in /home/docker/a.out)
  768. | | | ->04.18% (3,328B) 0x10D1CD: auxsetstr (in /home/docker/a.out)
  769. | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  770. | | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  771. | | | |
  772. | | | ->01.61% (1,280B) in 4 places, all below massif's threshold (1.00%)
  773. | | |
  774. | | ->00.04% (32B) in 1+ places, all below ms_print's threshold (01.00%)
  775. | |
  776. | ->02.57% (2,048B) 0x118CED: luaS_resize (in /home/docker/a.out)
  777. | | ->02.57% (2,048B) 0x118E76: internshrstr (in /home/docker/a.out)
  778. | | | ->02.57% (2,048B) 0x1190CA: luaS_new (in /home/docker/a.out)
  779. | | | ->02.57% (2,048B) 0x10D194: auxsetstr (in /home/docker/a.out)
  780. | | | ->02.57% (2,048B) 0x127DBD: luaopen_io (in /home/docker/a.out)
  781. | | | ->02.57% (2,048B) 0x110E24: luaD_precall (in /home/docker/a.out)
  782. | | | ->02.57% (2,048B) 0x1110F1: luaD_call (in /home/docker/a.out)
  783. | | | ->02.57% (2,048B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  784. | | | ->02.57% (2,048B) 0x10E72A: lua_callk (in /home/docker/a.out)
  785. | | | ->02.57% (2,048B) 0x120622: luaL_requiref (in /home/docker/a.out)
  786. | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  787. | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  788. | | |
  789. | | ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
  790. | |
  791. | ->00.90% (712B) in 1+ places, all below ms_print's threshold (01.00%)
  792. |
  793. ->05.15% (4,096B) 0x10CF10: main (in /home/docker/a.out)
  794. |
  795. ->01.95% (1,552B) 0x118700: lua_newstate (in /home/docker/a.out)
  796. ->01.95% (1,552B) 0x12073D: luaL_newstate (in /home/docker/a.out)
  797. ->01.95% (1,552B) 0x10CF32: main (in /home/docker/a.out)
  798.  
  799. --------------------------------------------------------------------------------
  800. n time(i) total(B) useful-heap(B) extra-heap(B) stacks(B)
  801. --------------------------------------------------------------------------------
  802. 71 1,352,184,600 79,552 75,935 3,617 0
  803. 72 1,370,553,552 79,552 75,935 3,617 0
  804. 73 1,388,922,504 79,552 75,935 3,617 0
  805. 74 1,407,291,456 79,552 75,935 3,617 0
  806. 75 1,425,660,408 79,552 75,935 3,617 0
  807. 76 1,444,029,360 79,552 75,935 3,617 0
  808. 77 1,462,398,312 79,552 75,935 3,617 0
  809. 78 1,480,767,264 79,552 75,935 3,617 0
  810. 79 1,499,136,216 79,552 75,935 3,617 0
  811. 80 1,517,505,168 79,552 75,935 3,617 0
  812. 95.45% (75,935B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  813. ->88.35% (70,287B) 0x11413F: luaM_realloc_ (in /home/docker/a.out)
  814. | ->72.86% (57,959B) 0x113C8C: luaC_newobj (in /home/docker/a.out)
  815. | | ->62.50% (49,720B) 0x118F7C: luaS_createlngstrobj (in /home/docker/a.out)
  816. | | | ->62.50% (49,720B) 0x119015: luaS_newlstr (in /home/docker/a.out)
  817. | | | ->62.16% (49,452B) 0x10DBA3: lua_pushlstring (in /home/docker/a.out)
  818. | | | | ->62.16% (49,452B) 0x10CFDC: main (in /home/docker/a.out)
  819. | | | |
  820. | | | ->00.34% (268B) in 1+ places, all below ms_print's threshold (01.00%)
  821. | | |
  822. | | ->08.44% (6,711B) 0x118E1B: internshrstr (in /home/docker/a.out)
  823. | | | ->08.30% (6,601B) 0x1190CA: luaS_new (in /home/docker/a.out)
  824. | | | | ->06.00% (4,773B) 0x10D194: auxsetstr (in /home/docker/a.out)
  825. | | | | | ->05.68% (4,518B) 0x1204A1: luaL_setfuncs (in /home/docker/a.out)
  826. | | | | | | ->04.42% (3,516B) in 12 places, all below massif's threshold (1.00%)
  827. | | | | | | |
  828. | | | | | | ->01.26% (1,002B) 0x128B04: luaopen_math (in /home/docker/a.out)
  829. | | | | | | ->01.26% (1,002B) 0x110E24: luaD_precall (in /home/docker/a.out)
  830. | | | | | | ->01.26% (1,002B) 0x1110F1: luaD_call (in /home/docker/a.out)
  831. | | | | | | ->01.26% (1,002B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  832. | | | | | | ->01.26% (1,002B) 0x10E72A: lua_callk (in /home/docker/a.out)
  833. | | | | | | ->01.26% (1,002B) 0x120622: luaL_requiref (in /home/docker/a.out)
  834. | | | | | | ->01.26% (1,002B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  835. | | | | | | ->01.26% (1,002B) 0x10CF42: main (in /home/docker/a.out)
  836. | | | | | |
  837. | | | | | ->00.32% (255B) in 1+ places, all below ms_print's threshold (01.00%)
  838. | | | | |
  839. | | | | ->02.30% (1,828B) in 4 places, all below massif's threshold (1.00%)
  840. | | | |
  841. | | | ->00.14% (110B) in 1+ places, all below ms_print's threshold (01.00%)
  842. | | |
  843. | | ->01.41% (1,120B) 0x1196C1: luaH_new (in /home/docker/a.out)
  844. | | | ->01.27% (1,008B) 0x10E0DF: lua_createtable (in /home/docker/a.out)
  845. | | | | ->01.27% (1,008B) in 17 places, all below massif's threshold (1.00%)
  846. | | | |
  847. | | | ->00.14% (112B) in 1+ places, all below ms_print's threshold (01.00%)
  848. | | |
  849. | | ->00.51% (408B) in 1+ places, all below ms_print's threshold (01.00%)
  850. | |
  851. | ->12.03% (9,568B) 0x119429: auxsetnode (in /home/docker/a.out)
  852. | | ->12.03% (9,568B) 0x110570: luaD_rawrunprotected (in /home/docker/a.out)
  853. | | ->12.03% (9,568B) 0x119AEE: luaH_resize (in /home/docker/a.out)
  854. | | ->07.80% (6,208B) 0x10E136: lua_createtable (in /home/docker/a.out)
  855. | | | ->03.94% (3,136B) in 11 places, all below massif's threshold (1.00%)
  856. | | | |
  857. | | | ->02.57% (2,048B) 0x128AF3: luaopen_math (in /home/docker/a.out)
  858. | | | | ->02.57% (2,048B) 0x110E24: luaD_precall (in /home/docker/a.out)
  859. | | | | ->02.57% (2,048B) 0x1110F1: luaD_call (in /home/docker/a.out)
  860. | | | | ->02.57% (2,048B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  861. | | | | ->02.57% (2,048B) 0x10E72A: lua_callk (in /home/docker/a.out)
  862. | | | | ->02.57% (2,048B) 0x120622: luaL_requiref (in /home/docker/a.out)
  863. | | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  864. | | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  865. | | | |
  866. | | | ->01.29% (1,024B) 0x12CD63: luaopen_string (in /home/docker/a.out)
  867. | | | ->01.29% (1,024B) 0x110E24: luaD_precall (in /home/docker/a.out)
  868. | | | ->01.29% (1,024B) 0x1110F1: luaD_call (in /home/docker/a.out)
  869. | | | ->01.29% (1,024B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  870. | | | ->01.29% (1,024B) 0x10E72A: lua_callk (in /home/docker/a.out)
  871. | | | ->01.29% (1,024B) 0x120622: luaL_requiref (in /home/docker/a.out)
  872. | | | ->01.29% (1,024B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  873. | | | ->01.29% (1,024B) 0x10CF42: main (in /home/docker/a.out)
  874. | | |
  875. | | ->04.22% (3,360B) 0x119F71: luaH_newkey (in /home/docker/a.out)
  876. | | ->04.18% (3,328B) 0x11B69B: luaV_finishset (in /home/docker/a.out)
  877. | | | ->04.18% (3,328B) 0x10D1CD: auxsetstr (in /home/docker/a.out)
  878. | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  879. | | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  880. | | | |
  881. | | | ->01.61% (1,280B) in 4 places, all below massif's threshold (1.00%)
  882. | | |
  883. | | ->00.04% (32B) in 1+ places, all below ms_print's threshold (01.00%)
  884. | |
  885. | ->02.57% (2,048B) 0x118CED: luaS_resize (in /home/docker/a.out)
  886. | | ->02.57% (2,048B) 0x118E76: internshrstr (in /home/docker/a.out)
  887. | | | ->02.57% (2,048B) 0x1190CA: luaS_new (in /home/docker/a.out)
  888. | | | ->02.57% (2,048B) 0x10D194: auxsetstr (in /home/docker/a.out)
  889. | | | ->02.57% (2,048B) 0x127DBD: luaopen_io (in /home/docker/a.out)
  890. | | | ->02.57% (2,048B) 0x110E24: luaD_precall (in /home/docker/a.out)
  891. | | | ->02.57% (2,048B) 0x1110F1: luaD_call (in /home/docker/a.out)
  892. | | | ->02.57% (2,048B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  893. | | | ->02.57% (2,048B) 0x10E72A: lua_callk (in /home/docker/a.out)
  894. | | | ->02.57% (2,048B) 0x120622: luaL_requiref (in /home/docker/a.out)
  895. | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  896. | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  897. | | |
  898. | | ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
  899. | |
  900. | ->00.90% (712B) in 1+ places, all below ms_print's threshold (01.00%)
  901. |
  902. ->05.15% (4,096B) 0x10CF10: main (in /home/docker/a.out)
  903. |
  904. ->01.95% (1,552B) 0x118700: lua_newstate (in /home/docker/a.out)
  905. ->01.95% (1,552B) 0x12073D: luaL_newstate (in /home/docker/a.out)
  906. ->01.95% (1,552B) 0x10CF32: main (in /home/docker/a.out)
  907.  
  908. --------------------------------------------------------------------------------
  909. n time(i) total(B) useful-heap(B) extra-heap(B) stacks(B)
  910. --------------------------------------------------------------------------------
  911. 81 1,535,874,120 79,552 75,935 3,617 0
  912. 82 1,554,243,072 79,552 75,935 3,617 0
  913. 83 1,572,612,024 79,552 75,935 3,617 0
  914. 84 1,590,980,976 79,552 75,935 3,617 0
  915. 85 1,609,349,928 79,552 75,935 3,617 0
  916. 86 1,627,718,880 79,552 75,935 3,617 0
  917. 87 1,646,087,832 79,552 75,935 3,617 0
  918. 88 1,664,456,784 79,552 75,935 3,617 0
  919. 89 1,682,825,736 79,552 75,935 3,617 0
  920. 90 1,701,194,688 79,552 75,935 3,617 0
  921. 95.45% (75,935B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  922. ->88.35% (70,287B) 0x11413F: luaM_realloc_ (in /home/docker/a.out)
  923. | ->72.86% (57,959B) 0x113C8C: luaC_newobj (in /home/docker/a.out)
  924. | | ->62.50% (49,720B) 0x118F7C: luaS_createlngstrobj (in /home/docker/a.out)
  925. | | | ->62.50% (49,720B) 0x119015: luaS_newlstr (in /home/docker/a.out)
  926. | | | ->62.16% (49,452B) 0x10DBA3: lua_pushlstring (in /home/docker/a.out)
  927. | | | | ->62.16% (49,452B) 0x10CFDC: main (in /home/docker/a.out)
  928. | | | |
  929. | | | ->00.34% (268B) in 1+ places, all below ms_print's threshold (01.00%)
  930. | | |
  931. | | ->08.44% (6,711B) 0x118E1B: internshrstr (in /home/docker/a.out)
  932. | | | ->08.30% (6,601B) 0x1190CA: luaS_new (in /home/docker/a.out)
  933. | | | | ->06.00% (4,773B) 0x10D194: auxsetstr (in /home/docker/a.out)
  934. | | | | | ->05.68% (4,518B) 0x1204A1: luaL_setfuncs (in /home/docker/a.out)
  935. | | | | | | ->04.42% (3,516B) in 12 places, all below massif's threshold (1.00%)
  936. | | | | | | |
  937. | | | | | | ->01.26% (1,002B) 0x128B04: luaopen_math (in /home/docker/a.out)
  938. | | | | | | ->01.26% (1,002B) 0x110E24: luaD_precall (in /home/docker/a.out)
  939. | | | | | | ->01.26% (1,002B) 0x1110F1: luaD_call (in /home/docker/a.out)
  940. | | | | | | ->01.26% (1,002B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  941. | | | | | | ->01.26% (1,002B) 0x10E72A: lua_callk (in /home/docker/a.out)
  942. | | | | | | ->01.26% (1,002B) 0x120622: luaL_requiref (in /home/docker/a.out)
  943. | | | | | | ->01.26% (1,002B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  944. | | | | | | ->01.26% (1,002B) 0x10CF42: main (in /home/docker/a.out)
  945. | | | | | |
  946. | | | | | ->00.32% (255B) in 1+ places, all below ms_print's threshold (01.00%)
  947. | | | | |
  948. | | | | ->02.30% (1,828B) in 4 places, all below massif's threshold (1.00%)
  949. | | | |
  950. | | | ->00.14% (110B) in 1+ places, all below ms_print's threshold (01.00%)
  951. | | |
  952. | | ->01.41% (1,120B) 0x1196C1: luaH_new (in /home/docker/a.out)
  953. | | | ->01.27% (1,008B) 0x10E0DF: lua_createtable (in /home/docker/a.out)
  954. | | | | ->01.27% (1,008B) in 17 places, all below massif's threshold (1.00%)
  955. | | | |
  956. | | | ->00.14% (112B) in 1+ places, all below ms_print's threshold (01.00%)
  957. | | |
  958. | | ->00.51% (408B) in 1+ places, all below ms_print's threshold (01.00%)
  959. | |
  960. | ->12.03% (9,568B) 0x119429: auxsetnode (in /home/docker/a.out)
  961. | | ->12.03% (9,568B) 0x110570: luaD_rawrunprotected (in /home/docker/a.out)
  962. | | ->12.03% (9,568B) 0x119AEE: luaH_resize (in /home/docker/a.out)
  963. | | ->07.80% (6,208B) 0x10E136: lua_createtable (in /home/docker/a.out)
  964. | | | ->03.94% (3,136B) in 11 places, all below massif's threshold (1.00%)
  965. | | | |
  966. | | | ->02.57% (2,048B) 0x128AF3: luaopen_math (in /home/docker/a.out)
  967. | | | | ->02.57% (2,048B) 0x110E24: luaD_precall (in /home/docker/a.out)
  968. | | | | ->02.57% (2,048B) 0x1110F1: luaD_call (in /home/docker/a.out)
  969. | | | | ->02.57% (2,048B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  970. | | | | ->02.57% (2,048B) 0x10E72A: lua_callk (in /home/docker/a.out)
  971. | | | | ->02.57% (2,048B) 0x120622: luaL_requiref (in /home/docker/a.out)
  972. | | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  973. | | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  974. | | | |
  975. | | | ->01.29% (1,024B) 0x12CD63: luaopen_string (in /home/docker/a.out)
  976. | | | ->01.29% (1,024B) 0x110E24: luaD_precall (in /home/docker/a.out)
  977. | | | ->01.29% (1,024B) 0x1110F1: luaD_call (in /home/docker/a.out)
  978. | | | ->01.29% (1,024B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  979. | | | ->01.29% (1,024B) 0x10E72A: lua_callk (in /home/docker/a.out)
  980. | | | ->01.29% (1,024B) 0x120622: luaL_requiref (in /home/docker/a.out)
  981. | | | ->01.29% (1,024B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  982. | | | ->01.29% (1,024B) 0x10CF42: main (in /home/docker/a.out)
  983. | | |
  984. | | ->04.22% (3,360B) 0x119F71: luaH_newkey (in /home/docker/a.out)
  985. | | ->04.18% (3,328B) 0x11B69B: luaV_finishset (in /home/docker/a.out)
  986. | | | ->04.18% (3,328B) 0x10D1CD: auxsetstr (in /home/docker/a.out)
  987. | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  988. | | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  989. | | | |
  990. | | | ->01.61% (1,280B) in 4 places, all below massif's threshold (1.00%)
  991. | | |
  992. | | ->00.04% (32B) in 1+ places, all below ms_print's threshold (01.00%)
  993. | |
  994. | ->02.57% (2,048B) 0x118CED: luaS_resize (in /home/docker/a.out)
  995. | | ->02.57% (2,048B) 0x118E76: internshrstr (in /home/docker/a.out)
  996. | | | ->02.57% (2,048B) 0x1190CA: luaS_new (in /home/docker/a.out)
  997. | | | ->02.57% (2,048B) 0x10D194: auxsetstr (in /home/docker/a.out)
  998. | | | ->02.57% (2,048B) 0x127DBD: luaopen_io (in /home/docker/a.out)
  999. | | | ->02.57% (2,048B) 0x110E24: luaD_precall (in /home/docker/a.out)
  1000. | | | ->02.57% (2,048B) 0x1110F1: luaD_call (in /home/docker/a.out)
  1001. | | | ->02.57% (2,048B) 0x11114F: luaD_callnoyield (in /home/docker/a.out)
  1002. | | | ->02.57% (2,048B) 0x10E72A: lua_callk (in /home/docker/a.out)
  1003. | | | ->02.57% (2,048B) 0x120622: luaL_requiref (in /home/docker/a.out)
  1004. | | | ->02.57% (2,048B) 0x12084A: luaL_openlibs (in /home/docker/a.out)
  1005. | | | ->02.57% (2,048B) 0x10CF42: main (in /home/docker/a.out)
  1006. | | |
  1007. | | ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
  1008. | |
  1009. | ->00.90% (712B) in 1+ places, all below ms_print's threshold (01.00%)
  1010. |
  1011. ->05.15% (4,096B) 0x10CF10: main (in /home/docker/a.out)
  1012. |
  1013. ->01.95% (1,552B) 0x118700: lua_newstate (in /home/docker/a.out)
  1014. ->01.95% (1,552B) 0x12073D: luaL_newstate (in /home/docker/a.out)
  1015. ->01.95% (1,552B) 0x10CF32: main (in /home/docker/a.out)
  1016.  
  1017. --------------------------------------------------------------------------------
  1018. n time(i) total(B) useful-heap(B) extra-heap(B) stacks(B)
  1019. --------------------------------------------------------------------------------
  1020. 91 1,719,563,640 79,552 75,935 3,617 0
  1021. 92 1,737,932,592 79,552 75,935 3,617 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement