aboutsummaryrefslogtreecommitdiffhomepage
path: root/traces/20240313-2138.svg
blob: f74cd4a116aa08472b3b64343664f036579b960c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" width="1200" height="1510" onload="init(evt)" viewBox="0 0 1200 1510" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Flame graph stack visualization. See https://github.com/brendangregg/FlameGraph for latest version, and http://www.brendangregg.com/flamegraphs.html for examples. -->
<!-- NOTES:  -->
<defs>
	<linearGradient id="background" y1="0" y2="1" x1="0" x2="0" >
		<stop stop-color="#eeeeee" offset="5%" />
		<stop stop-color="#eeeeb0" offset="95%" />
	</linearGradient>
</defs>
<style type="text/css">
	text { font-family:Verdana; font-size:12px; fill:rgb(0,0,0); }
	#search, #ignorecase { opacity:0.1; cursor:pointer; }
	#search:hover, #search.show, #ignorecase:hover, #ignorecase.show { opacity:1; }
	#subtitle { text-anchor:middle; font-color:rgb(160,160,160); }
	#title { text-anchor:middle; font-size:17px}
	#unzoom { cursor:pointer; }
	#frames > *:hover { stroke:black; stroke-width:0.5; cursor:pointer; }
	.hide { display:none; }
	.parent { opacity:0.5; }
</style>
<script type="text/ecmascript">
<![CDATA[
	"use strict";
	var details, searchbtn, unzoombtn, matchedtxt, svg, searching, currentSearchTerm, ignorecase, ignorecaseBtn;
	function init(evt) {
		details = document.getElementById("details").firstChild;
		searchbtn = document.getElementById("search");
		ignorecaseBtn = document.getElementById("ignorecase");
		unzoombtn = document.getElementById("unzoom");
		matchedtxt = document.getElementById("matched");
		svg = document.getElementsByTagName("svg")[0];
		searching = 0;
		currentSearchTerm = null;
	}

	window.addEventListener("click", function(e) {
		var target = find_group(e.target);
		if (target) {
			if (target.nodeName == "a") {
				if (e.ctrlKey === false) return;
				e.preventDefault();
			}
			if (target.classList.contains("parent")) unzoom();
			zoom(target);
		}
		else if (e.target.id == "unzoom") unzoom();
		else if (e.target.id == "search") search_prompt();
		else if (e.target.id == "ignorecase") toggle_ignorecase();
	}, false)

	// mouse-over for info
	// show
	window.addEventListener("mouseover", function(e) {
		var target = find_group(e.target);
		if (target) details.nodeValue = "Function: " + g_to_text(target);
	}, false)

	// clear
	window.addEventListener("mouseout", function(e) {
		var target = find_group(e.target);
		if (target) details.nodeValue = ' ';
	}, false)

	// ctrl-F for search
	window.addEventListener("keydown",function (e) {
		if (e.keyCode === 114 || (e.ctrlKey && e.keyCode === 70)) {
			e.preventDefault();
			search_prompt();
		}
	}, false)

	// ctrl-I to toggle case-sensitive search
	window.addEventListener("keydown",function (e) {
		if (e.ctrlKey && e.keyCode === 73) {
			e.preventDefault();
			toggle_ignorecase();
		}
	}, false)

	// functions
	function find_child(node, selector) {
		var children = node.querySelectorAll(selector);
		if (children.length) return children[0];
		return;
	}
	function find_group(node) {
		var parent = node.parentElement;
		if (!parent) return;
		if (parent.id == "frames") return node;
		return find_group(parent);
	}
	function orig_save(e, attr, val) {
		if (e.attributes["_orig_" + attr] != undefined) return;
		if (e.attributes[attr] == undefined) return;
		if (val == undefined) val = e.attributes[attr].value;
		e.setAttribute("_orig_" + attr, val);
	}
	function orig_load(e, attr) {
		if (e.attributes["_orig_"+attr] == undefined) return;
		e.attributes[attr].value = e.attributes["_orig_" + attr].value;
		e.removeAttribute("_orig_"+attr);
	}
	function g_to_text(e) {
		var text = find_child(e, "title").firstChild.nodeValue;
		return (text)
	}
	function g_to_func(e) {
		var func = g_to_text(e);
		// if there's any manipulation we want to do to the function
		// name before it's searched, do it here before returning.
		return (func);
	}
	function update_text(e) {
		var r = find_child(e, "rect");
		var t = find_child(e, "text");
		var w = parseFloat(r.attributes.width.value) -3;
		var txt = find_child(e, "title").textContent.replace(/\([^(]*\)$/,"");
		t.attributes.x.value = parseFloat(r.attributes.x.value) + 3;

		// Smaller than this size won't fit anything
		if (w < 2 * 12 * 0.59) {
			t.textContent = "";
			return;
		}

		t.textContent = txt;
		// Fit in full text width
		if (/^ *$/.test(txt) || t.getSubStringLength(0, txt.length) < w)
			return;

		for (var x = txt.length - 2; x > 0; x--) {
			if (t.getSubStringLength(0, x + 2) <= w) {
				t.textContent = txt.substring(0, x) + "..";
				return;
			}
		}
		t.textContent = "";
	}

	// zoom
	function zoom_reset(e) {
		if (e.attributes != undefined) {
			orig_load(e, "x");
			orig_load(e, "width");
		}
		if (e.childNodes == undefined) return;
		for (var i = 0, c = e.childNodes; i < c.length; i++) {
			zoom_reset(c[i]);
		}
	}
	function zoom_child(e, x, ratio) {
		if (e.attributes != undefined) {
			if (e.attributes.x != undefined) {
				orig_save(e, "x");
				e.attributes.x.value = (parseFloat(e.attributes.x.value) - x - 10) * ratio + 10;
				if (e.tagName == "text")
					e.attributes.x.value = find_child(e.parentNode, "rect[x]").attributes.x.value + 3;
			}
			if (e.attributes.width != undefined) {
				orig_save(e, "width");
				e.attributes.width.value = parseFloat(e.attributes.width.value) * ratio;
			}
		}

		if (e.childNodes == undefined) return;
		for (var i = 0, c = e.childNodes; i < c.length; i++) {
			zoom_child(c[i], x - 10, ratio);
		}
	}
	function zoom_parent(e) {
		if (e.attributes) {
			if (e.attributes.x != undefined) {
				orig_save(e, "x");
				e.attributes.x.value = 10;
			}
			if (e.attributes.width != undefined) {
				orig_save(e, "width");
				e.attributes.width.value = parseInt(svg.width.baseVal.value) - (10 * 2);
			}
		}
		if (e.childNodes == undefined) return;
		for (var i = 0, c = e.childNodes; i < c.length; i++) {
			zoom_parent(c[i]);
		}
	}
	function zoom(node) {
		var attr = find_child(node, "rect").attributes;
		var width = parseFloat(attr.width.value);
		var xmin = parseFloat(attr.x.value);
		var xmax = parseFloat(xmin + width);
		var ymin = parseFloat(attr.y.value);
		var ratio = (svg.width.baseVal.value - 2 * 10) / width;

		// XXX: Workaround for JavaScript float issues (fix me)
		var fudge = 0.0001;

		unzoombtn.classList.remove("hide");

		var el = document.getElementById("frames").children;
		for (var i = 0; i < el.length; i++) {
			var e = el[i];
			var a = find_child(e, "rect").attributes;
			var ex = parseFloat(a.x.value);
			var ew = parseFloat(a.width.value);
			var upstack;
			// Is it an ancestor
			if (0 == 0) {
				upstack = parseFloat(a.y.value) > ymin;
			} else {
				upstack = parseFloat(a.y.value) < ymin;
			}
			if (upstack) {
				// Direct ancestor
				if (ex <= xmin && (ex+ew+fudge) >= xmax) {
					e.classList.add("parent");
					zoom_parent(e);
					update_text(e);
				}
				// not in current path
				else
					e.classList.add("hide");
			}
			// Children maybe
			else {
				// no common path
				if (ex < xmin || ex + fudge >= xmax) {
					e.classList.add("hide");
				}
				else {
					zoom_child(e, xmin, ratio);
					update_text(e);
				}
			}
		}
		search();
	}
	function unzoom() {
		unzoombtn.classList.add("hide");
		var el = document.getElementById("frames").children;
		for(var i = 0; i < el.length; i++) {
			el[i].classList.remove("parent");
			el[i].classList.remove("hide");
			zoom_reset(el[i]);
			update_text(el[i]);
		}
		search();
	}

	// search
	function toggle_ignorecase() {
		ignorecase = !ignorecase;
		if (ignorecase) {
			ignorecaseBtn.classList.add("show");
		} else {
			ignorecaseBtn.classList.remove("show");
		}
		reset_search();
		search();
	}
	function reset_search() {
		var el = document.querySelectorAll("#frames rect");
		for (var i = 0; i < el.length; i++) {
			orig_load(el[i], "fill")
		}
	}
	function search_prompt() {
		if (!searching) {
			var term = prompt("Enter a search term (regexp " +
			    "allowed, eg: ^ext4_)"
			    + (ignorecase ? ", ignoring case" : "")
			    + "\nPress Ctrl-i to toggle case sensitivity", "");
			if (term != null) {
				currentSearchTerm = term;
				search();
			}
		} else {
			reset_search();
			searching = 0;
			currentSearchTerm = null;
			searchbtn.classList.remove("show");
			searchbtn.firstChild.nodeValue = "Search"
			matchedtxt.classList.add("hide");
			matchedtxt.firstChild.nodeValue = ""
		}
	}
	function search(term) {
		if (currentSearchTerm === null) return;
		var term = currentSearchTerm;

		var re = new RegExp(term, ignorecase ? 'i' : '');
		var el = document.getElementById("frames").children;
		var matches = new Object();
		var maxwidth = 0;
		for (var i = 0; i < el.length; i++) {
			var e = el[i];
			var func = g_to_func(e);
			var rect = find_child(e, "rect");
			if (func == null || rect == null)
				continue;

			// Save max width. Only works as we have a root frame
			var w = parseFloat(rect.attributes.width.value);
			if (w > maxwidth)
				maxwidth = w;

			if (func.match(re)) {
				// highlight
				var x = parseFloat(rect.attributes.x.value);
				orig_save(rect, "fill");
				rect.attributes.fill.value = "rgb(230,0,230)";

				// remember matches
				if (matches[x] == undefined) {
					matches[x] = w;
				} else {
					if (w > matches[x]) {
						// overwrite with parent
						matches[x] = w;
					}
				}
				searching = 1;
			}
		}
		if (!searching)
			return;

		searchbtn.classList.add("show");
		searchbtn.firstChild.nodeValue = "Reset Search";

		// calculate percent matched, excluding vertical overlap
		var count = 0;
		var lastx = -1;
		var lastw = 0;
		var keys = Array();
		for (k in matches) {
			if (matches.hasOwnProperty(k))
				keys.push(k);
		}
		// sort the matched frames by their x location
		// ascending, then width descending
		keys.sort(function(a, b){
			return a - b;
		});
		// Step through frames saving only the biggest bottom-up frames
		// thanks to the sort order. This relies on the tree property
		// where children are always smaller than their parents.
		var fudge = 0.0001;	// JavaScript floating point
		for (var k in keys) {
			var x = parseFloat(keys[k]);
			var w = matches[keys[k]];
			if (x >= lastx + lastw - fudge) {
				count += w;
				lastx = x;
				lastw = w;
			}
		}
		// display matched percent
		matchedtxt.classList.remove("hide");
		var pct = 100 * count / maxwidth;
		if (pct != 100) pct = pct.toFixed(1)
		matchedtxt.firstChild.nodeValue = "Matched: " + pct + "%";
	}
]]>
</script>
<rect x="0.0" y="0" width="1200.0" height="1510.0" fill="url(#background)"  />
<text id="title" x="600.00" y="24" >Flame Graph</text>
<text id="details" x="10.00" y="1493" > </text>
<text id="unzoom" x="10.00" y="24" class="hide">Reset Zoom</text>
<text id="search" x="1090.00" y="24" >Search</text>
<text id="ignorecase" x="1174.00" y="24" >ic</text>
<text id="matched" x="1090.00" y="1493" > </text>
<g id="frames">
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (93 samples, 17.95%)</title><rect x="786.8" y="725" width="211.8" height="15.0" fill="rgb(206,16,34)" rx="2" ry="2" />
<text  x="789.80" y="735.5" >Nsfisis\Waddiwasi\Execution..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popI32 (29 samples, 5.60%)</title><rect x="383.6" y="1349" width="66.1" height="15.0" fill="rgb(219,171,31)" rx="2" ry="2" />
<text  x="386.59" y="1359.5" >Nsfisis..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (87 samples, 16.80%)</title><rect x="798.2" y="677" width="198.2" height="15.0" fill="rgb(237,7,50)" rx="2" ry="2" />
<text  x="801.19" y="687.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (94 samples, 18.15%)</title><rect x="784.5" y="853" width="214.1" height="15.0" fill="rgb(211,2,48)" rx="2" ry="2" />
<text  x="787.52" y="863.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doStoreI32 (86 samples, 16.60%)</title><rect x="253.7" y="1365" width="196.0" height="15.0" fill="rgb(217,225,42)" rx="2" ry="2" />
<text  x="256.75" y="1375.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>print_r (1 samples, 0.19%)</title><rect x="978.1" y="85" width="2.3" height="15.0" fill="rgb(214,71,25)" rx="2" ry="2" />
<text  x="981.15" y="95.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (4 samples, 0.77%)</title><rect x="1000.9" y="1269" width="9.1" height="15.0" fill="rgb(236,166,21)" rx="2" ry="2" />
<text  x="1003.93" y="1279.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (2 samples, 0.39%)</title><rect x="777.7" y="933" width="4.5" height="15.0" fill="rgb(254,92,40)" rx="2" ry="2" />
<text  x="780.68" y="943.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (4 samples, 0.77%)</title><rect x="1000.9" y="1125" width="9.1" height="15.0" fill="rgb(241,155,1)" rx="2" ry="2" />
<text  x="1003.93" y="1135.5" ></text>
</g>
<g >
<title>Composer\Autoload\ClassLoader::loadClass (1 samples, 0.19%)</title><rect x="10.0" y="1349" width="2.3" height="15.0" fill="rgb(205,94,46)" rx="2" ry="2" />
<text  x="13.00" y="1359.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Num::I32 (1 samples, 0.19%)</title><rect x="212.7" y="1333" width="2.3" height="15.0" fill="rgb(245,43,17)" rx="2" ry="2" />
<text  x="215.74" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (87 samples, 16.80%)</title><rect x="798.2" y="693" width="198.2" height="15.0" fill="rgb(247,14,46)" rx="2" ry="2" />
<text  x="801.19" y="703.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (1 samples, 0.19%)</title><rect x="795.9" y="581" width="2.3" height="15.0" fill="rgb(213,40,32)" rx="2" ry="2" />
<text  x="798.91" y="591.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="784.5" y="565" width="2.3" height="15.0" fill="rgb(228,171,3)" rx="2" ry="2" />
<text  x="787.52" y="575.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::invokeByFuncAddr (102 samples, 19.69%)</title><rect x="768.6" y="1301" width="232.3" height="15.0" fill="rgb(228,54,45)" rx="2" ry="2" />
<text  x="771.57" y="1311.5" >Nsfisis\Waddiwasi\Execution\Ru..</text>
</g>
<g >
<title>&lt;unknown&gt; (1 samples, 0.19%)</title><rect x="246.9" y="1333" width="2.3" height="15.0" fill="rgb(207,14,29)" rx="2" ry="2" />
<text  x="249.91" y="1343.5" ></text>
</g>
<g >
<title>print_r (2 samples, 0.39%)</title><rect x="656.9" y="1317" width="4.6" height="15.0" fill="rgb(234,199,9)" rx="2" ry="2" />
<text  x="659.95" y="1327.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::decodeLabelIdx (1 samples, 0.19%)</title><rect x="25.9" y="1205" width="2.3" height="15.0" fill="rgb(248,37,21)" rx="2" ry="2" />
<text  x="28.95" y="1215.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (1 samples, 0.19%)</title><rect x="784.5" y="629" width="2.3" height="15.0" fill="rgb(208,33,41)" rx="2" ry="2" />
<text  x="787.52" y="639.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (95 samples, 18.34%)</title><rect x="784.5" y="1109" width="216.4" height="15.0" fill="rgb(246,96,12)" rx="2" ry="2" />
<text  x="787.52" y="1119.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (2 samples, 0.39%)</title><rect x="777.7" y="885" width="4.5" height="15.0" fill="rgb(223,142,33)" rx="2" ry="2" />
<text  x="780.68" y="895.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (1 samples, 0.19%)</title><rect x="773.1" y="1045" width="2.3" height="15.0" fill="rgb(222,76,25)" rx="2" ry="2" />
<text  x="776.13" y="1055.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (106 samples, 20.46%)</title><rect x="768.6" y="1365" width="241.4" height="15.0" fill="rgb(254,76,30)" rx="2" ry="2" />
<text  x="771.57" y="1375.5" >Nsfisis\Waddiwasi\Execution\Runt..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (87 samples, 16.80%)</title><rect x="798.2" y="245" width="198.2" height="15.0" fill="rgb(236,51,43)" rx="2" ry="2" />
<text  x="801.19" y="255.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="770.8" y="837" width="2.3" height="15.0" fill="rgb(214,127,14)" rx="2" ry="2" />
<text  x="773.85" y="847.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (4 samples, 0.77%)</title><rect x="1000.9" y="1141" width="9.1" height="15.0" fill="rgb(212,68,51)" rx="2" ry="2" />
<text  x="1003.93" y="1151.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popI32 (26 samples, 5.02%)</title><rect x="663.8" y="1349" width="59.2" height="15.0" fill="rgb(239,82,40)" rx="2" ry="2" />
<text  x="666.78" y="1359.5" >Nsfisi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::wasmI32ToPhpInt (1 samples, 0.19%)</title><rect x="1073.8" y="1445" width="2.3" height="15.0" fill="rgb(218,162,48)" rx="2" ry="2" />
<text  x="1076.82" y="1455.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::decodeVec (7 samples, 1.35%)</title><rect x="30.5" y="1349" width="15.9" height="15.0" fill="rgb(232,112,51)" rx="2" ry="2" />
<text  x="33.50" y="1359.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::pushBool (1 samples, 0.19%)</title><rect x="775.4" y="1029" width="2.3" height="15.0" fill="rgb(247,96,14)" rx="2" ry="2" />
<text  x="778.41" y="1039.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::pushBool (1 samples, 0.19%)</title><rect x="777.7" y="837" width="2.3" height="15.0" fill="rgb(253,28,32)" rx="2" ry="2" />
<text  x="780.68" y="847.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (106 samples, 20.46%)</title><rect x="768.6" y="1349" width="241.4" height="15.0" fill="rgb(233,209,12)" rx="2" ry="2" />
<text  x="771.57" y="1359.5" >Nsfisis\Waddiwasi\Execution\Runt..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Num::I32 (1 samples, 0.19%)</title><rect x="477.0" y="1333" width="2.3" height="15.0" fill="rgb(231,36,44)" rx="2" ry="2" />
<text  x="479.99" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="791.4" y="613" width="2.2" height="15.0" fill="rgb(249,63,52)" rx="2" ry="2" />
<text  x="794.35" y="623.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (4 samples, 0.77%)</title><rect x="1000.9" y="1285" width="9.1" height="15.0" fill="rgb(250,167,15)" rx="2" ry="2" />
<text  x="1003.93" y="1295.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\MemInst::storeI64 (1 samples, 0.19%)</title><rect x="971.3" y="85" width="2.3" height="15.0" fill="rgb(248,26,3)" rx="2" ry="2" />
<text  x="974.31" y="95.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="795.9" y="549" width="2.3" height="15.0" fill="rgb(253,55,23)" rx="2" ry="2" />
<text  x="798.91" y="559.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (1 samples, 0.19%)</title><rect x="417.8" y="1333" width="2.2" height="15.0" fill="rgb(253,74,7)" rx="2" ry="2" />
<text  x="420.76" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (4 samples, 0.77%)</title><rect x="1000.9" y="949" width="9.1" height="15.0" fill="rgb(227,135,34)" rx="2" ry="2" />
<text  x="1003.93" y="959.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntry::Value (1 samples, 0.19%)</title><rect x="944.0" y="85" width="2.3" height="15.0" fill="rgb(228,220,12)" rx="2" ry="2" />
<text  x="946.98" y="95.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="795.9" y="469" width="2.3" height="15.0" fill="rgb(219,1,19)" rx="2" ry="2" />
<text  x="798.91" y="479.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (1 samples, 0.19%)</title><rect x="909.8" y="85" width="2.3" height="15.0" fill="rgb(215,4,48)" rx="2" ry="2" />
<text  x="912.81" y="95.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (2 samples, 0.39%)</title><rect x="486.1" y="1333" width="4.6" height="15.0" fill="rgb(231,138,34)" rx="2" ry="2" />
<text  x="489.10" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (71 samples, 13.71%)</title><rect x="834.6" y="117" width="161.8" height="15.0" fill="rgb(239,19,42)" rx="2" ry="2" />
<text  x="837.63" y="127.5" >Nsfisis\Waddiwasi\Ex..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (95 samples, 18.34%)</title><rect x="784.5" y="1093" width="216.4" height="15.0" fill="rgb(230,73,3)" rx="2" ry="2" />
<text  x="787.52" y="1103.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (87 samples, 16.80%)</title><rect x="798.2" y="277" width="198.2" height="15.0" fill="rgb(247,132,21)" rx="2" ry="2" />
<text  x="801.19" y="287.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::{closure}(/home/ken/src/php-waddiwasi/src/BinaryFormat/Decoder.php:1012-1016) (3 samples, 0.58%)</title><rect x="39.6" y="1333" width="6.8" height="15.0" fill="rgb(238,215,10)" rx="2" ry="2" />
<text  x="42.61" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popValue (1 samples, 0.19%)</title><rect x="48.7" y="1397" width="2.3" height="15.0" fill="rgb(208,60,39)" rx="2" ry="2" />
<text  x="51.73" y="1407.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="791.4" y="453" width="2.2" height="15.0" fill="rgb(245,197,20)" rx="2" ry="2" />
<text  x="794.35" y="463.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (1 samples, 0.19%)</title><rect x="946.3" y="69" width="2.2" height="15.0" fill="rgb(226,69,44)" rx="2" ry="2" />
<text  x="949.25" y="79.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (87 samples, 16.80%)</title><rect x="798.2" y="581" width="198.2" height="15.0" fill="rgb(248,6,43)" rx="2" ry="2" />
<text  x="801.19" y="591.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (2 samples, 0.39%)</title><rect x="793.6" y="629" width="4.6" height="15.0" fill="rgb(224,118,53)" rx="2" ry="2" />
<text  x="796.63" y="639.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (87 samples, 16.80%)</title><rect x="798.2" y="661" width="198.2" height="15.0" fill="rgb(251,150,43)" rx="2" ry="2" />
<text  x="801.19" y="671.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\MemInst::storeByte (1 samples, 0.19%)</title><rect x="754.9" y="1349" width="2.3" height="15.0" fill="rgb(224,55,30)" rx="2" ry="2" />
<text  x="757.90" y="1359.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (87 samples, 16.80%)</title><rect x="798.2" y="165" width="198.2" height="15.0" fill="rgb(244,41,41)" rx="2" ry="2" />
<text  x="801.19" y="175.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (4 samples, 0.77%)</title><rect x="1000.9" y="1205" width="9.1" height="15.0" fill="rgb(217,76,44)" rx="2" ry="2" />
<text  x="1003.93" y="1215.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="773.1" y="1013" width="2.3" height="15.0" fill="rgb(253,64,33)" rx="2" ry="2" />
<text  x="776.13" y="1023.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Vals\Num::__construct (2 samples, 0.39%)</title><rect x="1128.5" y="1413" width="4.6" height="15.0" fill="rgb(253,194,38)" rx="2" ry="2" />
<text  x="1131.49" y="1423.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="770.8" y="885" width="2.3" height="15.0" fill="rgb(228,110,49)" rx="2" ry="2" />
<text  x="773.85" y="895.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (4 samples, 0.77%)</title><rect x="1000.9" y="965" width="9.1" height="15.0" fill="rgb(209,16,24)" rx="2" ry="2" />
<text  x="1003.93" y="975.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="770.8" y="789" width="2.3" height="15.0" fill="rgb(242,115,7)" rx="2" ry="2" />
<text  x="773.85" y="799.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (4 samples, 0.77%)</title><rect x="768.6" y="1125" width="9.1" height="15.0" fill="rgb(244,208,9)" rx="2" ry="2" />
<text  x="771.57" y="1135.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Nums\I32::__construct (1 samples, 0.19%)</title><rect x="1162.7" y="1429" width="2.2" height="15.0" fill="rgb(234,103,6)" rx="2" ry="2" />
<text  x="1165.66" y="1439.5" ></text>
</g>
<g >
<title>print_r (1 samples, 0.19%)</title><rect x="759.5" y="1333" width="2.2" height="15.0" fill="rgb(210,62,53)" rx="2" ry="2" />
<text  x="762.46" y="1343.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (34 samples, 6.56%)</title><rect x="153.5" y="1349" width="77.5" height="15.0" fill="rgb(212,58,25)" rx="2" ry="2" />
<text  x="156.51" y="1359.5" >&lt;unknown&gt;</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (1 samples, 0.19%)</title><rect x="791.4" y="645" width="2.2" height="15.0" fill="rgb(234,1,37)" rx="2" ry="2" />
<text  x="794.35" y="655.5" ></text>
</g>
<g >
<title>all (518 samples, 100%)</title><rect x="10.0" y="1461" width="1180.0" height="15.0" fill="rgb(240,161,33)" rx="2" ry="2" />
<text  x="13.00" y="1471.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (4 samples, 0.77%)</title><rect x="1000.9" y="1045" width="9.1" height="15.0" fill="rgb(213,23,3)" rx="2" ry="2" />
<text  x="1003.93" y="1055.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (87 samples, 16.80%)</title><rect x="798.2" y="533" width="198.2" height="15.0" fill="rgb(226,110,40)" rx="2" ry="2" />
<text  x="801.19" y="543.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (94 samples, 18.15%)</title><rect x="784.5" y="773" width="214.1" height="15.0" fill="rgb(237,187,4)" rx="2" ry="2" />
<text  x="787.52" y="783.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="770.8" y="853" width="2.3" height="15.0" fill="rgb(227,200,35)" rx="2" ry="2" />
<text  x="773.85" y="863.5" ></text>
</g>
<g >
<title>print_r (1 samples, 0.19%)</title><rect x="1060.2" y="1381" width="2.2" height="15.0" fill="rgb(210,132,38)" rx="2" ry="2" />
<text  x="1063.15" y="1391.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Vals\Num::__construct (1 samples, 0.19%)</title><rect x="251.5" y="1333" width="2.2" height="15.0" fill="rgb(229,120,39)" rx="2" ry="2" />
<text  x="254.47" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\MemInst::storeI32 (23 samples, 4.44%)</title><rect x="326.6" y="1349" width="52.4" height="15.0" fill="rgb(220,138,47)" rx="2" ry="2" />
<text  x="329.64" y="1359.5" >Nsfis..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (87 samples, 16.80%)</title><rect x="798.2" y="325" width="198.2" height="15.0" fill="rgb(241,16,1)" rx="2" ry="2" />
<text  x="801.19" y="335.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="791.4" y="581" width="2.2" height="15.0" fill="rgb(237,223,53)" rx="2" ry="2" />
<text  x="794.35" y="591.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::pushBool (1 samples, 0.19%)</title><rect x="784.5" y="453" width="2.3" height="15.0" fill="rgb(246,167,44)" rx="2" ry="2" />
<text  x="787.52" y="463.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="770.8" y="677" width="2.3" height="15.0" fill="rgb(217,97,33)" rx="2" ry="2" />
<text  x="773.85" y="687.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (4 samples, 0.77%)</title><rect x="768.6" y="1157" width="9.1" height="15.0" fill="rgb(229,127,11)" rx="2" ry="2" />
<text  x="771.57" y="1167.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (95 samples, 18.34%)</title><rect x="784.5" y="997" width="216.4" height="15.0" fill="rgb(245,24,20)" rx="2" ry="2" />
<text  x="787.52" y="1007.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="1003.2" y="773" width="2.3" height="15.0" fill="rgb(216,76,22)" rx="2" ry="2" />
<text  x="1006.20" y="783.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (87 samples, 16.80%)</title><rect x="798.2" y="389" width="198.2" height="15.0" fill="rgb(212,155,9)" rx="2" ry="2" />
<text  x="801.19" y="399.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="791.4" y="533" width="2.2" height="15.0" fill="rgb(231,84,21)" rx="2" ry="2" />
<text  x="794.35" y="543.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::push (5 samples, 0.97%)</title><rect x="1076.1" y="1445" width="11.4" height="15.0" fill="rgb(215,45,46)" rx="2" ry="2" />
<text  x="1079.10" y="1455.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Val::Num (1 samples, 0.19%)</title><rect x="235.5" y="1333" width="2.3" height="15.0" fill="rgb(225,154,5)" rx="2" ry="2" />
<text  x="238.52" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::decodeInstr (7 samples, 1.35%)</title><rect x="14.6" y="1317" width="15.9" height="15.0" fill="rgb(247,151,47)" rx="2" ry="2" />
<text  x="17.56" y="1327.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="795.9" y="373" width="2.3" height="15.0" fill="rgb(250,66,52)" rx="2" ry="2" />
<text  x="798.91" y="383.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (4 samples, 0.77%)</title><rect x="1000.9" y="917" width="9.1" height="15.0" fill="rgb(245,151,20)" rx="2" ry="2" />
<text  x="1003.93" y="927.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (4 samples, 0.77%)</title><rect x="1000.9" y="1061" width="9.1" height="15.0" fill="rgb(216,167,49)" rx="2" ry="2" />
<text  x="1003.93" y="1071.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (10 samples, 1.93%)</title><rect x="190.0" y="1333" width="22.7" height="15.0" fill="rgb(237,222,54)" rx="2" ry="2" />
<text  x="192.96" y="1343.5" >&lt;..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::decodeInstr (5 samples, 0.97%)</title><rect x="19.1" y="1285" width="11.4" height="15.0" fill="rgb(228,111,40)" rx="2" ry="2" />
<text  x="22.11" y="1295.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="795.9" y="597" width="2.3" height="15.0" fill="rgb(237,169,40)" rx="2" ry="2" />
<text  x="798.91" y="607.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::decodeInstrsUntil (1 samples, 0.19%)</title><rect x="23.7" y="1141" width="2.2" height="15.0" fill="rgb(206,114,21)" rx="2" ry="2" />
<text  x="26.67" y="1151.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\MemInst::storeByte (3 samples, 0.58%)</title><rect x="420.0" y="1333" width="6.9" height="15.0" fill="rgb(245,55,6)" rx="2" ry="2" />
<text  x="423.04" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntries\Value::__construct (1 samples, 0.19%)</title><rect x="941.7" y="53" width="2.3" height="15.0" fill="rgb(227,110,0)" rx="2" ry="2" />
<text  x="944.70" y="63.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popValue (1 samples, 0.19%)</title><rect x="1060.2" y="1397" width="2.2" height="15.0" fill="rgb(233,27,39)" rx="2" ry="2" />
<text  x="1063.15" y="1407.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="784.5" y="677" width="2.3" height="15.0" fill="rgb(253,66,51)" rx="2" ry="2" />
<text  x="787.52" y="687.5" ></text>
</g>
<g >
<title>print_r (1 samples, 0.19%)</title><rect x="766.3" y="1333" width="2.3" height="15.0" fill="rgb(235,77,48)" rx="2" ry="2" />
<text  x="769.29" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::pushI32 (1 samples, 0.19%)</title><rect x="1005.5" y="805" width="2.3" height="15.0" fill="rgb(249,228,18)" rx="2" ry="2" />
<text  x="1008.48" y="815.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::pushValue (3 samples, 0.58%)</title><rect x="1067.0" y="1429" width="6.8" height="15.0" fill="rgb(234,21,21)" rx="2" ry="2" />
<text  x="1069.99" y="1439.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (102 samples, 19.69%)</title><rect x="768.6" y="1237" width="232.3" height="15.0" fill="rgb(242,124,2)" rx="2" ry="2" />
<text  x="771.57" y="1247.5" >Nsfisis\Waddiwasi\Execution\Ru..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (95 samples, 18.34%)</title><rect x="784.5" y="949" width="216.4" height="15.0" fill="rgb(215,135,50)" rx="2" ry="2" />
<text  x="787.52" y="959.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::instantiate (317 samples, 61.20%)</title><rect x="46.4" y="1429" width="722.2" height="15.0" fill="rgb(222,130,25)" rx="2" ry="2" />
<text  x="49.45" y="1439.5" >Nsfisis\Waddiwasi\Execution\Runtime::instantiate</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popI32 (1 samples, 0.19%)</title><rect x="975.9" y="85" width="2.2" height="15.0" fill="rgb(220,1,46)" rx="2" ry="2" />
<text  x="978.87" y="95.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (7 samples, 1.35%)</title><rect x="768.6" y="1189" width="15.9" height="15.0" fill="rgb(252,220,53)" rx="2" ry="2" />
<text  x="771.57" y="1199.5" ></text>
</g>
<g >
<title>Composer\Autoload\ClassLoader::findFileWithExtension (1 samples, 0.19%)</title><rect x="1164.9" y="1397" width="2.3" height="15.0" fill="rgb(247,106,30)" rx="2" ry="2" />
<text  x="1167.94" y="1407.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="775.4" y="1045" width="2.3" height="15.0" fill="rgb(217,12,0)" rx="2" ry="2" />
<text  x="778.41" y="1055.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="795.9" y="357" width="2.3" height="15.0" fill="rgb(249,109,31)" rx="2" ry="2" />
<text  x="798.91" y="367.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntry::Value (1 samples, 0.19%)</title><rect x="946.3" y="85" width="2.2" height="15.0" fill="rgb(227,131,52)" rx="2" ry="2" />
<text  x="949.25" y="95.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="784.5" y="613" width="2.3" height="15.0" fill="rgb(214,21,19)" rx="2" ry="2" />
<text  x="787.52" y="623.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (1 samples, 0.19%)</title><rect x="233.2" y="1317" width="2.3" height="15.0" fill="rgb(225,54,52)" rx="2" ry="2" />
<text  x="236.24" y="1327.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::decodeExpr (8 samples, 1.54%)</title><rect x="12.3" y="1349" width="18.2" height="15.0" fill="rgb(246,70,28)" rx="2" ry="2" />
<text  x="15.28" y="1359.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (14 samples, 2.70%)</title><rect x="1041.9" y="1445" width="31.9" height="15.0" fill="rgb(244,201,38)" rx="2" ry="2" />
<text  x="1044.93" y="1455.5" >Ns..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popValue (1 samples, 0.19%)</title><rect x="381.3" y="1333" width="2.3" height="15.0" fill="rgb(207,187,34)" rx="2" ry="2" />
<text  x="384.31" y="1343.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (2 samples, 0.39%)</title><rect x="584.1" y="1333" width="4.5" height="15.0" fill="rgb(239,132,54)" rx="2" ry="2" />
<text  x="587.05" y="1343.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (14 samples, 2.70%)</title><rect x="1010.0" y="1445" width="31.9" height="15.0" fill="rgb(208,93,27)" rx="2" ry="2" />
<text  x="1013.04" y="1455.5" >&lt;u..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (4 samples, 0.77%)</title><rect x="768.6" y="1141" width="9.1" height="15.0" fill="rgb(252,173,36)" rx="2" ry="2" />
<text  x="771.57" y="1151.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="795.9" y="309" width="2.3" height="15.0" fill="rgb(210,197,31)" rx="2" ry="2" />
<text  x="798.91" y="319.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::decodeInstrsUntil (2 samples, 0.39%)</title><rect x="21.4" y="1205" width="4.5" height="15.0" fill="rgb(213,77,32)" rx="2" ry="2" />
<text  x="24.39" y="1215.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="773.1" y="949" width="2.3" height="15.0" fill="rgb(206,65,16)" rx="2" ry="2" />
<text  x="776.13" y="959.5" ></text>
</g>
<g >
<title>print_r (1 samples, 0.19%)</title><rect x="48.7" y="1381" width="2.3" height="15.0" fill="rgb(216,72,37)" rx="2" ry="2" />
<text  x="51.73" y="1391.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::decodeInstrsUntil (5 samples, 0.97%)</title><rect x="19.1" y="1269" width="11.4" height="15.0" fill="rgb(235,33,52)" rx="2" ry="2" />
<text  x="22.11" y="1279.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popI32 (1 samples, 0.19%)</title><rect x="782.2" y="997" width="2.3" height="15.0" fill="rgb(226,229,10)" rx="2" ry="2" />
<text  x="785.24" y="1007.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (1 samples, 0.19%)</title><rect x="784.5" y="725" width="2.3" height="15.0" fill="rgb(225,47,43)" rx="2" ry="2" />
<text  x="787.52" y="735.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (2 samples, 0.39%)</title><rect x="1003.2" y="837" width="4.6" height="15.0" fill="rgb(250,38,44)" rx="2" ry="2" />
<text  x="1006.20" y="847.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (2 samples, 0.39%)</title><rect x="729.8" y="1333" width="4.6" height="15.0" fill="rgb(215,126,4)" rx="2" ry="2" />
<text  x="732.85" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="770.8" y="869" width="2.3" height="15.0" fill="rgb(224,78,50)" rx="2" ry="2" />
<text  x="773.85" y="879.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntries\Value::__construct (2 samples, 0.39%)</title><rect x="1139.9" y="1445" width="4.5" height="15.0" fill="rgb(223,120,34)" rx="2" ry="2" />
<text  x="1142.88" y="1455.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Val::Num (1 samples, 0.19%)</title><rect x="743.5" y="1349" width="2.3" height="15.0" fill="rgb(244,126,34)" rx="2" ry="2" />
<text  x="746.51" y="1359.5" ></text>
</g>
<g >
<title>Composer\Autoload\ClassLoader::loadClass (1 samples, 0.19%)</title><rect x="28.2" y="1189" width="2.3" height="15.0" fill="rgb(250,172,20)" rx="2" ry="2" />
<text  x="31.22" y="1199.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="791.4" y="517" width="2.2" height="15.0" fill="rgb(232,78,8)" rx="2" ry="2" />
<text  x="794.35" y="527.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="795.9" y="389" width="2.3" height="15.0" fill="rgb(225,192,46)" rx="2" ry="2" />
<text  x="798.91" y="399.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (1 samples, 0.19%)</title><rect x="791.4" y="629" width="2.2" height="15.0" fill="rgb(246,1,7)" rx="2" ry="2" />
<text  x="794.35" y="639.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (3 samples, 0.58%)</title><rect x="777.7" y="1029" width="6.8" height="15.0" fill="rgb(245,88,39)" rx="2" ry="2" />
<text  x="780.68" y="1039.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (87 samples, 16.80%)</title><rect x="798.2" y="501" width="198.2" height="15.0" fill="rgb(244,192,49)" rx="2" ry="2" />
<text  x="801.19" y="511.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>&lt;unknown&gt; (10 samples, 1.93%)</title><rect x="456.5" y="1349" width="22.8" height="15.0" fill="rgb(234,197,27)" rx="2" ry="2" />
<text  x="459.49" y="1359.5" >&lt;..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popValue (1 samples, 0.19%)</title><rect x="939.4" y="85" width="2.3" height="15.0" fill="rgb(230,11,16)" rx="2" ry="2" />
<text  x="942.42" y="95.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::pushValue (18 samples, 3.47%)</title><rect x="449.7" y="1365" width="41.0" height="15.0" fill="rgb(214,220,18)" rx="2" ry="2" />
<text  x="452.65" y="1375.5" >Nsf..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::pushI32 (105 samples, 20.27%)</title><rect x="506.6" y="1381" width="239.2" height="15.0" fill="rgb(254,155,1)" rx="2" ry="2" />
<text  x="509.60" y="1391.5" >Nsfisis\Waddiwasi\Execution\Sta..</text>
</g>
<g >
<title>&lt;unknown&gt; (2 samples, 0.39%)</title><rect x="1135.3" y="1413" width="4.6" height="15.0" fill="rgb(224,41,41)" rx="2" ry="2" />
<text  x="1138.33" y="1423.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Val::Num (1 samples, 0.19%)</title><rect x="1085.2" y="1429" width="2.3" height="15.0" fill="rgb(249,37,37)" rx="2" ry="2" />
<text  x="1088.21" y="1439.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (1 samples, 0.19%)</title><rect x="909.8" y="101" width="2.3" height="15.0" fill="rgb(254,19,11)" rx="2" ry="2" />
<text  x="912.81" y="111.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::evalInstrsForInit (1 samples, 0.19%)</title><rect x="48.7" y="1413" width="2.3" height="15.0" fill="rgb(211,71,53)" rx="2" ry="2" />
<text  x="51.73" y="1423.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::decode (16 samples, 3.09%)</title><rect x="10.0" y="1429" width="36.4" height="15.0" fill="rgb(222,98,25)" rx="2" ry="2" />
<text  x="13.00" y="1439.5" >Nsf..</text>
</g>
<g >
<title>&lt;unknown&gt; (1 samples, 0.19%)</title><rect x="739.0" y="1317" width="2.2" height="15.0" fill="rgb(210,131,9)" rx="2" ry="2" />
<text  x="741.96" y="1327.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (2 samples, 0.39%)</title><rect x="802.7" y="117" width="4.6" height="15.0" fill="rgb(249,158,18)" rx="2" ry="2" />
<text  x="805.74" y="127.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\MemInst::storeI32 (5 samples, 0.97%)</title><rect x="750.3" y="1365" width="11.4" height="15.0" fill="rgb(235,82,49)" rx="2" ry="2" />
<text  x="753.35" y="1375.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Vals\Num::__construct (1 samples, 0.19%)</title><rect x="741.2" y="1333" width="2.3" height="15.0" fill="rgb(233,149,54)" rx="2" ry="2" />
<text  x="744.24" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::invoke (106 samples, 20.46%)</title><rect x="768.6" y="1429" width="241.4" height="15.0" fill="rgb(243,106,53)" rx="2" ry="2" />
<text  x="771.57" y="1439.5" >Nsfisis\Waddiwasi\Execution\Runt..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="791.4" y="597" width="2.2" height="15.0" fill="rgb(220,57,4)" rx="2" ry="2" />
<text  x="794.35" y="607.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntries\Value::__construct (1 samples, 0.19%)</title><rect x="579.5" y="1333" width="2.3" height="15.0" fill="rgb(237,41,42)" rx="2" ry="2" />
<text  x="582.50" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (106 samples, 20.46%)</title><rect x="768.6" y="1381" width="241.4" height="15.0" fill="rgb(229,201,53)" rx="2" ry="2" />
<text  x="771.57" y="1391.5" >Nsfisis\Waddiwasi\Execution\Runt..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (4 samples, 0.77%)</title><rect x="1000.9" y="869" width="9.1" height="15.0" fill="rgb(239,177,38)" rx="2" ry="2" />
<text  x="1003.93" y="879.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (87 samples, 16.80%)</title><rect x="798.2" y="421" width="198.2" height="15.0" fill="rgb(253,48,48)" rx="2" ry="2" />
<text  x="801.19" y="431.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (4 samples, 0.77%)</title><rect x="1000.9" y="997" width="9.1" height="15.0" fill="rgb(216,175,23)" rx="2" ry="2" />
<text  x="1003.93" y="1007.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::decodeInstrsUntil (1 samples, 0.19%)</title><rect x="23.7" y="1173" width="2.2" height="15.0" fill="rgb(223,53,46)" rx="2" ry="2" />
<text  x="26.67" y="1183.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="773.1" y="997" width="2.3" height="15.0" fill="rgb(217,5,30)" rx="2" ry="2" />
<text  x="776.13" y="1007.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="773.1" y="981" width="2.3" height="15.0" fill="rgb(235,94,34)" rx="2" ry="2" />
<text  x="776.13" y="991.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="784.5" y="661" width="2.3" height="15.0" fill="rgb(209,127,33)" rx="2" ry="2" />
<text  x="787.52" y="671.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (95 samples, 18.34%)</title><rect x="784.5" y="1221" width="216.4" height="15.0" fill="rgb(216,13,42)" rx="2" ry="2" />
<text  x="787.52" y="1231.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="770.8" y="1013" width="2.3" height="15.0" fill="rgb(211,121,21)" rx="2" ry="2" />
<text  x="773.85" y="1023.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popI32 (5 samples, 0.97%)</title><rect x="950.8" y="101" width="11.4" height="15.0" fill="rgb(220,188,23)" rx="2" ry="2" />
<text  x="953.81" y="111.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntry::Value (4 samples, 0.77%)</title><rect x="581.8" y="1349" width="9.1" height="15.0" fill="rgb(210,101,42)" rx="2" ry="2" />
<text  x="584.78" y="1359.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="1035.1" y="1429" width="2.3" height="15.0" fill="rgb(249,139,53)" rx="2" ry="2" />
<text  x="1038.10" y="1439.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="795.9" y="277" width="2.3" height="15.0" fill="rgb(222,19,9)" rx="2" ry="2" />
<text  x="798.91" y="287.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (87 samples, 16.80%)</title><rect x="798.2" y="645" width="198.2" height="15.0" fill="rgb(234,12,26)" rx="2" ry="2" />
<text  x="801.19" y="655.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>print_r (1 samples, 0.19%)</title><rect x="941.7" y="37" width="2.3" height="15.0" fill="rgb(233,17,9)" rx="2" ry="2" />
<text  x="944.70" y="47.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Vals\Num::__construct (1 samples, 0.19%)</title><rect x="1162.7" y="1445" width="2.2" height="15.0" fill="rgb(251,52,17)" rx="2" ry="2" />
<text  x="1165.66" y="1455.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Val::Ref (1 samples, 0.19%)</title><rect x="745.8" y="1381" width="2.3" height="15.0" fill="rgb(235,158,5)" rx="2" ry="2" />
<text  x="748.79" y="1391.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (1 samples, 0.19%)</title><rect x="770.8" y="1093" width="2.3" height="15.0" fill="rgb(227,164,45)" rx="2" ry="2" />
<text  x="773.85" y="1103.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (4 samples, 0.77%)</title><rect x="1000.9" y="885" width="9.1" height="15.0" fill="rgb(225,214,28)" rx="2" ry="2" />
<text  x="1003.93" y="895.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="770.8" y="741" width="2.3" height="15.0" fill="rgb(240,220,42)" rx="2" ry="2" />
<text  x="773.85" y="751.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (95 samples, 18.34%)</title><rect x="784.5" y="965" width="216.4" height="15.0" fill="rgb(244,54,33)" rx="2" ry="2" />
<text  x="787.52" y="975.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (106 samples, 20.46%)</title><rect x="768.6" y="1397" width="241.4" height="15.0" fill="rgb(206,176,43)" rx="2" ry="2" />
<text  x="771.57" y="1407.5" >Nsfisis\Waddiwasi\Execution\Runt..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Val::Num (4 samples, 0.77%)</title><rect x="217.3" y="1333" width="9.1" height="15.0" fill="rgb(249,116,35)" rx="2" ry="2" />
<text  x="220.30" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (87 samples, 16.80%)</title><rect x="798.2" y="549" width="198.2" height="15.0" fill="rgb(223,115,9)" rx="2" ry="2" />
<text  x="801.19" y="559.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="770.8" y="725" width="2.3" height="15.0" fill="rgb(215,209,45)" rx="2" ry="2" />
<text  x="773.85" y="735.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (87 samples, 16.80%)</title><rect x="798.2" y="405" width="198.2" height="15.0" fill="rgb(243,227,38)" rx="2" ry="2" />
<text  x="801.19" y="415.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="777.7" y="869" width="2.3" height="15.0" fill="rgb(231,130,42)" rx="2" ry="2" />
<text  x="780.68" y="879.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (4 samples, 0.77%)</title><rect x="1000.9" y="1093" width="9.1" height="15.0" fill="rgb(217,31,49)" rx="2" ry="2" />
<text  x="1003.93" y="1103.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (4 samples, 0.77%)</title><rect x="1000.9" y="1173" width="9.1" height="15.0" fill="rgb(227,110,16)" rx="2" ry="2" />
<text  x="1003.93" y="1183.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (87 samples, 16.80%)</title><rect x="798.2" y="149" width="198.2" height="15.0" fill="rgb(225,200,23)" rx="2" ry="2" />
<text  x="801.19" y="159.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>&lt;unknown&gt; (1 samples, 0.19%)</title><rect x="962.2" y="69" width="2.3" height="15.0" fill="rgb(249,111,19)" rx="2" ry="2" />
<text  x="965.20" y="79.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (1 samples, 0.19%)</title><rect x="736.7" y="1333" width="2.3" height="15.0" fill="rgb(235,189,3)" rx="2" ry="2" />
<text  x="739.68" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::{closure}(/home/ken/src/php-waddiwasi/src/BinaryFormat/Decoder.php:264-267) (102 samples, 19.69%)</title><rect x="768.6" y="1317" width="232.3" height="15.0" fill="rgb(228,65,15)" rx="2" ry="2" />
<text  x="771.57" y="1327.5" >Nsfisis\Waddiwasi\BinaryFormat..</text>
</g>
<g >
<title>&lt;unknown&gt; (1 samples, 0.19%)</title><rect x="224.1" y="1301" width="2.3" height="15.0" fill="rgb(215,111,3)" rx="2" ry="2" />
<text  x="227.13" y="1311.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::push (1 samples, 0.19%)</title><rect x="1037.4" y="1429" width="2.3" height="15.0" fill="rgb(238,204,18)" rx="2" ry="2" />
<text  x="1040.37" y="1439.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="784.5" y="469" width="2.3" height="15.0" fill="rgb(219,161,25)" rx="2" ry="2" />
<text  x="787.52" y="479.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\MemInst::storeI32 (1 samples, 0.19%)</title><rect x="1060.2" y="1413" width="2.2" height="15.0" fill="rgb(248,99,4)" rx="2" ry="2" />
<text  x="1063.15" y="1423.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doStoreI32 (5 samples, 0.97%)</title><rect x="1053.3" y="1429" width="11.4" height="15.0" fill="rgb(248,14,39)" rx="2" ry="2" />
<text  x="1056.32" y="1439.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (2 samples, 0.39%)</title><rect x="472.4" y="1333" width="4.6" height="15.0" fill="rgb(218,66,24)" rx="2" ry="2" />
<text  x="475.43" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\FuncInsts\Host::__construct (1 samples, 0.19%)</title><rect x="1164.9" y="1429" width="2.3" height="15.0" fill="rgb(242,40,12)" rx="2" ry="2" />
<text  x="1167.94" y="1439.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (95 samples, 18.34%)</title><rect x="784.5" y="1125" width="216.4" height="15.0" fill="rgb(251,173,32)" rx="2" ry="2" />
<text  x="787.52" y="1135.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (102 samples, 19.69%)</title><rect x="768.6" y="1269" width="232.3" height="15.0" fill="rgb(252,21,31)" rx="2" ry="2" />
<text  x="771.57" y="1279.5" >Nsfisis\Waddiwasi\Execution\Ru..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntry::Value (1 samples, 0.19%)</title><rect x="941.7" y="85" width="2.3" height="15.0" fill="rgb(239,68,28)" rx="2" ry="2" />
<text  x="944.70" y="95.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (1 samples, 0.19%)</title><rect x="962.2" y="85" width="2.3" height="15.0" fill="rgb(235,219,34)" rx="2" ry="2" />
<text  x="965.20" y="95.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="773.1" y="965" width="2.3" height="15.0" fill="rgb(220,207,2)" rx="2" ry="2" />
<text  x="776.13" y="975.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (94 samples, 18.15%)</title><rect x="784.5" y="757" width="214.1" height="15.0" fill="rgb(219,195,9)" rx="2" ry="2" />
<text  x="787.52" y="767.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popValue (9 samples, 1.74%)</title><rect x="702.5" y="1333" width="20.5" height="15.0" fill="rgb(244,8,43)" rx="2" ry="2" />
<text  x="705.51" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntry::Value (1 samples, 0.19%)</title><rect x="233.2" y="1333" width="2.3" height="15.0" fill="rgb(214,185,33)" rx="2" ry="2" />
<text  x="236.24" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="784.5" y="501" width="2.3" height="15.0" fill="rgb(217,211,5)" rx="2" ry="2" />
<text  x="787.52" y="511.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="795.9" y="421" width="2.3" height="15.0" fill="rgb(224,18,7)" rx="2" ry="2" />
<text  x="798.91" y="431.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (95 samples, 18.34%)</title><rect x="784.5" y="1173" width="216.4" height="15.0" fill="rgb(218,194,5)" rx="2" ry="2" />
<text  x="787.52" y="1183.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (1 samples, 0.19%)</title><rect x="770.8" y="965" width="2.3" height="15.0" fill="rgb(217,150,12)" rx="2" ry="2" />
<text  x="773.85" y="975.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (3 samples, 0.58%)</title><rect x="791.4" y="693" width="6.8" height="15.0" fill="rgb(217,123,53)" rx="2" ry="2" />
<text  x="794.35" y="703.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntries\Value::__construct (1 samples, 0.19%)</title><rect x="944.0" y="69" width="2.3" height="15.0" fill="rgb(233,6,13)" rx="2" ry="2" />
<text  x="946.98" y="79.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (87 samples, 16.80%)</title><rect x="798.2" y="229" width="198.2" height="15.0" fill="rgb(226,27,16)" rx="2" ry="2" />
<text  x="801.19" y="239.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (1 samples, 0.19%)</title><rect x="770.8" y="773" width="2.3" height="15.0" fill="rgb(218,120,44)" rx="2" ry="2" />
<text  x="773.85" y="783.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="944.0" y="101" width="2.3" height="15.0" fill="rgb(211,98,42)" rx="2" ry="2" />
<text  x="946.98" y="111.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (176 samples, 33.98%)</title><rect x="105.7" y="1381" width="400.9" height="15.0" fill="rgb(245,226,14)" rx="2" ry="2" />
<text  x="108.68" y="1391.5" >Nsfisis\Waddiwasi\Execution\Runtime::execInstr</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (7 samples, 1.35%)</title><rect x="768.6" y="1205" width="15.9" height="15.0" fill="rgb(219,207,43)" rx="2" ry="2" />
<text  x="771.57" y="1215.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="784.5" y="597" width="2.3" height="15.0" fill="rgb(230,113,26)" rx="2" ry="2" />
<text  x="787.52" y="607.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeHostFunc (102 samples, 19.69%)</title><rect x="768.6" y="1333" width="232.3" height="15.0" fill="rgb(243,102,19)" rx="2" ry="2" />
<text  x="771.57" y="1343.5" >Nsfisis\Waddiwasi\Execution\Ru..</text>
</g>
<g >
<title>assert (1 samples, 0.19%)</title><rect x="376.8" y="1333" width="2.2" height="15.0" fill="rgb(206,182,30)" rx="2" ry="2" />
<text  x="379.76" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (87 samples, 16.80%)</title><rect x="798.2" y="629" width="198.2" height="15.0" fill="rgb(253,41,48)" rx="2" ry="2" />
<text  x="801.19" y="639.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (3 samples, 0.58%)</title><rect x="777.7" y="1109" width="6.8" height="15.0" fill="rgb(249,176,30)" rx="2" ry="2" />
<text  x="780.68" y="1119.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (3 samples, 0.58%)</title><rect x="777.7" y="1141" width="6.8" height="15.0" fill="rgb(238,52,22)" rx="2" ry="2" />
<text  x="780.68" y="1151.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (4 samples, 0.77%)</title><rect x="1000.9" y="1253" width="9.1" height="15.0" fill="rgb(226,217,14)" rx="2" ry="2" />
<text  x="1003.93" y="1263.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="770.8" y="1061" width="2.3" height="15.0" fill="rgb(219,181,51)" rx="2" ry="2" />
<text  x="773.85" y="1071.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (95 samples, 18.34%)</title><rect x="784.5" y="1205" width="216.4" height="15.0" fill="rgb(217,116,44)" rx="2" ry="2" />
<text  x="787.52" y="1215.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::decodeInstr (4 samples, 0.77%)</title><rect x="21.4" y="1253" width="9.1" height="15.0" fill="rgb(229,141,36)" rx="2" ry="2" />
<text  x="24.39" y="1263.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (87 samples, 16.80%)</title><rect x="798.2" y="709" width="198.2" height="15.0" fill="rgb(252,191,30)" rx="2" ry="2" />
<text  x="801.19" y="719.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntry::Value (1 samples, 0.19%)</title><rect x="1071.5" y="1413" width="2.3" height="15.0" fill="rgb(235,67,9)" rx="2" ry="2" />
<text  x="1074.54" y="1423.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (87 samples, 16.80%)</title><rect x="798.2" y="517" width="198.2" height="15.0" fill="rgb(225,55,48)" rx="2" ry="2" />
<text  x="801.19" y="527.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="784.5" y="533" width="2.3" height="15.0" fill="rgb(232,26,29)" rx="2" ry="2" />
<text  x="787.52" y="543.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (83 samples, 16.02%)</title><rect x="807.3" y="133" width="189.1" height="15.0" fill="rgb(232,86,21)" rx="2" ry="2" />
<text  x="810.30" y="143.5" >Nsfisis\Waddiwasi\Execut..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="795.9" y="485" width="2.3" height="15.0" fill="rgb(244,32,24)" rx="2" ry="2" />
<text  x="798.91" y="495.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (1 samples, 0.19%)</title><rect x="770.8" y="693" width="2.3" height="15.0" fill="rgb(221,177,33)" rx="2" ry="2" />
<text  x="773.85" y="703.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Val::NumI32 (1 samples, 0.19%)</title><rect x="805.0" y="101" width="2.3" height="15.0" fill="rgb(254,166,37)" rx="2" ry="2" />
<text  x="808.02" y="111.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (3 samples, 0.58%)</title><rect x="777.7" y="1077" width="6.8" height="15.0" fill="rgb(230,50,17)" rx="2" ry="2" />
<text  x="780.68" y="1087.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (2 samples, 0.39%)</title><rect x="773.1" y="1077" width="4.6" height="15.0" fill="rgb(231,97,1)" rx="2" ry="2" />
<text  x="776.13" y="1087.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntries\Value::__construct (1 samples, 0.19%)</title><rect x="1048.8" y="1397" width="2.2" height="15.0" fill="rgb(220,16,9)" rx="2" ry="2" />
<text  x="1051.76" y="1407.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (3 samples, 0.58%)</title><rect x="791.4" y="677" width="6.8" height="15.0" fill="rgb(209,71,48)" rx="2" ry="2" />
<text  x="794.35" y="687.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (87 samples, 16.80%)</title><rect x="798.2" y="341" width="198.2" height="15.0" fill="rgb(218,84,16)" rx="2" ry="2" />
<text  x="801.19" y="351.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (7 samples, 1.35%)</title><rect x="768.6" y="1221" width="15.9" height="15.0" fill="rgb(225,20,32)" rx="2" ry="2" />
<text  x="771.57" y="1231.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (94 samples, 18.15%)</title><rect x="784.5" y="869" width="214.1" height="15.0" fill="rgb(219,117,16)" rx="2" ry="2" />
<text  x="787.52" y="879.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (4 samples, 0.77%)</title><rect x="1000.9" y="933" width="9.1" height="15.0" fill="rgb(213,42,8)" rx="2" ry="2" />
<text  x="1003.93" y="943.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (4 samples, 0.77%)</title><rect x="1000.9" y="1109" width="9.1" height="15.0" fill="rgb(214,188,12)" rx="2" ry="2" />
<text  x="1003.93" y="1119.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntry::Value (3 samples, 0.58%)</title><rect x="736.7" y="1349" width="6.8" height="15.0" fill="rgb(233,123,2)" rx="2" ry="2" />
<text  x="739.68" y="1359.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popValue (2 samples, 0.39%)</title><rect x="757.2" y="1349" width="4.5" height="15.0" fill="rgb(227,82,52)" rx="2" ry="2" />
<text  x="760.18" y="1359.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (4 samples, 0.77%)</title><rect x="1000.9" y="1013" width="9.1" height="15.0" fill="rgb(217,132,12)" rx="2" ry="2" />
<text  x="1003.93" y="1023.5" ></text>
</g>
<g >
<title>print_r (4 samples, 0.77%)</title><rect x="367.6" y="1317" width="9.2" height="15.0" fill="rgb(218,129,34)" rx="2" ry="2" />
<text  x="370.64" y="1327.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (95 samples, 18.34%)</title><rect x="784.5" y="1141" width="216.4" height="15.0" fill="rgb(240,217,4)" rx="2" ry="2" />
<text  x="787.52" y="1151.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="795.9" y="517" width="2.3" height="15.0" fill="rgb(238,136,28)" rx="2" ry="2" />
<text  x="798.91" y="527.5" ></text>
</g>
<g >
<title>&lt;main&gt; (439 samples, 84.75%)</title><rect x="10.0" y="1445" width="1000.0" height="15.0" fill="rgb(224,99,31)" rx="2" ry="2" />
<text  x="13.00" y="1455.5" >&lt;main&gt;</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (87 samples, 16.80%)</title><rect x="798.2" y="181" width="198.2" height="15.0" fill="rgb(218,168,6)" rx="2" ry="2" />
<text  x="801.19" y="191.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="795.9" y="613" width="2.3" height="15.0" fill="rgb(239,24,2)" rx="2" ry="2" />
<text  x="798.91" y="623.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\MemInst::storeI64 (1 samples, 0.19%)</title><rect x="1064.7" y="1413" width="2.3" height="15.0" fill="rgb(226,185,5)" rx="2" ry="2" />
<text  x="1067.71" y="1423.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doStoreI64 (14 samples, 2.70%)</title><rect x="912.1" y="101" width="31.9" height="15.0" fill="rgb(237,12,11)" rx="2" ry="2" />
<text  x="915.08" y="111.5" >Ns..</text>
</g>
<g >
<title>&lt;unknown&gt; (1 samples, 0.19%)</title><rect x="973.6" y="85" width="2.3" height="15.0" fill="rgb(219,202,3)" rx="2" ry="2" />
<text  x="976.59" y="95.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (4 samples, 0.77%)</title><rect x="1000.9" y="1189" width="9.1" height="15.0" fill="rgb(205,80,23)" rx="2" ry="2" />
<text  x="1003.93" y="1199.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (87 samples, 16.80%)</title><rect x="798.2" y="485" width="198.2" height="15.0" fill="rgb(233,199,29)" rx="2" ry="2" />
<text  x="801.19" y="495.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Structure\Types\FuncType::__construct (1 samples, 0.19%)</title><rect x="1164.9" y="1445" width="2.3" height="15.0" fill="rgb(236,60,11)" rx="2" ry="2" />
<text  x="1167.94" y="1455.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popValue (8 samples, 1.54%)</title><rect x="358.5" y="1333" width="18.3" height="15.0" fill="rgb(231,54,34)" rx="2" ry="2" />
<text  x="361.53" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="773.1" y="1029" width="2.3" height="15.0" fill="rgb(243,212,27)" rx="2" ry="2" />
<text  x="776.13" y="1039.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\MemInst::storeByte (1 samples, 0.19%)</title><rect x="356.3" y="1333" width="2.2" height="15.0" fill="rgb(220,159,51)" rx="2" ry="2" />
<text  x="359.25" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\MemInst::storeI64 (3 samples, 0.58%)</title><rect x="925.8" y="85" width="6.8" height="15.0" fill="rgb(235,40,25)" rx="2" ry="2" />
<text  x="928.75" y="95.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::{closure}(/home/ken/src/php-waddiwasi/src/BinaryFormat/Decoder.php:518-531) (16 samples, 3.09%)</title><rect x="10.0" y="1365" width="36.4" height="15.0" fill="rgb(248,192,17)" rx="2" ry="2" />
<text  x="13.00" y="1375.5" >Nsf..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (1 samples, 0.19%)</title><rect x="770.8" y="949" width="2.3" height="15.0" fill="rgb(229,98,21)" rx="2" ry="2" />
<text  x="773.85" y="959.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (1 samples, 0.19%)</title><rect x="773.1" y="1061" width="2.3" height="15.0" fill="rgb(243,55,36)" rx="2" ry="2" />
<text  x="776.13" y="1071.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Structure\Instructions\Instrs\Memory\I32Store8::opName (1 samples, 0.19%)</title><rect x="504.3" y="1365" width="2.3" height="15.0" fill="rgb(224,142,41)" rx="2" ry="2" />
<text  x="507.32" y="1375.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\MemInst::storeByte (1 samples, 0.19%)</title><rect x="959.9" y="69" width="2.3" height="15.0" fill="rgb(248,162,45)" rx="2" ry="2" />
<text  x="962.92" y="79.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (4 samples, 0.77%)</title><rect x="1000.9" y="1077" width="9.1" height="15.0" fill="rgb(237,123,26)" rx="2" ry="2" />
<text  x="1003.93" y="1087.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (3 samples, 0.58%)</title><rect x="777.7" y="1093" width="6.8" height="15.0" fill="rgb(233,227,15)" rx="2" ry="2" />
<text  x="780.68" y="1103.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Vals\Num::__construct (1 samples, 0.19%)</title><rect x="1069.3" y="1397" width="2.2" height="15.0" fill="rgb(217,41,38)" rx="2" ry="2" />
<text  x="1072.27" y="1407.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::{closure}(/home/ken/src/php-waddiwasi/src/BinaryFormat/Decoder.php:264-267) (16 samples, 3.09%)</title><rect x="10.0" y="1397" width="36.4" height="15.0" fill="rgb(226,66,20)" rx="2" ry="2" />
<text  x="13.00" y="1407.5" >Nsf..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (2 samples, 0.39%)</title><rect x="773.1" y="1093" width="4.6" height="15.0" fill="rgb(213,125,28)" rx="2" ry="2" />
<text  x="776.13" y="1103.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popValue (1 samples, 0.19%)</title><rect x="1007.8" y="821" width="2.2" height="15.0" fill="rgb(222,179,0)" rx="2" ry="2" />
<text  x="1010.76" y="831.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntry::Value (7 samples, 1.35%)</title><rect x="237.8" y="1349" width="15.9" height="15.0" fill="rgb(226,82,52)" rx="2" ry="2" />
<text  x="240.80" y="1359.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (314 samples, 60.62%)</title><rect x="53.3" y="1397" width="715.3" height="15.0" fill="rgb(239,47,52)" rx="2" ry="2" />
<text  x="56.28" y="1407.5" >Nsfisis\Waddiwasi\Execution\Runtime::execInstr</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doStoreI32 (58 samples, 11.20%)</title><rect x="590.9" y="1365" width="132.1" height="15.0" fill="rgb(241,163,22)" rx="2" ry="2" />
<text  x="593.89" y="1375.5" >Nsfisis\Waddiwas..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (4 samples, 0.77%)</title><rect x="1000.9" y="1237" width="9.1" height="15.0" fill="rgb(238,135,6)" rx="2" ry="2" />
<text  x="1003.93" y="1247.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Val::NumI32 (1 samples, 0.19%)</title><rect x="743.5" y="1365" width="2.3" height="15.0" fill="rgb(222,82,0)" rx="2" ry="2" />
<text  x="746.51" y="1375.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\MemInst::storeI32 (22 samples, 4.25%)</title><rect x="613.7" y="1349" width="50.1" height="15.0" fill="rgb(247,200,47)" rx="2" ry="2" />
<text  x="616.67" y="1359.5" >Nsfis..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (87 samples, 16.80%)</title><rect x="798.2" y="437" width="198.2" height="15.0" fill="rgb(235,228,39)" rx="2" ry="2" />
<text  x="801.19" y="447.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popValue (10 samples, 1.93%)</title><rect x="426.9" y="1333" width="22.8" height="15.0" fill="rgb(253,226,19)" rx="2" ry="2" />
<text  x="429.87" y="1343.5" >N..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (3 samples, 0.58%)</title><rect x="777.7" y="1061" width="6.8" height="15.0" fill="rgb(217,147,32)" rx="2" ry="2" />
<text  x="780.68" y="1071.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntry::Value (1 samples, 0.19%)</title><rect x="1051.0" y="1413" width="2.3" height="15.0" fill="rgb(233,135,18)" rx="2" ry="2" />
<text  x="1054.04" y="1423.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (1 samples, 0.19%)</title><rect x="770.8" y="1077" width="2.3" height="15.0" fill="rgb(244,117,42)" rx="2" ry="2" />
<text  x="773.85" y="1087.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="777.7" y="853" width="2.3" height="15.0" fill="rgb(225,13,36)" rx="2" ry="2" />
<text  x="780.68" y="863.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (3 samples, 0.58%)</title><rect x="777.7" y="1045" width="6.8" height="15.0" fill="rgb(227,170,18)" rx="2" ry="2" />
<text  x="780.68" y="1055.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (87 samples, 16.80%)</title><rect x="798.2" y="373" width="198.2" height="15.0" fill="rgb(233,126,34)" rx="2" ry="2" />
<text  x="801.19" y="383.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (87 samples, 16.80%)</title><rect x="798.2" y="293" width="198.2" height="15.0" fill="rgb(205,181,15)" rx="2" ry="2" />
<text  x="801.19" y="303.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popI32 (1 samples, 0.19%)</title><rect x="1062.4" y="1413" width="2.3" height="15.0" fill="rgb(210,145,29)" rx="2" ry="2" />
<text  x="1065.43" y="1423.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Val::NumI32 (1 samples, 0.19%)</title><rect x="948.5" y="85" width="2.3" height="15.0" fill="rgb(234,39,23)" rx="2" ry="2" />
<text  x="951.53" y="95.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntry::Value (5 samples, 0.97%)</title><rect x="479.3" y="1349" width="11.4" height="15.0" fill="rgb(228,65,36)" rx="2" ry="2" />
<text  x="482.27" y="1359.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (4 samples, 0.77%)</title><rect x="1000.9" y="1333" width="9.1" height="15.0" fill="rgb(208,196,50)" rx="2" ry="2" />
<text  x="1003.93" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popValue (11 samples, 2.12%)</title><rect x="629.6" y="1333" width="25.1" height="15.0" fill="rgb(218,211,18)" rx="2" ry="2" />
<text  x="632.61" y="1343.5" >N..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntries\Value::__construct (1 samples, 0.19%)</title><rect x="588.6" y="1333" width="2.3" height="15.0" fill="rgb(253,223,46)" rx="2" ry="2" />
<text  x="591.61" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="770.8" y="917" width="2.3" height="15.0" fill="rgb(207,129,38)" rx="2" ry="2" />
<text  x="773.85" y="927.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (1 samples, 0.19%)</title><rect x="1137.6" y="1397" width="2.3" height="15.0" fill="rgb(246,99,22)" rx="2" ry="2" />
<text  x="1140.61" y="1407.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="795.9" y="453" width="2.3" height="15.0" fill="rgb(250,28,15)" rx="2" ry="2" />
<text  x="798.91" y="463.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="791.4" y="565" width="2.2" height="15.0" fill="rgb(213,4,12)" rx="2" ry="2" />
<text  x="794.35" y="575.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (87 samples, 16.80%)</title><rect x="798.2" y="453" width="198.2" height="15.0" fill="rgb(232,94,36)" rx="2" ry="2" />
<text  x="801.19" y="463.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (94 samples, 18.15%)</title><rect x="784.5" y="837" width="214.1" height="15.0" fill="rgb(210,101,22)" rx="2" ry="2" />
<text  x="787.52" y="847.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Num::I32 (1 samples, 0.19%)</title><rect x="1082.9" y="1429" width="2.3" height="15.0" fill="rgb(239,175,35)" rx="2" ry="2" />
<text  x="1085.93" y="1439.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (87 samples, 16.80%)</title><rect x="798.2" y="197" width="198.2" height="15.0" fill="rgb(215,45,40)" rx="2" ry="2" />
<text  x="801.19" y="207.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::decodeInstrsUntil (8 samples, 1.54%)</title><rect x="12.3" y="1333" width="18.2" height="15.0" fill="rgb(254,52,43)" rx="2" ry="2" />
<text  x="15.28" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::decodeInstr (1 samples, 0.19%)</title><rect x="23.7" y="1125" width="2.2" height="15.0" fill="rgb(234,80,10)" rx="2" ry="2" />
<text  x="26.67" y="1135.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (102 samples, 19.69%)</title><rect x="768.6" y="1285" width="232.3" height="15.0" fill="rgb(234,20,21)" rx="2" ry="2" />
<text  x="771.57" y="1295.5" >Nsfisis\Waddiwasi\Execution\Ru..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntries\Value::__construct (1 samples, 0.19%)</title><rect x="1176.3" y="1429" width="2.3" height="15.0" fill="rgb(252,177,9)" rx="2" ry="2" />
<text  x="1179.33" y="1439.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="770.8" y="981" width="2.3" height="15.0" fill="rgb(248,70,50)" rx="2" ry="2" />
<text  x="773.85" y="991.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popI32 (1 samples, 0.19%)</title><rect x="998.6" y="933" width="2.3" height="15.0" fill="rgb(241,220,43)" rx="2" ry="2" />
<text  x="1001.65" y="943.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::currentFrame (2 samples, 0.39%)</title><rect x="946.3" y="101" width="4.5" height="15.0" fill="rgb(216,173,49)" rx="2" ry="2" />
<text  x="949.25" y="111.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (95 samples, 18.34%)</title><rect x="784.5" y="1157" width="216.4" height="15.0" fill="rgb(231,40,52)" rx="2" ry="2" />
<text  x="787.52" y="1167.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (3 samples, 0.58%)</title><rect x="791.4" y="661" width="6.8" height="15.0" fill="rgb(223,16,3)" rx="2" ry="2" />
<text  x="794.35" y="671.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (94 samples, 18.15%)</title><rect x="784.5" y="933" width="214.1" height="15.0" fill="rgb(223,65,0)" rx="2" ry="2" />
<text  x="787.52" y="943.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::decodeInstr (1 samples, 0.19%)</title><rect x="23.7" y="1189" width="2.2" height="15.0" fill="rgb(233,91,22)" rx="2" ry="2" />
<text  x="26.67" y="1199.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="784.5" y="709" width="2.3" height="15.0" fill="rgb(233,171,17)" rx="2" ry="2" />
<text  x="787.52" y="719.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="770.8" y="901" width="2.3" height="15.0" fill="rgb(233,48,13)" rx="2" ry="2" />
<text  x="773.85" y="911.5" ></text>
</g>
<g >
<title>assert (3 samples, 0.58%)</title><rect x="654.7" y="1333" width="6.8" height="15.0" fill="rgb(222,172,49)" rx="2" ry="2" />
<text  x="657.67" y="1343.5" ></text>
</g>
<g >
<title>{closure}(/home/ken/src/php-waddiwasi/vendor/composer/ClassLoader.php:575-577) (1 samples, 0.19%)</title><rect x="46.4" y="1397" width="2.3" height="15.0" fill="rgb(206,226,34)" rx="2" ry="2" />
<text  x="49.45" y="1407.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (94 samples, 18.15%)</title><rect x="784.5" y="821" width="214.1" height="15.0" fill="rgb(208,88,33)" rx="2" ry="2" />
<text  x="787.52" y="831.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>&lt;unknown&gt; (2 samples, 0.39%)</title><rect x="1067.0" y="1413" width="4.5" height="15.0" fill="rgb(228,78,18)" rx="2" ry="2" />
<text  x="1069.99" y="1423.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="795.9" y="533" width="2.3" height="15.0" fill="rgb(219,166,51)" rx="2" ry="2" />
<text  x="798.91" y="543.5" ></text>
</g>
<g >
<title>file_exists (1 samples, 0.19%)</title><rect x="1164.9" y="1381" width="2.3" height="15.0" fill="rgb(208,19,16)" rx="2" ry="2" />
<text  x="1167.94" y="1391.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::pushValue (9 samples, 1.74%)</title><rect x="723.0" y="1365" width="20.5" height="15.0" fill="rgb(235,98,5)" rx="2" ry="2" />
<text  x="726.01" y="1375.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (15 samples, 2.90%)</title><rect x="547.6" y="1349" width="34.2" height="15.0" fill="rgb(214,105,3)" rx="2" ry="2" />
<text  x="550.61" y="1359.5" >&lt;u..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrsForInit (315 samples, 60.81%)</title><rect x="51.0" y="1413" width="717.6" height="15.0" fill="rgb(232,214,11)" rx="2" ry="2" />
<text  x="54.00" y="1423.5" >Nsfisis\Waddiwasi\Execution\Runtime::execInstrsForInit</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::deactivateLabel (2 samples, 0.39%)</title><rect x="802.7" y="133" width="4.6" height="15.0" fill="rgb(243,53,27)" rx="2" ry="2" />
<text  x="805.74" y="143.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::decodeInstr (4 samples, 0.77%)</title><rect x="21.4" y="1221" width="9.1" height="15.0" fill="rgb(234,184,20)" rx="2" ry="2" />
<text  x="24.39" y="1231.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="775.4" y="1061" width="2.3" height="15.0" fill="rgb(213,219,35)" rx="2" ry="2" />
<text  x="778.41" y="1071.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (7 samples, 1.35%)</title><rect x="768.6" y="1173" width="15.9" height="15.0" fill="rgb(241,211,12)" rx="2" ry="2" />
<text  x="771.57" y="1183.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (1 samples, 0.19%)</title><rect x="1051.0" y="1397" width="2.3" height="15.0" fill="rgb(227,203,54)" rx="2" ry="2" />
<text  x="1054.04" y="1407.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (1 samples, 0.19%)</title><rect x="784.5" y="645" width="2.3" height="15.0" fill="rgb(249,167,23)" rx="2" ry="2" />
<text  x="787.52" y="655.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (4 samples, 0.77%)</title><rect x="1000.9" y="1157" width="9.1" height="15.0" fill="rgb(254,115,37)" rx="2" ry="2" />
<text  x="1003.93" y="1167.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (4 samples, 0.77%)</title><rect x="1119.4" y="1413" width="9.1" height="15.0" fill="rgb(225,27,50)" rx="2" ry="2" />
<text  x="1122.38" y="1423.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Num::I32 (1 samples, 0.19%)</title><rect x="775.4" y="997" width="2.3" height="15.0" fill="rgb(205,26,36)" rx="2" ry="2" />
<text  x="778.41" y="1007.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (95 samples, 18.34%)</title><rect x="784.5" y="981" width="216.4" height="15.0" fill="rgb(222,192,30)" rx="2" ry="2" />
<text  x="787.52" y="991.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popValue (1 samples, 0.19%)</title><rect x="962.2" y="101" width="2.3" height="15.0" fill="rgb(220,155,13)" rx="2" ry="2" />
<text  x="965.20" y="111.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="791.4" y="501" width="2.2" height="15.0" fill="rgb(217,200,12)" rx="2" ry="2" />
<text  x="794.35" y="511.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (95 samples, 18.34%)</title><rect x="784.5" y="1189" width="216.4" height="15.0" fill="rgb(228,5,49)" rx="2" ry="2" />
<text  x="787.52" y="1199.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Num::I32 (1 samples, 0.19%)</title><rect x="780.0" y="837" width="2.2" height="15.0" fill="rgb(221,104,49)" rx="2" ry="2" />
<text  x="782.96" y="847.5" ></text>
</g>
<g >
<title>{closure}(/home/ken/src/php-waddiwasi/examples/php-on-wasm/php-wasm.php:346-353) (94 samples, 18.15%)</title><rect x="784.5" y="901" width="214.1" height="15.0" fill="rgb(232,158,43)" rx="2" ry="2" />
<text  x="787.52" y="911.5" >{closure}(/home/ken/src/php-..</text>
</g>
<g >
<title>&lt;unknown&gt; (1 samples, 0.19%)</title><rect x="324.4" y="1349" width="2.2" height="15.0" fill="rgb(236,161,21)" rx="2" ry="2" />
<text  x="327.36" y="1359.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (87 samples, 16.80%)</title><rect x="798.2" y="213" width="198.2" height="15.0" fill="rgb(252,108,17)" rx="2" ry="2" />
<text  x="801.19" y="223.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::push (3 samples, 0.58%)</title><rect x="231.0" y="1349" width="6.8" height="15.0" fill="rgb(246,96,49)" rx="2" ry="2" />
<text  x="233.97" y="1359.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (3 samples, 0.58%)</title><rect x="770.8" y="1109" width="6.9" height="15.0" fill="rgb(237,176,19)" rx="2" ry="2" />
<text  x="773.85" y="1119.5" ></text>
</g>
<g >
<title>print_r (5 samples, 0.97%)</title><rect x="438.3" y="1317" width="11.4" height="15.0" fill="rgb(211,229,26)" rx="2" ry="2" />
<text  x="441.26" y="1327.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="784.5" y="693" width="2.3" height="15.0" fill="rgb(236,198,1)" rx="2" ry="2" />
<text  x="787.52" y="703.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (3 samples, 0.58%)</title><rect x="1003.2" y="853" width="6.8" height="15.0" fill="rgb(234,96,15)" rx="2" ry="2" />
<text  x="1006.20" y="863.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::decodeInstrsUntil (4 samples, 0.77%)</title><rect x="21.4" y="1237" width="9.1" height="15.0" fill="rgb(241,5,2)" rx="2" ry="2" />
<text  x="24.39" y="1247.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Structure\Instructions\Instr::F32Mul (1 samples, 0.19%)</title><rect x="28.2" y="1205" width="2.3" height="15.0" fill="rgb(252,184,39)" rx="2" ry="2" />
<text  x="31.22" y="1215.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="795.9" y="405" width="2.3" height="15.0" fill="rgb(224,229,54)" rx="2" ry="2" />
<text  x="798.91" y="415.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (22 samples, 4.25%)</title><rect x="540.8" y="1365" width="50.1" height="15.0" fill="rgb(214,96,28)" rx="2" ry="2" />
<text  x="543.77" y="1375.5" >&lt;unkn..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (87 samples, 16.80%)</title><rect x="798.2" y="309" width="198.2" height="15.0" fill="rgb(226,221,2)" rx="2" ry="2" />
<text  x="801.19" y="319.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popValue (1 samples, 0.19%)</title><rect x="996.4" y="693" width="2.2" height="15.0" fill="rgb(233,218,27)" rx="2" ry="2" />
<text  x="999.37" y="703.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::pushI32 (3 samples, 0.58%)</title><rect x="973.6" y="101" width="6.8" height="15.0" fill="rgb(247,150,13)" rx="2" ry="2" />
<text  x="976.59" y="111.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popI32 (1 samples, 0.19%)</title><rect x="795.9" y="261" width="2.3" height="15.0" fill="rgb(253,153,50)" rx="2" ry="2" />
<text  x="798.91" y="271.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeHostFunc (94 samples, 18.15%)</title><rect x="784.5" y="917" width="214.1" height="15.0" fill="rgb(249,211,0)" rx="2" ry="2" />
<text  x="787.52" y="927.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (87 samples, 16.80%)</title><rect x="798.2" y="597" width="198.2" height="15.0" fill="rgb(225,146,20)" rx="2" ry="2" />
<text  x="801.19" y="607.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Composer\Autoload\ClassLoader::loadClass (1 samples, 0.19%)</title><rect x="46.4" y="1413" width="2.3" height="15.0" fill="rgb(210,129,8)" rx="2" ry="2" />
<text  x="49.45" y="1423.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::pushValue (7 samples, 1.35%)</title><rect x="980.4" y="101" width="16.0" height="15.0" fill="rgb(235,114,12)" rx="2" ry="2" />
<text  x="983.42" y="111.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (3 samples, 0.58%)</title><rect x="777.7" y="1157" width="6.8" height="15.0" fill="rgb(239,110,8)" rx="2" ry="2" />
<text  x="780.68" y="1167.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntries\Value::__construct (1 samples, 0.19%)</title><rect x="739.0" y="1333" width="2.2" height="15.0" fill="rgb(209,88,6)" rx="2" ry="2" />
<text  x="741.96" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (2 samples, 0.39%)</title><rect x="777.7" y="997" width="4.5" height="15.0" fill="rgb(230,36,28)" rx="2" ry="2" />
<text  x="780.68" y="1007.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\MemInst::storeByte (1 samples, 0.19%)</title><rect x="627.3" y="1333" width="2.3" height="15.0" fill="rgb(251,194,50)" rx="2" ry="2" />
<text  x="630.34" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popI64 (2 samples, 0.39%)</title><rect x="934.9" y="85" width="4.5" height="15.0" fill="rgb(252,73,9)" rx="2" ry="2" />
<text  x="937.86" y="95.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popI32 (1 samples, 0.19%)</title><rect x="959.9" y="85" width="2.3" height="15.0" fill="rgb(223,39,9)" rx="2" ry="2" />
<text  x="962.92" y="95.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (106 samples, 20.46%)</title><rect x="768.6" y="1413" width="241.4" height="15.0" fill="rgb(224,136,28)" rx="2" ry="2" />
<text  x="771.57" y="1423.5" >Nsfisis\Waddiwasi\Execution\Runt..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::currentFrame (2 samples, 0.39%)</title><rect x="379.0" y="1349" width="4.6" height="15.0" fill="rgb(240,45,3)" rx="2" ry="2" />
<text  x="382.03" y="1359.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="795.9" y="293" width="2.3" height="15.0" fill="rgb(226,115,50)" rx="2" ry="2" />
<text  x="798.91" y="303.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::pushI32 (1 samples, 0.19%)</title><rect x="780.0" y="869" width="2.2" height="15.0" fill="rgb(206,34,52)" rx="2" ry="2" />
<text  x="782.96" y="879.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Val::NumI32 (1 samples, 0.19%)</title><rect x="780.0" y="853" width="2.2" height="15.0" fill="rgb(221,93,32)" rx="2" ry="2" />
<text  x="782.96" y="863.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="795.9" y="325" width="2.3" height="15.0" fill="rgb(239,79,11)" rx="2" ry="2" />
<text  x="798.91" y="335.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="770.8" y="1029" width="2.3" height="15.0" fill="rgb(230,164,43)" rx="2" ry="2" />
<text  x="773.85" y="1039.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (14 samples, 2.70%)</title><rect x="1101.2" y="1429" width="31.9" height="15.0" fill="rgb(253,136,18)" rx="2" ry="2" />
<text  x="1104.16" y="1439.5" >&lt;u..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (94 samples, 18.15%)</title><rect x="784.5" y="789" width="214.1" height="15.0" fill="rgb(208,5,53)" rx="2" ry="2" />
<text  x="787.52" y="799.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (2 samples, 0.39%)</title><rect x="777.7" y="901" width="4.5" height="15.0" fill="rgb(238,74,30)" rx="2" ry="2" />
<text  x="780.68" y="911.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (52 samples, 10.04%)</title><rect x="135.3" y="1365" width="118.4" height="15.0" fill="rgb(243,120,4)" rx="2" ry="2" />
<text  x="138.29" y="1375.5" >&lt;unknown&gt;</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (2 samples, 0.39%)</title><rect x="793.6" y="645" width="4.6" height="15.0" fill="rgb(234,139,53)" rx="2" ry="2" />
<text  x="796.63" y="655.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (3 samples, 0.58%)</title><rect x="777.7" y="1013" width="6.8" height="15.0" fill="rgb(218,217,51)" rx="2" ry="2" />
<text  x="780.68" y="1023.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="1003.2" y="757" width="2.3" height="15.0" fill="rgb(212,124,28)" rx="2" ry="2" />
<text  x="1006.20" y="767.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="791.4" y="549" width="2.2" height="15.0" fill="rgb(219,224,42)" rx="2" ry="2" />
<text  x="794.35" y="559.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="773.1" y="933" width="2.3" height="15.0" fill="rgb(216,8,40)" rx="2" ry="2" />
<text  x="776.13" y="943.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntries\Value::__construct (1 samples, 0.19%)</title><rect x="249.2" y="1333" width="2.3" height="15.0" fill="rgb(248,195,11)" rx="2" ry="2" />
<text  x="252.19" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\MemInst::storeByte (4 samples, 0.77%)</title><rect x="693.4" y="1333" width="9.1" height="15.0" fill="rgb(238,211,10)" rx="2" ry="2" />
<text  x="696.40" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="784.5" y="517" width="2.3" height="15.0" fill="rgb(247,22,53)" rx="2" ry="2" />
<text  x="787.52" y="527.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntries\Value::__construct (1 samples, 0.19%)</title><rect x="215.0" y="1333" width="2.3" height="15.0" fill="rgb(246,99,5)" rx="2" ry="2" />
<text  x="218.02" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (4 samples, 0.77%)</title><rect x="1000.9" y="1221" width="9.1" height="15.0" fill="rgb(241,38,33)" rx="2" ry="2" />
<text  x="1003.93" y="1231.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::activateLabel (1 samples, 0.19%)</title><rect x="1000.9" y="853" width="2.3" height="15.0" fill="rgb(220,193,14)" rx="2" ry="2" />
<text  x="1003.93" y="863.5" ></text>
</g>
<g >
<title>print_r (1 samples, 0.19%)</title><rect x="661.5" y="1317" width="2.3" height="15.0" fill="rgb(231,78,2)" rx="2" ry="2" />
<text  x="664.51" y="1327.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (1 samples, 0.19%)</title><rect x="770.8" y="709" width="2.3" height="15.0" fill="rgb(246,169,1)" rx="2" ry="2" />
<text  x="773.85" y="719.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (1 samples, 0.19%)</title><rect x="1160.4" y="1429" width="2.3" height="15.0" fill="rgb(229,58,33)" rx="2" ry="2" />
<text  x="1163.39" y="1439.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="784.5" y="549" width="2.3" height="15.0" fill="rgb(216,161,52)" rx="2" ry="2" />
<text  x="787.52" y="559.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Num::I32 (1 samples, 0.19%)</title><rect x="502.0" y="1349" width="2.3" height="15.0" fill="rgb(254,87,0)" rx="2" ry="2" />
<text  x="505.05" y="1359.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (1 samples, 0.19%)</title><rect x="784.5" y="741" width="2.3" height="15.0" fill="rgb(229,93,35)" rx="2" ry="2" />
<text  x="787.52" y="751.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::decodeInstr (1 samples, 0.19%)</title><rect x="23.7" y="1093" width="2.2" height="15.0" fill="rgb(231,22,19)" rx="2" ry="2" />
<text  x="26.67" y="1103.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="791.4" y="485" width="2.2" height="15.0" fill="rgb(239,30,45)" rx="2" ry="2" />
<text  x="794.35" y="495.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="1003.2" y="709" width="2.3" height="15.0" fill="rgb(229,118,40)" rx="2" ry="2" />
<text  x="1006.20" y="719.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (2 samples, 0.39%)</title><rect x="777.7" y="917" width="4.5" height="15.0" fill="rgb(217,128,15)" rx="2" ry="2" />
<text  x="780.68" y="927.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (3 samples, 0.58%)</title><rect x="777.7" y="1125" width="6.8" height="15.0" fill="rgb(224,99,27)" rx="2" ry="2" />
<text  x="780.68" y="1135.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="1003.2" y="741" width="2.3" height="15.0" fill="rgb(216,155,38)" rx="2" ry="2" />
<text  x="1006.20" y="751.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="784.5" y="485" width="2.3" height="15.0" fill="rgb(226,94,12)" rx="2" ry="2" />
<text  x="787.52" y="495.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (95 samples, 18.34%)</title><rect x="784.5" y="1013" width="216.4" height="15.0" fill="rgb(223,71,0)" rx="2" ry="2" />
<text  x="787.52" y="1023.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popValue (1 samples, 0.19%)</title><rect x="782.2" y="981" width="2.3" height="15.0" fill="rgb(221,192,32)" rx="2" ry="2" />
<text  x="785.24" y="991.5" ></text>
</g>
<g >
<title>print_r (7 samples, 1.35%)</title><rect x="638.7" y="1317" width="16.0" height="15.0" fill="rgb(208,33,29)" rx="2" ry="2" />
<text  x="641.73" y="1327.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Nums\I32::__construct (1 samples, 0.19%)</title><rect x="1032.8" y="1429" width="2.3" height="15.0" fill="rgb(247,75,17)" rx="2" ry="2" />
<text  x="1035.82" y="1439.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="770.8" y="933" width="2.3" height="15.0" fill="rgb(253,121,4)" rx="2" ry="2" />
<text  x="773.85" y="943.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::pushBool (4 samples, 0.77%)</title><rect x="964.5" y="101" width="9.1" height="15.0" fill="rgb(243,185,13)" rx="2" ry="2" />
<text  x="967.48" y="111.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntries\Value::__construct (1 samples, 0.19%)</title><rect x="994.1" y="69" width="2.3" height="15.0" fill="rgb(250,115,48)" rx="2" ry="2" />
<text  x="997.09" y="79.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (87 samples, 16.80%)</title><rect x="798.2" y="261" width="198.2" height="15.0" fill="rgb(224,7,20)" rx="2" ry="2" />
<text  x="801.19" y="271.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>{closure}(/home/ken/src/php-waddiwasi/vendor/composer/ClassLoader.php:575-577) (1 samples, 0.19%)</title><rect x="10.0" y="1333" width="2.3" height="15.0" fill="rgb(230,18,28)" rx="2" ry="2" />
<text  x="13.00" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::pushLabel (1 samples, 0.19%)</title><rect x="1000.9" y="837" width="2.3" height="15.0" fill="rgb(235,120,39)" rx="2" ry="2" />
<text  x="1003.93" y="847.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popI32 (1 samples, 0.19%)</title><rect x="1064.7" y="1429" width="2.3" height="15.0" fill="rgb(241,132,40)" rx="2" ry="2" />
<text  x="1067.71" y="1439.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popValue (1 samples, 0.19%)</title><rect x="766.3" y="1349" width="2.3" height="15.0" fill="rgb(244,63,4)" rx="2" ry="2" />
<text  x="769.29" y="1359.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (4 samples, 0.77%)</title><rect x="1000.9" y="1301" width="9.1" height="15.0" fill="rgb(214,169,25)" rx="2" ry="2" />
<text  x="1003.93" y="1311.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (87 samples, 16.80%)</title><rect x="798.2" y="613" width="198.2" height="15.0" fill="rgb(218,73,7)" rx="2" ry="2" />
<text  x="801.19" y="623.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (4 samples, 0.77%)</title><rect x="1000.9" y="1317" width="9.1" height="15.0" fill="rgb(238,117,1)" rx="2" ry="2" />
<text  x="1003.93" y="1327.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="795.9" y="341" width="2.3" height="15.0" fill="rgb(210,17,12)" rx="2" ry="2" />
<text  x="798.91" y="351.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::decodeVec (16 samples, 3.09%)</title><rect x="10.0" y="1381" width="36.4" height="15.0" fill="rgb(211,226,7)" rx="2" ry="2" />
<text  x="13.00" y="1391.5" >Nsf..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::decodeInstrsUntil (1 samples, 0.19%)</title><rect x="23.7" y="1109" width="2.2" height="15.0" fill="rgb(231,9,21)" rx="2" ry="2" />
<text  x="26.67" y="1119.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (2 samples, 0.39%)</title><rect x="1003.2" y="821" width="4.6" height="15.0" fill="rgb(251,21,37)" rx="2" ry="2" />
<text  x="1006.20" y="831.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="795.9" y="437" width="2.3" height="15.0" fill="rgb(242,4,28)" rx="2" ry="2" />
<text  x="798.91" y="447.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::pushValue (23 samples, 4.44%)</title><rect x="1087.5" y="1445" width="52.4" height="15.0" fill="rgb(225,126,22)" rx="2" ry="2" />
<text  x="1090.49" y="1455.5" >Nsfis..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (95 samples, 18.34%)</title><rect x="784.5" y="1029" width="216.4" height="15.0" fill="rgb(224,133,51)" rx="2" ry="2" />
<text  x="787.52" y="1039.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntry::Value (3 samples, 0.58%)</title><rect x="1133.1" y="1429" width="6.8" height="15.0" fill="rgb(241,138,39)" rx="2" ry="2" />
<text  x="1136.05" y="1439.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="770.8" y="997" width="2.3" height="15.0" fill="rgb(250,151,8)" rx="2" ry="2" />
<text  x="773.85" y="1007.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Vals\Num::__construct (1 samples, 0.19%)</title><rect x="1071.5" y="1397" width="2.3" height="15.0" fill="rgb(251,125,50)" rx="2" ry="2" />
<text  x="1074.54" y="1407.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (95 samples, 18.34%)</title><rect x="784.5" y="1045" width="216.4" height="15.0" fill="rgb(235,7,10)" rx="2" ry="2" />
<text  x="787.52" y="1055.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="770.8" y="805" width="2.3" height="15.0" fill="rgb(220,63,8)" rx="2" ry="2" />
<text  x="773.85" y="815.5" ></text>
</g>
<g >
<title>print_r (1 samples, 0.19%)</title><rect x="417.8" y="1317" width="2.2" height="15.0" fill="rgb(233,181,47)" rx="2" ry="2" />
<text  x="420.76" y="1327.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (2 samples, 0.39%)</title><rect x="777.7" y="981" width="4.5" height="15.0" fill="rgb(216,181,12)" rx="2" ry="2" />
<text  x="780.68" y="991.5" ></text>
</g>
<g >
<title>print_r (5 samples, 0.97%)</title><rect x="711.6" y="1317" width="11.4" height="15.0" fill="rgb(253,96,20)" rx="2" ry="2" />
<text  x="714.62" y="1327.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Val::Num (8 samples, 1.54%)</title><rect x="1144.4" y="1445" width="18.3" height="15.0" fill="rgb(224,9,5)" rx="2" ry="2" />
<text  x="1147.44" y="1455.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Vals\Num::__construct (2 samples, 0.39%)</title><rect x="226.4" y="1333" width="4.6" height="15.0" fill="rgb(238,46,49)" rx="2" ry="2" />
<text  x="229.41" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="770.8" y="821" width="2.3" height="15.0" fill="rgb(227,95,44)" rx="2" ry="2" />
<text  x="773.85" y="831.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (2 samples, 0.39%)</title><rect x="1028.3" y="1429" width="4.5" height="15.0" fill="rgb(220,215,13)" rx="2" ry="2" />
<text  x="1031.26" y="1439.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::invokeByFuncAddr (94 samples, 18.15%)</title><rect x="784.5" y="885" width="214.1" height="15.0" fill="rgb(242,8,22)" rx="2" ry="2" />
<text  x="787.52" y="895.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>&lt;unknown&gt; (5 samples, 0.97%)</title><rect x="1041.9" y="1429" width="11.4" height="15.0" fill="rgb(252,174,0)" rx="2" ry="2" />
<text  x="1044.93" y="1439.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (5 samples, 0.97%)</title><rect x="786.8" y="709" width="11.4" height="15.0" fill="rgb(206,11,0)" rx="2" ry="2" />
<text  x="789.80" y="719.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Structure\Instructions\Instr::BrIf (1 samples, 0.19%)</title><rect x="23.7" y="1077" width="2.2" height="15.0" fill="rgb(242,50,20)" rx="2" ry="2" />
<text  x="26.67" y="1087.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (4 samples, 0.77%)</title><rect x="1041.9" y="1413" width="9.1" height="15.0" fill="rgb(207,183,21)" rx="2" ry="2" />
<text  x="1044.93" y="1423.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="1003.2" y="725" width="2.3" height="15.0" fill="rgb(244,89,52)" rx="2" ry="2" />
<text  x="1006.20" y="735.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="791.4" y="469" width="2.2" height="15.0" fill="rgb(238,90,17)" rx="2" ry="2" />
<text  x="794.35" y="479.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Val::NumI32 (1 samples, 0.19%)</title><rect x="775.4" y="1013" width="2.3" height="15.0" fill="rgb(250,168,1)" rx="2" ry="2" />
<text  x="778.41" y="1023.5" ></text>
</g>
<g >
<title>assert (5 samples, 0.97%)</title><rect x="1178.6" y="1445" width="11.4" height="15.0" fill="rgb(229,141,52)" rx="2" ry="2" />
<text  x="1181.61" y="1455.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (1 samples, 0.19%)</title><rect x="770.8" y="757" width="2.3" height="15.0" fill="rgb(252,107,31)" rx="2" ry="2" />
<text  x="773.85" y="767.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="1003.2" y="805" width="2.3" height="15.0" fill="rgb(245,210,31)" rx="2" ry="2" />
<text  x="1006.20" y="815.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (94 samples, 18.15%)</title><rect x="784.5" y="805" width="214.1" height="15.0" fill="rgb(236,155,20)" rx="2" ry="2" />
<text  x="787.52" y="815.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (87 samples, 16.80%)</title><rect x="798.2" y="565" width="198.2" height="15.0" fill="rgb(226,102,44)" rx="2" ry="2" />
<text  x="801.19" y="575.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (95 samples, 18.34%)</title><rect x="784.5" y="1061" width="216.4" height="15.0" fill="rgb(238,19,16)" rx="2" ry="2" />
<text  x="787.52" y="1071.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeWasmFunc (1 samples, 0.19%)</title><rect x="795.9" y="565" width="2.3" height="15.0" fill="rgb(214,42,19)" rx="2" ry="2" />
<text  x="798.91" y="575.5" ></text>
</g>
<g >
<title>chr (1 samples, 0.19%)</title><rect x="1039.7" y="1429" width="2.2" height="15.0" fill="rgb(249,216,35)" rx="2" ry="2" />
<text  x="1042.65" y="1439.5" ></text>
</g>
<g >
<title>array_pop (5 samples, 0.97%)</title><rect x="1167.2" y="1445" width="11.4" height="15.0" fill="rgb(215,30,8)" rx="2" ry="2" />
<text  x="1170.22" y="1455.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="795.9" y="501" width="2.3" height="15.0" fill="rgb(234,136,21)" rx="2" ry="2" />
<text  x="798.91" y="511.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (4 samples, 0.77%)</title><rect x="1000.9" y="981" width="9.1" height="15.0" fill="rgb(244,85,44)" rx="2" ry="2" />
<text  x="1003.93" y="991.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::decodeInstrsUntil (6 samples, 1.16%)</title><rect x="16.8" y="1301" width="13.7" height="15.0" fill="rgb(239,83,34)" rx="2" ry="2" />
<text  x="19.83" y="1311.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Val::NumI32 (1 samples, 0.19%)</title><rect x="1005.5" y="789" width="2.3" height="15.0" fill="rgb(232,160,7)" rx="2" ry="2" />
<text  x="1008.48" y="799.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popI32 (1 samples, 0.19%)</title><rect x="932.6" y="85" width="2.3" height="15.0" fill="rgb(226,7,36)" rx="2" ry="2" />
<text  x="935.59" y="95.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Val::NumI32 (6 samples, 1.16%)</title><rect x="490.7" y="1365" width="13.6" height="15.0" fill="rgb(221,79,46)" rx="2" ry="2" />
<text  x="493.66" y="1375.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popI64 (1 samples, 0.19%)</title><rect x="996.4" y="709" width="2.2" height="15.0" fill="rgb(250,229,40)" rx="2" ry="2" />
<text  x="999.37" y="719.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntry::Value (1 samples, 0.19%)</title><rect x="994.1" y="85" width="2.3" height="15.0" fill="rgb(247,136,19)" rx="2" ry="2" />
<text  x="997.09" y="95.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (5 samples, 0.97%)</title><rect x="568.1" y="1333" width="11.4" height="15.0" fill="rgb(229,151,35)" rx="2" ry="2" />
<text  x="571.11" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (95 samples, 18.34%)</title><rect x="784.5" y="1077" width="216.4" height="15.0" fill="rgb(252,50,35)" rx="2" ry="2" />
<text  x="787.52" y="1087.5" >Nsfisis\Waddiwasi\Execution\..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (102 samples, 19.69%)</title><rect x="768.6" y="1253" width="232.3" height="15.0" fill="rgb(231,79,46)" rx="2" ry="2" />
<text  x="771.57" y="1263.5" >Nsfisis\Waddiwasi\Execution\Ru..</text>
</g>
<g >
<title>count (1 samples, 0.19%)</title><rect x="661.5" y="1333" width="2.3" height="15.0" fill="rgb(215,72,50)" rx="2" ry="2" />
<text  x="664.51" y="1343.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popI32 (3 samples, 0.58%)</title><rect x="761.7" y="1365" width="6.9" height="15.0" fill="rgb(250,62,30)" rx="2" ry="2" />
<text  x="764.74" y="1375.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::decodeSection (16 samples, 3.09%)</title><rect x="10.0" y="1413" width="36.4" height="15.0" fill="rgb(209,61,15)" rx="2" ry="2" />
<text  x="13.00" y="1423.5" >Nsf..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Structure\Instructions\Instr::I32Store8 (9 samples, 1.74%)</title><rect x="748.1" y="1381" width="20.5" height="15.0" fill="rgb(251,185,38)" rx="2" ry="2" />
<text  x="751.07" y="1391.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="1003.2" y="789" width="2.3" height="15.0" fill="rgb(224,144,51)" rx="2" ry="2" />
<text  x="1006.20" y="799.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (4 samples, 0.77%)</title><rect x="1000.9" y="1029" width="9.1" height="15.0" fill="rgb(208,163,8)" rx="2" ry="2" />
<text  x="1003.93" y="1039.5" ></text>
</g>
<g >
<title>print_r (1 samples, 0.19%)</title><rect x="1030.5" y="1413" width="2.3" height="15.0" fill="rgb(222,153,20)" rx="2" ry="2" />
<text  x="1033.54" y="1423.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (4 samples, 0.77%)</title><rect x="727.6" y="1349" width="9.1" height="15.0" fill="rgb(224,103,32)" rx="2" ry="2" />
<text  x="730.57" y="1359.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Num::I32 (1 samples, 0.19%)</title><rect x="1005.5" y="773" width="2.3" height="15.0" fill="rgb(235,181,2)" rx="2" ry="2" />
<text  x="1008.48" y="783.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Num::I32 (1 samples, 0.19%)</title><rect x="734.4" y="1333" width="2.3" height="15.0" fill="rgb(238,8,17)" rx="2" ry="2" />
<text  x="737.40" y="1343.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (1 samples, 0.19%)</title><rect x="957.6" y="85" width="2.3" height="15.0" fill="rgb(233,202,28)" rx="2" ry="2" />
<text  x="960.64" y="95.5" ></text>
</g>
<g >
<title>&lt;unknown&gt; (3 samples, 0.58%)</title><rect x="219.6" y="1317" width="6.8" height="15.0" fill="rgb(224,104,0)" rx="2" ry="2" />
<text  x="222.58" y="1327.5" ></text>
</g>
<g >
<title>{closure}(/home/ken/src/php-waddiwasi/vendor/composer/ClassLoader.php:575-577) (1 samples, 0.19%)</title><rect x="1164.9" y="1413" width="2.3" height="15.0" fill="rgb(238,142,29)" rx="2" ry="2" />
<text  x="1167.94" y="1423.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (93 samples, 17.95%)</title><rect x="786.8" y="741" width="211.8" height="15.0" fill="rgb(211,71,50)" rx="2" ry="2" />
<text  x="789.80" y="751.5" >Nsfisis\Waddiwasi\Execution..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Nums\I32::__construct (1 samples, 0.19%)</title><rect x="233.2" y="1301" width="2.3" height="15.0" fill="rgb(228,204,46)" rx="2" ry="2" />
<text  x="236.24" y="1311.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="770.8" y="1045" width="2.3" height="15.0" fill="rgb(244,99,48)" rx="2" ry="2" />
<text  x="773.85" y="1055.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (1 samples, 0.19%)</title><rect x="784.5" y="581" width="2.3" height="15.0" fill="rgb(230,53,34)" rx="2" ry="2" />
<text  x="787.52" y="591.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\BinaryFormat\Decoder::decodeInstr (1 samples, 0.19%)</title><rect x="23.7" y="1157" width="2.2" height="15.0" fill="rgb(230,72,39)" rx="2" ry="2" />
<text  x="26.67" y="1167.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (1 samples, 0.19%)</title><rect x="791.4" y="437" width="2.2" height="15.0" fill="rgb(213,223,41)" rx="2" ry="2" />
<text  x="794.35" y="447.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (2 samples, 0.39%)</title><rect x="777.7" y="965" width="4.5" height="15.0" fill="rgb(248,97,2)" rx="2" ry="2" />
<text  x="780.68" y="975.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Stack::popI32 (1 samples, 0.19%)</title><rect x="1007.8" y="837" width="2.2" height="15.0" fill="rgb(214,158,9)" rx="2" ry="2" />
<text  x="1010.76" y="847.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (87 samples, 16.80%)</title><rect x="798.2" y="469" width="198.2" height="15.0" fill="rgb(210,1,46)" rx="2" ry="2" />
<text  x="801.19" y="479.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\StackEntries\Value::__construct (1 samples, 0.19%)</title><rect x="941.7" y="69" width="2.3" height="15.0" fill="rgb(250,125,28)" rx="2" ry="2" />
<text  x="944.70" y="79.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstrs (4 samples, 0.77%)</title><rect x="1000.9" y="901" width="9.1" height="15.0" fill="rgb(215,69,12)" rx="2" ry="2" />
<text  x="1003.93" y="911.5" ></text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::doInvokeFunc (87 samples, 16.80%)</title><rect x="798.2" y="357" width="198.2" height="15.0" fill="rgb(219,1,20)" rx="2" ry="2" />
<text  x="801.19" y="367.5" >Nsfisis\Waddiwasi\Executi..</text>
</g>
<g >
<title>Nsfisis\Waddiwasi\Execution\Runtime::execInstr (2 samples, 0.39%)</title><rect x="777.7" y="949" width="4.5" height="15.0" fill="rgb(216,47,2)" rx="2" ry="2" />
<text  x="780.68" y="959.5" ></text>
</g>
</g>
</svg>