perf.ackermann.svg 64 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349
  1. <?xml version="1.0" standalone="no"?>
  2. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
  3. <svg version="1.1" width="1200" height="2134" onload="init(evt)" viewBox="0 0 1200 2134" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  4. <!-- Flame graph stack visualization. See https://github.com/brendangregg/FlameGraph for latest version, and http://www.brendangregg.com/flamegraphs.html for examples. -->
  5. <!-- NOTES: -->
  6. <defs>
  7. <linearGradient id="background" y1="0" y2="1" x1="0" x2="0" >
  8. <stop stop-color="#eeeeee" offset="5%" />
  9. <stop stop-color="#eeeeb0" offset="95%" />
  10. </linearGradient>
  11. </defs>
  12. <style type="text/css">
  13. text { font-family:Verdana; font-size:12px; fill:rgb(0,0,0); }
  14. #search, #ignorecase { opacity:0.1; cursor:pointer; }
  15. #search:hover, #search.show, #ignorecase:hover, #ignorecase.show { opacity:1; }
  16. #subtitle { text-anchor:middle; font-color:rgb(160,160,160); }
  17. #title { text-anchor:middle; font-size:17px}
  18. #unzoom { cursor:pointer; }
  19. #frames > *:hover { stroke:black; stroke-width:0.5; cursor:pointer; }
  20. .hide { display:none; }
  21. .parent { opacity:0.5; }
  22. </style>
  23. <script type="text/ecmascript">
  24. <![CDATA[
  25. "use strict";
  26. var details, searchbtn, unzoombtn, matchedtxt, svg, searching, currentSearchTerm, ignorecase, ignorecaseBtn;
  27. function init(evt) {
  28. details = document.getElementById("details").firstChild;
  29. searchbtn = document.getElementById("search");
  30. ignorecaseBtn = document.getElementById("ignorecase");
  31. unzoombtn = document.getElementById("unzoom");
  32. matchedtxt = document.getElementById("matched");
  33. svg = document.getElementsByTagName("svg")[0];
  34. searching = 0;
  35. currentSearchTerm = null;
  36. // use GET parameters to restore a flamegraphs state.
  37. var params = get_params();
  38. if (params.x && params.y)
  39. zoom(find_group(document.querySelector('[x="' + params.x + '"][y="' + params.y + '"]')));
  40. if (params.s) search(params.s);
  41. }
  42. // event listeners
  43. window.addEventListener("click", function(e) {
  44. var target = find_group(e.target);
  45. if (target) {
  46. if (target.nodeName == "a") {
  47. if (e.ctrlKey === false) return;
  48. e.preventDefault();
  49. }
  50. if (target.classList.contains("parent")) unzoom(true);
  51. zoom(target);
  52. if (!document.querySelector('.parent')) {
  53. // we have basically done a clearzoom so clear the url
  54. var params = get_params();
  55. if (params.x) delete params.x;
  56. if (params.y) delete params.y;
  57. history.replaceState(null, null, parse_params(params));
  58. unzoombtn.classList.add("hide");
  59. return;
  60. }
  61. // set parameters for zoom state
  62. var el = target.querySelector("rect");
  63. if (el && el.attributes && el.attributes.y && el.attributes._orig_x) {
  64. var params = get_params()
  65. params.x = el.attributes._orig_x.value;
  66. params.y = el.attributes.y.value;
  67. history.replaceState(null, null, parse_params(params));
  68. }
  69. }
  70. else if (e.target.id == "unzoom") clearzoom();
  71. else if (e.target.id == "search") search_prompt();
  72. else if (e.target.id == "ignorecase") toggle_ignorecase();
  73. }, false)
  74. // mouse-over for info
  75. // show
  76. window.addEventListener("mouseover", function(e) {
  77. var target = find_group(e.target);
  78. if (target) details.nodeValue = "Function: " + g_to_text(target);
  79. }, false)
  80. // clear
  81. window.addEventListener("mouseout", function(e) {
  82. var target = find_group(e.target);
  83. if (target) details.nodeValue = ' ';
  84. }, false)
  85. // ctrl-F for search
  86. // ctrl-I to toggle case-sensitive search
  87. window.addEventListener("keydown",function (e) {
  88. if (e.keyCode === 114 || (e.ctrlKey && e.keyCode === 70)) {
  89. e.preventDefault();
  90. search_prompt();
  91. }
  92. else if (e.ctrlKey && e.keyCode === 73) {
  93. e.preventDefault();
  94. toggle_ignorecase();
  95. }
  96. }, false)
  97. // functions
  98. function get_params() {
  99. var params = {};
  100. var paramsarr = window.location.search.substr(1).split('&');
  101. for (var i = 0; i < paramsarr.length; ++i) {
  102. var tmp = paramsarr[i].split("=");
  103. if (!tmp[0] || !tmp[1]) continue;
  104. params[tmp[0]] = decodeURIComponent(tmp[1]);
  105. }
  106. return params;
  107. }
  108. function parse_params(params) {
  109. var uri = "?";
  110. for (var key in params) {
  111. uri += key + '=' + encodeURIComponent(params[key]) + '&';
  112. }
  113. if (uri.slice(-1) == "&")
  114. uri = uri.substring(0, uri.length - 1);
  115. if (uri == '?')
  116. uri = window.location.href.split('?')[0];
  117. return uri;
  118. }
  119. function find_child(node, selector) {
  120. var children = node.querySelectorAll(selector);
  121. if (children.length) return children[0];
  122. }
  123. function find_group(node) {
  124. var parent = node.parentElement;
  125. if (!parent) return;
  126. if (parent.id == "frames") return node;
  127. return find_group(parent);
  128. }
  129. function orig_save(e, attr, val) {
  130. if (e.attributes["_orig_" + attr] != undefined) return;
  131. if (e.attributes[attr] == undefined) return;
  132. if (val == undefined) val = e.attributes[attr].value;
  133. e.setAttribute("_orig_" + attr, val);
  134. }
  135. function orig_load(e, attr) {
  136. if (e.attributes["_orig_"+attr] == undefined) return;
  137. e.attributes[attr].value = e.attributes["_orig_" + attr].value;
  138. e.removeAttribute("_orig_"+attr);
  139. }
  140. function g_to_text(e) {
  141. var text = find_child(e, "title").firstChild.nodeValue;
  142. return (text)
  143. }
  144. function g_to_func(e) {
  145. var func = g_to_text(e);
  146. // if there's any manipulation we want to do to the function
  147. // name before it's searched, do it here before returning.
  148. return (func);
  149. }
  150. function update_text(e) {
  151. var r = find_child(e, "rect");
  152. var t = find_child(e, "text");
  153. var w = parseFloat(r.attributes.width.value) -3;
  154. var txt = find_child(e, "title").textContent.replace(/\([^(]*\)$/,"");
  155. t.attributes.x.value = parseFloat(r.attributes.x.value) + 3;
  156. // Smaller than this size won't fit anything
  157. if (w < 2 * 12 * 0.59) {
  158. t.textContent = "";
  159. return;
  160. }
  161. t.textContent = txt;
  162. var sl = t.getSubStringLength(0, txt.length);
  163. // check if only whitespace or if we can fit the entire string into width w
  164. if (/^ *$/.test(txt) || sl < w)
  165. return;
  166. // this isn't perfect, but gives a good starting point
  167. // and avoids calling getSubStringLength too often
  168. var start = Math.floor((w/sl) * txt.length);
  169. for (var x = start; x > 0; x = x-2) {
  170. if (t.getSubStringLength(0, x + 2) <= w) {
  171. t.textContent = txt.substring(0, x) + "..";
  172. return;
  173. }
  174. }
  175. t.textContent = "";
  176. }
  177. // zoom
  178. function zoom_reset(e) {
  179. if (e.attributes != undefined) {
  180. orig_load(e, "x");
  181. orig_load(e, "width");
  182. }
  183. if (e.childNodes == undefined) return;
  184. for (var i = 0, c = e.childNodes; i < c.length; i++) {
  185. zoom_reset(c[i]);
  186. }
  187. }
  188. function zoom_child(e, x, ratio) {
  189. if (e.attributes != undefined) {
  190. if (e.attributes.x != undefined) {
  191. orig_save(e, "x");
  192. e.attributes.x.value = (parseFloat(e.attributes.x.value) - x - 10) * ratio + 10;
  193. if (e.tagName == "text")
  194. e.attributes.x.value = find_child(e.parentNode, "rect[x]").attributes.x.value + 3;
  195. }
  196. if (e.attributes.width != undefined) {
  197. orig_save(e, "width");
  198. e.attributes.width.value = parseFloat(e.attributes.width.value) * ratio;
  199. }
  200. }
  201. if (e.childNodes == undefined) return;
  202. for (var i = 0, c = e.childNodes; i < c.length; i++) {
  203. zoom_child(c[i], x - 10, ratio);
  204. }
  205. }
  206. function zoom_parent(e) {
  207. if (e.attributes) {
  208. if (e.attributes.x != undefined) {
  209. orig_save(e, "x");
  210. e.attributes.x.value = 10;
  211. }
  212. if (e.attributes.width != undefined) {
  213. orig_save(e, "width");
  214. e.attributes.width.value = parseInt(svg.width.baseVal.value) - (10 * 2);
  215. }
  216. }
  217. if (e.childNodes == undefined) return;
  218. for (var i = 0, c = e.childNodes; i < c.length; i++) {
  219. zoom_parent(c[i]);
  220. }
  221. }
  222. function zoom(node) {
  223. var attr = find_child(node, "rect").attributes;
  224. var width = parseFloat(attr.width.value);
  225. var xmin = parseFloat(attr.x.value);
  226. var xmax = parseFloat(xmin + width);
  227. var ymin = parseFloat(attr.y.value);
  228. var ratio = (svg.width.baseVal.value - 2 * 10) / width;
  229. // XXX: Workaround for JavaScript float issues (fix me)
  230. var fudge = 0.0001;
  231. unzoombtn.classList.remove("hide");
  232. var el = document.getElementById("frames").children;
  233. for (var i = 0; i < el.length; i++) {
  234. var e = el[i];
  235. var a = find_child(e, "rect").attributes;
  236. var ex = parseFloat(a.x.value);
  237. var ew = parseFloat(a.width.value);
  238. var upstack;
  239. // Is it an ancestor
  240. if (0 == 0) {
  241. upstack = parseFloat(a.y.value) > ymin;
  242. } else {
  243. upstack = parseFloat(a.y.value) < ymin;
  244. }
  245. if (upstack) {
  246. // Direct ancestor
  247. if (ex <= xmin && (ex+ew+fudge) >= xmax) {
  248. e.classList.add("parent");
  249. zoom_parent(e);
  250. update_text(e);
  251. }
  252. // not in current path
  253. else
  254. e.classList.add("hide");
  255. }
  256. // Children maybe
  257. else {
  258. // no common path
  259. if (ex < xmin || ex + fudge >= xmax) {
  260. e.classList.add("hide");
  261. }
  262. else {
  263. zoom_child(e, xmin, ratio);
  264. update_text(e);
  265. }
  266. }
  267. }
  268. search();
  269. }
  270. function unzoom(dont_update_text) {
  271. unzoombtn.classList.add("hide");
  272. var el = document.getElementById("frames").children;
  273. for(var i = 0; i < el.length; i++) {
  274. el[i].classList.remove("parent");
  275. el[i].classList.remove("hide");
  276. zoom_reset(el[i]);
  277. if(!dont_update_text) update_text(el[i]);
  278. }
  279. search();
  280. }
  281. function clearzoom() {
  282. unzoom();
  283. // remove zoom state
  284. var params = get_params();
  285. if (params.x) delete params.x;
  286. if (params.y) delete params.y;
  287. history.replaceState(null, null, parse_params(params));
  288. }
  289. // search
  290. function toggle_ignorecase() {
  291. ignorecase = !ignorecase;
  292. if (ignorecase) {
  293. ignorecaseBtn.classList.add("show");
  294. } else {
  295. ignorecaseBtn.classList.remove("show");
  296. }
  297. reset_search();
  298. search();
  299. }
  300. function reset_search() {
  301. var el = document.querySelectorAll("#frames rect");
  302. for (var i = 0; i < el.length; i++) {
  303. orig_load(el[i], "fill")
  304. }
  305. var params = get_params();
  306. delete params.s;
  307. history.replaceState(null, null, parse_params(params));
  308. }
  309. function search_prompt() {
  310. if (!searching) {
  311. var term = prompt("Enter a search term (regexp " +
  312. "allowed, eg: ^ext4_)"
  313. + (ignorecase ? ", ignoring case" : "")
  314. + "\nPress Ctrl-i to toggle case sensitivity", "");
  315. if (term != null) search(term);
  316. } else {
  317. reset_search();
  318. searching = 0;
  319. currentSearchTerm = null;
  320. searchbtn.classList.remove("show");
  321. searchbtn.firstChild.nodeValue = "Search"
  322. matchedtxt.classList.add("hide");
  323. matchedtxt.firstChild.nodeValue = ""
  324. }
  325. }
  326. function search(term) {
  327. if (term) currentSearchTerm = term;
  328. var re = new RegExp(currentSearchTerm, ignorecase ? 'i' : '');
  329. var el = document.getElementById("frames").children;
  330. var matches = new Object();
  331. var maxwidth = 0;
  332. for (var i = 0; i < el.length; i++) {
  333. var e = el[i];
  334. var func = g_to_func(e);
  335. var rect = find_child(e, "rect");
  336. if (func == null || rect == null)
  337. continue;
  338. // Save max width. Only works as we have a root frame
  339. var w = parseFloat(rect.attributes.width.value);
  340. if (w > maxwidth)
  341. maxwidth = w;
  342. if (func.match(re)) {
  343. // highlight
  344. var x = parseFloat(rect.attributes.x.value);
  345. orig_save(rect, "fill");
  346. rect.attributes.fill.value = "rgb(230,0,230)";
  347. // remember matches
  348. if (matches[x] == undefined) {
  349. matches[x] = w;
  350. } else {
  351. if (w > matches[x]) {
  352. // overwrite with parent
  353. matches[x] = w;
  354. }
  355. }
  356. searching = 1;
  357. }
  358. }
  359. if (!searching)
  360. return;
  361. var params = get_params();
  362. params.s = currentSearchTerm;
  363. history.replaceState(null, null, parse_params(params));
  364. searchbtn.classList.add("show");
  365. searchbtn.firstChild.nodeValue = "Reset Search";
  366. // calculate percent matched, excluding vertical overlap
  367. var count = 0;
  368. var lastx = -1;
  369. var lastw = 0;
  370. var keys = Array();
  371. for (k in matches) {
  372. if (matches.hasOwnProperty(k))
  373. keys.push(k);
  374. }
  375. // sort the matched frames by their x location
  376. // ascending, then width descending
  377. keys.sort(function(a, b){
  378. return a - b;
  379. });
  380. // Step through frames saving only the biggest bottom-up frames
  381. // thanks to the sort order. This relies on the tree property
  382. // where children are always smaller than their parents.
  383. var fudge = 0.0001; // JavaScript floating point
  384. for (var k in keys) {
  385. var x = parseFloat(keys[k]);
  386. var w = matches[keys[k]];
  387. if (x >= lastx + lastw - fudge) {
  388. count += w;
  389. lastx = x;
  390. lastw = w;
  391. }
  392. }
  393. // display matched percent
  394. matchedtxt.classList.remove("hide");
  395. var pct = 100 * count / maxwidth;
  396. if (pct != 100) pct = pct.toFixed(1)
  397. matchedtxt.firstChild.nodeValue = "Matched: " + pct + "%";
  398. }
  399. ]]>
  400. </script>
  401. <rect x="0.0" y="0" width="1200.0" height="2134.0" fill="url(#background)" />
  402. <text id="title" x="600.00" y="24" >Flame Graph</text>
  403. <text id="details" x="10.00" y="2117" > </text>
  404. <text id="unzoom" x="10.00" y="24" class="hide">Reset Zoom</text>
  405. <text id="search" x="1090.00" y="24" >Search</text>
  406. <text id="ignorecase" x="1174.00" y="24" >ic</text>
  407. <text id="matched" x="1090.00" y="2117" > </text>
  408. <g id="frames">
  409. <g >
  410. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1861" width="0.2" height="15.0" fill="rgb(218,174,22)" rx="2" ry="2" />
  411. <text x="1192.84" y="1871.5" ></text>
  412. </g>
  413. <g >
  414. <title>load_run_wasm_file (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="2021" width="0.2" height="15.0" fill="rgb(225,65,43)" rx="2" ry="2" />
  415. <text x="1192.84" y="2031.5" ></text>
  416. </g>
  417. <g >
  418. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1061" width="0.2" height="15.0" fill="rgb(243,172,6)" rx="2" ry="2" />
  419. <text x="1192.84" y="1071.5" ></text>
  420. </g>
  421. <g >
  422. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1141" width="0.2" height="15.0" fill="rgb(239,117,15)" rx="2" ry="2" />
  423. <text x="1192.84" y="1151.5" ></text>
  424. </g>
  425. <g >
  426. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="501" width="0.2" height="15.0" fill="rgb(219,107,47)" rx="2" ry="2" />
  427. <text x="1192.84" y="511.5" ></text>
  428. </g>
  429. <g >
  430. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1013" width="0.2" height="15.0" fill="rgb(241,34,43)" rx="2" ry="2" />
  431. <text x="1192.84" y="1023.5" ></text>
  432. </g>
  433. <g >
  434. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="85" width="1179.8" height="15.0" fill="rgb(238,121,45)" rx="2" ry="2" />
  435. <text x="13.00" y="95.5" >[Wasm] [ackermann2] ackermann</text>
  436. </g>
  437. <g >
  438. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="837" width="0.2" height="15.0" fill="rgb(244,181,9)" rx="2" ry="2" />
  439. <text x="1192.84" y="847.5" ></text>
  440. </g>
  441. <g >
  442. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1621" width="0.2" height="15.0" fill="rgb(243,60,29)" rx="2" ry="2" />
  443. <text x="1192.84" y="1631.5" ></text>
  444. </g>
  445. <g >
  446. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1301" width="1179.8" height="15.0" fill="rgb(231,200,44)" rx="2" ry="2" />
  447. <text x="13.00" y="1311.5" >[Wasm] [ackermann2] ackermann</text>
  448. </g>
  449. <g >
  450. <title>invoke_ii_i (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1941" width="0.2" height="15.0" fill="rgb(214,26,54)" rx="2" ry="2" />
  451. <text x="1192.84" y="1951.5" ></text>
  452. </g>
  453. <g >
  454. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1301" width="0.2" height="15.0" fill="rgb(235,150,49)" rx="2" ry="2" />
  455. <text x="1192.84" y="1311.5" ></text>
  456. </g>
  457. <g >
  458. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="453" width="1179.8" height="15.0" fill="rgb(232,146,6)" rx="2" ry="2" />
  459. <text x="13.00" y="463.5" >[Wasm] [ackermann2] ackermann</text>
  460. </g>
  461. <g >
  462. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1189" width="0.2" height="15.0" fill="rgb(209,56,9)" rx="2" ry="2" />
  463. <text x="1192.84" y="1199.5" ></text>
  464. </g>
  465. <g >
  466. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="53" width="1179.8" height="15.0" fill="rgb(246,187,9)" rx="2" ry="2" />
  467. <text x="13.00" y="63.5" >[Wasm] [ackermann2] ackermann</text>
  468. </g>
  469. <g >
  470. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1333" width="0.2" height="15.0" fill="rgb(220,100,14)" rx="2" ry="2" />
  471. <text x="1192.84" y="1343.5" ></text>
  472. </g>
  473. <g >
  474. <title>load_run_ackermann_aot (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="2037" width="0.2" height="15.0" fill="rgb(241,93,7)" rx="2" ry="2" />
  475. <text x="1192.84" y="2047.5" ></text>
  476. </g>
  477. <g >
  478. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="597" width="1179.8" height="15.0" fill="rgb(212,218,48)" rx="2" ry="2" />
  479. <text x="13.00" y="607.5" >[Wasm] [ackermann2] ackermann</text>
  480. </g>
  481. <g >
  482. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1637" width="1179.8" height="15.0" fill="rgb(205,33,39)" rx="2" ry="2" />
  483. <text x="13.00" y="1647.5" >[Wasm] [ackermann2] ackermann</text>
  484. </g>
  485. <g >
  486. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1813" width="1179.8" height="15.0" fill="rgb(241,97,14)" rx="2" ry="2" />
  487. <text x="13.00" y="1823.5" >[Wasm] [ackermann2] ackermann</text>
  488. </g>
  489. <g >
  490. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="997" width="0.2" height="15.0" fill="rgb(223,78,8)" rx="2" ry="2" />
  491. <text x="1192.84" y="1007.5" ></text>
  492. </g>
  493. <g >
  494. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1349" width="0.2" height="15.0" fill="rgb(251,214,28)" rx="2" ry="2" />
  495. <text x="1192.84" y="1359.5" ></text>
  496. </g>
  497. <g >
  498. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1477" width="1179.8" height="15.0" fill="rgb(239,52,22)" rx="2" ry="2" />
  499. <text x="13.00" y="1487.5" >[Wasm] [ackermann2] ackermann</text>
  500. </g>
  501. <g >
  502. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1893" width="1179.8" height="15.0" fill="rgb(222,155,36)" rx="2" ry="2" />
  503. <text x="13.00" y="1903.5" >[Wasm] [ackermann2] ackermann</text>
  504. </g>
  505. <g >
  506. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1077" width="1179.8" height="15.0" fill="rgb(214,76,15)" rx="2" ry="2" />
  507. <text x="13.00" y="1087.5" >[Wasm] [ackermann2] ackermann</text>
  508. </g>
  509. <g >
  510. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="213" width="1179.8" height="15.0" fill="rgb(236,144,24)" rx="2" ry="2" />
  511. <text x="13.00" y="223.5" >[Wasm] [ackermann2] ackermann</text>
  512. </g>
  513. <g >
  514. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="261" width="1179.8" height="15.0" fill="rgb(216,144,33)" rx="2" ry="2" />
  515. <text x="13.00" y="271.5" >[Wasm] [ackermann2] ackermann</text>
  516. </g>
  517. <g >
  518. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1861" width="1179.8" height="15.0" fill="rgb(227,154,21)" rx="2" ry="2" />
  519. <text x="13.00" y="1871.5" >[Wasm] [ackermann2] ackermann</text>
  520. </g>
  521. <g >
  522. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="293" width="1179.8" height="15.0" fill="rgb(251,84,34)" rx="2" ry="2" />
  523. <text x="13.00" y="303.5" >[Wasm] [ackermann2] ackermann</text>
  524. </g>
  525. <g >
  526. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1589" width="1179.8" height="15.0" fill="rgb(249,46,42)" rx="2" ry="2" />
  527. <text x="13.00" y="1599.5" >[Wasm] [ackermann2] ackermann</text>
  528. </g>
  529. <g >
  530. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1973" width="1179.8" height="15.0" fill="rgb(218,84,35)" rx="2" ry="2" />
  531. <text x="13.00" y="1983.5" >[Wasm] [ackermann2] ackermann</text>
  532. </g>
  533. <g >
  534. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1733" width="0.2" height="15.0" fill="rgb(242,136,52)" rx="2" ry="2" />
  535. <text x="1192.84" y="1743.5" ></text>
  536. </g>
  537. <g >
  538. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="469" width="0.2" height="15.0" fill="rgb(249,165,47)" rx="2" ry="2" />
  539. <text x="1192.84" y="479.5" ></text>
  540. </g>
  541. <g >
  542. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="69" width="1179.8" height="15.0" fill="rgb(210,197,41)" rx="2" ry="2" />
  543. <text x="13.00" y="79.5" >[Wasm] [ackermann2] ackermann</text>
  544. </g>
  545. <g >
  546. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="725" width="0.2" height="15.0" fill="rgb(246,65,43)" rx="2" ry="2" />
  547. <text x="1192.84" y="735.5" ></text>
  548. </g>
  549. <g >
  550. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="517" width="1179.8" height="15.0" fill="rgb(221,83,37)" rx="2" ry="2" />
  551. <text x="13.00" y="527.5" >[Wasm] [ackermann2] ackermann</text>
  552. </g>
  553. <g >
  554. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="949" width="0.2" height="15.0" fill="rgb(208,178,8)" rx="2" ry="2" />
  555. <text x="1192.84" y="959.5" ></text>
  556. </g>
  557. <g >
  558. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="149" width="1179.8" height="15.0" fill="rgb(251,138,40)" rx="2" ry="2" />
  559. <text x="13.00" y="159.5" >[Wasm] [ackermann2] ackermann</text>
  560. </g>
  561. <g >
  562. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1493" width="1179.8" height="15.0" fill="rgb(228,62,47)" rx="2" ry="2" />
  563. <text x="13.00" y="1503.5" >[Wasm] [ackermann2] ackermann</text>
  564. </g>
  565. <g >
  566. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="613" width="1179.8" height="15.0" fill="rgb(241,115,50)" rx="2" ry="2" />
  567. <text x="13.00" y="623.5" >[Wasm] [ackermann2] ackermann</text>
  568. </g>
  569. <g >
  570. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="405" width="1179.8" height="15.0" fill="rgb(208,124,36)" rx="2" ry="2" />
  571. <text x="13.00" y="415.5" >[Wasm] [ackermann2] ackermann</text>
  572. </g>
  573. <g >
  574. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="517" width="0.2" height="15.0" fill="rgb(207,169,9)" rx="2" ry="2" />
  575. <text x="1192.84" y="527.5" ></text>
  576. </g>
  577. <g >
  578. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1509" width="0.2" height="15.0" fill="rgb(212,205,54)" rx="2" ry="2" />
  579. <text x="1192.84" y="1519.5" ></text>
  580. </g>
  581. <g >
  582. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1397" width="0.2" height="15.0" fill="rgb(209,153,11)" rx="2" ry="2" />
  583. <text x="1192.84" y="1407.5" ></text>
  584. </g>
  585. <g >
  586. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="869" width="0.2" height="15.0" fill="rgb(240,204,19)" rx="2" ry="2" />
  587. <text x="1192.84" y="879.5" ></text>
  588. </g>
  589. <g >
  590. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="773" width="0.2" height="15.0" fill="rgb(206,185,36)" rx="2" ry="2" />
  591. <text x="1192.84" y="783.5" ></text>
  592. </g>
  593. <g >
  594. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="117" width="1179.8" height="15.0" fill="rgb(237,183,32)" rx="2" ry="2" />
  595. <text x="13.00" y="127.5" >[Wasm] [ackermann2] ackermann</text>
  596. </g>
  597. <g >
  598. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1765" width="0.2" height="15.0" fill="rgb(245,212,47)" rx="2" ry="2" />
  599. <text x="1192.84" y="1775.5" ></text>
  600. </g>
  601. <g >
  602. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="101" width="1179.8" height="15.0" fill="rgb(243,180,50)" rx="2" ry="2" />
  603. <text x="13.00" y="111.5" >[Wasm] [ackermann2] ackermann</text>
  604. </g>
  605. <g >
  606. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="341" width="1179.8" height="15.0" fill="rgb(221,121,28)" rx="2" ry="2" />
  607. <text x="13.00" y="351.5" >[Wasm] [ackermann2] ackermann</text>
  608. </g>
  609. <g >
  610. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="901" width="0.2" height="15.0" fill="rgb(209,88,49)" rx="2" ry="2" />
  611. <text x="1192.84" y="911.5" ></text>
  612. </g>
  613. <g >
  614. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1669" width="1179.8" height="15.0" fill="rgb(242,65,14)" rx="2" ry="2" />
  615. <text x="13.00" y="1679.5" >[Wasm] [ackermann2] ackermann</text>
  616. </g>
  617. <g >
  618. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="437" width="1179.8" height="15.0" fill="rgb(215,189,49)" rx="2" ry="2" />
  619. <text x="13.00" y="447.5" >[Wasm] [ackermann2] ackermann</text>
  620. </g>
  621. <g >
  622. <title>[Wasm] [ackermann2] run (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1925" width="0.2" height="15.0" fill="rgb(216,223,24)" rx="2" ry="2" />
  623. <text x="1192.84" y="1935.5" ></text>
  624. </g>
  625. <g >
  626. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="181" width="1179.8" height="15.0" fill="rgb(230,198,10)" rx="2" ry="2" />
  627. <text x="13.00" y="191.5" >[Wasm] [ackermann2] ackermann</text>
  628. </g>
  629. <g >
  630. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1557" width="1179.8" height="15.0" fill="rgb(213,158,46)" rx="2" ry="2" />
  631. <text x="13.00" y="1567.5" >[Wasm] [ackermann2] ackermann</text>
  632. </g>
  633. <g >
  634. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1749" width="0.2" height="15.0" fill="rgb(230,172,22)" rx="2" ry="2" />
  635. <text x="1192.84" y="1759.5" ></text>
  636. </g>
  637. <g >
  638. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="853" width="1179.8" height="15.0" fill="rgb(253,58,54)" rx="2" ry="2" />
  639. <text x="13.00" y="863.5" >[Wasm] [ackermann2] ackermann</text>
  640. </g>
  641. <g >
  642. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="373" width="1179.8" height="15.0" fill="rgb(212,43,7)" rx="2" ry="2" />
  643. <text x="13.00" y="383.5" >[Wasm] [ackermann2] ackermann</text>
  644. </g>
  645. <g >
  646. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1237" width="0.2" height="15.0" fill="rgb(216,145,25)" rx="2" ry="2" />
  647. <text x="1192.84" y="1247.5" ></text>
  648. </g>
  649. <g >
  650. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="885" width="1179.8" height="15.0" fill="rgb(211,30,7)" rx="2" ry="2" />
  651. <text x="13.00" y="895.5" >[Wasm] [ackermann2] ackermann</text>
  652. </g>
  653. <g >
  654. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="741" width="1179.8" height="15.0" fill="rgb(218,138,48)" rx="2" ry="2" />
  655. <text x="13.00" y="751.5" >[Wasm] [ackermann2] ackermann</text>
  656. </g>
  657. <g >
  658. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="917" width="1179.8" height="15.0" fill="rgb(254,64,13)" rx="2" ry="2" />
  659. <text x="13.00" y="927.5" >[Wasm] [ackermann2] ackermann</text>
  660. </g>
  661. <g >
  662. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="629" width="0.2" height="15.0" fill="rgb(241,29,38)" rx="2" ry="2" />
  663. <text x="1192.84" y="639.5" ></text>
  664. </g>
  665. <g >
  666. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1365" width="1179.8" height="15.0" fill="rgb(210,67,9)" rx="2" ry="2" />
  667. <text x="13.00" y="1375.5" >[Wasm] [ackermann2] ackermann</text>
  668. </g>
  669. <g >
  670. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1029" width="1179.8" height="15.0" fill="rgb(247,127,34)" rx="2" ry="2" />
  671. <text x="13.00" y="1039.5" >[Wasm] [ackermann2] ackermann</text>
  672. </g>
  673. <g >
  674. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1125" width="1179.8" height="15.0" fill="rgb(248,88,49)" rx="2" ry="2" />
  675. <text x="13.00" y="1135.5" >[Wasm] [ackermann2] ackermann</text>
  676. </g>
  677. <g >
  678. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="821" width="0.2" height="15.0" fill="rgb(238,93,54)" rx="2" ry="2" />
  679. <text x="1192.84" y="831.5" ></text>
  680. </g>
  681. <g >
  682. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1141" width="1179.8" height="15.0" fill="rgb(254,88,20)" rx="2" ry="2" />
  683. <text x="13.00" y="1151.5" >[Wasm] [ackermann2] ackermann</text>
  684. </g>
  685. <g >
  686. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="805" width="0.2" height="15.0" fill="rgb(235,49,2)" rx="2" ry="2" />
  687. <text x="1192.84" y="815.5" ></text>
  688. </g>
  689. <g >
  690. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1157" width="1179.8" height="15.0" fill="rgb(249,193,18)" rx="2" ry="2" />
  691. <text x="13.00" y="1167.5" >[Wasm] [ackermann2] ackermann</text>
  692. </g>
  693. <g >
  694. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="2021" width="1179.8" height="15.0" fill="rgb(216,212,43)" rx="2" ry="2" />
  695. <text x="13.00" y="2031.5" >[Wasm] [ackermann2] ackermann</text>
  696. </g>
  697. <g >
  698. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="837" width="1179.8" height="15.0" fill="rgb(223,141,25)" rx="2" ry="2" />
  699. <text x="13.00" y="847.5" >[Wasm] [ackermann2] ackermann</text>
  700. </g>
  701. <g >
  702. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1477" width="0.2" height="15.0" fill="rgb(248,107,12)" rx="2" ry="2" />
  703. <text x="1192.84" y="1487.5" ></text>
  704. </g>
  705. <g >
  706. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1461" width="1179.8" height="15.0" fill="rgb(221,48,2)" rx="2" ry="2" />
  707. <text x="13.00" y="1471.5" >[Wasm] [ackermann2] ackermann</text>
  708. </g>
  709. <g >
  710. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1829" width="0.2" height="15.0" fill="rgb(249,67,32)" rx="2" ry="2" />
  711. <text x="1192.84" y="1839.5" ></text>
  712. </g>
  713. <g >
  714. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1349" width="1179.8" height="15.0" fill="rgb(210,135,47)" rx="2" ry="2" />
  715. <text x="13.00" y="1359.5" >[Wasm] [ackermann2] ackermann</text>
  716. </g>
  717. <g >
  718. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="661" width="1179.8" height="15.0" fill="rgb(221,49,24)" rx="2" ry="2" />
  719. <text x="13.00" y="671.5" >[Wasm] [ackermann2] ackermann</text>
  720. </g>
  721. <g >
  722. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1653" width="0.2" height="15.0" fill="rgb(237,68,33)" rx="2" ry="2" />
  723. <text x="1192.84" y="1663.5" ></text>
  724. </g>
  725. <g >
  726. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1093" width="1179.8" height="15.0" fill="rgb(224,183,14)" rx="2" ry="2" />
  727. <text x="13.00" y="1103.5" >[Wasm] [ackermann2] ackermann</text>
  728. </g>
  729. <g >
  730. <title>wasm_runtime_call_wasm (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1989" width="0.2" height="15.0" fill="rgb(237,32,19)" rx="2" ry="2" />
  731. <text x="1192.84" y="1999.5" ></text>
  732. </g>
  733. <g >
  734. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="613" width="0.2" height="15.0" fill="rgb(239,200,48)" rx="2" ry="2" />
  735. <text x="1192.84" y="623.5" ></text>
  736. </g>
  737. <g >
  738. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1525" width="1179.8" height="15.0" fill="rgb(249,154,26)" rx="2" ry="2" />
  739. <text x="13.00" y="1535.5" >[Wasm] [ackermann2] ackermann</text>
  740. </g>
  741. <g >
  742. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="933" width="0.2" height="15.0" fill="rgb(221,55,12)" rx="2" ry="2" />
  743. <text x="1192.84" y="943.5" ></text>
  744. </g>
  745. <g >
  746. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1813" width="0.2" height="15.0" fill="rgb(246,4,53)" rx="2" ry="2" />
  747. <text x="1192.84" y="1823.5" ></text>
  748. </g>
  749. <g >
  750. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1589" width="0.2" height="15.0" fill="rgb(243,58,51)" rx="2" ry="2" />
  751. <text x="1192.84" y="1599.5" ></text>
  752. </g>
  753. <g >
  754. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1285" width="0.2" height="15.0" fill="rgb(250,177,35)" rx="2" ry="2" />
  755. <text x="1192.84" y="1295.5" ></text>
  756. </g>
  757. <g >
  758. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1461" width="0.2" height="15.0" fill="rgb(220,144,38)" rx="2" ry="2" />
  759. <text x="1192.84" y="1471.5" ></text>
  760. </g>
  761. <g >
  762. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1605" width="0.2" height="15.0" fill="rgb(223,172,32)" rx="2" ry="2" />
  763. <text x="1192.84" y="1615.5" ></text>
  764. </g>
  765. <g >
  766. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="549" width="1179.8" height="15.0" fill="rgb(207,97,17)" rx="2" ry="2" />
  767. <text x="13.00" y="559.5" >[Wasm] [ackermann2] ackermann</text>
  768. </g>
  769. <g >
  770. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1029" width="0.2" height="15.0" fill="rgb(236,194,28)" rx="2" ry="2" />
  771. <text x="1192.84" y="1039.5" ></text>
  772. </g>
  773. <g >
  774. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1445" width="1179.8" height="15.0" fill="rgb(223,141,4)" rx="2" ry="2" />
  775. <text x="13.00" y="1455.5" >[Wasm] [ackermann2] ackermann</text>
  776. </g>
  777. <g >
  778. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1189" width="1179.8" height="15.0" fill="rgb(221,109,43)" rx="2" ry="2" />
  779. <text x="13.00" y="1199.5" >[Wasm] [ackermann2] ackermann</text>
  780. </g>
  781. <g >
  782. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="917" width="0.2" height="15.0" fill="rgb(246,77,30)" rx="2" ry="2" />
  783. <text x="1192.84" y="927.5" ></text>
  784. </g>
  785. <g >
  786. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="421" width="1179.8" height="15.0" fill="rgb(209,36,5)" rx="2" ry="2" />
  787. <text x="13.00" y="431.5" >[Wasm] [ackermann2] ackermann</text>
  788. </g>
  789. <g >
  790. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1701" width="0.2" height="15.0" fill="rgb(220,195,37)" rx="2" ry="2" />
  791. <text x="1192.84" y="1711.5" ></text>
  792. </g>
  793. <g >
  794. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="485" width="0.2" height="15.0" fill="rgb(240,38,48)" rx="2" ry="2" />
  795. <text x="1192.84" y="495.5" ></text>
  796. </g>
  797. <g >
  798. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="677" width="0.2" height="15.0" fill="rgb(206,38,41)" rx="2" ry="2" />
  799. <text x="1192.84" y="687.5" ></text>
  800. </g>
  801. <g >
  802. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="645" width="0.2" height="15.0" fill="rgb(205,182,30)" rx="2" ry="2" />
  803. <text x="1192.84" y="655.5" ></text>
  804. </g>
  805. <g >
  806. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1989" width="1179.8" height="15.0" fill="rgb(221,221,3)" rx="2" ry="2" />
  807. <text x="13.00" y="1999.5" >[Wasm] [ackermann2] ackermann</text>
  808. </g>
  809. <g >
  810. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="165" width="1179.8" height="15.0" fill="rgb(243,45,16)" rx="2" ry="2" />
  811. <text x="13.00" y="175.5" >[Wasm] [ackermann2] ackermann</text>
  812. </g>
  813. <g >
  814. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="645" width="1179.8" height="15.0" fill="rgb(230,75,45)" rx="2" ry="2" />
  815. <text x="13.00" y="655.5" >[Wasm] [ackermann2] ackermann</text>
  816. </g>
  817. <g >
  818. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="389" width="1179.8" height="15.0" fill="rgb(206,184,25)" rx="2" ry="2" />
  819. <text x="13.00" y="399.5" >[Wasm] [ackermann2] ackermann</text>
  820. </g>
  821. <g >
  822. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1381" width="0.2" height="15.0" fill="rgb(234,222,31)" rx="2" ry="2" />
  823. <text x="1192.84" y="1391.5" ></text>
  824. </g>
  825. <g >
  826. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1637" width="0.2" height="15.0" fill="rgb(232,49,28)" rx="2" ry="2" />
  827. <text x="1192.84" y="1647.5" ></text>
  828. </g>
  829. <g >
  830. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1109" width="1179.8" height="15.0" fill="rgb(254,43,52)" rx="2" ry="2" />
  831. <text x="13.00" y="1119.5" >[Wasm] [ackermann2] ackermann</text>
  832. </g>
  833. <g >
  834. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1333" width="1179.8" height="15.0" fill="rgb(237,136,26)" rx="2" ry="2" />
  835. <text x="13.00" y="1343.5" >[Wasm] [ackermann2] ackermann</text>
  836. </g>
  837. <g >
  838. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1397" width="1179.8" height="15.0" fill="rgb(211,123,35)" rx="2" ry="2" />
  839. <text x="13.00" y="1407.5" >[Wasm] [ackermann2] ackermann</text>
  840. </g>
  841. <g >
  842. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1413" width="1179.8" height="15.0" fill="rgb(232,105,53)" rx="2" ry="2" />
  843. <text x="13.00" y="1423.5" >[Wasm] [ackermann2] ackermann</text>
  844. </g>
  845. <g >
  846. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1221" width="0.2" height="15.0" fill="rgb(244,118,46)" rx="2" ry="2" />
  847. <text x="1192.84" y="1231.5" ></text>
  848. </g>
  849. <g >
  850. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1429" width="1179.8" height="15.0" fill="rgb(239,149,50)" rx="2" ry="2" />
  851. <text x="13.00" y="1439.5" >[Wasm] [ackermann2] ackermann</text>
  852. </g>
  853. <g >
  854. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1909" width="0.2" height="15.0" fill="rgb(238,51,52)" rx="2" ry="2" />
  855. <text x="1192.84" y="1919.5" ></text>
  856. </g>
  857. <g >
  858. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="2053" width="1179.8" height="15.0" fill="rgb(241,179,35)" rx="2" ry="2" />
  859. <text x="13.00" y="2063.5" >[Wasm] [ackermann2] ackermann</text>
  860. </g>
  861. <g >
  862. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1205" width="0.2" height="15.0" fill="rgb(228,57,46)" rx="2" ry="2" />
  863. <text x="1192.84" y="1215.5" ></text>
  864. </g>
  865. <g >
  866. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1685" width="1179.8" height="15.0" fill="rgb(220,77,21)" rx="2" ry="2" />
  867. <text x="13.00" y="1695.5" >[Wasm] [ackermann2] ackermann</text>
  868. </g>
  869. <g >
  870. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1557" width="0.2" height="15.0" fill="rgb(237,7,48)" rx="2" ry="2" />
  871. <text x="1192.84" y="1567.5" ></text>
  872. </g>
  873. <g >
  874. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="789" width="0.2" height="15.0" fill="rgb(221,125,1)" rx="2" ry="2" />
  875. <text x="1192.84" y="799.5" ></text>
  876. </g>
  877. <g >
  878. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1173" width="0.2" height="15.0" fill="rgb(215,103,28)" rx="2" ry="2" />
  879. <text x="1192.84" y="1183.5" ></text>
  880. </g>
  881. <g >
  882. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1253" width="0.2" height="15.0" fill="rgb(233,212,39)" rx="2" ry="2" />
  883. <text x="1192.84" y="1263.5" ></text>
  884. </g>
  885. <g >
  886. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1317" width="1179.8" height="15.0" fill="rgb(220,194,22)" rx="2" ry="2" />
  887. <text x="13.00" y="1327.5" >[Wasm] [ackermann2] ackermann</text>
  888. </g>
  889. <g >
  890. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="629" width="1179.8" height="15.0" fill="rgb(205,164,36)" rx="2" ry="2" />
  891. <text x="13.00" y="639.5" >[Wasm] [ackermann2] ackermann</text>
  892. </g>
  893. <g >
  894. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="709" width="0.2" height="15.0" fill="rgb(246,179,15)" rx="2" ry="2" />
  895. <text x="1192.84" y="719.5" ></text>
  896. </g>
  897. <g >
  898. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1509" width="1179.8" height="15.0" fill="rgb(223,116,20)" rx="2" ry="2" />
  899. <text x="13.00" y="1519.5" >[Wasm] [ackermann2] ackermann</text>
  900. </g>
  901. <g >
  902. <title>all (11,485,868,643 samples, 100%)</title><rect x="10.0" y="2085" width="1180.0" height="15.0" fill="rgb(234,224,30)" rx="2" ry="2" />
  903. <text x="13.00" y="2095.5" ></text>
  904. </g>
  905. <g >
  906. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="2005" width="1179.8" height="15.0" fill="rgb(246,20,52)" rx="2" ry="2" />
  907. <text x="13.00" y="2015.5" >[Wasm] [ackermann2] ackermann</text>
  908. </g>
  909. <g >
  910. <title>aot_call_function (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1973" width="0.2" height="15.0" fill="rgb(240,138,20)" rx="2" ry="2" />
  911. <text x="1192.84" y="1983.5" ></text>
  912. </g>
  913. <g >
  914. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="533" width="0.2" height="15.0" fill="rgb(217,8,47)" rx="2" ry="2" />
  915. <text x="1192.84" y="543.5" ></text>
  916. </g>
  917. <g >
  918. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1045" width="0.2" height="15.0" fill="rgb(247,86,42)" rx="2" ry="2" />
  919. <text x="1192.84" y="1055.5" ></text>
  920. </g>
  921. <g >
  922. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="309" width="1179.8" height="15.0" fill="rgb(234,75,39)" rx="2" ry="2" />
  923. <text x="13.00" y="319.5" >[Wasm] [ackermann2] ackermann</text>
  924. </g>
  925. <g >
  926. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1109" width="0.2" height="15.0" fill="rgb(251,61,5)" rx="2" ry="2" />
  927. <text x="1192.84" y="1119.5" ></text>
  928. </g>
  929. <g >
  930. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="741" width="0.2" height="15.0" fill="rgb(238,91,42)" rx="2" ry="2" />
  931. <text x="1192.84" y="751.5" ></text>
  932. </g>
  933. <g >
  934. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1077" width="0.2" height="15.0" fill="rgb(217,41,30)" rx="2" ry="2" />
  935. <text x="1192.84" y="1087.5" ></text>
  936. </g>
  937. <g >
  938. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1781" width="1179.8" height="15.0" fill="rgb(229,182,16)" rx="2" ry="2" />
  939. <text x="13.00" y="1791.5" >[Wasm] [ackermann2] ackermann</text>
  940. </g>
  941. <g >
  942. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1445" width="0.2" height="15.0" fill="rgb(238,210,23)" rx="2" ry="2" />
  943. <text x="1192.84" y="1455.5" ></text>
  944. </g>
  945. <g >
  946. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="869" width="1179.8" height="15.0" fill="rgb(247,74,49)" rx="2" ry="2" />
  947. <text x="13.00" y="879.5" >[Wasm] [ackermann2] ackermann</text>
  948. </g>
  949. <g >
  950. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1669" width="0.2" height="15.0" fill="rgb(253,141,39)" rx="2" ry="2" />
  951. <text x="1192.84" y="1679.5" ></text>
  952. </g>
  953. <g >
  954. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="981" width="1179.8" height="15.0" fill="rgb(213,0,50)" rx="2" ry="2" />
  955. <text x="13.00" y="991.5" >[Wasm] [ackermann2] ackermann</text>
  956. </g>
  957. <g >
  958. <title>linux_perf_samp (11,485,868,643 samples, 100.00%)</title><rect x="10.0" y="2069" width="1180.0" height="15.0" fill="rgb(224,176,51)" rx="2" ry="2" />
  959. <text x="13.00" y="2079.5" >linux_perf_samp</text>
  960. </g>
  961. <g >
  962. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1573" width="1179.8" height="15.0" fill="rgb(206,154,16)" rx="2" ry="2" />
  963. <text x="13.00" y="1583.5" >[Wasm] [ackermann2] ackermann</text>
  964. </g>
  965. <g >
  966. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="933" width="1179.8" height="15.0" fill="rgb(225,96,26)" rx="2" ry="2" />
  967. <text x="13.00" y="943.5" >[Wasm] [ackermann2] ackermann</text>
  968. </g>
  969. <g >
  970. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1621" width="1179.8" height="15.0" fill="rgb(233,65,14)" rx="2" ry="2" />
  971. <text x="13.00" y="1631.5" >[Wasm] [ackermann2] ackermann</text>
  972. </g>
  973. <g >
  974. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1221" width="1179.8" height="15.0" fill="rgb(213,22,53)" rx="2" ry="2" />
  975. <text x="13.00" y="1231.5" >[Wasm] [ackermann2] ackermann</text>
  976. </g>
  977. <g >
  978. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1877" width="0.2" height="15.0" fill="rgb(245,184,19)" rx="2" ry="2" />
  979. <text x="1192.84" y="1887.5" ></text>
  980. </g>
  981. <g >
  982. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="965" width="0.2" height="15.0" fill="rgb(240,98,8)" rx="2" ry="2" />
  983. <text x="1192.84" y="975.5" ></text>
  984. </g>
  985. <g >
  986. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1893" width="0.2" height="15.0" fill="rgb(225,104,38)" rx="2" ry="2" />
  987. <text x="1192.84" y="1903.5" ></text>
  988. </g>
  989. <g >
  990. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="469" width="1179.8" height="15.0" fill="rgb(247,17,10)" rx="2" ry="2" />
  991. <text x="13.00" y="479.5" >[Wasm] [ackermann2] ackermann</text>
  992. </g>
  993. <g >
  994. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1045" width="1179.8" height="15.0" fill="rgb(248,102,9)" rx="2" ry="2" />
  995. <text x="13.00" y="1055.5" >[Wasm] [ackermann2] ackermann</text>
  996. </g>
  997. <g >
  998. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1797" width="1179.8" height="15.0" fill="rgb(224,36,45)" rx="2" ry="2" />
  999. <text x="13.00" y="1807.5" >[Wasm] [ackermann2] ackermann</text>
  1000. </g>
  1001. <g >
  1002. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1269" width="0.2" height="15.0" fill="rgb(214,98,12)" rx="2" ry="2" />
  1003. <text x="1192.84" y="1279.5" ></text>
  1004. </g>
  1005. <g >
  1006. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="709" width="1179.8" height="15.0" fill="rgb(216,9,53)" rx="2" ry="2" />
  1007. <text x="13.00" y="719.5" >[Wasm] [ackermann2] ackermann</text>
  1008. </g>
  1009. <g >
  1010. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1941" width="1179.8" height="15.0" fill="rgb(223,208,41)" rx="2" ry="2" />
  1011. <text x="13.00" y="1951.5" >[Wasm] [ackermann2] ackermann</text>
  1012. </g>
  1013. <g >
  1014. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1381" width="1179.8" height="15.0" fill="rgb(212,101,6)" rx="2" ry="2" />
  1015. <text x="13.00" y="1391.5" >[Wasm] [ackermann2] ackermann</text>
  1016. </g>
  1017. <g >
  1018. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="565" width="0.2" height="15.0" fill="rgb(235,63,50)" rx="2" ry="2" />
  1019. <text x="1192.84" y="575.5" ></text>
  1020. </g>
  1021. <g >
  1022. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1285" width="1179.8" height="15.0" fill="rgb(209,1,41)" rx="2" ry="2" />
  1023. <text x="13.00" y="1295.5" >[Wasm] [ackermann2] ackermann</text>
  1024. </g>
  1025. <g >
  1026. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="805" width="1179.8" height="15.0" fill="rgb(218,147,12)" rx="2" ry="2" />
  1027. <text x="13.00" y="815.5" >[Wasm] [ackermann2] ackermann</text>
  1028. </g>
  1029. <g >
  1030. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="197" width="1179.8" height="15.0" fill="rgb(249,115,38)" rx="2" ry="2" />
  1031. <text x="13.00" y="207.5" >[Wasm] [ackermann2] ackermann</text>
  1032. </g>
  1033. <g >
  1034. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1877" width="1179.8" height="15.0" fill="rgb(238,104,17)" rx="2" ry="2" />
  1035. <text x="13.00" y="1887.5" >[Wasm] [ackermann2] ackermann</text>
  1036. </g>
  1037. <g >
  1038. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="357" width="1179.8" height="15.0" fill="rgb(235,165,22)" rx="2" ry="2" />
  1039. <text x="13.00" y="367.5" >[Wasm] [ackermann2] ackermann</text>
  1040. </g>
  1041. <g >
  1042. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1365" width="0.2" height="15.0" fill="rgb(250,176,49)" rx="2" ry="2" />
  1043. <text x="1192.84" y="1375.5" ></text>
  1044. </g>
  1045. <g >
  1046. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="501" width="1179.8" height="15.0" fill="rgb(241,7,11)" rx="2" ry="2" />
  1047. <text x="13.00" y="511.5" >[Wasm] [ackermann2] ackermann</text>
  1048. </g>
  1049. <g >
  1050. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="533" width="1179.8" height="15.0" fill="rgb(245,204,7)" rx="2" ry="2" />
  1051. <text x="13.00" y="543.5" >[Wasm] [ackermann2] ackermann</text>
  1052. </g>
  1053. <g >
  1054. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1173" width="1179.8" height="15.0" fill="rgb(248,47,5)" rx="2" ry="2" />
  1055. <text x="13.00" y="1183.5" >[Wasm] [ackermann2] ackermann</text>
  1056. </g>
  1057. <g >
  1058. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="901" width="1179.8" height="15.0" fill="rgb(227,108,16)" rx="2" ry="2" />
  1059. <text x="13.00" y="911.5" >[Wasm] [ackermann2] ackermann</text>
  1060. </g>
  1061. <g >
  1062. <title>wasm_func_call (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="2005" width="0.2" height="15.0" fill="rgb(211,210,10)" rx="2" ry="2" />
  1063. <text x="1192.84" y="2015.5" ></text>
  1064. </g>
  1065. <g >
  1066. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="693" width="0.2" height="15.0" fill="rgb(218,72,15)" rx="2" ry="2" />
  1067. <text x="1192.84" y="703.5" ></text>
  1068. </g>
  1069. <g >
  1070. <title>invoke_native_with_hw_bound_check (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1957" width="0.2" height="15.0" fill="rgb(221,175,9)" rx="2" ry="2" />
  1071. <text x="1192.84" y="1967.5" ></text>
  1072. </g>
  1073. <g >
  1074. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="965" width="1179.8" height="15.0" fill="rgb(227,58,24)" rx="2" ry="2" />
  1075. <text x="13.00" y="975.5" >[Wasm] [ackermann2] ackermann</text>
  1076. </g>
  1077. <g >
  1078. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="245" width="1179.8" height="15.0" fill="rgb(238,113,44)" rx="2" ry="2" />
  1079. <text x="13.00" y="255.5" >[Wasm] [ackermann2] ackermann</text>
  1080. </g>
  1081. <g >
  1082. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1125" width="0.2" height="15.0" fill="rgb(246,168,9)" rx="2" ry="2" />
  1083. <text x="1192.84" y="1135.5" ></text>
  1084. </g>
  1085. <g >
  1086. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1845" width="1179.8" height="15.0" fill="rgb(205,4,46)" rx="2" ry="2" />
  1087. <text x="13.00" y="1855.5" >[Wasm] [ackermann2] ackermann</text>
  1088. </g>
  1089. <g >
  1090. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1541" width="1179.8" height="15.0" fill="rgb(248,85,7)" rx="2" ry="2" />
  1091. <text x="13.00" y="1551.5" >[Wasm] [ackermann2] ackermann</text>
  1092. </g>
  1093. <g >
  1094. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1685" width="0.2" height="15.0" fill="rgb(238,102,36)" rx="2" ry="2" />
  1095. <text x="1192.84" y="1695.5" ></text>
  1096. </g>
  1097. <g >
  1098. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1605" width="1179.8" height="15.0" fill="rgb(213,52,48)" rx="2" ry="2" />
  1099. <text x="13.00" y="1615.5" >[Wasm] [ackermann2] ackermann</text>
  1100. </g>
  1101. <g >
  1102. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1829" width="1179.8" height="15.0" fill="rgb(232,215,1)" rx="2" ry="2" />
  1103. <text x="13.00" y="1839.5" >[Wasm] [ackermann2] ackermann</text>
  1104. </g>
  1105. <g >
  1106. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1013" width="1179.8" height="15.0" fill="rgb(227,122,14)" rx="2" ry="2" />
  1107. <text x="13.00" y="1023.5" >[Wasm] [ackermann2] ackermann</text>
  1108. </g>
  1109. <g >
  1110. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1205" width="1179.8" height="15.0" fill="rgb(253,63,9)" rx="2" ry="2" />
  1111. <text x="13.00" y="1215.5" >[Wasm] [ackermann2] ackermann</text>
  1112. </g>
  1113. <g >
  1114. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="821" width="1179.8" height="15.0" fill="rgb(206,57,36)" rx="2" ry="2" />
  1115. <text x="13.00" y="831.5" >[Wasm] [ackermann2] ackermann</text>
  1116. </g>
  1117. <g >
  1118. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1845" width="0.2" height="15.0" fill="rgb(233,34,49)" rx="2" ry="2" />
  1119. <text x="1192.84" y="1855.5" ></text>
  1120. </g>
  1121. <g >
  1122. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="725" width="1179.8" height="15.0" fill="rgb(205,150,16)" rx="2" ry="2" />
  1123. <text x="13.00" y="735.5" >[Wasm] [ackermann2] ackermann</text>
  1124. </g>
  1125. <g >
  1126. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1797" width="0.2" height="15.0" fill="rgb(245,1,33)" rx="2" ry="2" />
  1127. <text x="1192.84" y="1807.5" ></text>
  1128. </g>
  1129. <g >
  1130. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1909" width="1179.8" height="15.0" fill="rgb(243,174,38)" rx="2" ry="2" />
  1131. <text x="13.00" y="1919.5" >[Wasm] [ackermann2] ackermann</text>
  1132. </g>
  1133. <g >
  1134. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="853" width="0.2" height="15.0" fill="rgb(229,193,30)" rx="2" ry="2" />
  1135. <text x="1192.84" y="863.5" ></text>
  1136. </g>
  1137. <g >
  1138. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1525" width="0.2" height="15.0" fill="rgb(234,127,25)" rx="2" ry="2" />
  1139. <text x="1192.84" y="1535.5" ></text>
  1140. </g>
  1141. <g >
  1142. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="325" width="1179.8" height="15.0" fill="rgb(229,105,38)" rx="2" ry="2" />
  1143. <text x="13.00" y="335.5" >[Wasm] [ackermann2] ackermann</text>
  1144. </g>
  1145. <g >
  1146. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1269" width="1179.8" height="15.0" fill="rgb(249,102,22)" rx="2" ry="2" />
  1147. <text x="13.00" y="1279.5" >[Wasm] [ackermann2] ackermann</text>
  1148. </g>
  1149. <g >
  1150. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="2037" width="1179.8" height="15.0" fill="rgb(218,221,33)" rx="2" ry="2" />
  1151. <text x="13.00" y="2047.5" >[Wasm] [ackermann2] ackermann</text>
  1152. </g>
  1153. <g >
  1154. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1925" width="1179.8" height="15.0" fill="rgb(206,117,1)" rx="2" ry="2" />
  1155. <text x="13.00" y="1935.5" >[Wasm] [ackermann2] ackermann</text>
  1156. </g>
  1157. <g >
  1158. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="661" width="0.2" height="15.0" fill="rgb(241,69,7)" rx="2" ry="2" />
  1159. <text x="1192.84" y="671.5" ></text>
  1160. </g>
  1161. <g >
  1162. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1413" width="0.2" height="15.0" fill="rgb(217,186,52)" rx="2" ry="2" />
  1163. <text x="1192.84" y="1423.5" ></text>
  1164. </g>
  1165. <g >
  1166. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="693" width="1179.8" height="15.0" fill="rgb(235,84,10)" rx="2" ry="2" />
  1167. <text x="13.00" y="703.5" >[Wasm] [ackermann2] ackermann</text>
  1168. </g>
  1169. <g >
  1170. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="37" width="1179.8" height="15.0" fill="rgb(233,70,49)" rx="2" ry="2" />
  1171. <text x="13.00" y="47.5" >[Wasm] [ackermann2] ackermann</text>
  1172. </g>
  1173. <g >
  1174. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="581" width="1179.8" height="15.0" fill="rgb(249,47,31)" rx="2" ry="2" />
  1175. <text x="13.00" y="591.5" >[Wasm] [ackermann2] ackermann</text>
  1176. </g>
  1177. <g >
  1178. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="789" width="1179.8" height="15.0" fill="rgb(219,218,14)" rx="2" ry="2" />
  1179. <text x="13.00" y="799.5" >[Wasm] [ackermann2] ackermann</text>
  1180. </g>
  1181. <g >
  1182. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1717" width="1179.8" height="15.0" fill="rgb(239,227,14)" rx="2" ry="2" />
  1183. <text x="13.00" y="1727.5" >[Wasm] [ackermann2] ackermann</text>
  1184. </g>
  1185. <g >
  1186. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1317" width="0.2" height="15.0" fill="rgb(236,8,9)" rx="2" ry="2" />
  1187. <text x="1192.84" y="1327.5" ></text>
  1188. </g>
  1189. <g >
  1190. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="885" width="0.2" height="15.0" fill="rgb(239,111,30)" rx="2" ry="2" />
  1191. <text x="1192.84" y="895.5" ></text>
  1192. </g>
  1193. <g >
  1194. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1749" width="1179.8" height="15.0" fill="rgb(213,176,7)" rx="2" ry="2" />
  1195. <text x="13.00" y="1759.5" >[Wasm] [ackermann2] ackermann</text>
  1196. </g>
  1197. <g >
  1198. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1429" width="0.2" height="15.0" fill="rgb(231,165,14)" rx="2" ry="2" />
  1199. <text x="1192.84" y="1439.5" ></text>
  1200. </g>
  1201. <g >
  1202. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="677" width="1179.8" height="15.0" fill="rgb(209,52,46)" rx="2" ry="2" />
  1203. <text x="13.00" y="687.5" >[Wasm] [ackermann2] ackermann</text>
  1204. </g>
  1205. <g >
  1206. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="997" width="1179.8" height="15.0" fill="rgb(233,6,33)" rx="2" ry="2" />
  1207. <text x="13.00" y="1007.5" >[Wasm] [ackermann2] ackermann</text>
  1208. </g>
  1209. <g >
  1210. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1253" width="1179.8" height="15.0" fill="rgb(209,58,18)" rx="2" ry="2" />
  1211. <text x="13.00" y="1263.5" >[Wasm] [ackermann2] ackermann</text>
  1212. </g>
  1213. <g >
  1214. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="581" width="0.2" height="15.0" fill="rgb(234,43,46)" rx="2" ry="2" />
  1215. <text x="1192.84" y="591.5" ></text>
  1216. </g>
  1217. <g >
  1218. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="597" width="0.2" height="15.0" fill="rgb(244,24,24)" rx="2" ry="2" />
  1219. <text x="1192.84" y="607.5" ></text>
  1220. </g>
  1221. <g >
  1222. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1701" width="1179.8" height="15.0" fill="rgb(222,63,34)" rx="2" ry="2" />
  1223. <text x="13.00" y="1711.5" >[Wasm] [ackermann2] ackermann</text>
  1224. </g>
  1225. <g >
  1226. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1781" width="0.2" height="15.0" fill="rgb(217,90,47)" rx="2" ry="2" />
  1227. <text x="1192.84" y="1791.5" ></text>
  1228. </g>
  1229. <g >
  1230. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1157" width="0.2" height="15.0" fill="rgb(253,43,33)" rx="2" ry="2" />
  1231. <text x="1192.84" y="1167.5" ></text>
  1232. </g>
  1233. <g >
  1234. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="549" width="0.2" height="15.0" fill="rgb(232,145,34)" rx="2" ry="2" />
  1235. <text x="1192.84" y="559.5" ></text>
  1236. </g>
  1237. <g >
  1238. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1717" width="0.2" height="15.0" fill="rgb(205,181,51)" rx="2" ry="2" />
  1239. <text x="1192.84" y="1727.5" ></text>
  1240. </g>
  1241. <g >
  1242. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="981" width="0.2" height="15.0" fill="rgb(219,54,0)" rx="2" ry="2" />
  1243. <text x="1192.84" y="991.5" ></text>
  1244. </g>
  1245. <g >
  1246. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="757" width="0.2" height="15.0" fill="rgb(229,125,2)" rx="2" ry="2" />
  1247. <text x="1192.84" y="767.5" ></text>
  1248. </g>
  1249. <g >
  1250. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1093" width="0.2" height="15.0" fill="rgb(236,206,31)" rx="2" ry="2" />
  1251. <text x="1192.84" y="1103.5" ></text>
  1252. </g>
  1253. <g >
  1254. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1541" width="0.2" height="15.0" fill="rgb(244,129,48)" rx="2" ry="2" />
  1255. <text x="1192.84" y="1551.5" ></text>
  1256. </g>
  1257. <g >
  1258. <title>start_thread (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="2053" width="0.2" height="15.0" fill="rgb(205,117,13)" rx="2" ry="2" />
  1259. <text x="1192.84" y="2063.5" ></text>
  1260. </g>
  1261. <g >
  1262. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="757" width="1179.8" height="15.0" fill="rgb(227,82,20)" rx="2" ry="2" />
  1263. <text x="13.00" y="767.5" >[Wasm] [ackermann2] ackermann</text>
  1264. </g>
  1265. <g >
  1266. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="949" width="1179.8" height="15.0" fill="rgb(252,89,1)" rx="2" ry="2" />
  1267. <text x="13.00" y="959.5" >[Wasm] [ackermann2] ackermann</text>
  1268. </g>
  1269. <g >
  1270. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="277" width="1179.8" height="15.0" fill="rgb(236,80,43)" rx="2" ry="2" />
  1271. <text x="13.00" y="287.5" >[Wasm] [ackermann2] ackermann</text>
  1272. </g>
  1273. <g >
  1274. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1061" width="1179.8" height="15.0" fill="rgb(216,86,52)" rx="2" ry="2" />
  1275. <text x="13.00" y="1071.5" >[Wasm] [ackermann2] ackermann</text>
  1276. </g>
  1277. <g >
  1278. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1237" width="1179.8" height="15.0" fill="rgb(230,197,6)" rx="2" ry="2" />
  1279. <text x="13.00" y="1247.5" >[Wasm] [ackermann2] ackermann</text>
  1280. </g>
  1281. <g >
  1282. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1765" width="1179.8" height="15.0" fill="rgb(206,29,27)" rx="2" ry="2" />
  1283. <text x="13.00" y="1775.5" >[Wasm] [ackermann2] ackermann</text>
  1284. </g>
  1285. <g >
  1286. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="773" width="1179.8" height="15.0" fill="rgb(232,155,33)" rx="2" ry="2" />
  1287. <text x="13.00" y="783.5" >[Wasm] [ackermann2] ackermann</text>
  1288. </g>
  1289. <g >
  1290. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1493" width="0.2" height="15.0" fill="rgb(223,50,2)" rx="2" ry="2" />
  1291. <text x="1192.84" y="1503.5" ></text>
  1292. </g>
  1293. <g >
  1294. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="485" width="1179.8" height="15.0" fill="rgb(210,229,15)" rx="2" ry="2" />
  1295. <text x="13.00" y="495.5" >[Wasm] [ackermann2] ackermann</text>
  1296. </g>
  1297. <g >
  1298. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1957" width="1179.8" height="15.0" fill="rgb(230,138,34)" rx="2" ry="2" />
  1299. <text x="13.00" y="1967.5" >[Wasm] [ackermann2] ackermann</text>
  1300. </g>
  1301. <g >
  1302. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1733" width="1179.8" height="15.0" fill="rgb(244,88,42)" rx="2" ry="2" />
  1303. <text x="13.00" y="1743.5" >[Wasm] [ackermann2] ackermann</text>
  1304. </g>
  1305. <g >
  1306. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="133" width="1179.8" height="15.0" fill="rgb(245,210,18)" rx="2" ry="2" />
  1307. <text x="13.00" y="143.5" >[Wasm] [ackermann2] ackermann</text>
  1308. </g>
  1309. <g >
  1310. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="229" width="1179.8" height="15.0" fill="rgb(205,130,10)" rx="2" ry="2" />
  1311. <text x="13.00" y="239.5" >[Wasm] [ackermann2] ackermann</text>
  1312. </g>
  1313. <g >
  1314. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="565" width="1179.8" height="15.0" fill="rgb(244,179,48)" rx="2" ry="2" />
  1315. <text x="13.00" y="575.5" >[Wasm] [ackermann2] ackermann</text>
  1316. </g>
  1317. <g >
  1318. <title>[Wasm] [ackermann2] ackermann (11,484,299,081 samples, 99.99%)</title><rect x="10.0" y="1653" width="1179.8" height="15.0" fill="rgb(226,169,30)" rx="2" ry="2" />
  1319. <text x="13.00" y="1663.5" >[Wasm] [ackermann2] ackermann</text>
  1320. </g>
  1321. <g >
  1322. <title>[Wasm] [ackermann2] ackermann (1,569,562 samples, 0.01%)</title><rect x="1189.8" y="1573" width="0.2" height="15.0" fill="rgb(245,51,51)" rx="2" ry="2" />
  1323. <text x="1192.84" y="1583.5" ></text>
  1324. </g>
  1325. </g>
  1326. </svg>