profile.json 691.9 KB
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 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343
{
"instructions_readme": "1) Open Chrome, 2) go to chrome://tracing, 3) click Load, 4) navigate to this file.",

"traceEvents":[
{ "pid": 1, "tid": 1, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 1, "ts": 1480.1909923553467, "dur": 6049030.2734375, "ph": "X", "name": "il2cpp.exe", "args": { "durationMS": 6049.0302734375, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 69757.26318359375, "dur": 5978293.45703125, "ph": "X", "name": "ConvertAssemblies", "args": { "durationMS": 5978.29345703125, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 128263.51928710938, "dur": 433654.4494628906, "ph": "X", "name": "InitializePhase", "args": { "durationMS": 433.6544494628906, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 128264.05334472656, "dur": 432030.1208496094, "ph": "X", "name": "Collect assemblies to convert", "args": { "durationMS": 432.0301208496094, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 562634.1552734375, "dur": 120254.72259521484, "ph": "X", "name": "SetupPhase", "args": { "durationMS": 120.25472259521484, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 563211.1206054688, "dur": 51169.010162353516, "ph": "X", "name": "RegisterCorlib", "args": { "durationMS": 51.169010162353516, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 616143.8598632812, "dur": 26162.7140045166, "ph": "X", "name": "PreProcessIL", "args": { "durationMS": 26.1627140045166, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 616144.7143554688, "dur": 13522.038459777832, "ph": "X", "name": "Inject base types and finalizers into COM and Windows Runtime types", "args": { "durationMS": 13.522038459777832, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 616565.1245117188, "dur": 12188.858985900879, "ph": "X", "name": "ModifyCOMAndWindowsRuntimeTypes in assembly", "args": { "durationMS": 12.188858985900879, "detail": "mscorlib" } },
{ "pid": 1, "tid": 1, "ts": 629666.9311523438, "dur": 12639.187812805176, "ph": "X", "name": "ApplyDefaultMarshalAsAttribute", "args": { "durationMS": 12.639187812805176, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 630050.9033203125, "dur": 10003.23486328125, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 10.00323486328125, "detail": "mscorlib" } },
{ "pid": 1, "tid": 1, "ts": 640500.5493164062, "dur": 780.5980443954468, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.7805980443954468, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 1, "ts": 641670.7763671875, "dur": 494.4719970226288, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.4944719970226288, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 1, "ts": 642646.97265625, "dur": 6874.210834503174, "ph": "X", "name": "WriteResources", "args": { "durationMS": 6.874210834503174, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 649855.1635742188, "dur": 31828.319549560547, "ph": "X", "name": "CopyEtcFolder", "args": { "durationMS": 31.828319549560547, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 681683.8989257812, "dur": 1204.234004020691, "ph": "X", "name": "Build Results", "args": { "durationMS": 1.204234004020691, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 685046.4477539062, "dur": 850726.6845703125, "ph": "X", "name": "PrimaryCollectionPhase", "args": { "durationMS": 850.7266845703125, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 686628.2348632812, "dur": 29359.420776367188, "ph": "X", "name": "Create Scheduler", "args": { "durationMS": 29.359420776367188, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 696545.9594726562, "dur": 13360.760688781738, "ph": "X", "name": "ForkedContextScope.Setup", "args": { "durationMS": 13.360760688781738, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 715988.5864257812, "dur": 70736.11450195312, "ph": "X", "name": "Scheduling", "args": { "durationMS": 70.73611450195312, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 788418.1518554688, "dur": 698338.9282226562, "ph": "X", "name": "PhaseWorkScheduler.WaitForEmptyQueue", "args": { "durationMS": 698.3389282226562, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1490355.712890625, "dur": 40587.188720703125, "ph": "X", "name": "ForkedContextScope.MergeBack", "args": { "durationMS": 40.587188720703125, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1508627.685546875, "dur": 698.1019973754883, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.6981019973754883, "detail": "Unity.IL2CPP.Contexts.Components.VirtualCallCollector" } },
{ "pid": 1, "tid": 1, "ts": 1509353.6376953125, "dur": 2349.2391109466553, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 2.3492391109466553, "detail": "Unity.IL2CPP.Contexts.Components.CCWMarshallingFunctionComponent" } },
{ "pid": 1, "tid": 1, "ts": 1531013.3056640625, "dur": 4758.613109588623, "ph": "X", "name": "Build Results", "args": { "durationMS": 4.758613109588623, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1538937.744140625, "dur": 3411030.2734375, "ph": "X", "name": "PrimaryWritePhase", "args": { "durationMS": 3411.0302734375, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1539433.837890625, "dur": 42328.433990478516, "ph": "X", "name": "Create Scheduler", "args": { "durationMS": 42.328433990478516, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1581763.5498046875, "dur": 35322.4983215332, "ph": "X", "name": "Scheduling", "args": { "durationMS": 35.3224983215332, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1617116.69921875, "dur": 3181802.24609375, "ph": "X", "name": "PhaseWorkScheduler.WaitForEmptyQueue", "args": { "durationMS": 3181.80224609375, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4799227.05078125, "dur": 71795.8755493164, "ph": "X", "name": "ForkedContextScope.MergeBack", "args": { "durationMS": 71.7958755493164, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4799683.10546875, "dur": 18340.972900390625, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 18.340972900390625, "detail": "Unity.IL2CPP.Contexts.Components.MetadataUsageCollectorComponent" } },
{ "pid": 1, "tid": 1, "ts": 4871044.43359375, "dur": 78921.74530029297, "ph": "X", "name": "Build Results", "args": { "durationMS": 78.92174530029297, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4953654.78515625, "dur": 433240.478515625, "ph": "X", "name": "SecondaryCollectionPhase", "args": { "durationMS": 433.240478515625, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4953655.76171875, "dur": 421423.583984375, "ph": "X", "name": "Scheduling", "args": { "durationMS": 421.423583984375, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4954194.3359375, "dur": 3768.5790061950684, "ph": "X", "name": "Create Scheduler", "args": { "durationMS": 3.7685790061950684, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5000103.515625, "dur": 372274.1394042969, "ph": "X", "name": "PhaseWorkScheduler.WaitForEmptyQueue", "args": { "durationMS": 372.2741394042969, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5372610.3515625, "dur": 2442.3391819000244, "ph": "X", "name": "ForkedContextScope.MergeBack", "args": { "durationMS": 2.4423391819000244, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5375079.58984375, "dur": 11814.663887023926, "ph": "X", "name": "Build Results", "args": { "durationMS": 11.814663887023926, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5387152.83203125, "dur": 467056.2438964844, "ph": "X", "name": "SecondaryWritePhase", "args": { "durationMS": 467.0562438964844, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5388183.59375, "dur": 4242.024898529053, "ph": "X", "name": "Part1", "args": { "durationMS": 4.242024898529053, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5388184.08203125, "dur": 1164.8190021514893, "ph": "X", "name": "Scheduling", "args": { "durationMS": 1.1648190021514893, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5389349.609375, "dur": 3074.4378566741943, "ph": "X", "name": "Build Results", "args": { "durationMS": 3.0744378566741943, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5393339.84375, "dur": 22478.843688964844, "ph": "X", "name": "Part3", "args": { "durationMS": 22.478843688964844, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5393340.8203125, "dur": 22476.4347076416, "ph": "X", "name": "Scheduling", "args": { "durationMS": 22.4764347076416, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5393750.9765625, "dur": 22065.156936645508, "ph": "X", "name": "WriteUnresolvedStubs", "args": { "durationMS": 22.065156936645508, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5396035.15625, "dur": 19779.922485351562, "ph": "X", "name": "UnresolvedVirtualCallStubs.cpp", "args": { "durationMS": 19.779922485351562, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5417089.84375, "dur": 437117.431640625, "ph": "X", "name": "Part4", "args": { "durationMS": 437.117431640625, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5417090.33203125, "dur": 436628.8146972656, "ph": "X", "name": "Scheduling", "args": { "durationMS": 436.6288146972656, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5417502.44140625, "dur": 1740.58198928833, "ph": "X", "name": "Create Scheduler", "args": { "durationMS": 1.74058198928833, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5450644.04296875, "dur": 394103.9733886719, "ph": "X", "name": "PhaseWorkScheduler.WaitForEmptyQueue", "args": { "durationMS": 394.1039733886719, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5845013.671875, "dur": 8687.972068786621, "ph": "X", "name": "ForkedContextScope.MergeBack", "args": { "durationMS": 8.687972068786621, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5853720.21484375, "dur": 486.56198382377625, "ph": "X", "name": "Build Results", "args": { "durationMS": 0.48656198382377625, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5854483.88671875, "dur": 187529.92248535156, "ph": "X", "name": "MetadataWritePhase", "args": { "durationMS": 187.52992248535156, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5863103.02734375, "dur": 11049.62158203125, "ph": "X", "name": "StringLiteralWriter", "args": { "durationMS": 11.04962158203125, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5874525.390625, "dur": 1817.1160221099854, "ph": "X", "name": "Metadata Strings", "args": { "durationMS": 1.8171160221099854, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5876346.19140625, "dur": 3322.398900985718, "ph": "X", "name": "Events", "args": { "durationMS": 3.3223989009857178, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5879669.921875, "dur": 4802.539825439453, "ph": "X", "name": "Properties", "args": { "durationMS": 4.802539825439453, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5884473.6328125, "dur": 28261.272430419922, "ph": "X", "name": "Methods", "args": { "durationMS": 28.261272430419922, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5912735.83984375, "dur": 1275.8660316467285, "ph": "X", "name": "Parameter Default Values", "args": { "durationMS": 1.2758660316467285, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5914013.18359375, "dur": 2971.3568687438965, "ph": "X", "name": "Field Default Values", "args": { "durationMS": 2.9713568687438965, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5916985.3515625, "dur": 573.4279751777649, "ph": "X", "name": "Field and Parameter Default Values Data", "args": { "durationMS": 0.5734279751777649, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5917559.5703125, "dur": 1010.316014289856, "ph": "X", "name": "Field Marshaled Sizes", "args": { "durationMS": 1.010316014289856, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5918570.80078125, "dur": 13636.734962463379, "ph": "X", "name": "Parameters", "args": { "durationMS": 13.636734962463379, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5932208.49609375, "dur": 7355.782032012939, "ph": "X", "name": "Fields", "args": { "durationMS": 7.3557820320129395, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5939565.91796875, "dur": 2974.50590133667, "ph": "X", "name": "Generic Parameters", "args": { "durationMS": 2.97450590133667, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5942541.9921875, "dur": 1129.9020051956177, "ph": "X", "name": "Generic Parameter Constraints", "args": { "durationMS": 1.1299020051956177, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5943672.36328125, "dur": 2405.663013458252, "ph": "X", "name": "Generic Containers", "args": { "durationMS": 2.405663013458252, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5946079.1015625, "dur": 1150.0130891799927, "ph": "X", "name": "Nested Types", "args": { "durationMS": 1.1500130891799927, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5947229.98046875, "dur": 1164.1520261764526, "ph": "X", "name": "Interfaces", "args": { "durationMS": 1.1641520261764526, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5948395.01953125, "dur": 6045.156955718994, "ph": "X", "name": "VTables", "args": { "durationMS": 6.045156955718994, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5954440.91796875, "dur": 2884.262800216675, "ph": "X", "name": "Interface Offsets", "args": { "durationMS": 2.884262800216675, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5957326.171875, "dur": 23157.52410888672, "ph": "X", "name": "Type Definitions", "args": { "durationMS": 23.15752410888672, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5980919.921875, "dur": 4464.972972869873, "ph": "X", "name": "Images", "args": { "durationMS": 4.464972972869873, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5985385.7421875, "dur": 2299.4518280029297, "ph": "X", "name": "Assemblies", "args": { "durationMS": 2.2994518280029297, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5987686.03515625, "dur": 483.0879867076874, "ph": "X", "name": "Field Refs", "args": { "durationMS": 0.4830879867076874, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5988170.41015625, "dur": 861.9530200958252, "ph": "X", "name": "Referenced Assemblies", "args": { "durationMS": 0.8619530200958252, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5989033.69140625, "dur": 4127.586841583252, "ph": "X", "name": "Attribute Types Ranges", "args": { "durationMS": 4.127586841583252, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5993163.0859375, "dur": 7488.452911376953, "ph": "X", "name": "Attribute Types", "args": { "durationMS": 7.488452911376953, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 6000653.3203125, "dur": 2361.1960411071777, "ph": "X", "name": "Unresolved Virtual Call Parameter Types", "args": { "durationMS": 2.3611960411071777, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 6003015.625, "dur": 815.9610033035278, "ph": "X", "name": "Unresolved Virtual Call Parameter Ranges", "args": { "durationMS": 0.8159610033035278, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 6003835.9375, "dur": 541.4559841156006, "ph": "X", "name": "Windows Runtime type names", "args": { "durationMS": 0.5414559841156006, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 6004377.9296875, "dur": 455.99398016929626, "ph": "X", "name": "Windows Runtime strings", "args": { "durationMS": 0.45599398016929626, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 6004834.47265625, "dur": 2742.6719665527344, "ph": "X", "name": "Exported Types", "args": { "durationMS": 2.7426719665527344, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 6043510.25390625, "dur": 3274.293899536133, "ph": "X", "name": "CompletionPhase", "args": { "durationMS": 3.274293899536133, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 6046132.8125, "dur": 650.2169966697693, "ph": "X", "name": "Build Results", "args": { "durationMS": 0.6502169966697693, "detail": "" } },
{ "pid": 1, "tid": 6, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 6, "ts": 717263.427734375, "dur": 54849.2317199707, "ph": "X", "name": "Idle", "args": { "durationMS": 54.8492317199707, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 778451.66015625, "dur": 489.39600586891174, "ph": "X", "name": "Idle", "args": { "durationMS": 0.48939600586891174, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 781929.5654296875, "dur": 32455.902099609375, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 32.455902099609375, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 6, "ts": 816712.9516601562, "dur": 1673.8790273666382, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 1.6738790273666382, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 6, "ts": 818708.4350585938, "dur": 897.7890014648438, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 0.8977890014648438, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 6, "ts": 819608.9477539062, "dur": 6156.6877365112305, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 6.1566877365112305, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 6, "ts": 825996.58203125, "dur": 1265.2469873428345, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 1.2652469873428345, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 6, "ts": 827268.4936523438, "dur": 2699.9549865722656, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 2.6999549865722656, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 6, "ts": 829976.7456054688, "dur": 25505.20896911621, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 25.50520896911621, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 6, "ts": 855563.6596679688, "dur": 3523.418188095093, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 3.5234181880950928, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 6, "ts": 859402.2827148438, "dur": 1806.4630031585693, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 1.8064630031585693, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 6, "ts": 861212.0361328125, "dur": 5820.901870727539, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 5.820901870727539, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 6, "ts": 867369.0795898438, "dur": 2346.789836883545, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 2.346789836883545, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 6, "ts": 869719.23828125, "dur": 443.2919919490814, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.4432919919490814, "detail": "UnityEngine.ImageConversionModule" } },
{ "pid": 1, "tid": 6, "ts": 870165.6494140625, "dur": 592.083990573883, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.5920839905738831, "detail": "UnityEngine.PhysicsModule" } },
{ "pid": 1, "tid": 6, "ts": 870760.5590820312, "dur": 414.9489998817444, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.4149489998817444, "detail": "UnityEngine.SpriteShapeModule" } },
{ "pid": 1, "tid": 6, "ts": 871179.0771484375, "dur": 411.4069938659668, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.4114069938659668, "detail": "UnityEngine.TilemapModule" } },
{ "pid": 1, "tid": 6, "ts": 871593.3227539062, "dur": 4632.755279541016, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 4.632755279541016, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 6, "ts": 876231.5673828125, "dur": 6897.9597091674805, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 6.8979597091674805, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 6, "ts": 883187.8051757812, "dur": 5651.914596557617, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 5.651914596557617, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 6, "ts": 888842.7734375, "dur": 4514.202117919922, "ph": "X", "name": "Collect Windows Runtime Data", "args": { "durationMS": 4.514202117919922, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 6, "ts": 894356.689453125, "dur": 27004.709243774414, "ph": "X", "name": "Collect CCW Marshaling Functions", "args": { "durationMS": 27.004709243774414, "detail": "mscorlib" } },
{ "pid": 1, "tid": 6, "ts": 921363.4033203125, "dur": 15917.11711883545, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 15.91711711883545, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 6, "ts": 937290.6494140625, "dur": 1691.3379430770874, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 1.6913379430770874, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 6, "ts": 938985.5346679688, "dur": 15196.793556213379, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 15.196793556213379, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 6, "ts": 954189.7583007812, "dur": 533428.5888671875, "ph": "X", "name": "Idle", "args": { "durationMS": 533.4285888671875, "detail": "" } },
{ "pid": 1, "tid": 10, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 10, "ts": 717282.8979492188, "dur": 54786.36932373047, "ph": "X", "name": "Idle", "args": { "durationMS": 54.78636932373047, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 774581.9091796875, "dur": 710990.9057617188, "ph": "X", "name": "All Generics Collection", "args": { "durationMS": 710.9909057617188, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 775094.4213867188, "dur": 677949.462890625, "ph": "X", "name": "GenericsCollector.Collect", "args": { "durationMS": 677.949462890625, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 776815.7958984375, "dur": 68604.96520996094, "ph": "X", "name": "GenericCodeFlowGraphCollector.Collect", "args": { "durationMS": 68.60496520996094, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 776816.162109375, "dur": 67421.66900634766, "ph": "X", "name": "GenericCodeFlowGraphCollector.GetTypesAndMethodsForAnalysis", "args": { "durationMS": 67.42166900634766, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 1453046.0205078125, "dur": 12206.046104431152, "ph": "X", "name": "CollectGenericVirtualMethods.Collect", "args": { "durationMS": 12.206046104431152, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 1465253.0517578125, "dur": 1737.0420694351196, "ph": "X", "name": "AddExtraTypes", "args": { "durationMS": 1.7370420694351196, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 1481728.6376953125, "dur": 1835.325002670288, "ph": "X", "name": "Add Windows Runtime type names", "args": { "durationMS": 1.835325002670288, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 1483625.9765625, "dur": 1945.2669620513916, "ph": "X", "name": "Collect Generic CCWMarshallingFunctions", "args": { "durationMS": 1.9452669620513916, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 1485609.2529296875, "dur": 2058.9709281921387, "ph": "X", "name": "Idle", "args": { "durationMS": 2.0589709281921387, "detail": "" } },
{ "pid": 1, "tid": 11, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 11, "ts": 717288.4521484375, "dur": 54806.636810302734, "ph": "X", "name": "Idle", "args": { "durationMS": 54.806636810302734, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 776256.2866210938, "dur": 477025.9704589844, "ph": "X", "name": "All Warm up Naming", "args": { "durationMS": 477.0259704589844, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 776790.8325195312, "dur": 357389.8620605469, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 357.3898620605469, "detail": "mscorlib" } },
{ "pid": 1, "tid": 11, "ts": 1134375.6103515625, "dur": 421.0360050201416, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.4210360050201416, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 11, "ts": 1134820.3125, "dur": 18809.14878845215, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 18.80914878845215, "detail": "System" } },
{ "pid": 1, "tid": 11, "ts": 1153630.7373046875, "dur": 3753.41796875, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 3.75341796875, "detail": "System.Core" } },
{ "pid": 1, "tid": 11, "ts": 1157385.1318359375, "dur": 890.3759717941284, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.8903759717941284, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 11, "ts": 1158276.3671875, "dur": 32400.30288696289, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 32.40030288696289, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 11, "ts": 1190707.03125, "dur": 843.7820076942444, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.8437820076942444, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 11, "ts": 1191551.513671875, "dur": 1085.9949588775635, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 1.0859949588775635, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 11, "ts": 1192638.5498046875, "dur": 1160.5010032653809, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 1.1605010032653809, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 11, "ts": 1193799.9267578125, "dur": 1623.5229969024658, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 1.6235229969024658, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 11, "ts": 1195501.0986328125, "dur": 672.773003578186, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.672773003578186, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 11, "ts": 1196174.9267578125, "dur": 3870.600938796997, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 3.870600938796997, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 11, "ts": 1200164.4287109375, "dur": 1364.2429113388062, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 1.3642429113388062, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 11, "ts": 1201529.541015625, "dur": 1217.3320055007935, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 1.2173320055007935, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 11, "ts": 1202747.55859375, "dur": 2524.2559909820557, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 2.5242559909820557, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 11, "ts": 1205597.7783203125, "dur": 40128.395080566406, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 40.128395080566406, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 11, "ts": 1245975.4638671875, "dur": 529.82497215271, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.52982497215271, "detail": "UnityEngine.VideoModule" } },
{ "pid": 1, "tid": 11, "ts": 1246506.103515625, "dur": 2408.5559844970703, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 2.4085559844970703, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 11, "ts": 1248933.59375, "dur": 4341.733932495117, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 4.341733932495117, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 11, "ts": 1253289.306640625, "dur": 234357.65075683594, "ph": "X", "name": "Idle", "args": { "durationMS": 234.35765075683594, "detail": "" } },
{ "pid": 1, "tid": 9, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 9, "ts": 717306.2133789062, "dur": 54747.249603271484, "ph": "X", "name": "Idle", "args": { "durationMS": 54.747249603271484, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 778467.28515625, "dur": 1039.9760007858276, "ph": "X", "name": "Idle", "args": { "durationMS": 1.0399760007858276, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 781948.1201171875, "dur": 54520.59555053711, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 54.52059555053711, "detail": "System" } },
{ "pid": 1, "tid": 9, "ts": 836489.0747070312, "dur": 18987.356185913086, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 18.987356185913086, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 9, "ts": 855555.7861328125, "dur": 4717.020034790039, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 4.717020034790039, "detail": "System.Core" } },
{ "pid": 1, "tid": 9, "ts": 860276.1840820312, "dur": 3876.626968383789, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 3.876626968383789, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 9, "ts": 864163.2690429688, "dur": 3797.6760864257812, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 3.7976760864257812, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 9, "ts": 867964.2944335938, "dur": 8178.12442779541, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 8.17812442779541, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 9, "ts": 876149.658203125, "dur": 4065.7310485839844, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 4.065731048583984, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 9, "ts": 880218.4448242188, "dur": 56129.23049926758, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 56.12923049926758, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 9, "ts": 936351.4404296875, "dur": 10690.299034118652, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 10.690299034118652, "detail": "System.Core" } },
{ "pid": 1, "tid": 9, "ts": 947052.001953125, "dur": 682.6540231704712, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.6826540231704712, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 9, "ts": 947875.1220703125, "dur": 15318.756103515625, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 15.318756103515625, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 9, "ts": 963202.63671875, "dur": 524425.1098632812, "ph": "X", "name": "Idle", "args": { "durationMS": 524.4251098632812, "detail": "" } },
{ "pid": 1, "tid": 5, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 5, "ts": 717316.5283203125, "dur": 54736.85073852539, "ph": "X", "name": "Idle", "args": { "durationMS": 54.73685073852539, "detail": "" } },
{ "pid": 1, "tid": 5, "ts": 778450.3784179688, "dur": 488.3989989757538, "ph": "X", "name": "Idle", "args": { "durationMS": 0.4883989989757538, "detail": "" } },
{ "pid": 1, "tid": 5, "ts": 781959.9609375, "dur": 135174.8046875, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 135.1748046875, "detail": "mscorlib" } },
{ "pid": 1, "tid": 5, "ts": 918080.6884765625, "dur": 3030.5869579315186, "ph": "X", "name": "Merging Generic Sharing", "args": { "durationMS": 3.0305869579315186, "detail": "" } },
{ "pid": 1, "tid": 5, "ts": 921123.779296875, "dur": 17858.684539794922, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 17.858684539794922, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 5, "ts": 939087.8295898438, "dur": 418.9639985561371, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.4189639985561371, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 5, "ts": 939509.27734375, "dur": 931.8810105323792, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.9318810105323792, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 5, "ts": 940443.5424804688, "dur": 10781.579971313477, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 10.781579971313477, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 5, "ts": 951311.5844726562, "dur": 536270.2026367188, "ph": "X", "name": "Idle", "args": { "durationMS": 536.2702026367188, "detail": "" } },
{ "pid": 1, "tid": 7, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 7, "ts": 717328.3081054688, "dur": 54812.17575073242, "ph": "X", "name": "Idle", "args": { "durationMS": 54.81217575073242, "detail": "" } },
{ "pid": 1, "tid": 7, "ts": 778473.4497070312, "dur": 1035.4700088500977, "ph": "X", "name": "Idle", "args": { "durationMS": 1.0354700088500977, "detail": "" } },
{ "pid": 1, "tid": 7, "ts": 781918.3959960938, "dur": 46642.62390136719, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 46.64262390136719, "detail": "System.Core" } },
{ "pid": 1, "tid": 7, "ts": 829213.623046875, "dur": 322170.2880859375, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 322.1702880859375, "detail": "mscorlib" } },
{ "pid": 1, "tid": 7, "ts": 1151505.2490234375, "dur": 336153.8391113281, "ph": "X", "name": "Idle", "args": { "durationMS": 336.1538391113281, "detail": "" } },
{ "pid": 1, "tid": 12, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 12, "ts": 717355.8349609375, "dur": 54724.185943603516, "ph": "X", "name": "Idle", "args": { "durationMS": 54.724185943603516, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 773312.5, "dur": 6020.25032043457, "ph": "X", "name": "Idle", "args": { "durationMS": 6.02025032043457, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 781939.8193359375, "dur": 27534.6622467041, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 27.5346622467041, "detail": "System.Xml" } },
{ "pid": 1, "tid": 12, "ts": 812523.7426757812, "dur": 4112.1978759765625, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 4.1121978759765625, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 12, "ts": 816639.404296875, "dur": 25419.137954711914, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 25.419137954711914, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 12, "ts": 842061.8896484375, "dur": 13405.07984161377, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 13.40507984161377, "detail": "System.Xml" } },
{ "pid": 1, "tid": 12, "ts": 855575.9887695312, "dur": 67951.53045654297, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 67.95153045654297, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 12, "ts": 923530.76171875, "dur": 7197.261810302734, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 7.197261810302734, "detail": "System.Xml" } },
{ "pid": 1, "tid": 12, "ts": 930812.5, "dur": 13691.12777709961, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 13.69112777709961, "detail": "System" } },
{ "pid": 1, "tid": 12, "ts": 944509.27734375, "dur": 888.5610103607178, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.8885610103607178, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 12, "ts": 945515.13671875, "dur": 376.0479986667633, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.3760479986667633, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 12, "ts": 945893.7377929688, "dur": 857.787013053894, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.857787013053894, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 12, "ts": 946916.8090820312, "dur": 333.6710035800934, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.3336710035800934, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 12, "ts": 947252.44140625, "dur": 642.1869993209839, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.6421869993209839, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 12, "ts": 948049.8657226562, "dur": 1025.6969928741455, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 1.0256969928741455, "detail": "UnityEngine.VideoModule" } },
{ "pid": 1, "tid": 12, "ts": 949402.34375, "dur": 2419.7838306427, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 2.4197838306427, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 12, "ts": 951827.4536132812, "dur": 535790.8325195312, "ph": "X", "name": "Idle", "args": { "durationMS": 535.7908325195312, "detail": "" } },
{ "pid": 1, "tid": 8, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 8, "ts": 717380.2490234375, "dur": 54741.01638793945, "ph": "X", "name": "Idle", "args": { "durationMS": 54.74101638793945, "detail": "" } },
{ "pid": 1, "tid": 8, "ts": 773272.3999023438, "dur": 5881.333827972412, "ph": "X", "name": "Idle", "args": { "durationMS": 5.881333827972412, "detail": "" } },
{ "pid": 1, "tid": 8, "ts": 781952.6977539062, "dur": 37665.20309448242, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 37.66520309448242, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 8, "ts": 819918.5791015625, "dur": 2305.9940338134766, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 2.3059940338134766, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 8, "ts": 822273.3154296875, "dur": 391.1600112915039, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 0.3911600112915039, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 8, "ts": 822667.3583984375, "dur": 818.9130425453186, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 0.8189130425453186, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 8, "ts": 823489.013671875, "dur": 962.5809788703918, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 0.9625809788703918, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 8, "ts": 824536.865234375, "dur": 25149.98435974121, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 25.14998435974121, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 8, "ts": 849691.8334960938, "dur": 29793.88427734375, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 29.79388427734375, "detail": "System" } },
{ "pid": 1, "tid": 8, "ts": 879512.8173828125, "dur": 1150.2960920333862, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 1.1502960920333862, "detail": "UnityEngine.ParticleSystemModule" } },
{ "pid": 1, "tid": 8, "ts": 880665.8935546875, "dur": 709.1150283813477, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.7091150283813477, "detail": "UnityEngine.UnityWebRequestWWWModule" } },
{ "pid": 1, "tid": 8, "ts": 881377.3193359375, "dur": 1624.3979930877686, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 1.6243979930877686, "detail": "UnityEngine.VideoModule" } },
{ "pid": 1, "tid": 8, "ts": 883004.6997070312, "dur": 3358.325958251953, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 3.358325958251953, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 8, "ts": 886481.5063476562, "dur": 6880.746841430664, "ph": "X", "name": "Collect Windows Runtime Data", "args": { "durationMS": 6.880746841430664, "detail": "mscorlib" } },
{ "pid": 1, "tid": 8, "ts": 898199.8901367188, "dur": 958.8369727134705, "ph": "X", "name": "Collect CCW Marshaling Functions", "args": { "durationMS": 0.9588369727134705, "detail": "System" } },
{ "pid": 1, "tid": 8, "ts": 899390.380859375, "dur": 3205.1918506622314, "ph": "X", "name": "Collect CCW Marshaling Functions", "args": { "durationMS": 3.2051918506622314, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 8, "ts": 903852.7221679688, "dur": 2505.0339698791504, "ph": "X", "name": "Collect CCW Marshaling Functions", "args": { "durationMS": 2.5050339698791504, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 8, "ts": 906666.3818359375, "dur": 1445.9730386734009, "ph": "X", "name": "Collect CCW Marshaling Functions", "args": { "durationMS": 1.4459730386734009, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 8, "ts": 908374.51171875, "dur": 87885.18524169922, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 87.88518524169922, "detail": "mscorlib" } },
{ "pid": 1, "tid": 8, "ts": 996446.044921875, "dur": 491193.7255859375, "ph": "X", "name": "Idle", "args": { "durationMS": 491.1937255859375, "detail": "" } },
{ "pid": 1, "tid": 13, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 13, "ts": 1508581.6650390625, "dur": 609.9839806556702, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.6099839806556702, "detail": "Unity.IL2CPP.Contexts.Components.MetadataUsageCollectorComponent" } },
{ "pid": 1, "tid": 13, "ts": 1509230.224609375, "dur": 5959.197998046875, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 5.959197998046875, "detail": "Unity.IL2CPP.Contexts.Components.StatsComponent" } },
{ "pid": 1, "tid": 13, "ts": 4799731.93359375, "dur": 1190.5730962753296, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 1.1905730962753296, "detail": "Unity.IL2CPP.Symbols.SymbolsCollector" } },
{ "pid": 1, "tid": 13, "ts": 4801164.55078125, "dur": 69708.81652832031, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 69.70881652832031, "detail": "Unity.IL2CPP.Naming.NamingComponent" } },
{ "pid": 1, "tid": 13, "ts": 4801166.50390625, "dur": 1163.4780168533325, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.1634780168533325, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 13, "ts": 4802330.078125, "dur": 7208.932876586914, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 7.208932876586914, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 13, "ts": 4809685.546875, "dur": 4432.4541091918945, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 4.4324541091918945, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 13, "ts": 4814120.1171875, "dur": 1177.981972694397, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.177981972694397, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 13, "ts": 4815298.33984375, "dur": 3585.8309268951416, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 3.5858309268951416, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 13, "ts": 4818972.65625, "dur": 2644.517183303833, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.644517183303833, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 13, "ts": 4821618.65234375, "dur": 1103.5900115966797, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.1035900115966797, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 13, "ts": 4822723.14453125, "dur": 3386.246919631958, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 3.386246919631958, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 13, "ts": 4826175.29296875, "dur": 2259.136915206909, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.259136915206909, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 13, "ts": 4828436.03515625, "dur": 676.6469478607178, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.6766469478607178, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 13, "ts": 4829112.79296875, "dur": 3544.0869331359863, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 3.5440869331359863, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 13, "ts": 4832729.4921875, "dur": 2155.484914779663, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.155484914779663, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 13, "ts": 4834885.7421875, "dur": 720.7520008087158, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.7207520008087158, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 13, "ts": 4835606.93359375, "dur": 3612.6441955566406, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 3.6126441955566406, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 13, "ts": 4839341.796875, "dur": 3214.509963989258, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 3.214509963989258, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 13, "ts": 4842558.10546875, "dur": 1137.465000152588, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.137465000152588, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 13, "ts": 4843695.80078125, "dur": 4888.554096221924, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 4.888554096221924, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 13, "ts": 4848712.40234375, "dur": 3057.5039386749268, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 3.0575039386749268, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 13, "ts": 4851773.4375, "dur": 1131.1370134353638, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.1311370134353638, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 13, "ts": 4852905.76171875, "dur": 4170.411109924316, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 4.170411109924316, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 13, "ts": 4857186.03515625, "dur": 2249.8550415039062, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.2498550415039062, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 13, "ts": 4859437.01171875, "dur": 737.3619675636292, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.7373619675636292, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 13, "ts": 4860174.8046875, "dur": 3056.370973587036, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 3.056370973587036, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 13, "ts": 4863360.3515625, "dur": 2069.6029663085938, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.0696029663085938, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 13, "ts": 4865431.640625, "dur": 581.3969969749451, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.5813969969749451, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 13, "ts": 4866013.18359375, "dur": 3047.7161407470703, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 3.0477161407470703, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 13, "ts": 4869062.01171875, "dur": 1810.9010457992554, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.8109010457992554, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 17, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 17, "ts": 1508591.9189453125, "dur": 691.3770437240601, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.6913770437240601, "detail": "Unity.IL2CPP.Symbols.SymbolsCollector" } },
{ "pid": 1, "tid": 17, "ts": 1509292.8466796875, "dur": 335.35999059677124, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.33535999059677124, "detail": "Unity.IL2CPP.Contexts.Components.CppDeclarationsComponent" } },
{ "pid": 1, "tid": 15, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 15, "ts": 1508614.990234375, "dur": 3169.6791648864746, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 3.1696791648864746, "detail": "Unity.IL2CPP.Contexts.Components.TypeCollector" } },
{ "pid": 1, "tid": 15, "ts": 4799767.08984375, "dur": 7503.056049346924, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 7.503056049346924, "detail": "Unity.IL2CPP.Contexts.Components.SharedMethodCollector" } },
{ "pid": 1, "tid": 15, "ts": 5845282.2265625, "dur": 1147.3180055618286, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 1.1473180055618286, "detail": "Unity.IL2CPP.Contexts.Components.SourceAnnotationWriterComponent" } },
{ "pid": 1, "tid": 4, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 4, "ts": 1508618.7744140625, "dur": 3907.231092453003, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 3.907231092453003, "detail": "Unity.IL2CPP.Metadata.GenericMethodCollectorComponent" } },
{ "pid": 1, "tid": 16, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 16, "ts": 1508634.8876953125, "dur": 681.2769770622253, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.6812769770622253, "detail": "Unity.IL2CPP.Contexts.Components.SharedMethodCollector" } },
{ "pid": 1, "tid": 16, "ts": 1509349.9755859375, "dur": 2372.8041648864746, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 2.3728041648864746, "detail": "Unity.IL2CPP.Contexts.Components.WindowsRuntimeTypeWithNameComponent" } },
{ "pid": 1, "tid": 16, "ts": 4799792.96875, "dur": 1519.2550420761108, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 1.5192550420761108, "detail": "Unity.IL2CPP.Contexts.Components.TypeCollector" } },
{ "pid": 1, "tid": 16, "ts": 4801328.61328125, "dur": 1015.9939527511597, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 1.0159939527511597, "detail": "Unity.IL2CPP.Contexts.Components.SourceAnnotationWriterComponent" } },
{ "pid": 1, "tid": 18, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 18, "ts": 1508656.494140625, "dur": 809.8709583282471, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.8098709583282471, "detail": "Unity.IL2CPP.Tiny.TinyStringCollectorComponent" } },
{ "pid": 1, "tid": 18, "ts": 1509723.5107421875, "dur": 20796.61750793457, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 20.79661750793457, "detail": "Unity.IL2CPP.Naming.NamingComponent" } },
{ "pid": 1, "tid": 18, "ts": 1513025.0244140625, "dur": 496.16000056266785, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.49616000056266785, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 1513521.8505859375, "dur": 3193.6068534851074, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 3.1936068534851074, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 1516716.552734375, "dur": 2164.9069786071777, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.1649069786071777, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 18, "ts": 1519544.3115234375, "dur": 507.4020028114319, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.5074020028114319, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 1520052.490234375, "dur": 517.6039934158325, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.5176039934158325, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 18, "ts": 1520572.8759765625, "dur": 948.3100175857544, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.9483100175857544, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 1521521.484375, "dur": 5992.794036865234, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 5.992794036865234, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 1527517.7001953125, "dur": 2175.3180027008057, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.1753180027008057, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 18, "ts": 1530065.91796875, "dur": 451.85402035713196, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.45185402035713196, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 18, "ts": 4799707.03125, "dur": 7480.969429016113, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 7.480969429016113, "detail": "Unity.IL2CPP.Contexts.Components.MethodCollector" } },
{ "pid": 1, "tid": 19, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 19, "ts": 1508678.7109375, "dur": 705.4680585861206, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.7054680585861206, "detail": "Unity.IL2CPP.Contexts.Components.MethodCollector" } },
{ "pid": 1, "tid": 19, "ts": 1509742.3095703125, "dur": 1570.5629587173462, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 1.5705629587173462, "detail": "Unity.IL2CPP.Contexts.Components.MessageLoggerComponent" } },
{ "pid": 1, "tid": 19, "ts": 4799916.015625, "dur": 7941.116809844971, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 7.941116809844971, "detail": "Unity.IL2CPP.Metadata.GenericMethodCollectorComponent" } },
{ "pid": 1, "tid": 19, "ts": 5373020.01953125, "dur": 1980.2550077438354, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 1.9802550077438354, "detail": "Unity.IL2CPP.Contexts.Components.TypeCollector" } },
{ "pid": 1, "tid": 14, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 14, "ts": 1508694.091796875, "dur": 577.3539543151855, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.5773539543151855, "detail": "Unity.IL2CPP.Tiny.TinyTypeCollectorComponent" } },
{ "pid": 1, "tid": 14, "ts": 1509279.78515625, "dur": 5083.990097045898, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 5.083990097045898, "detail": "Unity.IL2CPP.Metadata.VTableBuilder" } },
{ "pid": 1, "tid": 14, "ts": 4799748.53515625, "dur": 851.7439961433411, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.8517439961433411, "detail": "Unity.IL2CPP.Contexts.Components.VirtualCallCollector" } },
{ "pid": 1, "tid": 14, "ts": 4800609.86328125, "dur": 7541.335105895996, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 7.541335105895996, "detail": "Unity.IL2CPP.Contexts.Components.CppDeclarationsComponent" } },
{ "pid": 1, "tid": 20, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 20, "ts": 1541682.7392578125, "dur": 62013.21792602539, "ph": "X", "name": "Idle", "args": { "durationMS": 62.01321792602539, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1618070.068359375, "dur": 881.102979183197, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 0.881102979183197, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 20, "ts": 1620281.8603515625, "dur": 326802.0324707031, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 326.8020324707031, "detail": "System.Xml" } },
{ "pid": 1, "tid": 20, "ts": 1621855.1025390625, "dur": 325227.9052734375, "ph": "X", "name": "System.Xml_Attr.cpp", "args": { "durationMS": 325.2279052734375, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1950363.6474609375, "dur": 17093.5001373291, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 17.0935001373291, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 20, "ts": 1950406.1279296875, "dur": 17050.4207611084, "ph": "X", "name": "UnityEngine.Physics2DModule_Attr.cpp", "args": { "durationMS": 17.0504207611084, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1967459.8388671875, "dur": 16097.574234008789, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 16.09757423400879, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 20, "ts": 1967475.4638671875, "dur": 16081.291198730469, "ph": "X", "name": "UnityEngine.UnityWebRequestModule_Attr.cpp", "args": { "durationMS": 16.08129119873047, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 2011322.265625, "dur": 3578.640937805176, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.578640937805176, "detail": "<Module>" } },
{ "pid": 1, "tid": 20, "ts": 2014902.2216796875, "dur": 41851.50146484375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 41.85150146484375, "detail": "<PrivateImplementationDetails>" } },
{ "pid": 1, "tid": 20, "ts": 2056754.8828125, "dur": 44811.90872192383, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 44.81190872192383, "detail": "System.Text.ASCIIEncoding" } },
{ "pid": 1, "tid": 20, "ts": 2101567.626953125, "dur": 3211.405038833618, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.211405038833618, "detail": "System.Threading.AbandonedMutexException" } },
{ "pid": 1, "tid": 20, "ts": 2104780.029296875, "dur": 35227.61535644531, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 35.22761535644531, "detail": "System.Action" } },
{ "pid": 1, "tid": 20, "ts": 2140009.033203125, "dur": 1093.00696849823, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.09300696849823, "detail": "System.Runtime.Remoting.ActivatedClientTypeEntry" } },
{ "pid": 1, "tid": 20, "ts": 2141102.783203125, "dur": 716.1639928817749, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7161639928817749, "detail": "System.Runtime.Remoting.ActivatedServiceTypeEntry" } },
{ "pid": 1, "tid": 20, "ts": 2141819.580078125, "dur": 6461.645603179932, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.461645603179932, "detail": "System.Runtime.Remoting.Activation.ActivationServices" } },
{ "pid": 1, "tid": 20, "ts": 2148282.71484375, "dur": 2375.1628398895264, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3751628398895264, "detail": "System.Activator" } },
{ "pid": 1, "tid": 20, "ts": 2150658.935546875, "dur": 12582.313537597656, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.582313537597656, "detail": "System.AggregateException" } },
{ "pid": 1, "tid": 20, "ts": 2163242.1875, "dur": 1225.266933441162, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.225266933441162, "detail": "System.Reflection.AmbiguousMatchException" } },
{ "pid": 1, "tid": 20, "ts": 2164815.185546875, "dur": 14766.674041748047, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.766674041748047, "detail": "System.AppDomain" } },
{ "pid": 1, "tid": 20, "ts": 2179582.763671875, "dur": 1241.528034210205, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.241528034210205, "detail": "System.Runtime.Remoting.Activation.AppDomainLevelActivator" } },
{ "pid": 1, "tid": 20, "ts": 2180825.1953125, "dur": 740.7169938087463, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7407169938087463, "detail": "System.AppDomainSetup" } },
{ "pid": 1, "tid": 20, "ts": 2181566.650390625, "dur": 528.6250114440918, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5286250114440918, "detail": "System.AppDomainUnloadedException" } },
{ "pid": 1, "tid": 20, "ts": 2182096.19140625, "dur": 1015.0870084762573, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0150870084762573, "detail": "System.ApplicationException" } },
{ "pid": 1, "tid": 20, "ts": 2183111.81640625, "dur": 1778.633952140808, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.778633952140808, "detail": "System.Runtime.Remoting.Messaging.ArgInfo" } },
{ "pid": 1, "tid": 20, "ts": 2184902.34375, "dur": 458.7559998035431, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4587559998035431, "detail": "System.ArgIterator" } },
{ "pid": 1, "tid": 20, "ts": 2185361.81640625, "dur": 2602.6611328125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6026611328125, "detail": "System.ArgumentException" } },
{ "pid": 1, "tid": 20, "ts": 2187965.576171875, "dur": 980.8810353279114, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9808810353279114, "detail": "System.ArgumentNullException" } },
{ "pid": 1, "tid": 20, "ts": 2188947.265625, "dur": 2430.459976196289, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.430459976196289, "detail": "System.ArgumentOutOfRangeException" } },
{ "pid": 1, "tid": 20, "ts": 2191378.662109375, "dur": 866.0339713096619, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8660339713096619, "detail": "System.ArithmeticException" } },
{ "pid": 1, "tid": 20, "ts": 2192245.60546875, "dur": 78337.44049072266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 78.33744049072266, "detail": "System.Array" } },
{ "pid": 1, "tid": 20, "ts": 2270584.228515625, "dur": 25096.738815307617, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 25.096738815307617, "detail": "System.Collections.ArrayList" } },
{ "pid": 1, "tid": 20, "ts": 2295681.884765625, "dur": 1787.2079610824585, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7872079610824585, "detail": "System.ArraySpec" } },
{ "pid": 1, "tid": 20, "ts": 2297470.21484375, "dur": 550.0540137290955, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5500540137290955, "detail": "System.ArrayTypeMismatchException" } },
{ "pid": 1, "tid": 20, "ts": 2298021.240234375, "dur": 6426.575660705566, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.426575660705566, "detail": "System.Reflection.Assembly" } },
{ "pid": 1, "tid": 20, "ts": 2306085.205078125, "dur": 612.4770045280457, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6124770045280457, "detail": "System.AssemblyLoadEventHandler" } },
{ "pid": 1, "tid": 20, "ts": 2306698.73046875, "dur": 18620.784759521484, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.620784759521484, "detail": "System.Reflection.AssemblyName" } },
{ "pid": 1, "tid": 20, "ts": 2325786.376953125, "dur": 494.00702118873596, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.49400702118873596, "detail": "System.AsyncCallback" } },
{ "pid": 1, "tid": 20, "ts": 2326293.9453125, "dur": 3417.512893676758, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.417512893676758, "detail": "System.Threading.Tasks.AsyncCausalityTracer" } },
{ "pid": 1, "tid": 20, "ts": 2329712.158203125, "dur": 4039.039134979248, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.039039134979248, "detail": "System.Runtime.CompilerServices.AsyncMethodBuilderCore" } },
{ "pid": 1, "tid": 20, "ts": 2333915.52734375, "dur": 12634.895324707031, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.634895324707031, "detail": "System.Runtime.Remoting.Messaging.AsyncResult" } },
{ "pid": 1, "tid": 20, "ts": 2346695.068359375, "dur": 731.5349578857422, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7315349578857422, "detail": "System.Runtime.CompilerServices.AsyncTaskCache" } },
{ "pid": 1, "tid": 20, "ts": 2347427.490234375, "dur": 6881.792068481445, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.881792068481445, "detail": "System.Attribute" } },
{ "pid": 1, "tid": 20, "ts": 2354326.171875, "dur": 3943.6779022216797, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.9436779022216797, "detail": "System.AttributeUsageAttribute" } },
{ "pid": 1, "tid": 20, "ts": 2358270.99609375, "dur": 4820.024013519287, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.820024013519287, "detail": "System.Threading.Tasks.AwaitTaskContinuation" } },
{ "pid": 1, "tid": 20, "ts": 2363115.234375, "dur": 4468.018054962158, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.468018054962158, "detail": "System.BadImageFormatException" } },
{ "pid": 1, "tid": 20, "ts": 2367600.341796875, "dur": 3866.7421340942383, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.8667421340942383, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryArray" } },
{ "pid": 1, "tid": 20, "ts": 2371485.83984375, "dur": 692.8589940071106, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6928589940071106, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryAssembly" } },
{ "pid": 1, "tid": 20, "ts": 2372179.6875, "dur": 759.8010301589966, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7598010301589966, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo" } },
{ "pid": 1, "tid": 20, "ts": 2373094.7265625, "dur": 5770.925045013428, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.770925045013428, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryConverter" } },
{ "pid": 1, "tid": 20, "ts": 2378866.455078125, "dur": 643.7669992446899, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6437669992446899, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainAssembly" } },
{ "pid": 1, "tid": 20, "ts": 2379511.23046875, "dur": 14233.359336853027, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.233359336853027, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainMap" } },
{ "pid": 1, "tid": 20, "ts": 2393746.09375, "dur": 350.16000270843506, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.35016000270843506, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString" } },
{ "pid": 1, "tid": 20, "ts": 2394097.16796875, "dur": 3928.2639026641846, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.9282639026641846, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryFormatter" } },
{ "pid": 1, "tid": 20, "ts": 2398043.45703125, "dur": 1126.1099576950073, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1261099576950073, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall" } },
{ "pid": 1, "tid": 20, "ts": 2399170.41015625, "dur": 1083.4940671920776, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0834940671920776, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn" } },
{ "pid": 1, "tid": 20, "ts": 2400255.126953125, "dur": 632.7450275421143, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6327450275421143, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryObject" } },
{ "pid": 1, "tid": 20, "ts": 2400888.916015625, "dur": 638.3839845657349, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6383839845657349, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryObjectString" } },
{ "pid": 1, "tid": 20, "ts": 2401528.076171875, "dur": 1562.43097782135, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.56243097782135, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap" } },
{ "pid": 1, "tid": 20, "ts": 2403091.796875, "dur": 22273.778915405273, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 22.273778915405273, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped" } },
{ "pid": 1, "tid": 20, "ts": 2425367.919921875, "dur": 41385.72311401367, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 41.38572311401367, "detail": "System.IO.BinaryReader" } },
{ "pid": 1, "tid": 20, "ts": 2466763.18359375, "dur": 152509.765625, "ph": "X", "name": "mscorlib.cpp", "args": { "durationMS": 152.509765625, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 2619391.357421875, "dur": 1472.4760055541992, "ph": "X", "name": "UnityEngine.TilemapModule.cpp", "args": { "durationMS": 1.4724760055541992, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 2620884.765625, "dur": 928.3469915390015, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9283469915390015, "detail": "System.ObsoleteAttribute" } },
{ "pid": 1, "tid": 20, "ts": 2622222.65625, "dur": 611.4559769630432, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6114559769630432, "detail": "System.Runtime.Serialization.OnSerializingAttribute" } },
{ "pid": 1, "tid": 20, "ts": 2622893.798828125, "dur": 3820.4338550567627, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.8204338550567627, "detail": "System.OperatingSystem" } },
{ "pid": 1, "tid": 20, "ts": 2626715.33203125, "dur": 1019.9919939041138, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0199919939041138, "detail": "System.OperationCanceledException" } },
{ "pid": 1, "tid": 20, "ts": 2627842.041015625, "dur": 335.69300174713135, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.33569300174713135, "detail": "System.Runtime.Serialization.OptionalFieldAttribute" } },
{ "pid": 1, "tid": 20, "ts": 2628178.466796875, "dur": 1526.0369777679443, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5260369777679443, "detail": "System.OrdinalComparer" } },
{ "pid": 1, "tid": 20, "ts": 2629943.603515625, "dur": 791.8260097503662, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7918260097503662, "detail": "System.OutOfMemoryException" } },
{ "pid": 1, "tid": 20, "ts": 2630736.328125, "dur": 996.9379901885986, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9969379901885986, "detail": "System.OverflowException" } },
{ "pid": 1, "tid": 20, "ts": 2631989.74609375, "dur": 5124.46928024292, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.12446928024292, "detail": "System.Reflection.ParameterInfo" } },
{ "pid": 1, "tid": 20, "ts": 2637115.234375, "dur": 828.3509612083435, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8283509612083435, "detail": "System.Reflection.ParameterModifier" } },
{ "pid": 1, "tid": 20, "ts": 2637944.3359375, "dur": 97209.09881591797, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 97.20909881591797, "detail": "System.ParameterizedStrings" } },
{ "pid": 1, "tid": 20, "ts": 2735154.541015625, "dur": 504.6989917755127, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5046989917755127, "detail": "System.Threading.ParameterizedThreadStart" } },
{ "pid": 1, "tid": 20, "ts": 2735660.400390625, "dur": 2320.0950622558594, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3200950622558594, "detail": "System.ParamsArray" } },
{ "pid": 1, "tid": 20, "ts": 2738002.44140625, "dur": 12459.989547729492, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.459989547729492, "detail": "System.ParseNumbers" } },
{ "pid": 1, "tid": 20, "ts": 2750463.8671875, "dur": 620.2020049095154, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6202020049095154, "detail": "System.Runtime.Serialization.Formatters.Binary.ParseRecord" } },
{ "pid": 1, "tid": 20, "ts": 2751084.9609375, "dur": 79219.1390991211, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 79.2191390991211, "detail": "System.IO.Path" } },
{ "pid": 1, "tid": 20, "ts": 2830584.9609375, "dur": 679.1000366210938, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6791000366210938, "detail": "System.IO.PathTooLongException" } },
{ "pid": 1, "tid": 20, "ts": 2831265.13671875, "dur": 872.3580241203308, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8723580241203308, "detail": "System.IO.PinnedBufferMemoryStream" } },
{ "pid": 1, "tid": 20, "ts": 2832138.18359375, "dur": 418.5539782047272, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4185539782047272, "detail": "System.Threading.PlatformHelper" } },
{ "pid": 1, "tid": 20, "ts": 2832571.044921875, "dur": 588.7979865074158, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5887979865074158, "detail": "System.PlatformNotSupportedException" } },
{ "pid": 1, "tid": 20, "ts": 2833160.888671875, "dur": 2769.814968109131, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.769814968109131, "detail": "System.Reflection.Pointer" } },
{ "pid": 1, "tid": 20, "ts": 2835931.640625, "dur": 676.6020059585571, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6766020059585571, "detail": "System.PointerSpec" } },
{ "pid": 1, "tid": 20, "ts": 2836723.388671875, "dur": 2175.1749515533447, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1751749515533447, "detail": "System.Runtime.Serialization.Formatters.Binary.PrimitiveArray" } },
{ "pid": 1, "tid": 20, "ts": 2838920.8984375, "dur": 2194.546937942505, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.194546937942505, "detail": "System.Reflection.Emit.PropertyBuilder" } },
{ "pid": 1, "tid": 20, "ts": 2841116.2109375, "dur": 2770.9901332855225, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7709901332855225, "detail": "System.Reflection.PropertyInfo" } },
{ "pid": 1, "tid": 20, "ts": 2843887.939453125, "dur": 1681.8029880523682, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6818029880523682, "detail": "System.Runtime.Remoting.ProviderData" } },
{ "pid": 1, "tid": 20, "ts": 2845570.80078125, "dur": 769.974946975708, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.769974946975708, "detail": "System.Runtime.Remoting.Proxies.ProxyAttribute" } },
{ "pid": 1, "tid": 20, "ts": 2846517.822265625, "dur": 8539.89028930664, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.53989028930664, "detail": "System.Collections.Queue" } },
{ "pid": 1, "tid": 20, "ts": 2855059.326171875, "dur": 2304.143190383911, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.304143190383911, "detail": "System.Threading.QueueUserWorkItemCallback" } },
{ "pid": 1, "tid": 20, "ts": 2857364.013671875, "dur": 2295.4959869384766, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2954959869384766, "detail": "System.Security.Cryptography.RNGCryptoServiceProvider" } },
{ "pid": 1, "tid": 20, "ts": 2859660.64453125, "dur": 10555.682182312012, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.555682182312012, "detail": "System.Random" } },
{ "pid": 1, "tid": 20, "ts": 2870217.529296875, "dur": 823.091983795166, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.823091983795166, "detail": "System.Security.Cryptography.RandomNumberGenerator" } },
{ "pid": 1, "tid": 20, "ts": 2871041.9921875, "dur": 751.6149878501892, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7516149878501892, "detail": "System.RankException" } },
{ "pid": 1, "tid": 20, "ts": 2871794.921875, "dur": 23780.98487854004, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 23.78098487854004, "detail": "System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo" } },
{ "pid": 1, "tid": 20, "ts": 2895576.904296875, "dur": 7462.181091308594, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.462181091308594, "detail": "System.Runtime.Remoting.Proxies.RealProxy" } },
{ "pid": 1, "tid": 20, "ts": 2903040.0390625, "dur": 1251.9409656524658, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2519409656524658, "detail": "System.ReflectionOnlyType" } },
{ "pid": 1, "tid": 20, "ts": 2904292.96875, "dur": 4297.219276428223, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.297219276428223, "detail": "System.Reflection.ReflectionTypeLoadException" } },
{ "pid": 1, "tid": 20, "ts": 2908591.064453125, "dur": 5187.6220703125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.1876220703125, "detail": "System.Globalization.RegionInfo" } },
{ "pid": 1, "tid": 20, "ts": 2913779.541015625, "dur": 7277.605056762695, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.277605056762695, "detail": "System.Threading.RegisteredWaitHandle" } },
{ "pid": 1, "tid": 20, "ts": 2921058.10546875, "dur": 405.21901845932007, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.40521901845932007, "detail": "Microsoft.Win32.Registry" } },
{ "pid": 1, "tid": 20, "ts": 2921478.02734375, "dur": 7208.90998840332, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.20890998840332, "detail": "Microsoft.Win32.RegistryKey" } },
{ "pid": 1, "tid": 20, "ts": 2928687.98828125, "dur": 567.1460032463074, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5671460032463074, "detail": "Microsoft.Win32.RegistryKeyComparer" } },
{ "pid": 1, "tid": 20, "ts": 2929471.435546875, "dur": 23163.867950439453, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 23.163867950439453, "detail": "System.Runtime.Remoting.RemotingConfiguration" } },
{ "pid": 1, "tid": 20, "ts": 2952636.71875, "dur": 863.4549975395203, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8634549975395203, "detail": "System.Runtime.Remoting.RemotingException" } },
{ "pid": 1, "tid": 20, "ts": 2953501.220703125, "dur": 6374.09782409668, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.37409782409668, "detail": "System.Runtime.Remoting.Proxies.RemotingProxy" } },
{ "pid": 1, "tid": 20, "ts": 2959875.9765625, "dur": 35489.627838134766, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 35.489627838134766, "detail": "System.Runtime.Remoting.RemotingServices" } },
{ "pid": 1, "tid": 20, "ts": 2995366.943359375, "dur": 3229.6319007873535, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.2296319007873535, "detail": "System.Runtime.Remoting.Messaging.RemotingSurrogate" } },
{ "pid": 1, "tid": 20, "ts": 2998597.900390625, "dur": 1417.7860021591187, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4177860021591187, "detail": "System.Runtime.Remoting.Messaging.RemotingSurrogateSelector" } },
{ "pid": 1, "tid": 20, "ts": 3000016.845703125, "dur": 446.7329978942871, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4467329978942871, "detail": "System.ResolveEventArgs" } },
{ "pid": 1, "tid": 20, "ts": 3000465.087890625, "dur": 792.6880121231079, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7926880121231079, "detail": "System.ResolveEventHandler" } },
{ "pid": 1, "tid": 20, "ts": 3001259.27734375, "dur": 1231.9650650024414, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2319650650024414, "detail": "System.Resources.ResourceLocator" } },
{ "pid": 1, "tid": 20, "ts": 3002492.67578125, "dur": 5785.700798034668, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.785700798034668, "detail": "System.Resources.ResourceManager" } },
{ "pid": 1, "tid": 20, "ts": 3008279.541015625, "dur": 57765.60974121094, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 57.76560974121094, "detail": "System.Resources.ResourceReader" } },
{ "pid": 1, "tid": 20, "ts": 3066048.828125, "dur": 174472.88513183594, "ph": "X", "name": "mscorlib9.cpp", "args": { "durationMS": 174.47288513183594, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 3240580.810546875, "dur": 1125.5759000778198, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1255759000778198, "detail": "System.UriFormatException" } },
{ "pid": 1, "tid": 20, "ts": 3241707.51953125, "dur": 16247.737884521484, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.247737884521484, "detail": "System.UriHelper" } },
{ "pid": 1, "tid": 20, "ts": 3257979.736328125, "dur": 9744.342803955078, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.744342803955078, "detail": "System.UriParser" } },
{ "pid": 1, "tid": 20, "ts": 3267868.408203125, "dur": 371.3180124759674, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3713180124759674, "detail": "System.Net.Configuration.WebProxyScriptElement" } },
{ "pid": 1, "tid": 20, "ts": 3268734.130859375, "dur": 35267.16995239258, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 35.26716995239258, "detail": "System.ComponentModel.Win32Exception" } },
{ "pid": 1, "tid": 20, "ts": 3304002.9296875, "dur": 20074.57733154297, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.07457733154297, "detail": "System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension" } },
{ "pid": 1, "tid": 20, "ts": 3324078.369140625, "dur": 3431.5860271453857, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.4315860271453857, "detail": "System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension" } },
{ "pid": 1, "tid": 20, "ts": 3327510.986328125, "dur": 1266.6599750518799, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2666599750518799, "detail": "System.Security.Cryptography.X509Certificates.X509Extension" } },
{ "pid": 1, "tid": 20, "ts": 3328778.3203125, "dur": 11837.377548217773, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.837377548217773, "detail": "System.Security.Cryptography.X509Certificates.X509KeyUsageExtension" } },
{ "pid": 1, "tid": 20, "ts": 3340631.8359375, "dur": 8528.018951416016, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.528018951416016, "detail": "System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension" } },
{ "pid": 1, "tid": 20, "ts": 3349160.888671875, "dur": 4119.697093963623, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.119697093963623, "detail": "System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm" } },
{ "pid": 1, "tid": 20, "ts": 3353281.494140625, "dur": 805.8369755744934, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8058369755744934, "detail": "System.Security.Cryptography.X509Certificates.X509Utils" } },
{ "pid": 1, "tid": 20, "ts": 3354111.572265625, "dur": 32135.52474975586, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 32.13552474975586, "detail": "System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping" } },
{ "pid": 1, "tid": 20, "ts": 3386497.802734375, "dur": 659.993052482605, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.659993052482605, "detail": "System.Text.RegularExpressions.RegexCharClass/SingleRangeComparer" } },
{ "pid": 1, "tid": 20, "ts": 3387884.765625, "dur": 28079.212188720703, "ph": "X", "name": "System2.cpp", "args": { "durationMS": 28.079212188720703, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 3416001.46484375, "dur": 4316.588878631592, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.316588878631592, "detail": "UnityEngine.RenderTextureDescriptor" } },
{ "pid": 1, "tid": 20, "ts": 3420687.744140625, "dur": 435.55501103401184, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.43555501103401184, "detail": "UnityEngine.Resolution" } },
{ "pid": 1, "tid": 20, "ts": 3421124.267578125, "dur": 694.8609948158264, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6948609948158264, "detail": "UnityEngine.ResourceRequest" } },
{ "pid": 1, "tid": 20, "ts": 3421819.580078125, "dur": 499.13299083709717, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.49913299083709717, "detail": "UnityEngine.Resources" } },
{ "pid": 1, "tid": 20, "ts": 3422319.580078125, "dur": 873.358964920044, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.873358964920044, "detail": "UnityEngine.ResourcesAPI" } },
{ "pid": 1, "tid": 20, "ts": 3423389.6484375, "dur": 486.4460229873657, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4864460229873657, "detail": "UnityEngine.RuntimeInitializeOnLoadMethodAttribute" } },
{ "pid": 1, "tid": 20, "ts": 3423894.287109375, "dur": 1366.1880493164062, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3661880493164062, "detail": "UnityEngine.SceneManagement.Scene" } },
{ "pid": 1, "tid": 20, "ts": 3425261.23046875, "dur": 5755.740165710449, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.755740165710449, "detail": "UnityEngine.SceneManagement.SceneManager" } },
{ "pid": 1, "tid": 20, "ts": 3431018.310546875, "dur": 1187.2029304504395, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1872029304504395, "detail": "UnityEngine.SceneManagement.SceneManagerAPI" } },
{ "pid": 1, "tid": 20, "ts": 3432206.298828125, "dur": 529.7699570655823, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5297699570655823, "detail": "UnityEngine.SceneManagement.SceneManagerAPIInternal" } },
{ "pid": 1, "tid": 20, "ts": 3433027.83203125, "dur": 1560.8980655670166, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5608980655670166, "detail": "UnityEngine.ScriptableObject" } },
{ "pid": 1, "tid": 20, "ts": 3434590.576171875, "dur": 16279.748916625977, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.279748916625977, "detail": "UnityEngine.Rendering.ScriptableRenderContext" } },
{ "pid": 1, "tid": 20, "ts": 3450870.849609375, "dur": 1015.7139301300049, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0157139301300049, "detail": "UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemSettings" } },
{ "pid": 1, "tid": 20, "ts": 3451887.6953125, "dur": 4411.187171936035, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.411187171936035, "detail": "UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemWrapper" } },
{ "pid": 1, "tid": 20, "ts": 3456869.384765625, "dur": 1060.9090328216553, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0609090328216553, "detail": "UnityEngine.SetupCoroutine" } },
{ "pid": 1, "tid": 20, "ts": 3458113.28125, "dur": 1299.936056137085, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.299936056137085, "detail": "UnityEngine.Rendering.ShaderTagId" } },
{ "pid": 1, "tid": 20, "ts": 3459546.875, "dur": 348.5710024833679, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3485710024833679, "detail": "UnityEngine.SpaceAttribute" } },
{ "pid": 1, "tid": 20, "ts": 3459896.240234375, "dur": 2449.186086654663, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.449186086654663, "detail": "UnityEngine.Experimental.GlobalIllumination.SpotLight" } },
{ "pid": 1, "tid": 20, "ts": 3462346.6796875, "dur": 7251.021862030029, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.251021862030029, "detail": "UnityEngine.Sprite" } },
{ "pid": 1, "tid": 20, "ts": 3469709.228515625, "dur": 2669.5339679718018, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6695339679718018, "detail": "UnityEngine.U2D.SpriteAtlasManager" } },
{ "pid": 1, "tid": 20, "ts": 3472379.39453125, "dur": 884.6209645271301, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8846209645271301, "detail": "UnityEngine.U2D.SpriteBone" } },
{ "pid": 1, "tid": 20, "ts": 3473772.705078125, "dur": 16348.276138305664, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.348276138305664, "detail": "UnityEngine.StackTraceUtility" } },
{ "pid": 1, "tid": 20, "ts": 3490137.451171875, "dur": 15405.320167541504, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.405320167541504, "detail": "UnityEngine.Rendering.SupportedRenderingFeatures" } },
{ "pid": 1, "tid": 20, "ts": 3505544.43359375, "dur": 2249.290943145752, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.249290943145752, "detail": "UnityEngine.SystemInfo" } },
{ "pid": 1, "tid": 20, "ts": 3507991.69921875, "dur": 4129.180908203125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.129180908203125, "detail": "UnityEngine.TextAsset" } },
{ "pid": 1, "tid": 20, "ts": 3512122.0703125, "dur": 3492.906093597412, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.492906093597412, "detail": "UnityEngine.Texture" } },
{ "pid": 1, "tid": 20, "ts": 3515615.72265625, "dur": 2888.230800628662, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.888230800628662, "detail": "UnityEngine.Texture2D" } },
{ "pid": 1, "tid": 20, "ts": 3518504.8828125, "dur": 6454.245090484619, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.454245090484619, "detail": "UnityEngine.Texture2DArray" } },
{ "pid": 1, "tid": 20, "ts": 3524959.9609375, "dur": 5710.147857666016, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.710147857666016, "detail": "UnityEngine.Texture3D" } },
{ "pid": 1, "tid": 20, "ts": 3530708.49609375, "dur": 553.350031375885, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.553350031375885, "detail": "UnityEngine.Experimental.Playables.TextureMixerPlayable" } },
{ "pid": 1, "tid": 20, "ts": 3531804.443359375, "dur": 29082.304000854492, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 29.082304000854492, "detail": "UnityEngine.TouchScreenKeyboard" } },
{ "pid": 1, "tid": 20, "ts": 3561242.1875, "dur": 17744.92073059082, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.74492073059082, "detail": "UnityEngine.Transform" } },
{ "pid": 1, "tid": 20, "ts": 3578988.76953125, "dur": 933.771014213562, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.933771014213562, "detail": "UnityEngineInternal.TypeInferenceRuleAttribute" } },
{ "pid": 1, "tid": 20, "ts": 3579942.3828125, "dur": 2239.2890453338623, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2392890453338623, "detail": "UnityEngine.UnhandledExceptionHandler" } },
{ "pid": 1, "tid": 20, "ts": 3582182.6171875, "dur": 530.1539897918701, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5301539897918701, "detail": "UnityEngine.Events.UnityAction" } },
{ "pid": 1, "tid": 20, "ts": 3582713.8671875, "dur": 3169.6760654449463, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.1696760654449463, "detail": "UnityEngine.Events.UnityEvent" } },
{ "pid": 1, "tid": 20, "ts": 3585884.27734375, "dur": 16320.598602294922, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.320598602294922, "detail": "UnityEngine.Events.UnityEventBase" } },
{ "pid": 1, "tid": 20, "ts": 3602220.947265625, "dur": 1827.5519609451294, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8275519609451294, "detail": "UnityEngine.Events.UnityEventTools" } },
{ "pid": 1, "tid": 20, "ts": 3604049.560546875, "dur": 2364.1579151153564, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3641579151153564, "detail": "UnityEngine.UnityException" } },
{ "pid": 1, "tid": 20, "ts": 3606415.0390625, "dur": 1869.7510957717896, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8697510957717896, "detail": "UnityEngine.UnityLogWriter" } },
{ "pid": 1, "tid": 20, "ts": 3608285.888671875, "dur": 13309.5703125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.3095703125, "detail": "UnityEngine.UnitySynchronizationContext" } },
{ "pid": 1, "tid": 20, "ts": 3621763.916015625, "dur": 17901.090621948242, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.901090621948242, "detail": "UnityEngine.Vector2" } },
{ "pid": 1, "tid": 20, "ts": 3639666.015625, "dur": 8087.285041809082, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.087285041809082, "detail": "UnityEngine.Vector2Int" } },
{ "pid": 1, "tid": 20, "ts": 3647755.615234375, "dur": 18274.635314941406, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.274635314941406, "detail": "UnityEngine.Vector3" } },
{ "pid": 1, "tid": 20, "ts": 3666031.494140625, "dur": 29123.676300048828, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 29.123676300048828, "detail": "UnityEngine.Vector4" } },
{ "pid": 1, "tid": 20, "ts": 3695332.275390625, "dur": 606.1100363731384, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6061100363731384, "detail": "UnityEngine.WaitForSeconds" } },
{ "pid": 1, "tid": 20, "ts": 3695939.453125, "dur": 1224.241018295288, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.224241018295288, "detail": "UnityEngine.WaitForSecondsRealtime" } },
{ "pid": 1, "tid": 20, "ts": 3697165.283203125, "dur": 1213.8079404830933, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2138079404830933, "detail": "Unity.Collections.LowLevel.Unsafe.WriteAccessRequiredAttribute" } },
{ "pid": 1, "tid": 20, "ts": 3698396.728515625, "dur": 408.0210030078888, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4080210030078888, "detail": "UnityEngine.YieldInstruction" } },
{ "pid": 1, "tid": 20, "ts": 3698805.419921875, "dur": 1149.2589712142944, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1492589712142944, "detail": "UnityEngine.Application/LogCallback" } },
{ "pid": 1, "tid": 20, "ts": 3699956.0546875, "dur": 427.43101716041565, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.42743101716041565, "detail": "UnityEngine.Application/LowMemoryCallback" } },
{ "pid": 1, "tid": 20, "ts": 3700385.009765625, "dur": 4660.355091094971, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.660355091094971, "detail": "UnityEngine.Rendering.BatchRendererGroup/OnPerformCulling" } },
{ "pid": 1, "tid": 20, "ts": 3705232.666015625, "dur": 579.2549848556519, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5792549848556519, "detail": "UnityEngine.BeforeRenderHelper/OrderBlock" } },
{ "pid": 1, "tid": 20, "ts": 3705812.98828125, "dur": 566.7640566825867, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5667640566825867, "detail": "UnityEngine.Camera/CameraCallback" } },
{ "pid": 1, "tid": 20, "ts": 3706694.82421875, "dur": 680.1300048828125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6801300048828125, "detail": "UnityEngine.CullingGroup/StateChanged" } },
{ "pid": 1, "tid": 20, "ts": 3707375.9765625, "dur": 716.1949872970581, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7161949872970581, "detail": "UnityEngine.Display/DisplaysUpdatedDelegate" } },
{ "pid": 1, "tid": 20, "ts": 3708498.291015625, "dur": 1812.1169805526733, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8121169805526733, "detail": "UnityEngine.PlayerLoop.EarlyUpdate/UpdateInputManager" } },
{ "pid": 1, "tid": 20, "ts": 3710543.9453125, "dur": 4955.983638763428, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.955983638763428, "detail": "UnityEngine.Experimental.GlobalIllumination.Lightmapping/<>c" } },
{ "pid": 1, "tid": 20, "ts": 3715501.220703125, "dur": 17042.43278503418, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.04243278503418, "detail": "UnityEngine.Experimental.GlobalIllumination.Lightmapping/RequestLightsDelegate" } },
{ "pid": 1, "tid": 20, "ts": 3732581.787109375, "dur": 2731.605052947998, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.731605052947998, "detail": "UnityEngine.Playables.PlayableBinding/CreateOutputMethod" } },
{ "pid": 1, "tid": 20, "ts": 3735333.984375, "dur": 506.10798597335815, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5061079859733582, "detail": "UnityEngine.Networking.PlayerConnection.PlayerConnection/<>c__DisplayClass12_0" } },
{ "pid": 1, "tid": 20, "ts": 3736379.150390625, "dur": 347.2209870815277, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3472209870815277, "detail": "UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/<>c__DisplayClass6_0" } },
{ "pid": 1, "tid": 20, "ts": 3737715.8203125, "dur": 3354.867935180664, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.354867935180664, "detail": "UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers" } },
{ "pid": 1, "tid": 20, "ts": 3741072.265625, "dur": 620.3370094299316, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6203370094299316, "detail": "UnityEngine.LowLevel.PlayerLoopSystem/UpdateFunction" } },
{ "pid": 1, "tid": 20, "ts": 3742257.8125, "dur": 522.9970216751099, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5229970216751099, "detail": "UnityEngine.RectTransform/ReapplyDrivenProperties" } },
{ "pid": 1, "tid": 20, "ts": 3742824.70703125, "dur": 1730.37588596344, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.73037588596344, "detail": "UnityEngine.TextAsset/EncodingUtility" } },
{ "pid": 1, "tid": 20, "ts": 3744582.51953125, "dur": 1250.885009765625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.250885009765625, "detail": "UnityEngine.Transform/Enumerator" } },
{ "pid": 1, "tid": 20, "ts": 3745834.716796875, "dur": 1078.9389610290527, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0789389610290527, "detail": "UnityEngine.UnitySynchronizationContext/WorkRequest" } },
{ "pid": 1, "tid": 20, "ts": 3746948.974609375, "dur": 144030.517578125, "ph": "X", "name": "UnityEngine.CoreModule1.cpp", "args": { "durationMS": 144.030517578125, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 3891020.99609375, "dur": 5557.3320388793945, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.5573320388793945, "detail": "System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3896580.56640625, "dur": 2920.336961746216, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.920336961746216, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3899503.90625, "dur": 6448.193073272705, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.448193073272705, "detail": "System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 20, "ts": 3905954.58984375, "dur": 3233.4201335906982, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.2334201335906982, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 20, "ts": 3909192.138671875, "dur": 13644.388198852539, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 13.644388198852539, "detail": "System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 20, "ts": 3922838.8671875, "dur": 8264.931678771973, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.264931678771973, "detail": "System.Collections.Generic.EqualityComparer`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 3931105.95703125, "dur": 29090.774536132812, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 29.090774536132812, "detail": "System.Collections.Generic.EqualityComparer`1<System.Byte>" } },
{ "pid": 1, "tid": 20, "ts": 3960199.70703125, "dur": 5454.020977020264, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.454020977020264, "detail": "System.Collections.Generic.EqualityComparer`1<System.Char>" } },
{ "pid": 1, "tid": 20, "ts": 3965656.25, "dur": 16344.964981079102, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 16.3449649810791, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 20, "ts": 3982003.41796875, "dur": 9408.809661865234, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.408809661865234, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 20, "ts": 3991414.794921875, "dur": 6736.991405487061, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.7369914054870605, "detail": "System.Collections.Generic.EqualityComparer`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 3998160.15625, "dur": 7690.140247344971, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.690140247344971, "detail": "System.Collections.Generic.EqualityComparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 20, "ts": 4005853.02734375, "dur": 6180.180072784424, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.180180072784424, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 20, "ts": 4012035.15625, "dur": 18729.639053344727, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 18.729639053344727, "detail": "System.Collections.Generic.EqualityComparer`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4030767.333984375, "dur": 15650.829315185547, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 15.650829315185547, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 20, "ts": 4046420.41015625, "dur": 20527.202606201172, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 20.527202606201172, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 20, "ts": 4066949.951171875, "dur": 5009.66215133667, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.00966215133667, "detail": "System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 20, "ts": 4071961.669921875, "dur": 7842.391014099121, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.842391014099121, "detail": "System.Collections.Generic.EqualityComparer`1<System.Single>" } },
{ "pid": 1, "tid": 20, "ts": 4079806.640625, "dur": 5067.54732131958, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.06754732131958, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 20, "ts": 4084875.9765625, "dur": 16710.615158081055, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 16.710615158081055, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 20, "ts": 4101589.35546875, "dur": 5109.527111053467, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.109527111053467, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 20, "ts": 4106701.171875, "dur": 6019.773006439209, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.019773006439209, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 20, "ts": 4112723.6328125, "dur": 6165.4052734375, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.1654052734375, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 20, "ts": 4118890.625, "dur": 37198.61602783203, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 37.19861602783203, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 20, "ts": 4156092.28515625, "dur": 5313.12894821167, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.31312894821167, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 20, "ts": 4161407.71484375, "dur": 5914.340972900391, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.914340972900391, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 20, "ts": 4167324.21875, "dur": 6509.385108947754, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.509385108947754, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 20, "ts": 4173835.9375, "dur": 8398.405075073242, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.398405075073242, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 20, "ts": 4182236.328125, "dur": 1374.3559122085571, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.3743559122085571, "detail": "UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4183612.79296875, "dur": 799.4800209999084, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7994800209999084, "detail": "System.EventHandler`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4184414.55078125, "dur": 22855.09490966797, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 22.85509490966797, "detail": "System.IO.FileSystemEnumerableIterator`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4207271.97265625, "dur": 568.2899951934814, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5682899951934814, "detail": "System.Func`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 4207841.796875, "dur": 565.1960372924805, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5651960372924805, "detail": "System.Func`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 4208408.203125, "dur": 577.8740048408508, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5778740048408508, "detail": "System.Func`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4208988.28125, "dur": 596.5240597724915, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5965240597724915, "detail": "System.Func`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 20, "ts": 4209586.9140625, "dur": 697.6929903030396, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6976929903030396, "detail": "System.Func`2<System.Object,System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 4210286.1328125, "dur": 746.2430000305176, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7462430000305176, "detail": "System.Func`2<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 4211034.66796875, "dur": 852.865993976593, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.852865993976593, "detail": "System.Func`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4211891.11328125, "dur": 828.1580209732056, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8281580209732056, "detail": "System.Func`2<System.Object,System.Single>" } },
{ "pid": 1, "tid": 20, "ts": 4212721.19140625, "dur": 722.4330306053162, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7224330306053162, "detail": "System.Func`2<System.Object,System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 20, "ts": 4213445.80078125, "dur": 690.5829906463623, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6905829906463623, "detail": "System.Func`3<System.Int32,System.IntPtr,System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 4214138.18359375, "dur": 756.1140060424805, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7561140060424805, "detail": "System.Func`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4214896.97265625, "dur": 841.0530090332031, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8410530090332031, "detail": "System.Func`4<System.Object,System.Object,System.Boolean,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4215739.74609375, "dur": 819.6579813957214, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8196579813957214, "detail": "System.Func`4<System.Object,System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4216565.91796875, "dur": 942.1070218086243, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9421070218086243, "detail": "System.Collections.Generic.GenericComparer`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 4217509.765625, "dur": 805.1570057868958, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8051570057868958, "detail": "System.Collections.Generic.GenericComparer`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4218316.89453125, "dur": 858.8449954986572, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8588449954986572, "detail": "System.Collections.Generic.GenericComparer`1<System.UInt64>" } },
{ "pid": 1, "tid": 20, "ts": 4219178.22265625, "dur": 2314.7268295288086, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3147268295288086, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 4221494.62890625, "dur": 2203.1948566436768, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2031948566436768, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Byte>" } },
{ "pid": 1, "tid": 20, "ts": 4223700.1953125, "dur": 2122.776985168457, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.122776985168457, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Char>" } },
{ "pid": 1, "tid": 20, "ts": 4225826.66015625, "dur": 2262.871026992798, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.262871026992798, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 20, "ts": 4228091.30859375, "dur": 2120.9490299224854, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.1209490299224854, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 4230214.35546875, "dur": 5503.129005432129, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.503129005432129, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 20, "ts": 4235719.23828125, "dur": 2378.169059753418, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.378169059753418, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4238099.609375, "dur": 3500.4658699035645, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.5004658699035645, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Single>" } },
{ "pid": 1, "tid": 20, "ts": 4241602.05078125, "dur": 2111.7990016937256, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.1117990016937256, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 20, "ts": 4243715.33203125, "dur": 10318.57967376709, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 10.31857967376709, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 20, "ts": 4254037.59765625, "dur": 31576.955795288086, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 31.576955795288086, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 20, "ts": 4285619.140625, "dur": 19088.008880615234, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 19.088008880615234, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 20, "ts": 4304709.9609375, "dur": 23767.934799194336, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 23.767934799194336, "detail": "System.Reflection.MonoProperty/Getter`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4328479.98046875, "dur": 16054.557800292969, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 16.05455780029297, "detail": "System.Collections.Generic.HashSet`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4348447.75390625, "dur": 8913.81549835205, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.91381549835205, "detail": "UnityEngine.UI.Collections.IndexedSet`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4357364.74609375, "dur": 1881.1960220336914, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8811960220336914, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>" } },
{ "pid": 1, "tid": 20, "ts": 4359248.53515625, "dur": 2386.5458965301514, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3865458965301514, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>" } },
{ "pid": 1, "tid": 20, "ts": 4361637.6953125, "dur": 2288.8031005859375, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2888031005859375, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>" } },
{ "pid": 1, "tid": 20, "ts": 4363929.6875, "dur": 3113.489866256714, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.113489866256714, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>" } },
{ "pid": 1, "tid": 20, "ts": 4367045.41015625, "dur": 2604.858875274658, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.604858875274658, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 20, "ts": 4369657.2265625, "dur": 6715.832710266113, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.715832710266113, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>" } },
{ "pid": 1, "tid": 20, "ts": 4376376.953125, "dur": 2393.8539028167725, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3938539028167725, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>" } },
{ "pid": 1, "tid": 20, "ts": 4378772.94921875, "dur": 2646.0158824920654, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.6460158824920654, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>" } },
{ "pid": 1, "tid": 20, "ts": 4381422.8515625, "dur": 2234.518051147461, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.234518051147461, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>" } },
{ "pid": 1, "tid": 20, "ts": 4383660.64453125, "dur": 22402.51350402832, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 22.40251350402832, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>" } },
{ "pid": 1, "tid": 20, "ts": 4406065.91796875, "dur": 2093.8870906829834, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0938870906829834, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>" } },
{ "pid": 1, "tid": 20, "ts": 4408161.62109375, "dur": 1851.9439697265625, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8519439697265625, "detail": "System.Array/InternalEnumerator`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 4410017.08984375, "dur": 1990.9770488739014, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9909770488739014, "detail": "System.Array/InternalEnumerator`1<System.Byte>" } },
{ "pid": 1, "tid": 20, "ts": 4412010.7421875, "dur": 2726.969003677368, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.726969003677368, "detail": "System.Array/InternalEnumerator`1<System.Threading.CancellationTokenRegistration>" } },
{ "pid": 1, "tid": 20, "ts": 4414740.234375, "dur": 2054.7890663146973, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0547890663146973, "detail": "System.Array/InternalEnumerator`1<System.Char>" } },
{ "pid": 1, "tid": 20, "ts": 4416819.3359375, "dur": 103302.42919921875, "ph": "X", "name": "Generics2.cpp", "args": { "durationMS": 103.30242919921875, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 4520145.99609375, "dur": 494.4220185279846, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4944220185279846, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 20, "ts": 4521457.51953125, "dur": 1039.9839878082275, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0399839878082275, "detail": "System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 20, "ts": 4523103.02734375, "dur": 624.9710321426392, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6249710321426392, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 20, "ts": 4523920.8984375, "dur": 617.8269982337952, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6178269982337952, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 20, "ts": 4525030.2734375, "dur": 676.8499612808228, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6768499612808228, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 20, "ts": 4525994.62890625, "dur": 340.9000039100647, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3409000039100647, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 20, "ts": 4531145.01953125, "dur": 29170.34339904785, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 29.17034339904785, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Char>" } },
{ "pid": 1, "tid": 20, "ts": 4560317.3828125, "dur": 866.521954536438, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.866521954536438, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 20, "ts": 4562414.0625, "dur": 370.5729842185974, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3705729842185974, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 20, "ts": 4562787.109375, "dur": 534.0520143508911, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5340520143508911, "detail": "System.Reflection.MonoProperty/Getter`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4563328.125, "dur": 2901.8490314483643, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 2.9018490314483643, "detail": "System.Collections.Generic.HashSet`1<UnityEngine.UI.IClippable>" } },
{ "pid": 1, "tid": 20, "ts": 4566232.421875, "dur": 1160.2749824523926, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.1602749824523926, "detail": "System.Collections.Generic.HashSet`1<UnityEngine.UI.MaskableGraphic>" } },
{ "pid": 1, "tid": 20, "ts": 4567395.01953125, "dur": 1070.5339908599854, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0705339908599854, "detail": "System.Collections.Generic.HashSet`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4568468.26171875, "dur": 1057.1860074996948, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0571860074996948, "detail": "System.Collections.Generic.HashSet`1<UnityEngine.UI.Text>" } },
{ "pid": 1, "tid": 20, "ts": 4570355.46875, "dur": 367.7609860897064, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3677609860897064, "detail": "System.Collections.Generic.ICollection`1<System.IComparable`1<System.DateTime>>" } },
{ "pid": 1, "tid": 20, "ts": 4571610.3515625, "dur": 402.08500623703003, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.40208500623703003, "detail": "System.Collections.Generic.ICollection`1<System.IComparable`1<System.UInt16>>" } },
{ "pid": 1, "tid": 20, "ts": 4572745.60546875, "dur": 963.2800221443176, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9632800221443176, "detail": "System.Collections.Generic.ICollection`1<System.IEquatable`1<System.Byte>>" } },
{ "pid": 1, "tid": 20, "ts": 4575105.46875, "dur": 11554.182052612305, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 11.554182052612305, "detail": "System.Collections.Generic.ICollection`1<System.IEquatable`1<System.TimeZoneInfo/AdjustmentRule>>" } },
{ "pid": 1, "tid": 20, "ts": 4586745.60546875, "dur": 365.9999966621399, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3659999966621399, "detail": "System.Collections.Generic.ICollection`1<System.Collections.Generic.IList`1<System.DateTimeParse/DS>>" } },
{ "pid": 1, "tid": 20, "ts": 4588219.23828125, "dur": 3613.9631271362305, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 3.6139631271362305, "detail": "System.Collections.Generic.ICollection`1<System.Collections.Concurrent.ConcurrentDictionary`2/Node<System.Object,System.Object>>" } },
{ "pid": 1, "tid": 20, "ts": 4592085.9375, "dur": 501.99103355407715, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5019910335540771, "detail": "System.Collections.Generic.ICollection`1<System.Int32[]>" } },
{ "pid": 1, "tid": 20, "ts": 4594639.16015625, "dur": 340.91100096702576, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.34091100096702576, "detail": "System.Collections.Generic.ICollection`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 20, "ts": 4596039.55078125, "dur": 419.82898116111755, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.41982898116111755, "detail": "System.Collections.Generic.ICollection`1<System.Runtime.CompilerServices.DateTimeConstantAttribute>" } },
{ "pid": 1, "tid": 20, "ts": 4596639.16015625, "dur": 344.2249894142151, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3442249894142151, "detail": "System.Collections.Generic.ICollection`1<System.Delegate>" } },
{ "pid": 1, "tid": 20, "ts": 4596985.3515625, "dur": 780.456006526947, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.780456006526947, "detail": "System.Collections.Generic.ICollection`1<System.Collections.DictionaryEntry>" } },
{ "pid": 1, "tid": 20, "ts": 4598470.21484375, "dur": 414.808988571167, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.414808988571167, "detail": "System.Collections.Generic.ICollection`1<System.Runtime.CompilerServices.Ephemeron>" } },
{ "pid": 1, "tid": 20, "ts": 4599430.6640625, "dur": 1247.8560209274292, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.2478560209274292, "detail": "System.Collections.Generic.ICollection`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 20, "ts": 4601336.9140625, "dur": 2313.9541149139404, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 2.3139541149139404, "detail": "System.Collections.Generic.ICollection`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>" } },
{ "pid": 1, "tid": 20, "ts": 4603653.80859375, "dur": 535.6000065803528, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5356000065803528, "detail": "System.Collections.Generic.ICollection`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>" } },
{ "pid": 1, "tid": 20, "ts": 4604908.69140625, "dur": 444.9729919433594, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4449729919433594, "detail": "System.Collections.Generic.ICollection`1<System.ICloneable>" } },
{ "pid": 1, "tid": 20, "ts": 4608229.00390625, "dur": 469.98798847198486, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.46998798847198486, "detail": "System.Collections.Generic.ICollection`1<System.Globalization.InternalCodePageDataItem>" } },
{ "pid": 1, "tid": 20, "ts": 4608700.68359375, "dur": 389.7069990634918, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3897069990634918, "detail": "System.Collections.Generic.ICollection`1<System.Globalization.InternalEncodingDataItem>" } },
{ "pid": 1, "tid": 20, "ts": 4611508.30078125, "dur": 459.8509967327118, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4598509967327118, "detail": "System.Collections.Generic.ICollection`1<System.Reflection.ParameterModifier>" } },
{ "pid": 1, "tid": 20, "ts": 4612069.3359375, "dur": 356.0899794101715, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3560899794101715, "detail": "System.Collections.Generic.ICollection`1<UnityEngine.Playables.PlayableBinding>" } },
{ "pid": 1, "tid": 20, "ts": 4613596.6796875, "dur": 490.1009798049927, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4901009798049927, "detail": "System.Collections.Generic.ICollection`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 20, "ts": 4614090.8203125, "dur": 1407.562017440796, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.407562017440796, "detail": "System.Collections.Generic.ICollection`1<System.Reflection.RuntimeConstructorInfo>" } },
{ "pid": 1, "tid": 20, "ts": 4615500.48828125, "dur": 444.2700147628784, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4442700147628784, "detail": "System.Collections.Generic.ICollection`1<System.Reflection.RuntimeEventInfo>" } },
{ "pid": 1, "tid": 20, "ts": 4616670.41015625, "dur": 891.8539881706238, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8918539881706238, "detail": "System.Collections.Generic.ICollection`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 20, "ts": 4617636.23046875, "dur": 898.6890316009521, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8986890316009521, "detail": "System.Collections.Generic.ICollection`1<System.Diagnostics.StackFrame>" } },
{ "pid": 1, "tid": 20, "ts": 4618609.375, "dur": 373.088002204895, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.373088002204895, "detail": "System.Collections.Generic.ICollection`1<System.String>" } },
{ "pid": 1, "tid": 20, "ts": 4619470.21484375, "dur": 530.7300090789795, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5307300090789795, "detail": "System.Collections.Generic.ICollection`1<System.Globalization.TokenHashValue>" } },
{ "pid": 1, "tid": 20, "ts": 4620597.65625, "dur": 411.5689992904663, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4115689992904663, "detail": "System.Collections.Generic.ICollection`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 20, "ts": 4621531.25, "dur": 1784.2339277267456, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.7842339277267456, "detail": "System.Collections.Generic.ICollection`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 20, "ts": 4623703.125, "dur": 526.4689922332764, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5264689922332764, "detail": "System.Collections.Generic.ICollection`1<System.Threading.WaitHandle>" } },
{ "pid": 1, "tid": 20, "ts": 4624619.140625, "dur": 432.12398886680603, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.43212398886680603, "detail": "System.Collections.Generic.ICollection`1<System.Runtime.InteropServices._MemberInfo>" } },
{ "pid": 1, "tid": 20, "ts": 4625519.53125, "dur": 881.1379671096802, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8811379671096802, "detail": "System.Collections.Generic.ICollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 20, "ts": 4626750.9765625, "dur": 557.0729970932007, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5570729970932007, "detail": "System.Collections.Generic.ICollection`1<System.Collections.Hashtable/bucket>" } },
{ "pid": 1, "tid": 20, "ts": 4627608.3984375, "dur": 399.726003408432, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.399726003408432, "detail": "System.Collections.Generic.ICollection`1<System.ParameterizedStrings/FormatParam>" } },
{ "pid": 1, "tid": 20, "ts": 4628111.328125, "dur": 452.99598574638367, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.45299598574638367, "detail": "System.Collections.Generic.ICollection`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>" } },
{ "pid": 1, "tid": 20, "ts": 4634970.703125, "dur": 19079.261779785156, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 19.079261779785156, "detail": "System.Collections.Generic.IEnumerable`1<System.Text.EncodingProvider>" } },
{ "pid": 1, "tid": 20, "ts": 4654923.33984375, "dur": 1402.7609825134277, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.4027609825134277, "detail": "System.Collections.Generic.IEnumerable`1<System.Runtime.Remoting.Contexts.IContextAttribute>" } },
{ "pid": 1, "tid": 20, "ts": 4657338.37890625, "dur": 616.0209774971008, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6160209774971008, "detail": "System.Collections.Generic.IEnumerable`1<UnityEngine.Mesh>" } },
{ "pid": 1, "tid": 20, "ts": 4658516.11328125, "dur": 1054.5819997787476, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0545819997787476, "detail": "System.Collections.Generic.IEnumerable`1<System.Reflection.RuntimePropertyInfo>" } },
{ "pid": 1, "tid": 20, "ts": 4664708.984375, "dur": 376.041978597641, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.376041978597641, "detail": "System.Collections.Generic.IEnumerator`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 20, "ts": 4667603.515625, "dur": 786.9150042533875, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7869150042533875, "detail": "System.Collections.Generic.IEnumerator`1<System.Reflection.ParameterModifier>" } },
{ "pid": 1, "tid": 20, "ts": 4669719.7265625, "dur": 450.27801394462585, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.45027801394462585, "detail": "System.Collections.Generic.IEnumerator`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 20, "ts": 4684738.76953125, "dur": 19147.111892700195, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 19.147111892700195, "detail": "System.Collections.Generic.IList`1<System.Delegate>" } },
{ "pid": 1, "tid": 20, "ts": 4703890.13671875, "dur": 381.1599910259247, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3811599910259247, "detail": "System.Collections.Generic.IList`1<System.Collections.DictionaryEntry>" } },
{ "pid": 1, "tid": 20, "ts": 4705002.44140625, "dur": 364.2120063304901, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3642120063304901, "detail": "System.Collections.Generic.IList`1<System.Runtime.CompilerServices.Ephemeron>" } },
{ "pid": 1, "tid": 20, "ts": 4705902.34375, "dur": 1174.7850179672241, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.1747850179672241, "detail": "System.Collections.Generic.IList`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 20, "ts": 4712069.82421875, "dur": 388.09600472450256, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.38809600472450256, "detail": "System.Collections.Generic.IList`1<System.Reflection.ParameterModifier>" } },
{ "pid": 1, "tid": 20, "ts": 4712555.6640625, "dur": 393.03600788116455, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.39303600788116455, "detail": "System.Collections.Generic.IList`1<UnityEngine.Playables.PlayableBinding>" } },
{ "pid": 1, "tid": 20, "ts": 4713927.734375, "dur": 409.8140299320221, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4098140299320221, "detail": "System.Collections.Generic.IList`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 20, "ts": 4717868.65234375, "dur": 342.5929844379425, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3425929844379425, "detail": "System.Collections.Generic.IList`1<System.ParameterizedStrings/FormatParam>" } },
{ "pid": 1, "tid": 20, "ts": 4718324.70703125, "dur": 452.347993850708, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.452347993850708, "detail": "System.Collections.Generic.IList`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>" } },
{ "pid": 1, "tid": 20, "ts": 4725795.8984375, "dur": 586.2810015678406, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5862810015678406, "detail": "System.Collections.Generic.IReadOnlyList`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 20, "ts": 4731850.09765625, "dur": 545.6179976463318, "ph": "X", "name": "Il2CppGenericComDefinitions6.cpp", "args": { "durationMS": 0.5456179976463318, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 4732413.0859375, "dur": 66724.92980957031, "ph": "X", "name": "Idle", "args": { "durationMS": 66.72492980957031, "detail": "" } },
{ "pid": 1, "tid": 21, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 21, "ts": 1541776.123046875, "dur": 61920.413970947266, "ph": "X", "name": "Idle", "args": { "durationMS": 61.920413970947266, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1618234.4970703125, "dur": 773.5370397567749, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 0.7735370397567749, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 21, "ts": 1620243.7744140625, "dur": 335066.162109375, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 335.066162109375, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 21, "ts": 1621843.1396484375, "dur": 333466.2170410156, "ph": "X", "name": "UnityEngine.SharedInternalsModule_Attr.cpp", "args": { "durationMS": 333.4662170410156, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1955325.1953125, "dur": 16858.79135131836, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 16.85879135131836, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 21, "ts": 1955346.6796875, "dur": 16836.715698242188, "ph": "X", "name": "UnityEngine.AnimationModule_Attr.cpp", "args": { "durationMS": 16.836715698242188, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1972187.744140625, "dur": 8699.777603149414, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 8.699777603149414, "detail": "UnityEngine.UnityWebRequestWWWModule" } },
{ "pid": 1, "tid": 21, "ts": 1972212.646484375, "dur": 8674.344062805176, "ph": "X", "name": "UnityEngine.UnityWebRequestWWWModule_Attr.cpp", "args": { "durationMS": 8.674344062805176, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1980891.11328125, "dur": 14231.473922729492, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 14.231473922729492, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 21, "ts": 1980907.5927734375, "dur": 14214.241981506348, "ph": "X", "name": "Assembly-CSharp_Attr.cpp", "args": { "durationMS": 14.214241981506348, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 2014240.8447265625, "dur": 760.217010974884, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.760217010974884, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryTypeEnum" } },
{ "pid": 1, "tid": 21, "ts": 2015001.708984375, "dur": 73008.60595703125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 73.00860595703125, "detail": "System.IO.BinaryWriter" } },
{ "pid": 1, "tid": 21, "ts": 2088011.71875, "dur": 2857.9299449920654, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.8579299449920654, "detail": "System.Reflection.Binder" } },
{ "pid": 1, "tid": 21, "ts": 2090886.23046875, "dur": 14716.060638427734, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.716060638427734, "detail": "System.BitConverter" } },
{ "pid": 1, "tid": 21, "ts": 2105603.271484375, "dur": 3162.972927093506, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.162972927093506, "detail": "Mono.Security.BitConverterLE" } },
{ "pid": 1, "tid": 21, "ts": 2108767.08984375, "dur": 7910.907745361328, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.910907745361328, "detail": "System.Boolean" } },
{ "pid": 1, "tid": 21, "ts": 2116678.955078125, "dur": 7191.443920135498, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.191443920135498, "detail": "System.Globalization.Bootstring" } },
{ "pid": 1, "tid": 21, "ts": 2123871.58203125, "dur": 5612.392902374268, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.612392902374268, "detail": "System.Buffer" } },
{ "pid": 1, "tid": 21, "ts": 2129484.619140625, "dur": 6333.30774307251, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.33330774307251, "detail": "System.Byte" } },
{ "pid": 1, "tid": 21, "ts": 2135832.51953125, "dur": 1944.5340633392334, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9445340633392334, "detail": "System.Collections.Generic.ByteEqualityComparer" } },
{ "pid": 1, "tid": 21, "ts": 2137778.076171875, "dur": 2711.313009262085, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.711313009262085, "detail": "System.ByteMatcher" } },
{ "pid": 1, "tid": 21, "ts": 2140490.478515625, "dur": 12812.638282775879, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.812638282775879, "detail": "System.Runtime.Remoting.Messaging.CADArgHolder" } },
{ "pid": 1, "tid": 21, "ts": 2153304.19921875, "dur": 20441.26319885254, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.44126319885254, "detail": "System.Runtime.Remoting.Messaging.CADMessageBase" } },
{ "pid": 1, "tid": 21, "ts": 2173746.337890625, "dur": 1756.6370964050293, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7566370964050293, "detail": "System.Runtime.Remoting.Messaging.CADMethodCallMessage" } },
{ "pid": 1, "tid": 21, "ts": 2175503.90625, "dur": 4280.61580657959, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.28061580657959, "detail": "System.Runtime.Remoting.Messaging.CADMethodRef" } },
{ "pid": 1, "tid": 21, "ts": 2179785.400390625, "dur": 1925.8559942245483, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9258559942245483, "detail": "System.Runtime.Remoting.Messaging.CADMethodReturnMessage" } },
{ "pid": 1, "tid": 21, "ts": 2181896.240234375, "dur": 1556.5849542617798, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5565849542617798, "detail": "System.Runtime.Remoting.Channels.CADSerializer" } },
{ "pid": 1, "tid": 21, "ts": 2183453.857421875, "dur": 455.52000403404236, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.45552000403404236, "detail": "System.Collections.Concurrent.CDSCollectionETWBCLProvider" } },
{ "pid": 1, "tid": 21, "ts": 2184148.681640625, "dur": 13826.330184936523, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.826330184936523, "detail": "System.Runtime.InteropServices.COMException" } },
{ "pid": 1, "tid": 21, "ts": 2197975.830078125, "dur": 2065.922975540161, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.065922975540161, "detail": "System.IO.CStreamReader" } },
{ "pid": 1, "tid": 21, "ts": 2200042.724609375, "dur": 3906.635046005249, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.906635046005249, "detail": "System.IO.CStreamWriter" } },
{ "pid": 1, "tid": 21, "ts": 2203950.1953125, "dur": 5339.094161987305, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.339094161987305, "detail": "System.Globalization.Calendar" } },
{ "pid": 1, "tid": 21, "ts": 2209290.0390625, "dur": 14624.63665008545, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.62463665008545, "detail": "System.Globalization.CalendarData" } },
{ "pid": 1, "tid": 21, "ts": 2223932.861328125, "dur": 606.6719889640808, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6066719889640808, "detail": "System.Runtime.Remoting.Messaging.CallContext" } },
{ "pid": 1, "tid": 21, "ts": 2224540.283203125, "dur": 737.57404088974, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.73757404088974, "detail": "System.Runtime.Remoting.Messaging.CallContextRemotingData" } },
{ "pid": 1, "tid": 21, "ts": 2225279.052734375, "dur": 473.1660187244415, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.47316601872444153, "detail": "System.Runtime.Remoting.Messaging.CallContextSecurityData" } },
{ "pid": 1, "tid": 21, "ts": 2225780.76171875, "dur": 830.5230140686035, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8305230140686035, "detail": "System.Threading.CancellationCallbackCoreWorkArguments" } },
{ "pid": 1, "tid": 21, "ts": 2226612.060546875, "dur": 22250.783920288086, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 22.250783920288086, "detail": "System.Threading.CancellationCallbackInfo" } },
{ "pid": 1, "tid": 21, "ts": 2248864.013671875, "dur": 4912.872791290283, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.912872791290283, "detail": "System.Threading.CancellationToken" } },
{ "pid": 1, "tid": 21, "ts": 2253777.83203125, "dur": 3189.985990524292, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.189985990524292, "detail": "System.Threading.CancellationTokenRegistration" } },
{ "pid": 1, "tid": 21, "ts": 2256968.505859375, "dur": 10842.559814453125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.842559814453125, "detail": "System.Threading.CancellationTokenSource" } },
{ "pid": 1, "tid": 21, "ts": 2267813.232421875, "dur": 756.6229701042175, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7566229701042175, "detail": "System.CannotUnloadAppDomainException" } },
{ "pid": 1, "tid": 21, "ts": 2268570.556640625, "dur": 1111.2910509109497, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1112910509109497, "detail": "System.Collections.CaseInsensitiveComparer" } },
{ "pid": 1, "tid": 21, "ts": 2269682.6171875, "dur": 3009.6681118011475, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0096681118011475, "detail": "System.Collections.CaseInsensitiveHashCodeProvider" } },
{ "pid": 1, "tid": 21, "ts": 2272729.736328125, "dur": 3453.119993209839, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.453119993209839, "detail": "System.Runtime.Remoting.ChannelData" } },
{ "pid": 1, "tid": 21, "ts": 2276183.837890625, "dur": 860.1219654083252, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8601219654083252, "detail": "System.Runtime.Remoting.ChannelInfo" } },
{ "pid": 1, "tid": 21, "ts": 2277044.921875, "dur": 17515.19203186035, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.51519203186035, "detail": "System.Runtime.Remoting.Channels.ChannelServices" } },
{ "pid": 1, "tid": 21, "ts": 2294561.279296875, "dur": 30728.439331054688, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 30.728439331054688, "detail": "System.Char" } },
{ "pid": 1, "tid": 21, "ts": 2325290.52734375, "dur": 1741.4159774780273, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7414159774780273, "detail": "System.CharEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 2327046.630859375, "dur": 3839.6079540252686, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.8396079540252686, "detail": "System.Globalization.CharUnicodeInfo" } },
{ "pid": 1, "tid": 21, "ts": 2331046.38671875, "dur": 1698.2320547103882, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6982320547103882, "detail": "System.Runtime.Remoting.ClientActivatedIdentity" } },
{ "pid": 1, "tid": 21, "ts": 2332745.849609375, "dur": 639.0259861946106, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6390259861946106, "detail": "System.Runtime.Remoting.Messaging.ClientContextReplySink" } },
{ "pid": 1, "tid": 21, "ts": 2333385.986328125, "dur": 3893.167018890381, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.893167018890381, "detail": "System.Runtime.Remoting.Messaging.ClientContextTerminatorSink" } },
{ "pid": 1, "tid": 21, "ts": 2337280.2734375, "dur": 1124.0479946136475, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1240479946136475, "detail": "System.Runtime.Remoting.ClientIdentity" } },
{ "pid": 1, "tid": 21, "ts": 2338405.76171875, "dur": 440.60999155044556, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.44060999155044556, "detail": "System.Globalization.CodePageDataItem" } },
{ "pid": 1, "tid": 21, "ts": 2338847.16796875, "dur": 1430.445909500122, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.430445909500122, "detail": "Mono.Globalization.Unicode.CodePointIndexer" } },
{ "pid": 1, "tid": 21, "ts": 2340889.892578125, "dur": 38548.18344116211, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 38.54818344116211, "detail": "System.Globalization.CompareInfo" } },
{ "pid": 1, "tid": 21, "ts": 2379453.369140625, "dur": 74999.58038330078, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 74.99958038330078, "detail": "System.Collections.Comparer" } },
{ "pid": 1, "tid": 21, "ts": 2454482.91015625, "dur": 1673.4930276870728, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6734930276870728, "detail": "System.Collections.CompatibleComparer" } },
{ "pid": 1, "tid": 21, "ts": 2456177.978515625, "dur": 373.65901470184326, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.37365901470184326, "detail": "System.Runtime.CompilerServices.CompilationRelaxationsAttribute" } },
{ "pid": 1, "tid": 21, "ts": 2456676.025390625, "dur": 415.4070019721985, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4154070019721985, "detail": "System.Threading.Tasks.CompletionActionInvoker" } },
{ "pid": 1, "tid": 21, "ts": 2457092.041015625, "dur": 23556.774139404297, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 23.556774139404297, "detail": "System.Runtime.Remoting.ConfigHandler" } },
{ "pid": 1, "tid": 21, "ts": 2480651.85546875, "dur": 128960.55603027344, "ph": "X", "name": "mscorlib1.cpp", "args": { "durationMS": 128.96055603027344, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 2609806.15234375, "dur": 25223.38104248047, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 25.22338104248047, "detail": "UnityEngine.Collision2D" } },
{ "pid": 1, "tid": 21, "ts": 2635030.517578125, "dur": 20997.42317199707, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.99742317199707, "detail": "UnityEngine.ContactFilter2D" } },
{ "pid": 1, "tid": 21, "ts": 2656330.078125, "dur": 13558.494567871094, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.558494567871094, "detail": "UnityEngine.Physics2D" } },
{ "pid": 1, "tid": 21, "ts": 2669908.935546875, "dur": 8990.652084350586, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.990652084350586, "detail": "UnityEngine.PhysicsScene2D" } },
{ "pid": 1, "tid": 21, "ts": 2678900.390625, "dur": 28445.1904296875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 28.4451904296875, "detail": "UnityEngine.RaycastHit2D" } },
{ "pid": 1, "tid": 21, "ts": 2707346.923828125, "dur": 1700.7240056991577, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7007240056991577, "detail": "UnityEngine.Rigidbody2D" } },
{ "pid": 1, "tid": 21, "ts": 2709051.513671875, "dur": 14355.402946472168, "ph": "X", "name": "UnityEngine.Physics2DModule.cpp", "args": { "durationMS": 14.355402946472168, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 2723434.5703125, "dur": 3199.397087097168, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.199397087097168, "detail": "System.Runtime.CompilerServices.TaskAwaiter" } },
{ "pid": 1, "tid": 21, "ts": 2726634.765625, "dur": 1189.149022102356, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.189149022102356, "detail": "System.Threading.Tasks.TaskCanceledException" } },
{ "pid": 1, "tid": 21, "ts": 2727825.1953125, "dur": 833.6220383644104, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8336220383644104, "detail": "System.Threading.Tasks.TaskContinuation" } },
{ "pid": 1, "tid": 21, "ts": 2728688.96484375, "dur": 7797.0757484436035, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.7970757484436035, "detail": "System.Threading.Tasks.TaskExceptionHolder" } },
{ "pid": 1, "tid": 21, "ts": 2736486.81640625, "dur": 1797.0759868621826, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7970759868621826, "detail": "System.Threading.Tasks.TaskFactory" } },
{ "pid": 1, "tid": 21, "ts": 2738285.15625, "dur": 3308.51411819458, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.30851411819458, "detail": "System.Threading.Tasks.TaskScheduler" } },
{ "pid": 1, "tid": 21, "ts": 2741594.482421875, "dur": 9881.150245666504, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.881150245666504, "detail": "System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation" } },
{ "pid": 1, "tid": 21, "ts": 2751476.5625, "dur": 1229.6770811080933, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2296770811080933, "detail": "System.Threading.Tasks.TaskSchedulerException" } },
{ "pid": 1, "tid": 21, "ts": 2752722.412109375, "dur": 88465.62194824219, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 88.46562194824219, "detail": "System.TermInfoDriver" } },
{ "pid": 1, "tid": 21, "ts": 2841205.322265625, "dur": 5159.291744232178, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.159291744232178, "detail": "System.TermInfoReader" } },
{ "pid": 1, "tid": 21, "ts": 2846426.513671875, "dur": 20812.570571899414, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.812570571899414, "detail": "System.Globalization.TextInfo" } },
{ "pid": 1, "tid": 21, "ts": 2867239.990234375, "dur": 731.158971786499, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.731158971786499, "detail": "System.Globalization.TextInfoToLowerData" } },
{ "pid": 1, "tid": 21, "ts": 2867972.16796875, "dur": 638.8779878616333, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6388779878616333, "detail": "System.Globalization.TextInfoToUpperData" } },
{ "pid": 1, "tid": 21, "ts": 2868612.060546875, "dur": 5280.153274536133, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.280153274536133, "detail": "System.IO.TextReader" } },
{ "pid": 1, "tid": 21, "ts": 2873893.310546875, "dur": 6975.229740142822, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.975229740142822, "detail": "System.IO.TextWriter" } },
{ "pid": 1, "tid": 21, "ts": 2880869.873046875, "dur": 18767.337799072266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.767337799072266, "detail": "System.Threading.Thread" } },
{ "pid": 1, "tid": 21, "ts": 2899637.939453125, "dur": 545.4000234603882, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5454000234603882, "detail": "System.Threading.ThreadAbortException" } },
{ "pid": 1, "tid": 21, "ts": 2900184.326171875, "dur": 2622.5998401641846, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6225998401641846, "detail": "System.Threading.ThreadHelper" } },
{ "pid": 1, "tid": 21, "ts": 2902807.861328125, "dur": 1369.8909282684326, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3698909282684326, "detail": "System.Threading.ThreadInterruptedException" } },
{ "pid": 1, "tid": 21, "ts": 2904178.466796875, "dur": 11226.062774658203, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.226062774658203, "detail": "System.Threading.ThreadPool" } },
{ "pid": 1, "tid": 21, "ts": 2915642.08984375, "dur": 1491.5320873260498, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4915320873260498, "detail": "System.Threading.Tasks.ThreadPoolTaskScheduler" } },
{ "pid": 1, "tid": 21, "ts": 2917134.521484375, "dur": 4660.033226013184, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.660033226013184, "detail": "System.Threading.ThreadPoolWorkQueue" } },
{ "pid": 1, "tid": 21, "ts": 2921795.654296875, "dur": 1216.386079788208, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.216386079788208, "detail": "System.Threading.ThreadPoolWorkQueueThreadLocals" } },
{ "pid": 1, "tid": 21, "ts": 2923013.18359375, "dur": 574.4650363922119, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5744650363922119, "detail": "System.Threading.ThreadStart" } },
{ "pid": 1, "tid": 21, "ts": 2923602.05078125, "dur": 724.1600155830383, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7241600155830383, "detail": "System.Threading.ThreadStateException" } },
{ "pid": 1, "tid": 21, "ts": 2924455.078125, "dur": 9175.018310546875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.175018310546875, "detail": "System.ThrowHelper" } },
{ "pid": 1, "tid": 21, "ts": 2933804.443359375, "dur": 25750.667572021484, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 25.750667572021484, "detail": "System.TimeSpan" } },
{ "pid": 1, "tid": 21, "ts": 2959556.396484375, "dur": 18882.30323791504, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.88230323791504, "detail": "System.Globalization.TimeSpanFormat" } },
{ "pid": 1, "tid": 21, "ts": 2978440.185546875, "dur": 510.59699058532715, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5105969905853271, "detail": "System.TimeType" } },
{ "pid": 1, "tid": 21, "ts": 2979214.111328125, "dur": 257166.50390625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 257.16650390625, "detail": "System.TimeZoneInfo" } },
{ "pid": 1, "tid": 21, "ts": 3236383.056640625, "dur": 158117.1875, "ph": "X", "name": "mscorlib13.cpp", "args": { "durationMS": 158.1171875, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 3394541.50390625, "dur": 1114.1459941864014, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1141459941864014, "detail": "UnityEngine.Networking.CertificateHandler" } },
{ "pid": 1, "tid": 21, "ts": 3395656.25, "dur": 1497.1630573272705, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4971630573272705, "detail": "UnityEngine.Networking.DownloadHandler" } },
{ "pid": 1, "tid": 21, "ts": 3397154.296875, "dur": 1162.363052368164, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.162363052368164, "detail": "UnityEngine.Networking.DownloadHandlerBuffer" } },
{ "pid": 1, "tid": 21, "ts": 3398317.626953125, "dur": 13020.13111114502, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.02013111114502, "detail": "UnityEngine.Networking.UnityWebRequest" } },
{ "pid": 1, "tid": 21, "ts": 3411338.623046875, "dur": 1429.075002670288, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.429075002670288, "detail": "UnityEngine.Networking.UnityWebRequestAsyncOperation" } },
{ "pid": 1, "tid": 21, "ts": 3412768.798828125, "dur": 640.8780217170715, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6408780217170715, "detail": "UnityEngine.Networking.UploadHandler" } },
{ "pid": 1, "tid": 21, "ts": 3413410.64453125, "dur": 835.5610370635986, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8355610370635986, "detail": "UnityEngine.WWWForm" } },
{ "pid": 1, "tid": 21, "ts": 3414247.0703125, "dur": 5474.634647369385, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.474634647369385, "detail": "UnityEngine.WWWTranscoder" } },
{ "pid": 1, "tid": 21, "ts": 3419722.412109375, "dur": 6721.08268737793, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.72108268737793, "detail": "UnityEngineInternal.WebRequestUtils" } },
{ "pid": 1, "tid": 21, "ts": 3426481.689453125, "dur": 45646.99172973633, "ph": "X", "name": "UnityEngine.UnityWebRequestModule.cpp", "args": { "durationMS": 45.64699172973633, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 3472182.12890625, "dur": 840.6659960746765, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8406659960746765, "detail": "UnityEngine.EventSystems.AbstractEventData" } },
{ "pid": 1, "tid": 21, "ts": 3473024.169921875, "dur": 1927.8260469436646, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9278260469436646, "detail": "UnityEngine.UI.AnimationTriggers" } },
{ "pid": 1, "tid": 21, "ts": 3474953.125, "dur": 7827.448844909668, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.827448844909668, "detail": "UnityEngine.UI.AspectRatioFitter" } },
{ "pid": 1, "tid": 21, "ts": 3482781.494140625, "dur": 1257.3199272155762, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2573199272155762, "detail": "UnityEngine.EventSystems.AxisEventData" } },
{ "pid": 1, "tid": 21, "ts": 3484039.794921875, "dur": 644.0160274505615, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6440160274505615, "detail": "UnityEngine.EventSystems.BaseEventData" } },
{ "pid": 1, "tid": 21, "ts": 3484684.814453125, "dur": 3355.1878929138184, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.3551878929138184, "detail": "UnityEngine.EventSystems.BaseInput" } },
{ "pid": 1, "tid": 21, "ts": 3488040.771484375, "dur": 10935.600280761719, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.935600280761719, "detail": "UnityEngine.EventSystems.BaseInputModule" } },
{ "pid": 1, "tid": 21, "ts": 3498977.783203125, "dur": 2531.0750007629395, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5310750007629395, "detail": "UnityEngine.UI.BaseMeshEffect" } },
{ "pid": 1, "tid": 21, "ts": 3501509.521484375, "dur": 3325.2079486846924, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.3252079486846924, "detail": "UnityEngine.EventSystems.BaseRaycaster" } },
{ "pid": 1, "tid": 21, "ts": 3504993.408203125, "dur": 3052.6719093322754, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0526719093322754, "detail": "UnityEngine.UI.Button" } },
{ "pid": 1, "tid": 21, "ts": 3508047.36328125, "dur": 9511.300086975098, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.511300086975098, "detail": "UnityEngine.UI.CanvasScaler" } },
{ "pid": 1, "tid": 21, "ts": 3517573.2421875, "dur": 14869.099617004395, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.869099617004395, "detail": "UnityEngine.UI.CanvasUpdateRegistry" } },
{ "pid": 1, "tid": 21, "ts": 3532443.115234375, "dur": 2623.4469413757324, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6234469413757324, "detail": "UnityEngine.UI.ClipperRegistry" } },
{ "pid": 1, "tid": 21, "ts": 3535068.115234375, "dur": 38674.01123046875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 38.67401123046875, "detail": "UnityEngine.UI.Clipping" } },
{ "pid": 1, "tid": 21, "ts": 3573743.65234375, "dur": 17171.327590942383, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.171327590942383, "detail": "UnityEngine.UI.ColorBlock" } },
{ "pid": 1, "tid": 21, "ts": 3590916.50390625, "dur": 4957.65495300293, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.95765495300293, "detail": "UnityEngine.UI.CoroutineTween.ColorTween" } },
{ "pid": 1, "tid": 21, "ts": 3595875.244140625, "dur": 5413.4650230407715, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.4134650230407715, "detail": "UnityEngine.UI.ContentSizeFitter" } },
{ "pid": 1, "tid": 21, "ts": 3601289.794921875, "dur": 57229.51126098633, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 57.22951126098633, "detail": "UnityEngine.UI.DefaultControls" } },
{ "pid": 1, "tid": 21, "ts": 3658520.5078125, "dur": 100544.34967041016, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 100.54434967041016, "detail": "UnityEngine.UI.Dropdown" } },
{ "pid": 1, "tid": 21, "ts": 3759080.810546875, "dur": 22452.207565307617, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 22.452207565307617, "detail": "UnityEngine.EventSystems.EventSystem" } },
{ "pid": 1, "tid": 21, "ts": 3781534.423828125, "dur": 26640.121459960938, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 26.640121459960938, "detail": "UnityEngine.EventSystems.EventTrigger" } },
{ "pid": 1, "tid": 21, "ts": 3808204.58984375, "dur": 17611.73439025879, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.61173439025879, "detail": "UnityEngine.EventSystems.ExecuteEvents" } },
{ "pid": 1, "tid": 21, "ts": 3825818.115234375, "dur": 3372.135877609253, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.372135877609253, "detail": "UnityEngine.UI.CoroutineTween.FloatTween" } },
{ "pid": 1, "tid": 21, "ts": 3829191.40625, "dur": 6406.026363372803, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.406026363372803, "detail": "UnityEngine.UI.FontData" } },
{ "pid": 1, "tid": 21, "ts": 3835598.14453125, "dur": 4139.607906341553, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.139607906341553, "detail": "UnityEngine.UI.FontUpdateTracker" } },
{ "pid": 1, "tid": 21, "ts": 3839738.76953125, "dur": 32760.284423828125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 32.760284423828125, "detail": "UnityEngine.UI.Graphic" } },
{ "pid": 1, "tid": 21, "ts": 3872500, "dur": 23722.888946533203, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 23.722888946533203, "detail": "UnityEngine.UI.GraphicRaycaster" } },
{ "pid": 1, "tid": 21, "ts": 3896223.876953125, "dur": 7357.810020446777, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.357810020446777, "detail": "UnityEngine.UI.GraphicRegistry" } },
{ "pid": 1, "tid": 21, "ts": 3903582.51953125, "dur": 13406.439781188965, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.406439781188965, "detail": "UnityEngine.UI.GridLayoutGroup" } },
{ "pid": 1, "tid": 21, "ts": 3916990.234375, "dur": 5732.270240783691, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.732270240783691, "detail": "UnityEngine.UI.HorizontalLayoutGroup" } },
{ "pid": 1, "tid": 21, "ts": 3922723.6328125, "dur": 45496.14334106445, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 45.49614334106445, "detail": "UnityEngine.UI.HorizontalOrVerticalLayoutGroup" } },
{ "pid": 1, "tid": 21, "ts": 3968229.248046875, "dur": 229819.27490234375, "ph": "X", "name": "UnityEngine.UI.cpp", "args": { "durationMS": 229.81927490234375, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4198071.2890625, "dur": 471.01297974586487, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47101297974586487, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4198543.45703125, "dur": 404.70200777053833, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40470200777053833, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4198949.21875, "dur": 402.54899859428406, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40254899859428406, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4199353.02734375, "dur": 405.54800629615784, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40554800629615784, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4199759.765625, "dur": 780.2549600601196, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7802549600601196, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4200541.015625, "dur": 439.179003238678, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.439179003238678, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4200981.4453125, "dur": 430.67800998687744, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43067800998687744, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4201413.0859375, "dur": 406.7020118236542, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4067020118236542, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4201820.80078125, "dur": 411.72897815704346, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41172897815704346, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4202233.88671875, "dur": 371.69501185417175, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37169501185417175, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4202606.93359375, "dur": 383.67101550102234, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38367101550102234, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4202992.1875, "dur": 366.4869964122772, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3664869964122772, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4203359.375, "dur": 549.7859716415405, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5497859716415405, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4203910.64453125, "dur": 420.7350015640259, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4207350015640259, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4204332.51953125, "dur": 376.34798884391785, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37634798884391785, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4204709.47265625, "dur": 398.4529972076416, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3984529972076416, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4205108.88671875, "dur": 396.4979946613312, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3964979946613312, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4205506.8359375, "dur": 461.8449807167053, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4618449807167053, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4205969.7265625, "dur": 378.68401408195496, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37868401408195496, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4206349.609375, "dur": 372.49401211738586, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37249401211738586, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4206723.14453125, "dur": 383.635014295578, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.383635014295578, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4207107.91015625, "dur": 397.816002368927, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.397816002368927, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4207506.8359375, "dur": 390.4399871826172, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3904399871826172, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4207898.4375, "dur": 379.24301624298096, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37924301624298096, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4208278.80859375, "dur": 409.35397148132324, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40935397148132324, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4208688.96484375, "dur": 380.99101185798645, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38099101185798645, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4209071.2890625, "dur": 378.76302003860474, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37876302003860474, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4209451.171875, "dur": 382.47600197792053, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38247600197792053, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4209834.47265625, "dur": 378.46100330352783, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37846100330352783, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4210213.8671875, "dur": 406.8639874458313, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4068639874458313, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4210622.55859375, "dur": 459.00997519493103, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45900997519493103, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4211082.51953125, "dur": 434.6489906311035, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4346489906311035, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4211518.5546875, "dur": 622.0269799232483, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6220269799232483, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4212142.08984375, "dur": 426.455020904541, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.426455020904541, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4212569.3359375, "dur": 427.4419844150543, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4274419844150543, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4212997.55859375, "dur": 382.69999623298645, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38269999623298645, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4213381.34765625, "dur": 402.2809863090515, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4022809863090515, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4213784.66796875, "dur": 392.8830027580261, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3928830027580261, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4214178.7109375, "dur": 382.42900371551514, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38242900371551514, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4214562.01171875, "dur": 389.9820148944855, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3899820148944855, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4214953.125, "dur": 384.0630054473877, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3840630054473877, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4215338.8671875, "dur": 392.59499311447144, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39259499311447144, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4215731.93359375, "dur": 394.9820101261139, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3949820101261139, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4216128.41796875, "dur": 389.1270160675049, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3891270160675049, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4216518.5546875, "dur": 435.49901247024536, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43549901247024536, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4216955.56640625, "dur": 437.0590150356293, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4370590150356293, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4217394.04296875, "dur": 370.5369830131531, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3705369830131531, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4217765.625, "dur": 383.15698504447937, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38315698504447937, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4218150.390625, "dur": 386.03001832962036, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38603001832962036, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4218537.109375, "dur": 562.6540184020996, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5626540184020996, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4219101.07421875, "dur": 393.19801330566406, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39319801330566406, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4219495.1171875, "dur": 410.82701086997986, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41082701086997986, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4219907.71484375, "dur": 406.47801756858826, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40647801756858826, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4220315.91796875, "dur": 394.08499002456665, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39408499002456665, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4220710.9375, "dur": 390.42598009109497, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39042598009109497, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4221103.02734375, "dur": 449.93796944618225, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44993796944618225, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4221554.19921875, "dur": 414.9650037288666, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4149650037288666, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4221970.21484375, "dur": 406.65698051452637, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40665698051452637, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4222378.41796875, "dur": 421.87002301216125, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.42187002301216125, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4222801.26953125, "dur": 387.06597685813904, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38706597685813904, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4223189.453125, "dur": 393.58800649642944, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39358800649642944, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4223583.984375, "dur": 390.9649848937988, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39096498489379883, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4223976.07421875, "dur": 397.27699756622314, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39727699756622314, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4224374.51171875, "dur": 389.1020119190216, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3891020119190216, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4224764.6484375, "dur": 377.90799140930176, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37790799140930176, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4225143.5546875, "dur": 364.72100019454956, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36472100019454956, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4225509.27734375, "dur": 552.8749823570251, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5528749823570251, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4226062.98828125, "dur": 476.9839942455292, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4769839942455292, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4226541.015625, "dur": 480.4929792881012, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4804929792881012, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4227022.4609375, "dur": 460.71699261665344, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46071699261665344, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4227483.88671875, "dur": 460.112988948822, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.460112988948822, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4227944.82421875, "dur": 477.4569869041443, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4774569869041443, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4228423.828125, "dur": 539.3500328063965, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5393500328063965, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4228963.8671875, "dur": 517.4360275268555, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5174360275268555, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4229482.421875, "dur": 510.873019695282, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.510873019695282, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4229994.140625, "dur": 514.4280195236206, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5144280195236206, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4230509.765625, "dur": 484.9169850349426, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4849169850349426, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4230996.09375, "dur": 517.9169774055481, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5179169774055481, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4231514.6484375, "dur": 424.8349964618683, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4248349964618683, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4231940.4296875, "dur": 456.30699396133423, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45630699396133423, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4232397.94921875, "dur": 426.7849922180176, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4267849922180176, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4232825.68359375, "dur": 427.0319938659668, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4270319938659668, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4233253.41796875, "dur": 428.7260174751282, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4287260174751282, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4233683.10546875, "dur": 430.8750033378601, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4308750033378601, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4234115.234375, "dur": 449.321985244751, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.449321985244751, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4234565.4296875, "dur": 528.3960103988647, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5283960103988647, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4235094.7265625, "dur": 484.1729998588562, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4841729998588562, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4235580.56640625, "dur": 481.3459813594818, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4813459813594818, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4236062.98828125, "dur": 439.1710162162781, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4391710162162781, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4236792.48046875, "dur": 954.3349742889404, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9543349742889404, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4237748.046875, "dur": 494.9930012226105, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4949930012226105, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4238243.65234375, "dur": 476.19500756263733, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47619500756263733, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4238721.19140625, "dur": 559.7729682922363, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5597729682922363, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4239281.73828125, "dur": 5376.229763031006, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 5.376229763031006, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4244659.1796875, "dur": 440.2659833431244, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4402659833431244, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4245100.5859375, "dur": 444.60898637771606, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44460898637771606, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4245546.38671875, "dur": 442.6659941673279, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4426659941673279, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4245990.234375, "dur": 511.28196716308594, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5112819671630859, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4246502.44140625, "dur": 519.1859602928162, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5191859602928162, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4247022.94921875, "dur": 556.1699867248535, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5561699867248535, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4247580.078125, "dur": 590.0519490242004, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5900519490242004, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4248171.38671875, "dur": 684.721052646637, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.684721052646637, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4248857.421875, "dur": 660.5939865112305, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6605939865112305, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4249519.04296875, "dur": 548.2029914855957, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5482029914855957, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4250068.359375, "dur": 521.992027759552, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.521992027759552, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4250591.796875, "dur": 503.2230019569397, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5032230019569397, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4251095.703125, "dur": 510.30898094177246, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5103089809417725, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4251607.421875, "dur": 683.6039423942566, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6836039423942566, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4252291.9921875, "dur": 1970.2869653701782, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.9702869653701782, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4254263.18359375, "dur": 2837.5139236450195, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.8375139236450195, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4257102.5390625, "dur": 940.4670000076294, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9404670000076294, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4258043.9453125, "dur": 1345.3559875488281, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3453559875488281, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4259390.625, "dur": 606.2549948692322, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6062549948692322, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4259998.046875, "dur": 612.5189661979675, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6125189661979675, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4260611.81640625, "dur": 1219.2059755325317, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2192059755325317, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4261833.0078125, "dur": 11715.530395507812, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 11.715530395507812, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4273549.8046875, "dur": 493.9139783382416, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4939139783382416, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4274044.921875, "dur": 445.40899991989136, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44540899991989136, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4274491.69921875, "dur": 447.160005569458, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.447160005569458, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4274939.94140625, "dur": 877.7639865875244, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8777639865875244, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4275818.359375, "dur": 1046.2559461593628, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0462559461593628, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4276865.72265625, "dur": 1206.2709331512451, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2062709331512451, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4278073.2421875, "dur": 506.74599409103394, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5067459940910339, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4278581.0546875, "dur": 503.34203243255615, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5033420324325562, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4279085.44921875, "dur": 484.9880039691925, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4849880039691925, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4279571.77734375, "dur": 473.7270176410675, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4737270176410675, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4280045.8984375, "dur": 434.8529875278473, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4348529875278473, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4280481.93359375, "dur": 429.60602045059204, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.42960602045059204, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4280912.59765625, "dur": 654.9379825592041, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6549379825592041, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4281568.359375, "dur": 508.20499658584595, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.508204996585846, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4282077.63671875, "dur": 870.246946811676, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.870246946811676, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4282949.21875, "dur": 492.41599440574646, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.49241599440574646, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4283442.3828125, "dur": 485.22499203681946, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.48522499203681946, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4283929.19921875, "dur": 500.2809762954712, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5002809762954712, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 21, "ts": 4284430.17578125, "dur": 22567.541122436523, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 22.567541122436523, "detail": "LastIndexOf" } },
{ "pid": 1, "tid": 21, "ts": 4306999.0234375, "dur": 716.454029083252, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.716454029083252, "detail": "LastIndexOf" } },
{ "pid": 1, "tid": 21, "ts": 4307717.28515625, "dur": 5203.755855560303, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 5.203755855560303, "detail": "LastIndexOf" } },
{ "pid": 1, "tid": 21, "ts": 4312921.875, "dur": 5758.8090896606445, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 5.7588090896606445, "detail": "LastIndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 4318682.12890625, "dur": 1566.4130449295044, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.5664130449295044, "detail": "Resize" } },
{ "pid": 1, "tid": 21, "ts": 4320250, "dur": 731.950044631958, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.731950044631958, "detail": "Resize" } },
{ "pid": 1, "tid": 21, "ts": 4320982.91015625, "dur": 347.72399067878723, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34772399067878723, "detail": "Reverse" } },
{ "pid": 1, "tid": 21, "ts": 4321331.54296875, "dur": 345.1330065727234, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3451330065727234, "detail": "Reverse" } },
{ "pid": 1, "tid": 21, "ts": 4321677.734375, "dur": 845.9200263023376, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8459200263023376, "detail": "Reverse" } },
{ "pid": 1, "tid": 21, "ts": 4322524.90234375, "dur": 1056.6940307617188, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0566940307617188, "detail": "Reverse" } },
{ "pid": 1, "tid": 21, "ts": 4323582.51953125, "dur": 1156.2460660934448, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1562460660934448, "detail": "Reverse" } },
{ "pid": 1, "tid": 21, "ts": 4324739.74609375, "dur": 902.6650190353394, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9026650190353394, "detail": "Reverse" } },
{ "pid": 1, "tid": 21, "ts": 4325643.5546875, "dur": 871.7309832572937, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8717309832572937, "detail": "Reverse" } },
{ "pid": 1, "tid": 21, "ts": 4326516.11328125, "dur": 862.7299666404724, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8627299666404724, "detail": "Reverse" } },
{ "pid": 1, "tid": 21, "ts": 4327379.8828125, "dur": 1037.7869606018066, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0377869606018066, "detail": "Reverse" } },
{ "pid": 1, "tid": 21, "ts": 4328418.9453125, "dur": 1741.826891899109, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.7418268918991089, "detail": "Reverse" } },
{ "pid": 1, "tid": 21, "ts": 4330161.62109375, "dur": 1227.47802734375, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.22747802734375, "detail": "Reverse" } },
{ "pid": 1, "tid": 21, "ts": 4331390.13671875, "dur": 981.1509847640991, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9811509847640991, "detail": "Reverse" } },
{ "pid": 1, "tid": 21, "ts": 4332372.55859375, "dur": 1626.917004585266, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.6269170045852661, "detail": "Reverse" } },
{ "pid": 1, "tid": 21, "ts": 4334000.48828125, "dur": 1300.3900051116943, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3003900051116943, "detail": "Reverse" } },
{ "pid": 1, "tid": 21, "ts": 4335302.24609375, "dur": 3043.11203956604, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.04311203956604, "detail": "Reverse" } },
{ "pid": 1, "tid": 21, "ts": 4338346.6796875, "dur": 849.0529656410217, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8490529656410217, "detail": "Reverse" } },
{ "pid": 1, "tid": 21, "ts": 4339196.77734375, "dur": 875.9409785270691, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8759409785270691, "detail": "Reverse" } },
{ "pid": 1, "tid": 21, "ts": 4340073.73046875, "dur": 841.5290117263794, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8415290117263794, "detail": "Reverse" } },
{ "pid": 1, "tid": 21, "ts": 4340916.015625, "dur": 880.6040287017822, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8806040287017822, "detail": "Reverse" } },
{ "pid": 1, "tid": 21, "ts": 4342002.44140625, "dur": 377.44998931884766, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37744998931884766, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4342380.859375, "dur": 402.46596932411194, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40246596932411194, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4342784.66796875, "dur": 11160.18295288086, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 11.16018295288086, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4353946.77734375, "dur": 551.764965057373, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.551764965057373, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4354499.51171875, "dur": 2269.04296875, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.26904296875, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4357054.19921875, "dur": 566.4460062980652, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5664460062980652, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4357621.09375, "dur": 444.0700113773346, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4440700113773346, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4358065.91796875, "dur": 836.9860053062439, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8369860053062439, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4358904.296875, "dur": 1001.2919902801514, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0012919902801514, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4359906.73828125, "dur": 792.5699949264526, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7925699949264526, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4360700.1953125, "dur": 995.4759478569031, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9954759478569031, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4361696.77734375, "dur": 808.372974395752, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.808372974395752, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4362506.34765625, "dur": 1020.8539962768555, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0208539962768555, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4363528.3203125, "dur": 992.114007472992, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9921140074729919, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4364521.97265625, "dur": 2458.7600231170654, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.4587600231170654, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4366982.421875, "dur": 876.5519857406616, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8765519857406616, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4367859.86328125, "dur": 1065.8540725708008, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0658540725708008, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4368927.734375, "dur": 1171.5949773788452, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1715949773788452, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4370100.09765625, "dur": 893.2389616966248, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8932389616966248, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4370994.62890625, "dur": 1043.2699918746948, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0432699918746948, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4372039.0625, "dur": 805.3920269012451, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8053920269012451, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4372846.19140625, "dur": 816.785991191864, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.816785991191864, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4373664.0625, "dur": 840.2010202407837, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8402010202407837, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4374505.37109375, "dur": 836.3050222396851, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8363050222396851, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4375342.7734375, "dur": 826.662003993988, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.826662003993988, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4376170.8984375, "dur": 348.5330045223236, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3485330045223236, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4376520.99609375, "dur": 1150.3039598464966, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1503039598464966, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4377672.36328125, "dur": 7898.65779876709, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 7.89865779876709, "detail": "Sort" } },
{ "pid": 1, "tid": 21, "ts": 4385571.77734375, "dur": 656.531035900116, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.656531035900116, "detail": "TrueForAll" } },
{ "pid": 1, "tid": 21, "ts": 4386964.84375, "dur": 16955.055236816406, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 16.955055236816406, "detail": "UnsafeLoad" } },
{ "pid": 1, "tid": 21, "ts": 4403921.38671875, "dur": 759.0229511260986, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7590229511260986, "detail": "UnsafeLoad" } },
{ "pid": 1, "tid": 21, "ts": 4407006.8359375, "dur": 373.51900339126587, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37351900339126587, "detail": "UnsafeLoad" } },
{ "pid": 1, "tid": 21, "ts": 4408694.82421875, "dur": 725.2359390258789, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7252359390258789, "detail": "GetCustomAttributeOfType" } },
{ "pid": 1, "tid": 21, "ts": 4409420.8984375, "dur": 732.1040034294128, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7321040034294128, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 21, "ts": 4410154.296875, "dur": 746.6270327568054, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7466270327568054, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 21, "ts": 4410901.85546875, "dur": 685.1660013198853, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6851660013198853, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 21, "ts": 4411588.8671875, "dur": 2848.001003265381, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.848001003265381, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 21, "ts": 4414437.98828125, "dur": 1477.0560264587402, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.4770560264587402, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 21, "ts": 4415916.9921875, "dur": 974.4030237197876, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9744030237197876, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 21, "ts": 4417188.4765625, "dur": 417.9680049419403, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4179680049419403, "detail": "GetValueOrDefault" } },
{ "pid": 1, "tid": 21, "ts": 4417607.91015625, "dur": 537.9019975662231, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5379019975662231, "detail": "GetComponent" } },
{ "pid": 1, "tid": 21, "ts": 4418145.99609375, "dur": 337.5139832496643, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3375139832496643, "detail": "GetComponentInChildren" } },
{ "pid": 1, "tid": 21, "ts": 4420571.2890625, "dur": 800.9349703788757, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8009349703788757, "detail": "ForAll" } },
{ "pid": 1, "tid": 21, "ts": 4421374.0234375, "dur": 410.65099835395813, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41065099835395813, "detail": "UnboxValues" } },
{ "pid": 1, "tid": 21, "ts": 4421785.64453125, "dur": 401.9719958305359, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4019719958305359, "detail": "UnboxValues" } },
{ "pid": 1, "tid": 21, "ts": 4422831.0546875, "dur": 494.1509962081909, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4941509962081909, "detail": "GetOrAddComponent" } },
{ "pid": 1, "tid": 21, "ts": 4423326.66015625, "dur": 651.5429615974426, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6515429615974426, "detail": "Any" } },
{ "pid": 1, "tid": 21, "ts": 4423979.00390625, "dur": 906.0819745063782, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9060819745063782, "detail": "Any" } },
{ "pid": 1, "tid": 21, "ts": 4424886.23046875, "dur": 2081.033945083618, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.081033945083618, "detail": "CombinePredicates" } },
{ "pid": 1, "tid": 21, "ts": 4426968.26171875, "dur": 973.4510183334351, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9734510183334351, "detail": "Count" } },
{ "pid": 1, "tid": 21, "ts": 4427942.87109375, "dur": 902.4869799613953, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9024869799613953, "detail": "First" } },
{ "pid": 1, "tid": 21, "ts": 4428846.19140625, "dur": 1161.341905593872, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.161341905593872, "detail": "SingleOrDefault" } },
{ "pid": 1, "tid": 21, "ts": 4430008.7890625, "dur": 1005.403995513916, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.005403995513916, "detail": "Where" } },
{ "pid": 1, "tid": 21, "ts": 4431015.13671875, "dur": 881.9589614868164, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8819589614868164, "detail": "CanHandleEvent" } },
{ "pid": 1, "tid": 21, "ts": 4431898.4375, "dur": 2634.138822555542, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.634138822555542, "detail": "Execute" } },
{ "pid": 1, "tid": 21, "ts": 4434533.69140625, "dur": 1064.9020671844482, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0649020671844482, "detail": "ExecuteHierarchy" } },
{ "pid": 1, "tid": 21, "ts": 4435599.609375, "dur": 842.1440124511719, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8421440124511719, "detail": "GetEventHandler" } },
{ "pid": 1, "tid": 21, "ts": 4436443.359375, "dur": 45876.39236450195, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 45.87639236450195, "detail": "GetEventList" } },
{ "pid": 1, "tid": 21, "ts": 4482321.2890625, "dur": 744.81600522995, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.74481600522995, "detail": "ShouldSendToComponent" } },
{ "pid": 1, "tid": 21, "ts": 4483066.40625, "dur": 566.0560131072998, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5660560131072998, "detail": "ValidateEventData" } },
{ "pid": 1, "tid": 21, "ts": 4483634.27734375, "dur": 475.1169979572296, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4751169979572296, "detail": "AddComponent" } },
{ "pid": 1, "tid": 21, "ts": 4484110.3515625, "dur": 458.2560062408447, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4582560062408447, "detail": "GetComponent" } },
{ "pid": 1, "tid": 21, "ts": 4484821.2890625, "dur": 377.43398547172546, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37743398547172546, "detail": "GetComponentInChildren" } },
{ "pid": 1, "tid": 21, "ts": 4485200.1953125, "dur": 400.31298995018005, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40031298995018005, "detail": "GetComponents" } },
{ "pid": 1, "tid": 21, "ts": 4485601.07421875, "dur": 366.4360046386719, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3664360046386719, "detail": "GetComponents" } },
{ "pid": 1, "tid": 21, "ts": 4485969.23828125, "dur": 370.25201320648193, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37025201320648193, "detail": "GetComponentsInChildren" } },
{ "pid": 1, "tid": 21, "ts": 4486340.33203125, "dur": 399.1449773311615, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3991449773311615, "detail": "GetComponentsInParent" } },
{ "pid": 1, "tid": 21, "ts": 4486740.234375, "dur": 337.691992521286, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.337691992521286, "detail": "GetComponentsInParent" } },
{ "pid": 1, "tid": 21, "ts": 4487513.18359375, "dur": 403.2899737358093, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4032899737358093, "detail": "SetProperty" } },
{ "pid": 1, "tid": 21, "ts": 4487916.9921875, "dur": 389.4590139389038, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3894590139389038, "detail": "SetProperty" } },
{ "pid": 1, "tid": 21, "ts": 4488308.59375, "dur": 583.5480093955994, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5835480093955994, "detail": "SetProperty" } },
{ "pid": 1, "tid": 21, "ts": 4488893.06640625, "dur": 466.58000349998474, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46658000349998474, "detail": "SetProperty" } },
{ "pid": 1, "tid": 21, "ts": 4489360.3515625, "dur": 774.9519944190979, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7749519944190979, "detail": "SetProperty" } },
{ "pid": 1, "tid": 21, "ts": 4490136.71875, "dur": 424.37902092933655, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.42437902092933655, "detail": "SetProperty" } },
{ "pid": 1, "tid": 21, "ts": 4490562.01171875, "dur": 573.298990726471, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.573298990726471, "detail": "EnsureInitialized" } },
{ "pid": 1, "tid": 21, "ts": 4491136.23046875, "dur": 493.96198987960815, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.49396198987960815, "detail": "EnsureInitializedCore" } },
{ "pid": 1, "tid": 21, "ts": 4491631.34765625, "dur": 492.00400710105896, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.49200400710105896, "detail": "GetFunctionPointerForDelegate" } },
{ "pid": 1, "tid": 21, "ts": 4492362.79296875, "dur": 393.2279944419861, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3932279944419861, "detail": "GetAllocArrayFromChannel" } },
{ "pid": 1, "tid": 21, "ts": 4492756.8359375, "dur": 3269.2480087280273, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.2692480087280273, "detail": "GetAllocArrayFromChannel" } },
{ "pid": 1, "tid": 21, "ts": 4496348.6328125, "dur": 896.4179754257202, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8964179754257202, "detail": "GetAllocArrayFromChannel" } },
{ "pid": 1, "tid": 21, "ts": 4497245.60546875, "dur": 1621.9829320907593, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.6219829320907593, "detail": "GetAllocArrayFromChannel" } },
{ "pid": 1, "tid": 21, "ts": 4498869.140625, "dur": 566.8519735336304, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5668519735336304, "detail": "GetAllocArrayFromChannel" } },
{ "pid": 1, "tid": 21, "ts": 4499437.5, "dur": 523.6209630966187, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5236209630966187, "detail": "GetAllocArrayFromChannel" } },
{ "pid": 1, "tid": 21, "ts": 4499961.9140625, "dur": 2484.721899032593, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.4847218990325928, "detail": "GetListForChannel" } },
{ "pid": 1, "tid": 21, "ts": 4502765.13671875, "dur": 765.8979892730713, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7658979892730713, "detail": "GetListForChannel" } },
{ "pid": 1, "tid": 21, "ts": 4503532.2265625, "dur": 742.3329949378967, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7423329949378967, "detail": "GetListForChannel" } },
{ "pid": 1, "tid": 21, "ts": 4504275.87890625, "dur": 847.1680283546448, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8471680283546448, "detail": "GetUVsImpl" } },
{ "pid": 1, "tid": 21, "ts": 4505123.53515625, "dur": 1289.1440391540527, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2891440391540527, "detail": "GetUVsImpl" } },
{ "pid": 1, "tid": 21, "ts": 4506414.0625, "dur": 459.30400490760803, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45930400490760803, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 21, "ts": 4506874.51171875, "dur": 401.4599919319153, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4014599919319153, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 21, "ts": 4507276.85546875, "dur": 399.30301904678345, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39930301904678345, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 21, "ts": 4507677.24609375, "dur": 388.7249827384949, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3887249827384949, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 21, "ts": 4508066.89453125, "dur": 496.9640076160431, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4969640076160431, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 21, "ts": 4508564.94140625, "dur": 501.6549825668335, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5016549825668335, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 21, "ts": 4509067.87109375, "dur": 888.5619640350342, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8885619640350342, "detail": "SetUvsImpl" } },
{ "pid": 1, "tid": 21, "ts": 4509958.0078125, "dur": 16998.260498046875, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 16.998260498046875, "detail": "SetUvsImpl" } },
{ "pid": 1, "tid": 21, "ts": 4527245.60546875, "dur": 704.1260004043579, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7041260004043579, "detail": "StaticGetterAdapterFrame" } },
{ "pid": 1, "tid": 21, "ts": 4527951.66015625, "dur": 1193.3890581130981, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1933890581130981, "detail": "ConvertExistingDataToNativeArray" } },
{ "pid": 1, "tid": 21, "ts": 4529145.99609375, "dur": 347.4700152873993, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3474700152873993, "detail": "ConvertExistingDataToNativeArray" } },
{ "pid": 1, "tid": 21, "ts": 4529494.62890625, "dur": 404.4809937477112, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4044809937477112, "detail": "ConvertExistingDataToNativeArray" } },
{ "pid": 1, "tid": 21, "ts": 4529900.390625, "dur": 540.3859615325928, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5403859615325928, "detail": "ConvertExistingDataToNativeArray" } },
{ "pid": 1, "tid": 21, "ts": 4530767.08984375, "dur": 614.9660348892212, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6149660348892212, "detail": "EnsureListElemCount" } },
{ "pid": 1, "tid": 21, "ts": 4531382.8125, "dur": 570.6309676170349, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5706309676170349, "detail": "EnsureListElemCount" } },
{ "pid": 1, "tid": 21, "ts": 4531956.54296875, "dur": 911.2880229949951, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9112880229949951, "detail": "ResizeList" } },
{ "pid": 1, "tid": 21, "ts": 4532869.140625, "dur": 849.4129776954651, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8494129776954651, "detail": "ResizeList" } },
{ "pid": 1, "tid": 21, "ts": 4534379.8828125, "dur": 366.5980100631714, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3665980100631714, "detail": "SafeLength" } },
{ "pid": 1, "tid": 21, "ts": 4535375.9765625, "dur": 622.6140260696411, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6226140260696411, "detail": "Instantiate" } },
{ "pid": 1, "tid": 21, "ts": 4535999.0234375, "dur": 366.4129972457886, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3664129972457886, "detail": "Instantiate" } },
{ "pid": 1, "tid": 21, "ts": 4536367.1875, "dur": 442.0609772205353, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4420609772205353, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 21, "ts": 4536810.05859375, "dur": 17081.90155029297, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 17.08190155029297, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 21, "ts": 4553893.5546875, "dur": 641.1309838294983, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6411309838294983, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 21, "ts": 4554536.1328125, "dur": 465.56997299194336, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46556997299194336, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 21, "ts": 4555002.9296875, "dur": 502.6940107345581, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5026940107345581, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 21, "ts": 4555507.32421875, "dur": 437.07501888275146, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43707501888275146, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 21, "ts": 4555968.26171875, "dur": 468.81797909736633, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46881797909736633, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 21, "ts": 4556437.98828125, "dur": 552.0339608192444, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5520339608192444, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 21, "ts": 4556991.2109375, "dur": 399.93298053741455, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39993298053741455, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 21, "ts": 4557392.08984375, "dur": 721.8819856643677, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7218819856643677, "detail": "GetBuiltinResource" } },
{ "pid": 1, "tid": 21, "ts": 4558115.72265625, "dur": 372.2879886627197, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3722879886627197, "detail": "Load" } },
{ "pid": 1, "tid": 21, "ts": 4558489.2578125, "dur": 408.80799293518066, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40880799293518066, "detail": "IsReferenceOrContainsReferences" } },
{ "pid": 1, "tid": 21, "ts": 4558898.4375, "dur": 364.4630014896393, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3644630014896393, "detail": "CreateInstance" } },
{ "pid": 1, "tid": 21, "ts": 4559264.16015625, "dur": 652.476966381073, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.652476966381073, "detail": "SetClass" } },
{ "pid": 1, "tid": 21, "ts": 4559918.45703125, "dur": 362.3960018157959, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3623960018157959, "detail": "SetStruct" } },
{ "pid": 1, "tid": 21, "ts": 4560281.73828125, "dur": 347.7250039577484, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3477250039577484, "detail": "SetStruct" } },
{ "pid": 1, "tid": 21, "ts": 4560630.37109375, "dur": 501.9959807395935, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5019959807395935, "detail": "SetStruct" } },
{ "pid": 1, "tid": 21, "ts": 4561133.7890625, "dur": 366.4259910583496, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3664259910583496, "detail": "SetStruct" } },
{ "pid": 1, "tid": 21, "ts": 4561500.9765625, "dur": 357.3779761791229, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3573779761791229, "detail": "SetStruct" } },
{ "pid": 1, "tid": 21, "ts": 4561859.86328125, "dur": 382.5230002403259, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3825230002403259, "detail": "SetStruct" } },
{ "pid": 1, "tid": 21, "ts": 4562565.91796875, "dur": 375.14400482177734, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37514400482177734, "detail": "SetStruct" } },
{ "pid": 1, "tid": 21, "ts": 4562942.3828125, "dur": 480.3679883480072, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4803679883480072, "detail": "FromCancellation" } },
{ "pid": 1, "tid": 21, "ts": 4563424.31640625, "dur": 445.06001472473145, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44506001472473145, "detail": "FromCancellation" } },
{ "pid": 1, "tid": 21, "ts": 4564700.68359375, "dur": 6511.968612670898, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 6.511968612670898, "detail": "IfNullAndNullsAreIllegalThenThrow" } },
{ "pid": 1, "tid": 21, "ts": 4573566.89453125, "dur": 3103.5048961639404, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.1035048961639404, "detail": "IfNullAndNullsAreIllegalThenThrow" } },
{ "pid": 1, "tid": 21, "ts": 4577414.0625, "dur": 1826.0130882263184, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.8260130882263184, "detail": "ReadArrayElement" } },
{ "pid": 1, "tid": 21, "ts": 4579241.69921875, "dur": 563.5190010070801, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5635190010070801, "detail": "ReadArrayElement" } },
{ "pid": 1, "tid": 21, "ts": 4581101.5625, "dur": 664.0380024909973, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6640380024909973, "detail": "WriteArrayElement" } },
{ "pid": 1, "tid": 21, "ts": 4582063.96484375, "dur": 393.4909999370575, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3934909999370575, "detail": "WriteArrayElement" } },
{ "pid": 1, "tid": 21, "ts": 4582458.49609375, "dur": 570.527970790863, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.570527970790863, "detail": "WriteArrayElement" } },
{ "pid": 1, "tid": 21, "ts": 4583319.82421875, "dur": 70445.23620605469, "ph": "X", "name": "GenericMethods1.cpp", "args": { "durationMS": 70.44523620605469, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4658857.421875, "dur": 435.32100319862366, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.43532100319862366, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,UnityEngine.EventSystems.PointerEventData>" } },
{ "pid": 1, "tid": 21, "ts": 4659632.32421875, "dur": 547.1889972686768, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5471889972686768, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 21, "ts": 4660721.19140625, "dur": 460.3230059146881, "ph": "X", "name": "Il2CppGenericComDefinitions16.cpp", "args": { "durationMS": 0.4603230059146881, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4661197.75390625, "dur": 137905.74645996094, "ph": "X", "name": "Idle", "args": { "durationMS": 137.90574645996094, "detail": "" } },
{ "pid": 1, "tid": 22, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 22, "ts": 1581312.3779296875, "dur": 22390.825271606445, "ph": "X", "name": "Idle", "args": { "durationMS": 22.390825271606445, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1617573.8525390625, "dur": 1427.5349378585815, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 1.4275349378585815, "detail": "System.Core" } },
{ "pid": 1, "tid": 22, "ts": 1620256.9580078125, "dur": 335307.0373535156, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 335.3070373535156, "detail": "mscorlib" } },
{ "pid": 1, "tid": 22, "ts": 1621828.857421875, "dur": 333734.4055175781, "ph": "X", "name": "mscorlib_Attr.cpp", "args": { "durationMS": 333.7344055175781, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1955575.1953125, "dur": 12454.23698425293, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 12.45423698425293, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 22, "ts": 1955591.064453125, "dur": 12437.965393066406, "ph": "X", "name": "UnityEngine.AudioModule_Attr.cpp", "args": { "durationMS": 12.437965393066406, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1968032.470703125, "dur": 15496.216773986816, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 15.496216773986816, "detail": "UnityEngine.ParticleSystemModule" } },
{ "pid": 1, "tid": 22, "ts": 1968048.33984375, "dur": 15479.802131652832, "ph": "X", "name": "UnityEngine.ParticleSystemModule_Attr.cpp", "args": { "durationMS": 15.479802131652832, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1984521.97265625, "dur": 10439.737319946289, "ph": "X", "name": "Write Windows Runtime Factories", "args": { "durationMS": 10.439737319946289, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 2011847.0458984375, "dur": 3097.21302986145, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.09721302986145, "detail": "<Module>" } },
{ "pid": 1, "tid": 22, "ts": 2014945.1904296875, "dur": 11402.384757995605, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.402384757995605, "detail": "System.Configuration.ConfigurationCollectionAttribute" } },
{ "pid": 1, "tid": 22, "ts": 2026348.9990234375, "dur": 25719.383239746094, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 25.719383239746094, "detail": "System.Configuration.ConfigurationElement" } },
{ "pid": 1, "tid": 22, "ts": 2052110.3515625, "dur": 914.7879481315613, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9147879481315613, "detail": "System.Configuration.ConfigurationSection" } },
{ "pid": 1, "tid": 22, "ts": 2053146.240234375, "dur": 950.1630067825317, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9501630067825317, "detail": "System.Configuration.IgnoreSection" } },
{ "pid": 1, "tid": 22, "ts": 2054097.16796875, "dur": 963.3210301399231, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9633210301399231, "detail": "Unity.ThrowStub" } },
{ "pid": 1, "tid": 22, "ts": 2055063.720703125, "dur": 4165.946006774902, "ph": "X", "name": "System.Configuration.cpp", "args": { "durationMS": 4.165946006774902, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 2059468.26171875, "dur": 754.4229626655579, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7544229626655579, "detail": "System.Reflection.CustomAttributeFormatException" } },
{ "pid": 1, "tid": 22, "ts": 2060223.388671875, "dur": 36875.282287597656, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 36.875282287597656, "detail": "System.Reflection.CustomAttributeNamedArgument" } },
{ "pid": 1, "tid": 22, "ts": 2097099.609375, "dur": 14328.466415405273, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.328466415405273, "detail": "System.Reflection.CustomAttributeTypedArgument" } },
{ "pid": 1, "tid": 22, "ts": 2111674.31640625, "dur": 5194.507598876953, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.194507598876953, "detail": "System.DBNull" } },
{ "pid": 1, "tid": 22, "ts": 2116869.873046875, "dur": 4566.436767578125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.566436767578125, "detail": "System.DTSubString" } },
{ "pid": 1, "tid": 22, "ts": 2121450.927734375, "dur": 60813.98010253906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 60.81398010253906, "detail": "System.DateTime" } },
{ "pid": 1, "tid": 22, "ts": 2182428.955078125, "dur": 31545.50552368164, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 31.54550552368164, "detail": "System.DateTimeFormat" } },
{ "pid": 1, "tid": 22, "ts": 2213993.896484375, "dur": 79653.04565429688, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 79.65304565429688, "detail": "System.Globalization.DateTimeFormatInfo" } },
{ "pid": 1, "tid": 22, "ts": 2293647.94921875, "dur": 21809.059143066406, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 21.809059143066406, "detail": "System.Globalization.DateTimeFormatInfoScanner" } },
{ "pid": 1, "tid": 22, "ts": 2315470.947265625, "dur": 181604.96520996094, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 181.60496520996094, "detail": "System.DateTimeParse" } },
{ "pid": 1, "tid": 22, "ts": 2497080.078125, "dur": 85668.35021972656, "ph": "X", "name": "mscorlib3.cpp", "args": { "durationMS": 85.66835021972656, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 2582859.130859375, "dur": 1231.7849397659302, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2317849397659302, "detail": "UnityEngine.AudioClip" } },
{ "pid": 1, "tid": 22, "ts": 2584091.796875, "dur": 597.0460176467896, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5970460176467896, "detail": "UnityEngine.Audio.AudioClipPlayable" } },
{ "pid": 1, "tid": 22, "ts": 2584709.228515625, "dur": 592.1519994735718, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5921519994735718, "detail": "UnityEngine.Audio.AudioMixerPlayable" } },
{ "pid": 1, "tid": 22, "ts": 2585331.298828125, "dur": 503.70001792907715, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5037000179290771, "detail": "UnityEngine.Experimental.Audio.AudioSampleProvider" } },
{ "pid": 1, "tid": 22, "ts": 2585835.9375, "dur": 404.107004404068, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.404107004404068, "detail": "UnityEngine.AudioSettings" } },
{ "pid": 1, "tid": 22, "ts": 2586240.72265625, "dur": 2281.798839569092, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.281798839569092, "detail": "UnityEngine.AudioSource" } },
{ "pid": 1, "tid": 22, "ts": 2588523.4375, "dur": 27575.13427734375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 27.57513427734375, "detail": "UnityEngine.AudioClip/PCMReaderCallback" } },
{ "pid": 1, "tid": 22, "ts": 2616099.853515625, "dur": 582.4800133705139, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5824800133705139, "detail": "UnityEngine.AudioClip/PCMSetPositionCallback" } },
{ "pid": 1, "tid": 22, "ts": 2616683.10546875, "dur": 572.9290246963501, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5729290246963501, "detail": "UnityEngine.Experimental.Audio.AudioSampleProvider/SampleFramesHandler" } },
{ "pid": 1, "tid": 22, "ts": 2617257.32421875, "dur": 514.8640275001526, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5148640275001526, "detail": "UnityEngine.AudioSettings/AudioConfigurationChangeHandler" } },
{ "pid": 1, "tid": 22, "ts": 2617773.193359375, "dur": 1409.0800285339355, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4090800285339355, "detail": "UnityEngine.AudioSettings/Mobile" } },
{ "pid": 1, "tid": 22, "ts": 2619184.5703125, "dur": 9484.780311584473, "ph": "X", "name": "UnityEngine.AudioModule.cpp", "args": { "durationMS": 9.484780311584473, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 2628692.626953125, "dur": 3615.839958190918, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.615839958190918, "detail": "System.Resources.ResourceSet" } },
{ "pid": 1, "tid": 22, "ts": 2632324.951171875, "dur": 25950.695037841797, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 25.950695037841797, "detail": "System.Runtime.Remoting.Messaging.ReturnMessage" } },
{ "pid": 1, "tid": 22, "ts": 2658276.85546875, "dur": 1440.8469200134277, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4408469200134277, "detail": "System.Reflection.RtFieldInfo" } },
{ "pid": 1, "tid": 22, "ts": 2659718.505859375, "dur": 491.04899168014526, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.49104899168014526, "detail": "Mono.Runtime" } },
{ "pid": 1, "tid": 22, "ts": 2660230.95703125, "dur": 1880.1929950714111, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8801929950714111, "detail": "System.Reflection.RuntimeAssembly" } },
{ "pid": 1, "tid": 22, "ts": 2662112.060546875, "dur": 1415.6270027160645, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4156270027160645, "detail": "Mono.RuntimeClassHandle" } },
{ "pid": 1, "tid": 22, "ts": 2663528.80859375, "dur": 976.7879843711853, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9767879843711853, "detail": "System.Runtime.CompilerServices.RuntimeCompatibilityAttribute" } },
{ "pid": 1, "tid": 22, "ts": 2664506.591796875, "dur": 2500.864028930664, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.500864028930664, "detail": "System.Reflection.RuntimeConstructorInfo" } },
{ "pid": 1, "tid": 22, "ts": 2667008.544921875, "dur": 909.6660017967224, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9096660017967224, "detail": "Mono.RuntimeEventHandle" } },
{ "pid": 1, "tid": 22, "ts": 2667919.43359375, "dur": 14420.076370239258, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.420076370239258, "detail": "System.Reflection.RuntimeEventInfo" } },
{ "pid": 1, "tid": 22, "ts": 2682340.33203125, "dur": 3925.0309467315674, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.9250309467315674, "detail": "System.RuntimeFieldHandle" } },
{ "pid": 1, "tid": 22, "ts": 2686266.6015625, "dur": 11731.264114379883, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.731264114379883, "detail": "System.Reflection.RuntimeFieldInfo" } },
{ "pid": 1, "tid": 22, "ts": 2697999.267578125, "dur": 1154.4950008392334, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1544950008392334, "detail": "Mono.RuntimeGPtrArrayHandle" } },
{ "pid": 1, "tid": 22, "ts": 2699154.541015625, "dur": 1638.139009475708, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.638139009475708, "detail": "Mono.RuntimeGenericParamInfoHandle" } },
{ "pid": 1, "tid": 22, "ts": 2700793.9453125, "dur": 704.5570015907288, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7045570015907288, "detail": "System.Runtime.CompilerServices.RuntimeHelpers" } },
{ "pid": 1, "tid": 22, "ts": 2701499.267578125, "dur": 7504.691123962402, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.504691123962402, "detail": "Mono.RuntimeMarshal" } },
{ "pid": 1, "tid": 22, "ts": 2709005.126953125, "dur": 3961.4667892456055, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.9614667892456055, "detail": "System.RuntimeMethodHandle" } },
{ "pid": 1, "tid": 22, "ts": 2712967.28515625, "dur": 3514.8420333862305, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.5148420333862305, "detail": "System.Reflection.RuntimeMethodInfo" } },
{ "pid": 1, "tid": 22, "ts": 2716743.65234375, "dur": 1744.3389892578125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7443389892578125, "detail": "Mono.RuntimePropertyHandle" } },
{ "pid": 1, "tid": 22, "ts": 2718489.013671875, "dur": 12018.157958984375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.018157958984375, "detail": "System.Reflection.RuntimePropertyInfo" } },
{ "pid": 1, "tid": 22, "ts": 2730742.431640625, "dur": 11574.372291564941, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.574372291564941, "detail": "System.Resources.RuntimeResourceSet" } },
{ "pid": 1, "tid": 22, "ts": 2742333.0078125, "dur": 138871.55151367188, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 138.87155151367188, "detail": "System.RuntimeType" } },
{ "pid": 1, "tid": 22, "ts": 2881205.56640625, "dur": 7399.559020996094, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.399559020996094, "detail": "System.RuntimeTypeHandle" } },
{ "pid": 1, "tid": 22, "ts": 2888606.201171875, "dur": 2163.0899906158447, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1630899906158447, "detail": "System.Runtime.CompilerServices.RuntimeWrappedException" } },
{ "pid": 1, "tid": 22, "ts": 2890770.5078125, "dur": 26515.275955200195, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 26.515275955200195, "detail": "System.SByte" } },
{ "pid": 1, "tid": 22, "ts": 2917564.94140625, "dur": 870.9149956703186, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8709149956703186, "detail": "System.Security.Cryptography.SHA1CryptoServiceProvider" } },
{ "pid": 1, "tid": 22, "ts": 2918436.5234375, "dur": 17425.514221191406, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.425514221191406, "detail": "System.Security.Cryptography.SHA1Internal" } },
{ "pid": 1, "tid": 22, "ts": 2935863.037109375, "dur": 430.5580258369446, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4305580258369446, "detail": "SR" } },
{ "pid": 1, "tid": 22, "ts": 2936596.923828125, "dur": 550.8760213851929, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5508760213851929, "detail": "System.Runtime.InteropServices.SafeBuffer" } },
{ "pid": 1, "tid": 22, "ts": 2937148.681640625, "dur": 381.2200129032135, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3812200129032135, "detail": "Microsoft.Win32.SafeHandles.SafeFileHandle" } },
{ "pid": 1, "tid": 22, "ts": 2937784.423828125, "dur": 866.9300079345703, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8669300079345703, "detail": "Mono.SafeGPtrArrayHandle" } },
{ "pid": 1, "tid": 22, "ts": 2938651.85546875, "dur": 20719.15054321289, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.71915054321289, "detail": "System.Runtime.InteropServices.SafeHandle" } },
{ "pid": 1, "tid": 22, "ts": 2959372.0703125, "dur": 397.43298292160034, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.39743298292160034, "detail": "Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid" } },
{ "pid": 1, "tid": 22, "ts": 2959991.2109375, "dur": 508.0999732017517, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5080999732017517, "detail": "System.Runtime.Serialization.SafeSerializationEventArgs" } },
{ "pid": 1, "tid": 22, "ts": 2960500, "dur": 18204.715728759766, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.204715728759766, "detail": "System.Runtime.Serialization.SafeSerializationManager" } },
{ "pid": 1, "tid": 22, "ts": 2978705.56640625, "dur": 1277.871012687683, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.277871012687683, "detail": "Mono.SafeStringMarshal" } },
{ "pid": 1, "tid": 22, "ts": 2980229.4921875, "dur": 402.4389982223511, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4024389982223511, "detail": "System.Resources.SatelliteContractVersionAttribute" } },
{ "pid": 1, "tid": 22, "ts": 2980972.412109375, "dur": 10181.037902832031, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.181037902832031, "detail": "System.Security.SecurityElement" } },
{ "pid": 1, "tid": 22, "ts": 2991154.541015625, "dur": 2915.109872817993, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.915109872817993, "detail": "System.Security.SecurityException" } },
{ "pid": 1, "tid": 22, "ts": 2994239.74609375, "dur": 2098.9630222320557, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0989630222320557, "detail": "Mono.Xml.SecurityParser" } },
{ "pid": 1, "tid": 22, "ts": 2996354.248046875, "dur": 725.7030010223389, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7257030010223389, "detail": "System.Threading.SemaphoreFullException" } },
{ "pid": 1, "tid": 22, "ts": 2997081.298828125, "dur": 18490.724563598633, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.490724563598633, "detail": "System.Threading.SemaphoreSlim" } },
{ "pid": 1, "tid": 22, "ts": 3015573.2421875, "dur": 573.5290050506592, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5735290050506592, "detail": "System.Threading.SendOrPostCallback" } },
{ "pid": 1, "tid": 22, "ts": 3016147.705078125, "dur": 870.8969950675964, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8708969950675964, "detail": "System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache" } },
{ "pid": 1, "tid": 22, "ts": 3017276.85546875, "dur": 1908.4739685058594, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9084739685058594, "detail": "System.Runtime.Serialization.Formatters.Binary.SerStack" } },
{ "pid": 1, "tid": 22, "ts": 3019186.279296875, "dur": 1210.6389999389648, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2106389999389648, "detail": "System.SerializableAttribute" } },
{ "pid": 1, "tid": 22, "ts": 3020673.583984375, "dur": 1175.7780313491821, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1757780313491821, "detail": "System.Runtime.Serialization.SerializationEntry" } },
{ "pid": 1, "tid": 22, "ts": 3021850.09765625, "dur": 5954.274654388428, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.954274654388428, "detail": "System.Runtime.Serialization.SerializationEventHandler" } },
{ "pid": 1, "tid": 22, "ts": 3027805.419921875, "dur": 29616.32537841797, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 29.61632537841797, "detail": "System.Runtime.Serialization.SerializationEvents" } },
{ "pid": 1, "tid": 22, "ts": 3057422.8515625, "dur": 1747.3269701004028, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7473269701004028, "detail": "System.Runtime.Serialization.SerializationEventsCache" } },
{ "pid": 1, "tid": 22, "ts": 3059171.142578125, "dur": 998.4530210494995, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9984530210494995, "detail": "System.Runtime.Serialization.SerializationException" } },
{ "pid": 1, "tid": 22, "ts": 3060170.654296875, "dur": 3902.0769596099854, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.9020769596099854, "detail": "System.Runtime.Serialization.SerializationFieldInfo" } },
{ "pid": 1, "tid": 22, "ts": 3064073.486328125, "dur": 1553.2879829406738, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5532879829406738, "detail": "System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord" } },
{ "pid": 1, "tid": 22, "ts": 3065627.685546875, "dur": 20075.830459594727, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.075830459594727, "detail": "System.Runtime.Serialization.SerializationInfo" } },
{ "pid": 1, "tid": 22, "ts": 3085706.787109375, "dur": 160977.89001464844, "ph": "X", "name": "mscorlib10.cpp", "args": { "durationMS": 160.97789001464844, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 3246775.146484375, "dur": 610.0050210952759, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6100050210952759, "detail": "UnityEngine.Experimental.Video.VideoClipPlayable" } },
{ "pid": 1, "tid": 22, "ts": 3247385.986328125, "dur": 2741.9559955596924, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7419559955596924, "detail": "UnityEngine.Video.VideoPlayer" } },
{ "pid": 1, "tid": 22, "ts": 3250229.98046875, "dur": 563.4769797325134, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5634769797325134, "detail": "UnityEngine.Video.VideoPlayer/ErrorEventHandler" } },
{ "pid": 1, "tid": 22, "ts": 3250793.9453125, "dur": 495.4950213432312, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4954950213432312, "detail": "UnityEngine.Video.VideoPlayer/EventHandler" } },
{ "pid": 1, "tid": 22, "ts": 3251290.283203125, "dur": 893.9819931983948, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8939819931983948, "detail": "UnityEngine.Video.VideoPlayer/FrameReadyEventHandler" } },
{ "pid": 1, "tid": 22, "ts": 3252185.05859375, "dur": 613.1619811058044, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6131619811058044, "detail": "UnityEngine.Video.VideoPlayer/TimeEventHandler" } },
{ "pid": 1, "tid": 22, "ts": 3252800.537109375, "dur": 3757.863998413086, "ph": "X", "name": "UnityEngine.VideoModule.cpp", "args": { "durationMS": 3.757863998413086, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 3256651.3671875, "dur": 2702.8119564056396, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7028119564056396, "detail": "UnityEngine.SocialPlatforms.Impl.Achievement" } },
{ "pid": 1, "tid": 22, "ts": 3259355.224609375, "dur": 2012.9990577697754, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0129990577697754, "detail": "UnityEngine.SocialPlatforms.Impl.AchievementDescription" } },
{ "pid": 1, "tid": 22, "ts": 3261368.896484375, "dur": 47807.4951171875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 47.8074951171875, "detail": "UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform" } },
{ "pid": 1, "tid": 22, "ts": 3309177.24609375, "dur": 1279.4280052185059, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2794280052185059, "detail": "UnityEngine.SocialPlatforms.GameCenter.GcAchievementData" } },
{ "pid": 1, "tid": 22, "ts": 3310457.51953125, "dur": 923.8690137863159, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9238690137863159, "detail": "UnityEngine.SocialPlatforms.GameCenter.GcAchievementDescriptionData" } },
{ "pid": 1, "tid": 22, "ts": 3311382.080078125, "dur": 9659.013748168945, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.659013748168945, "detail": "UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard" } },
{ "pid": 1, "tid": 22, "ts": 3321041.9921875, "dur": 1028.2649993896484, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0282649993896484, "detail": "UnityEngine.SocialPlatforms.GameCenter.GcScoreData" } },
{ "pid": 1, "tid": 22, "ts": 3322071.044921875, "dur": 6285.023212432861, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.285023212432861, "detail": "UnityEngine.SocialPlatforms.GameCenter.GcUserProfileData" } },
{ "pid": 1, "tid": 22, "ts": 3328356.93359375, "dur": 3618.2069778442383, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6182069778442383, "detail": "UnityEngine.SocialPlatforms.Impl.Leaderboard" } },
{ "pid": 1, "tid": 22, "ts": 3331976.07421875, "dur": 759.1009736061096, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7591009736061096, "detail": "UnityEngine.SocialPlatforms.Impl.LocalUser" } },
{ "pid": 1, "tid": 22, "ts": 3332736.328125, "dur": 509.8569989204407, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5098569989204407, "detail": "UnityEngine.SocialPlatforms.Range" } },
{ "pid": 1, "tid": 22, "ts": 3333246.826171875, "dur": 1871.461033821106, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.871461033821106, "detail": "UnityEngine.SocialPlatforms.Impl.Score" } },
{ "pid": 1, "tid": 22, "ts": 3335133.7890625, "dur": 2683.145046234131, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.683145046234131, "detail": "UnityEngine.SocialPlatforms.Impl.UserProfile" } },
{ "pid": 1, "tid": 22, "ts": 3337839.35546875, "dur": 339.78497982025146, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.33978497982025146, "detail": "UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform/<>c__DisplayClass21_0" } },
{ "pid": 1, "tid": 22, "ts": 3338182.12890625, "dur": 52129.539489746094, "ph": "X", "name": "UnityEngine.GameCenterModule.cpp", "args": { "durationMS": 52.129539489746094, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 3390361.572265625, "dur": 4048.5711097717285, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.0485711097717285, "detail": "ButtonClose" } },
{ "pid": 1, "tid": 22, "ts": 3394411.1328125, "dur": 3331.476926803589, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.331476926803589, "detail": "CachedDownloader" } },
{ "pid": 1, "tid": 22, "ts": 3397743.65234375, "dur": 651.9550085067749, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6519550085067749, "detail": "Global" } },
{ "pid": 1, "tid": 22, "ts": 3398396.484375, "dur": 2796.1888313293457, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7961888313293457, "detail": "MusicFade" } },
{ "pid": 1, "tid": 22, "ts": 3401193.603515625, "dur": 52460.89172363281, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 52.46089172363281, "detail": "NorbuMain" } },
{ "pid": 1, "tid": 22, "ts": 3453655.517578125, "dur": 20328.30238342285, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.32830238342285, "detail": "TapMain" } },
{ "pid": 1, "tid": 22, "ts": 3473984.619140625, "dur": 13815.835952758789, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.815835952758789, "detail": "ball" } },
{ "pid": 1, "tid": 22, "ts": 3487801.513671875, "dur": 3882.8301429748535, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.8828301429748535, "detail": "home" } },
{ "pid": 1, "tid": 22, "ts": 3491685.546875, "dur": 2603.1320095062256, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6031320095062256, "detail": "process" } },
{ "pid": 1, "tid": 22, "ts": 3494289.55078125, "dur": 1322.0210075378418, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3220210075378418, "detail": "video" } },
{ "pid": 1, "tid": 22, "ts": 3495612.3046875, "dur": 2585.2890014648438, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5852890014648438, "detail": "CachedDownloader/<DoLoad>d__3" } },
{ "pid": 1, "tid": 22, "ts": 3498198.486328125, "dur": 960.1590037345886, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9601590037345886, "detail": "NorbuMain/<CreateOtherBall>d__17" } },
{ "pid": 1, "tid": 22, "ts": 3499159.423828125, "dur": 1252.9109716415405, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2529109716415405, "detail": "NorbuMain/<CreateTargetBall>d__16" } },
{ "pid": 1, "tid": 22, "ts": 3500413.330078125, "dur": 1862.5290393829346, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8625290393829346, "detail": "NorbuMain/<PlayBGMusic>d__41" } },
{ "pid": 1, "tid": 22, "ts": 3502276.611328125, "dur": 2077.831983566284, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.077831983566284, "detail": "NorbuMain/<PlayeVideo>d__43" } },
{ "pid": 1, "tid": 22, "ts": 3504355.95703125, "dur": 1376.5149116516113, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3765149116516113, "detail": "NorbuMain/<ShowC2ISteps>d__31" } },
{ "pid": 1, "tid": 22, "ts": 3505733.3984375, "dur": 10907.453536987305, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.907453536987305, "detail": "NorbuMain/<StopBallMove>d__13" } },
{ "pid": 1, "tid": 22, "ts": 3516642.08984375, "dur": 1454.8450708389282, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4548450708389282, "detail": "NorbuMain/<hideTargetBallRing>d__11" } },
{ "pid": 1, "tid": 22, "ts": 3518098.14453125, "dur": 1162.065029144287, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.162065029144287, "detail": "NorbuMain/GameLevel" } },
{ "pid": 1, "tid": 22, "ts": 3519260.986328125, "dur": 1797.853946685791, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.797853946685791, "detail": "TapMain/<LoadBGImg>d__33" } },
{ "pid": 1, "tid": 22, "ts": 3521059.5703125, "dur": 1289.5370721817017, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2895370721817017, "detail": "TapMain/<LoadBGMusic>d__35" } },
{ "pid": 1, "tid": 22, "ts": 3522350.09765625, "dur": 1623.1189966201782, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6231189966201782, "detail": "TapMain/<LoadHandImg>d__34" } },
{ "pid": 1, "tid": 22, "ts": 3523974.609375, "dur": 1249.9430179595947, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2499430179595947, "detail": "TapMain/<LoadWaterVoice>d__36" } },
{ "pid": 1, "tid": 22, "ts": 3525225.09765625, "dur": 6488.895893096924, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.488895893096924, "detail": "ball/<ChangeScaleCoroutine>d__26" } },
{ "pid": 1, "tid": 22, "ts": 3531715.087890625, "dur": 1840.461015701294, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.840461015701294, "detail": "home/<PlayeVideo>d__2" } },
{ "pid": 1, "tid": 22, "ts": 3533558.837890625, "dur": 107629.63104248047, "ph": "X", "name": "Assembly-CSharp.cpp", "args": { "durationMS": 107.62963104248047, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 3645522.4609375, "dur": 13072.073936462402, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 13.072073936462402, "detail": "System.Threading.Tasks.Task`1/<>c<System.Boolean>" } },
{ "pid": 1, "tid": 22, "ts": 3658606.201171875, "dur": 643.9050436019897, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6439050436019897, "detail": "System.Threading.Tasks.Task`1/<>c<System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 3659251.953125, "dur": 535.6789827346802, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5356789827346802, "detail": "System.Threading.Tasks.Task`1/<>c<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3659790.0390625, "dur": 535.5219841003418, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5355219841003418, "detail": "System.Threading.Tasks.Task`1/<>c<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 22, "ts": 3660327.63671875, "dur": 631.9029927253723, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6319029927253723, "detail": "System.Linq.Enumerable/<>c__DisplayClass6_0`1<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3660962.890625, "dur": 3737.903118133545, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.737903118133545, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<System.Object,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3664703.61328125, "dur": 4565.895080566406, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.565895080566406, "detail": "UnityEngine.UI.CoroutineTween.TweenRunner`1/<Start>d__2<UnityEngine.UI.CoroutineTween.ColorTween>" } },
{ "pid": 1, "tid": 22, "ts": 3669272.4609375, "dur": 2939.7339820861816, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.9397339820861816, "detail": "UnityEngine.UI.CoroutineTween.TweenRunner`1/<Start>d__2<UnityEngine.UI.CoroutineTween.FloatTween>" } },
{ "pid": 1, "tid": 22, "ts": 3672215.576171875, "dur": 1725.5929708480835, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7255929708480835, "detail": "System.Action`1<System.Boolean>" } },
{ "pid": 1, "tid": 22, "ts": 3673943.115234375, "dur": 994.2669868469238, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9942669868469238, "detail": "System.Action`1<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3674940.673828125, "dur": 996.4100122451782, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9964100122451782, "detail": "System.Action`2<System.Boolean,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3675939.94140625, "dur": 846.6529846191406, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8466529846191406, "detail": "System.Action`2<System.Object,System.Boolean>" } },
{ "pid": 1, "tid": 22, "ts": 3676789.0625, "dur": 17570.772171020508, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 17.570772171020508, "detail": "System.Action`2<System.Object,System.Int32Enum>" } },
{ "pid": 1, "tid": 22, "ts": 3694366.2109375, "dur": 970.8170294761658, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9708170294761658, "detail": "System.Action`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3695339.84375, "dur": 893.6220407485962, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8936220407485962, "detail": "System.Action`3<System.Object,System.Boolean,UnityEngine.Profiling.Experimental.DebugScreenCapture>" } },
{ "pid": 1, "tid": 22, "ts": 3696235.83984375, "dur": 941.7780041694641, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9417780041694641, "detail": "System.Action`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3697184.08203125, "dur": 59285.640716552734, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 59.285640716552734, "detail": "System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 22, "ts": 3756473.14453125, "dur": 9971.435546875, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.971435546875, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 22, "ts": 3766447.509765625, "dur": 9431.267738342285, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.431267738342285, "detail": "System.Collections.Generic.ArraySortHelper`1<System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 3775882.080078125, "dur": 29323.644638061523, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 29.323644638061523, "detail": "System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 22, "ts": 3805209.47265625, "dur": 9975.811004638672, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.975811004638672, "detail": "System.Collections.Generic.ArraySortHelper`1<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3815187.744140625, "dur": 12327.577590942383, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 12.327577590942383, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 22, "ts": 3827518.06640625, "dur": 9878.499984741211, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.878499984741211, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 22, "ts": 3837399.4140625, "dur": 11170.978546142578, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 11.170978546142578, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 22, "ts": 3848573.2421875, "dur": 19684.667587280273, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 19.684667587280273, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 22, "ts": 3868260.7421875, "dur": 15226.470947265625, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 15.226470947265625, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 22, "ts": 3883489.74609375, "dur": 12234.896659851074, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 12.234896659851074, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 22, "ts": 3895727.5390625, "dur": 10086.604118347168, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 10.086604118347168, "detail": "System.Collections.Generic.ArraySortHelper`1<System.UInt64>" } },
{ "pid": 1, "tid": 22, "ts": 3905816.40625, "dur": 11279.580116271973, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 11.279580116271973, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 22, "ts": 3917099.853515625, "dur": 11553.019523620605, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 11.553019523620605, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 22, "ts": 3928655.76171875, "dur": 39443.87435913086, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 39.44387435913086, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 22, "ts": 3968102.294921875, "dur": 16557.91664123535, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 16.55791664123535, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 22, "ts": 3984663.57421875, "dur": 13763.157844543457, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 13.763157844543457, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 22, "ts": 3998429.6875, "dur": 12448.639869689941, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 12.448639869689941, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 22, "ts": 4010881.34765625, "dur": 34900.32196044922, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 34.90032196044922, "detail": "System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 4045783.935546875, "dur": 13054.502487182617, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 13.054502487182617, "detail": "System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 4058848.14453125, "dur": 8433.401107788086, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.433401107788086, "detail": "System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>" } },
{ "pid": 1, "tid": 22, "ts": 4067283.935546875, "dur": 16316.314697265625, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 16.316314697265625, "detail": "System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 4083602.5390625, "dur": 925.881028175354, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.925881028175354, "detail": "UnityEngine.Events.CachedInvokableCall`1<System.Boolean>" } },
{ "pid": 1, "tid": 22, "ts": 4084530.76171875, "dur": 829.5090198516846, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8295090198516846, "detail": "UnityEngine.Events.CachedInvokableCall`1<System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 4085362.3046875, "dur": 843.3610200881958, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8433610200881958, "detail": "UnityEngine.Events.CachedInvokableCall`1<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 4086207.51953125, "dur": 791.7569875717163, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7917569875717163, "detail": "UnityEngine.Events.CachedInvokableCall`1<System.Single>" } },
{ "pid": 1, "tid": 22, "ts": 4087009.765625, "dur": 3419.0070629119873, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.4190070629119873, "detail": "System.Collections.Generic.Comparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 22, "ts": 4090430.6640625, "dur": 3038.6619567871094, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.0386619567871094, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 22, "ts": 4093471.923828125, "dur": 3424.0739345550537, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.4240739345550537, "detail": "System.Collections.Generic.Comparer`1<System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 4096898.92578125, "dur": 2528.8729667663574, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5288729667663574, "detail": "System.Collections.Generic.Comparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 22, "ts": 4099430.17578125, "dur": 2389.9519443511963, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3899519443511963, "detail": "System.Collections.Generic.Comparer`1<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 4101822.75390625, "dur": 7054.582595825195, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.054582595825195, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 22, "ts": 4108890.625, "dur": 3701.2500762939453, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.7012500762939453, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 22, "ts": 4112593.75, "dur": 2961.461067199707, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.961461067199707, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 22, "ts": 4115558.10546875, "dur": 2985.114097595215, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.985114097595215, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 22, "ts": 4118545.41015625, "dur": 14324.71752166748, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 14.32471752166748, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 22, "ts": 4132872.0703125, "dur": 2889.1258239746094, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.8891258239746094, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 22, "ts": 4135763.671875, "dur": 2205.087900161743, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.205087900161743, "detail": "System.Collections.Generic.Comparer`1<System.UInt64>" } },
{ "pid": 1, "tid": 22, "ts": 4137970.21484375, "dur": 15920.721054077148, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 15.920721054077148, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 22, "ts": 4153893.5546875, "dur": 7925.370693206787, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.925370693206787, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 22, "ts": 4161821.2890625, "dur": 2283.318042755127, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.283318042755127, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 22, "ts": 4164106.4453125, "dur": 2351.5708446502686, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3515708446502686, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 22, "ts": 4166459.9609375, "dur": 2348.2959270477295, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3482959270477295, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 22, "ts": 4168810.546875, "dur": 2501.711845397949, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.501711845397949, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 22, "ts": 4171317.3828125, "dur": 988.906979560852, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.988906979560852, "detail": "System.Comparison`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 22, "ts": 4172308.59375, "dur": 1390.9300565719604, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.3909300565719604, "detail": "System.Comparison`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 22, "ts": 4173701.66015625, "dur": 1534.3849658966064, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.5343849658966064, "detail": "System.Comparison`1<System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 4175238.28125, "dur": 1308.3200454711914, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.3083200454711914, "detail": "System.Comparison`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 22, "ts": 4176550.78125, "dur": 1065.2650594711304, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0652650594711304, "detail": "System.Comparison`1<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 4177618.1640625, "dur": 712.6709818840027, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7126709818840027, "detail": "System.Comparison`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 22, "ts": 4178332.51953125, "dur": 1170.6039905548096, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1706039905548096, "detail": "System.Comparison`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 22, "ts": 4179505.859375, "dur": 738.0140423774719, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7380140423774719, "detail": "System.Comparison`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 22, "ts": 4180245.60546875, "dur": 1862.4110221862793, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8624110221862793, "detail": "System.Comparison`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 22, "ts": 4182109.375, "dur": 917.4689650535583, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9174689650535583, "detail": "System.Comparison`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 22, "ts": 4183028.80859375, "dur": 758.122980594635, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.758122980594635, "detail": "System.Comparison`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 22, "ts": 4183789.0625, "dur": 707.4520587921143, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7074520587921143, "detail": "System.Comparison`1<System.UInt64>" } },
{ "pid": 1, "tid": 22, "ts": 4184498.53515625, "dur": 1422.3759174346924, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.4223759174346924, "detail": "System.Comparison`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 22, "ts": 4185922.36328125, "dur": 793.6949729919434, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7936949729919434, "detail": "System.Comparison`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 22, "ts": 4186718.26171875, "dur": 7566.398143768311, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.5663981437683105, "detail": "System.Comparison`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 22, "ts": 4194287.109375, "dur": 734.6299886703491, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7346299886703491, "detail": "System.Comparison`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 22, "ts": 4195023.4375, "dur": 771.5169787406921, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7715169787406921, "detail": "System.Comparison`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 22, "ts": 4195797.36328125, "dur": 1131.3830614089966, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1313830614089966, "detail": "System.Comparison`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 22, "ts": 4196931.15234375, "dur": 33166.8701171875, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 33.1668701171875, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 4230140.13671875, "dur": 109001.08337402344, "ph": "X", "name": "Generics.cpp", "args": { "durationMS": 109.00108337402344, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4342120.60546875, "dur": 935.7880353927612, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9357880353927612, "detail": "System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 22, "ts": 4343058.59375, "dur": 550.8400201797485, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5508400201797485, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 22, "ts": 4344476.07421875, "dur": 754.360020160675, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.754360020160675, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 22, "ts": 4345232.421875, "dur": 661.6849899291992, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6616849899291992, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 22, "ts": 4345895.99609375, "dur": 580.9490084648132, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5809490084648132, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 22, "ts": 4346479.00390625, "dur": 407.45100378990173, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.40745100378990173, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 22, "ts": 4346888.18359375, "dur": 388.29901814460754, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.38829901814460754, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 22, "ts": 4347277.83203125, "dur": 1448.9469528198242, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.4489469528198242, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 22, "ts": 4349001.953125, "dur": 341.3510024547577, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3413510024547577, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 22, "ts": 4349345.21484375, "dur": 389.5470201969147, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3895470201969147, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 22, "ts": 4349737.79296875, "dur": 14485.6595993042, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 14.4856595993042, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 22, "ts": 4364225.5859375, "dur": 1897.2060680389404, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.8972060680389404, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 22, "ts": 4366125.9765625, "dur": 756.2080025672913, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7562080025672913, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 22, "ts": 4366884.765625, "dur": 832.5589895248413, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8325589895248413, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 22, "ts": 4368044.43359375, "dur": 344.72498297691345, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.34472498297691345, "detail": "System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 4369327.1484375, "dur": 336.44899725914, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.33644899725914, "detail": "System.Collections.Generic.Comparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 22, "ts": 4371443.84765625, "dur": 382.5500011444092, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3825500011444092, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 22, "ts": 4374010.25390625, "dur": 354.9729883670807, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3549729883670807, "detail": "System.Comparison`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 22, "ts": 4374377.9296875, "dur": 484.29298400878906, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.48429298400878906, "detail": "System.Comparison`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 22, "ts": 4375352.05078125, "dur": 837.1430039405823, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8371430039405823, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2<System.Runtime.Serialization.MemberHolder,System.Reflection.MemberInfo[]>" } },
{ "pid": 1, "tid": 22, "ts": 4376209.9609375, "dur": 1000.2139806747437, "ph": "X", "name": "Il2CppGenericComDefinitions.cpp", "args": { "durationMS": 1.0002139806747437, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4377233.3984375, "dur": 1868.5230016708374, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.8685230016708374, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 4379103.515625, "dur": 742.2109842300415, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7422109842300415, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2<System.String,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 4381384.27734375, "dur": 1006.382942199707, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.006382942199707, "detail": "System.Collections.Generic.Dictionary`2<UnityEngine.Canvas,UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.Graphic>>" } },
{ "pid": 1, "tid": 22, "ts": 4382395.01953125, "dur": 968.8490033149719, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9688490033149719, "detail": "System.Collections.Generic.Dictionary`2<UnityEngine.Font,System.Collections.Generic.HashSet`1<UnityEngine.UI.Text>>" } },
{ "pid": 1, "tid": 22, "ts": 4383365.234375, "dur": 898.2629776000977, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8982629776000977, "detail": "System.Collections.Generic.Dictionary`2<UnityEngine.UI.Graphic,System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 4384265.625, "dur": 1024.4579315185547, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0244579315185547, "detail": "System.Collections.Generic.Dictionary`2<System.Threading.IAsyncLocal,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 4385292.48046875, "dur": 19091.447830200195, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 19.091447830200195, "detail": "System.Collections.Generic.Dictionary`2<UnityEngine.UI.ICanvasElement,System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 4404388.18359375, "dur": 497.24602699279785, "ph": "X", "name": "Il2CppGenericComDefinitions1.cpp", "args": { "durationMS": 0.49724602699279785, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4404912.109375, "dur": 8212.63313293457, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 8.21263313293457, "detail": "System.Collections.Generic.Dictionary`2<UnityEngine.UI.IClipper,System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 4413127.44140625, "dur": 1184.5849752426147, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.1845849752426147, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>" } },
{ "pid": 1, "tid": 22, "ts": 4414314.94140625, "dur": 1036.8640422821045, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0368640422821045, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 4415354.98046875, "dur": 990.0780320167542, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9900780320167542, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.EventSystems.PointerEventData>" } },
{ "pid": 1, "tid": 22, "ts": 4416347.16796875, "dur": 941.9170022010803, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9419170022010803, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.String>" } },
{ "pid": 1, "tid": 22, "ts": 4417291.50390625, "dur": 1169.2249774932861, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.1692249774932861, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task>" } },
{ "pid": 1, "tid": 22, "ts": 4418463.37890625, "dur": 846.0609912872314, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8460609912872314, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.TimeType>" } },
{ "pid": 1, "tid": 22, "ts": 4419311.5234375, "dur": 868.7379956245422, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8687379956245422, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GUILayoutUtility/LayoutCache>" } },
{ "pid": 1, "tid": 22, "ts": 4420182.6171875, "dur": 847.8890061378479, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8478890061378479, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 4421033.203125, "dur": 568.2399868965149, "ph": "X", "name": "Il2CppGenericComDefinitions2.cpp", "args": { "durationMS": 0.5682399868965149, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4421620.1171875, "dur": 4257.1210861206055, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 4.2571210861206055, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 4425879.39453125, "dur": 1449.8530626296997, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.4498530626296997, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 22, "ts": 4427332.03125, "dur": 1494.6058988571167, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.4946058988571167, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>" } },
{ "pid": 1, "tid": 22, "ts": 4428829.1015625, "dur": 1185.26291847229, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.18526291847229, "detail": "System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle>" } },
{ "pid": 1, "tid": 22, "ts": 4430016.6015625, "dur": 888.0400061607361, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8880400061607361, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 4430906.73828125, "dur": 1142.4440145492554, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.1424440145492554, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.LocalDataStoreSlot>" } },
{ "pid": 1, "tid": 22, "ts": 4432051.7578125, "dur": 1497.4510669708252, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.4974510669708252, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 4433552.24609375, "dur": 1626.7950534820557, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.6267950534820557, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 22, "ts": 4435181.640625, "dur": 955.066978931427, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.955066978931427, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceSet>" } },
{ "pid": 1, "tid": 22, "ts": 4436140.13671875, "dur": 446.15399837493896, "ph": "X", "name": "Il2CppGenericComDefinitions3.cpp", "args": { "durationMS": 0.44615399837493896, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4436607.91015625, "dur": 19254.11605834961, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 19.25411605834961, "detail": "System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>" } },
{ "pid": 1, "tid": 22, "ts": 4455865.234375, "dur": 1193.7369108200073, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.1937369108200073, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.String>" } },
{ "pid": 1, "tid": 22, "ts": 4457061.5234375, "dur": 966.6410088539124, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9666410088539124, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.UriParser>" } },
{ "pid": 1, "tid": 22, "ts": 4458030.76171875, "dur": 1144.618034362793, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.144618034362793, "detail": "System.Collections.Generic.Dictionary`2<System.Type,System.AttributeUsageAttribute>" } },
{ "pid": 1, "tid": 22, "ts": 4459177.24609375, "dur": 1270.3349590301514, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.2703349590301514, "detail": "System.Collections.Generic.Dictionary`2<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>" } },
{ "pid": 1, "tid": 22, "ts": 4460450.1953125, "dur": 1343.1050777435303, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.3431050777435303, "detail": "System.Collections.Generic.Dictionary`2<System.Type,System.MonoCustomAttrs/AttributeInfo>" } },
{ "pid": 1, "tid": 22, "ts": 4463155.2734375, "dur": 28965.19660949707, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 28.96519660949707, "detail": "System.Array/EmptyInternalEnumerator`1<System.IComparable`1<System.Double>>" } },
{ "pid": 1, "tid": 22, "ts": 4493025.390625, "dur": 364.1670048236847, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3641670048236847, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.IEnumerable`1<System.DateTimeParse/DS>>" } },
{ "pid": 1, "tid": 22, "ts": 4496772.94921875, "dur": 361.3939881324768, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3613939881324768, "detail": "System.Array/EmptyInternalEnumerator`1<System.DateTimeParse/DS[]>" } },
{ "pid": 1, "tid": 22, "ts": 4498061.03515625, "dur": 423.2400059700012, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4232400059700012, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Behaviour>" } },
{ "pid": 1, "tid": 22, "ts": 4501647.94921875, "dur": 463.7729823589325, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4637729823589325, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 22, "ts": 4503145.99609375, "dur": 7944.633007049561, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 7.9446330070495605, "detail": "System.Array/EmptyInternalEnumerator`1<System.IAsyncResult>" } },
{ "pid": 1, "tid": 22, "ts": 4511869.62890625, "dur": 477.0369827747345, "ph": "X", "name": "Il2CppGenericComDefinitions4.cpp", "args": { "durationMS": 0.4770369827747345, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4520992.67578125, "dur": 8350.415229797363, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 8.350415229797363, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>" } },
{ "pid": 1, "tid": 22, "ts": 4529345.21484375, "dur": 388.40100169181824, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.38840100169181824, "detail": "System.Array/EmptyInternalEnumerator`1<System.Globalization.HebrewNumber/HS>" } },
{ "pid": 1, "tid": 22, "ts": 4529899.4140625, "dur": 361.1449897289276, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3611449897289276, "detail": "System.Array/EmptyInternalEnumerator`1<NorbuMain/GameLevel>" } },
{ "pid": 1, "tid": 22, "ts": 4531168.45703125, "dur": 544.9420213699341, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5449420213699341, "detail": "System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 22, "ts": 4531715.8203125, "dur": 661.2409949302673, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6612409949302673, "detail": "System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 22, "ts": 4533721.6796875, "dur": 495.963990688324, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.495963990688324, "detail": "System.Collections.Generic.HashSet`1/Enumerator<UnityEngine.UI.MaskableGraphic>" } },
{ "pid": 1, "tid": 22, "ts": 4534436.5234375, "dur": 555.7530522346497, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5557530522346497, "detail": "System.Collections.Generic.LinkedList`1/Enumerator<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 4535052.24609375, "dur": 437.3430013656616, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4373430013656616, "detail": "System.Collections.Generic.Stack`1/Enumerator<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 4536813.96484375, "dur": 344.7660207748413, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3447660207748413, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 22, "ts": 4537161.1328125, "dur": 16837.0418548584, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 16.8370418548584, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 22, "ts": 4554546.875, "dur": 382.97900557518005, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.38297900557518005, "detail": "System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 4555834.47265625, "dur": 497.4070191383362, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4974070191383362, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 22, "ts": 4556439.453125, "dur": 383.70800018310547, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.38370800018310547, "detail": "System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>" } },
{ "pid": 1, "tid": 22, "ts": 4556826.66015625, "dur": 463.7160003185272, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4637160003185272, "detail": "System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 22, "ts": 4557292.48046875, "dur": 350.20899772644043, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.35020899772644043, "detail": "System.Collections.Generic.EqualityComparer`1<System.Boolean>" } },
{ "pid": 1, "tid": 22, "ts": 4558201.66015625, "dur": 493.6160147190094, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4936160147190094, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 22, "ts": 4559044.921875, "dur": 5310.1911544799805, "ph": "X", "name": "Il2CppGenericComDefinitions5.cpp", "args": { "durationMS": 5.3101911544799805, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4566959.9609375, "dur": 490.43598771095276, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.49043598771095276, "detail": "System.Array/InternalEnumerator`1<System.IEquatable`1<System.Byte>>" } },
{ "pid": 1, "tid": 22, "ts": 4570356.4453125, "dur": 393.02799105644226, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.39302799105644226, "detail": "System.Array/InternalEnumerator`1<System.Collections.Concurrent.ConcurrentDictionary`2/Node<System.Object,System.Object>>" } },
{ "pid": 1, "tid": 22, "ts": 4572615.234375, "dur": 1172.7170944213867, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.1727170944213867, "detail": "System.Array/InternalEnumerator`1<System.Globalization.CalendarData>" } },
{ "pid": 1, "tid": 22, "ts": 4575478.515625, "dur": 509.0559720993042, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5090559720993042, "detail": "System.Array/InternalEnumerator`1<System.Collections.DictionaryEntry>" } },
{ "pid": 1, "tid": 22, "ts": 4576464.35546875, "dur": 3369.590997695923, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 3.369590997695923, "detail": "System.Array/InternalEnumerator`1<System.Enum>" } },
{ "pid": 1, "tid": 22, "ts": 4580531.25, "dur": 391.5649950504303, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3915649950504303, "detail": "System.Array/InternalEnumerator`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 22, "ts": 4583630.37109375, "dur": 479.0380299091339, "ph": "X", "name": "Il2CppGenericComDefinitions7.cpp", "args": { "durationMS": 0.4790380299091339, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4588230.95703125, "dur": 1157.3209762573242, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.1573209762573242, "detail": "System.Array/InternalEnumerator`1<System.Reflection.PropertyInfo>" } },
{ "pid": 1, "tid": 22, "ts": 4590121.09375, "dur": 1180.73308467865, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.18073308467865, "detail": "System.Array/InternalEnumerator`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 22, "ts": 4591703.125, "dur": 10203.59992980957, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 10.20359992980957, "detail": "System.Array/InternalEnumerator`1<System.Reflection.RuntimePropertyInfo>" } },
{ "pid": 1, "tid": 22, "ts": 4610314.94140625, "dur": 830.9779763221741, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8309779763221741, "detail": "System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>" } },
{ "pid": 1, "tid": 22, "ts": 4611147.4609375, "dur": 799.5229959487915, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7995229959487915, "detail": "System.Collections.Generic.LinkedList`1<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 4611950.68359375, "dur": 927.6389479637146, "ph": "X", "name": "Il2CppGenericComDefinitions8.cpp", "args": { "durationMS": 0.9276389479637146, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4613500.9765625, "dur": 597.5960493087769, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5975960493087769, "detail": "UnityEngine.UI.ListPool`1<UnityEngine.Canvas>" } },
{ "pid": 1, "tid": 22, "ts": 4615027.34375, "dur": 1025.0320434570312, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0250320434570312, "detail": "System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 22, "ts": 4616057.6171875, "dur": 555.251955986023, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.555251955986023, "detail": "System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>>" } },
{ "pid": 1, "tid": 22, "ts": 4616614.2578125, "dur": 803.7539720535278, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8037539720535278, "detail": "System.Collections.Generic.List`1<System.AggregateException>" } },
{ "pid": 1, "tid": 22, "ts": 4617419.921875, "dur": 534.8950028419495, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5348950028419495, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseInputModule>" } },
{ "pid": 1, "tid": 22, "ts": 4617957.03125, "dur": 509.29099321365356, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5092909932136536, "detail": "System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>" } },
{ "pid": 1, "tid": 22, "ts": 4618469.23828125, "dur": 525.2700448036194, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5252700448036194, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseRaycaster>" } },
{ "pid": 1, "tid": 22, "ts": 4618996.58203125, "dur": 545.7829833030701, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5457829833030701, "detail": "System.Collections.Generic.List`1<UnityEngine.Canvas>" } },
{ "pid": 1, "tid": 22, "ts": 4619543.9453125, "dur": 541.4819717407227, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5414819717407227, "detail": "System.Collections.Generic.List`1<UnityEngine.CanvasGroup>" } },
{ "pid": 1, "tid": 22, "ts": 4620087.40234375, "dur": 612.4549508094788, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6124549508094788, "detail": "System.Collections.Generic.List`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 22, "ts": 4620701.171875, "dur": 1391.692042350769, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.391692042350769, "detail": "System.Collections.Generic.List`1<UnityEngine.Component>" } },
{ "pid": 1, "tid": 22, "ts": 4622094.7265625, "dur": 725.9210348129272, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7259210348129272, "detail": "System.Collections.Generic.List`1<Mono.Globalization.Unicode.Contraction>" } },
{ "pid": 1, "tid": 22, "ts": 4622823.2421875, "dur": 653.5009741783142, "ph": "X", "name": "Il2CppGenericComDefinitions9.cpp", "args": { "durationMS": 0.6535009741783142, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4623499.0234375, "dur": 518.0850028991699, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5180850028991699, "detail": "System.Collections.Generic.List`1<System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 4624019.04296875, "dur": 519.8649764060974, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5198649764060974, "detail": "System.Collections.Generic.List`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 22, "ts": 4624540.0390625, "dur": 608.7419986724854, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6087419986724854, "detail": "System.Collections.Generic.List`1<Mono.Globalization.Unicode.Level2Map>" } },
{ "pid": 1, "tid": 22, "ts": 4625150.87890625, "dur": 547.8469729423523, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5478469729423523, "detail": "System.Collections.Generic.List`1<System.LocalDataStore>" } },
{ "pid": 1, "tid": 22, "ts": 4625700.1953125, "dur": 539.4240021705627, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5394240021705627, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Mask>" } },
{ "pid": 1, "tid": 22, "ts": 4626241.2109375, "dur": 528.7030339241028, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5287030339241028, "detail": "System.Collections.Generic.List`1<System.Reflection.MethodBase>" } },
{ "pid": 1, "tid": 22, "ts": 4626771.97265625, "dur": 606.6460013389587, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6066460013389587, "detail": "System.Collections.Generic.List`1<System.Reflection.MethodInfo>" } },
{ "pid": 1, "tid": 22, "ts": 4627379.8828125, "dur": 581.8549990653992, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5818549990653992, "detail": "System.Collections.Generic.List`1<System.ModifierSpec>" } },
{ "pid": 1, "tid": 22, "ts": 4627963.8671875, "dur": 986.1989617347717, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9861989617347717, "detail": "System.Collections.Generic.List`1<System.Reflection.Module>" } },
{ "pid": 1, "tid": 22, "ts": 4628951.66015625, "dur": 531.3740372657776, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5313740372657776, "detail": "System.Collections.Generic.List`1<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 4629486.81640625, "dur": 626.0190010070801, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6260190010070801, "detail": "System.Collections.Generic.List`1<UnityEngine.Events.PersistentCall>" } },
{ "pid": 1, "tid": 22, "ts": 4630115.234375, "dur": 861.7260456085205, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8617260456085205, "detail": "System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 22, "ts": 4630980.46875, "dur": 411.668986082077, "ph": "X", "name": "Il2CppGenericComDefinitions11.cpp", "args": { "durationMS": 0.411668986082077, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4631414.0625, "dur": 508.95100831985474, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5089510083198547, "detail": "System.Collections.Generic.List`1<System.Threading.Tasks.Task>" } },
{ "pid": 1, "tid": 22, "ts": 4631923.828125, "dur": 693.5109496116638, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6935109496116638, "detail": "System.Collections.Generic.List`1<System.TimeZoneInfo>" } },
{ "pid": 1, "tid": 22, "ts": 4632619.62890625, "dur": 650.3230333328247, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6503230333328247, "detail": "System.Collections.Generic.List`1<System.Threading.Timer>" } },
{ "pid": 1, "tid": 22, "ts": 4633272.4609375, "dur": 562.982976436615, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.562982976436615, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Toggle>" } },
{ "pid": 1, "tid": 22, "ts": 4633836.42578125, "dur": 549.8040318489075, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5498040318489075, "detail": "System.Collections.Generic.List`1<UnityEngine.Transform>" } },
{ "pid": 1, "tid": 22, "ts": 4634388.18359375, "dur": 593.3980345726013, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5933980345726013, "detail": "System.Collections.Generic.List`1<System.Type>" } },
{ "pid": 1, "tid": 22, "ts": 4634982.91015625, "dur": 20249.70817565918, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 20.24970817565918, "detail": "System.Collections.Generic.List`1<System.TypeIdentifier>" } },
{ "pid": 1, "tid": 22, "ts": 4655234.375, "dur": 597.8759527206421, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5978759527206421, "detail": "System.Collections.Generic.List`1<System.TypeSpec>" } },
{ "pid": 1, "tid": 22, "ts": 4655834.9609375, "dur": 640.7939791679382, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6407939791679382, "detail": "System.Collections.Generic.List`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 22, "ts": 4656477.5390625, "dur": 673.0110049247742, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6730110049247742, "detail": "System.Collections.Generic.List`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 22, "ts": 4657152.34375, "dur": 1465.5259847640991, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.4655259847640991, "detail": "System.Collections.Generic.List`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 22, "ts": 4658619.62890625, "dur": 612.542986869812, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.612542986869812, "detail": "System.Collections.Generic.List`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 22, "ts": 4659235.83984375, "dur": 519.6750164031982, "ph": "X", "name": "Il2CppGenericComDefinitions13.cpp", "args": { "durationMS": 0.5196750164031982, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4660096.19140625, "dur": 138931.42700195312, "ph": "X", "name": "Idle", "args": { "durationMS": 138.93142700195312, "detail": "" } },
{ "pid": 1, "tid": 23, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 23, "ts": 1581313.720703125, "dur": 22389.314651489258, "ph": "X", "name": "Idle", "args": { "durationMS": 22.389314651489258, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1617573.8525390625, "dur": 1412.087082862854, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 1.412087082862854, "detail": "System" } },
{ "pid": 1, "tid": 23, "ts": 1620285.2783203125, "dur": 328054.74853515625, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 328.05474853515625, "detail": "System" } },
{ "pid": 1, "tid": 23, "ts": 1621867.0654296875, "dur": 326472.3815917969, "ph": "X", "name": "System_Attr.cpp", "args": { "durationMS": 326.4723815917969, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1950371.58203125, "dur": 10924.607276916504, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 10.924607276916504, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 23, "ts": 1950412.841796875, "dur": 10881.461143493652, "ph": "X", "name": "UnityEngine.TextRenderingModule_Attr.cpp", "args": { "durationMS": 10.881461143493652, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1961299.9267578125, "dur": 6071.988105773926, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 6.071988105773926, "detail": "UnityEngine.SpriteShapeModule" } },
{ "pid": 1, "tid": 23, "ts": 1961317.5048828125, "dur": 6053.911209106445, "ph": "X", "name": "UnityEngine.SpriteShapeModule_Attr.cpp", "args": { "durationMS": 6.053911209106445, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1967376.220703125, "dur": 6936.310768127441, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 6.936310768127441, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 23, "ts": 1967423.583984375, "dur": 6888.161659240723, "ph": "X", "name": "UnityEngine.UIModule_Attr.cpp", "args": { "durationMS": 6.888161659240723, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1974315.91796875, "dur": 9193.204879760742, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 9.193204879760742, "detail": "UnityEngine.VideoModule" } },
{ "pid": 1, "tid": 23, "ts": 1974338.8671875, "dur": 9169.72541809082, "ph": "X", "name": "UnityEngine.VideoModule_Attr.cpp", "args": { "durationMS": 9.16972541809082, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1983935.6689453125, "dur": 491.2339746952057, "ph": "X", "name": "GenericComDefinitions", "args": { "durationMS": 0.4912339746952057, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 2011298.9501953125, "dur": 3619.671106338501, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.619671106338501, "detail": "<Module>" } },
{ "pid": 1, "tid": 23, "ts": 2014944.2138671875, "dur": 19999.53269958496, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 19.99953269958496, "detail": "System.Xml.XmlReader" } },
{ "pid": 1, "tid": 23, "ts": 2034951.416015625, "dur": 1144.144058227539, "ph": "X", "name": "System.Xml.cpp", "args": { "durationMS": 1.144144058227539, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 2036180.0537109375, "dur": 67864.94445800781, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 67.86494445800781, "detail": "System.Console" } },
{ "pid": 1, "tid": 23, "ts": 2104045.8984375, "dur": 356.9850027561188, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3569850027561188, "detail": "System.ConsoleCancelEventArgs" } },
{ "pid": 1, "tid": 23, "ts": 2104403.564453125, "dur": 36391.94869995117, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 36.39194869995117, "detail": "System.ConsoleCancelEventHandler" } },
{ "pid": 1, "tid": 23, "ts": 2140814.697265625, "dur": 3138.011932373047, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.138011932373047, "detail": "System.ConsoleDriver" } },
{ "pid": 1, "tid": 23, "ts": 2143979.248046875, "dur": 4371.090888977051, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.371090888977051, "detail": "System.ConsoleKeyInfo" } },
{ "pid": 1, "tid": 23, "ts": 2148424.31640625, "dur": 23801.01203918457, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 23.80101203918457, "detail": "System.Runtime.Remoting.Messaging.ConstructionCall" } },
{ "pid": 1, "tid": 23, "ts": 2172226.07421875, "dur": 7443.76802444458, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.44376802444458, "detail": "System.Runtime.Remoting.Messaging.ConstructionCallDictionary" } },
{ "pid": 1, "tid": 23, "ts": 2179670.654296875, "dur": 489.81401324272156, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.48981401324272156, "detail": "System.Runtime.Remoting.Activation.ConstructionLevelActivator" } },
{ "pid": 1, "tid": 23, "ts": 2180161.376953125, "dur": 758.771002292633, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7587710022926331, "detail": "System.Runtime.Remoting.Messaging.ConstructionResponse" } },
{ "pid": 1, "tid": 23, "ts": 2180920.654296875, "dur": 2277.5638103485107, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2775638103485107, "detail": "System.Reflection.Emit.ConstructorBuilder" } },
{ "pid": 1, "tid": 23, "ts": 2183199.21875, "dur": 2012.6659870147705, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0126659870147705, "detail": "System.Reflection.ConstructorInfo" } },
{ "pid": 1, "tid": 23, "ts": 2185212.646484375, "dur": 17110.734939575195, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.110734939575195, "detail": "System.Runtime.Remoting.Contexts.Context" } },
{ "pid": 1, "tid": 23, "ts": 2202474.853515625, "dur": 596.6170430183411, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5966170430183411, "detail": "System.Threading.ContextCallback" } },
{ "pid": 1, "tid": 23, "ts": 2203249.267578125, "dur": 851.9660234451294, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8519660234451294, "detail": "System.Runtime.Remoting.Activation.ContextLevelActivator" } },
{ "pid": 1, "tid": 23, "ts": 2204218.26171875, "dur": 1019.2010402679443, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0192010402679443, "detail": "System.Threading.Tasks.ContinuationTaskFromTask" } },
{ "pid": 1, "tid": 23, "ts": 2205446.2890625, "dur": 949.9830007553101, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9499830007553101, "detail": "Mono.Globalization.Unicode.ContractionComparer" } },
{ "pid": 1, "tid": 23, "ts": 2206397.216796875, "dur": 123527.61840820312, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 123.52761840820312, "detail": "System.Convert" } },
{ "pid": 1, "tid": 23, "ts": 2329926.26953125, "dur": 13155.238151550293, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.155238151550293, "detail": "System.Runtime.Serialization.Formatters.Binary.Converter" } },
{ "pid": 1, "tid": 23, "ts": 2343430.419921875, "dur": 1637.0691061019897, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6370691061019897, "detail": "System.Runtime.Remoting.Channels.CrossAppDomainChannel" } },
{ "pid": 1, "tid": 23, "ts": 2345068.359375, "dur": 394.39600706100464, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.39439600706100464, "detail": "System.Runtime.Remoting.Channels.CrossAppDomainData" } },
{ "pid": 1, "tid": 23, "ts": 2345463.37890625, "dur": 7399.211883544922, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.399211883544922, "detail": "System.Runtime.Remoting.Channels.CrossAppDomainSink" } },
{ "pid": 1, "tid": 23, "ts": 2352863.76953125, "dur": 3570.952892303467, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.570952892303467, "detail": "System.Runtime.Remoting.Contexts.CrossContextChannel" } },
{ "pid": 1, "tid": 23, "ts": 2356436.03515625, "dur": 650.4890322685242, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6504890322685242, "detail": "System.Runtime.Remoting.Contexts.CrossContextDelegate" } },
{ "pid": 1, "tid": 23, "ts": 2357087.646484375, "dur": 2576.8160820007324, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5768160820007324, "detail": "System.Security.Cryptography.CryptoConfig" } },
{ "pid": 1, "tid": 23, "ts": 2359665.283203125, "dur": 719.1410064697266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7191410064697266, "detail": "System.Security.Cryptography.CryptographicException" } },
{ "pid": 1, "tid": 23, "ts": 2360385.498046875, "dur": 648.9779949188232, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6489779949188232, "detail": "System.Security.Cryptography.CryptographicUnexpectedOperationException" } },
{ "pid": 1, "tid": 23, "ts": 2361035.400390625, "dur": 8644.560813903809, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.644560813903809, "detail": "System.CultureAwareComparer" } },
{ "pid": 1, "tid": 23, "ts": 2369681.15234375, "dur": 82440.97900390625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 82.44097900390625, "detail": "System.Globalization.CultureData" } },
{ "pid": 1, "tid": 23, "ts": 2452146.97265625, "dur": 55639.44625854492, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 55.63944625854492, "detail": "System.Globalization.CultureInfo" } },
{ "pid": 1, "tid": 23, "ts": 2507787.841796875, "dur": 3469.849109649658, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.469849109649658, "detail": "System.Globalization.CultureNotFoundException" } },
{ "pid": 1, "tid": 23, "ts": 2511258.544921875, "dur": 426.5480041503906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4265480041503906, "detail": "System.CurrentSystemTimeZone" } },
{ "pid": 1, "tid": 23, "ts": 2511700.439453125, "dur": 15708.46176147461, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.70846176147461, "detail": "System.Reflection.CustomAttributeData" } },
{ "pid": 1, "tid": 23, "ts": 2527412.353515625, "dur": 148086.1053466797, "ph": "X", "name": "mscorlib2.cpp", "args": { "durationMS": 148.0861053466797, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 2675520.01953125, "dur": 2278.615951538086, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.278615951538086, "detail": "System.Runtime.Serialization.SerializationInfoEnumerator" } },
{ "pid": 1, "tid": 23, "ts": 2677799.560546875, "dur": 1477.208971977234, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4772089719772339, "detail": "System.Runtime.Serialization.SerializationObjectManager" } },
{ "pid": 1, "tid": 23, "ts": 2679278.076171875, "dur": 710.4189991950989, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7104189991950989, "detail": "System.Runtime.Remoting.Messaging.ServerContextTerminatorSink" } },
{ "pid": 1, "tid": 23, "ts": 2679989.2578125, "dur": 2547.574043273926, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.547574043273926, "detail": "System.Runtime.Remoting.ServerIdentity" } },
{ "pid": 1, "tid": 23, "ts": 2682537.841796875, "dur": 503.46601009368896, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.503466010093689, "detail": "System.Runtime.Remoting.Messaging.ServerObjectReplySink" } },
{ "pid": 1, "tid": 23, "ts": 2683042.236328125, "dur": 967.5219655036926, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9675219655036926, "detail": "System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink" } },
{ "pid": 1, "tid": 23, "ts": 2684030.2734375, "dur": 91158.19549560547, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 91.15819549560547, "detail": "Mono.Globalization.Unicode.SimpleCollator" } },
{ "pid": 1, "tid": 23, "ts": 2775190.4296875, "dur": 50255.5046081543, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 50.2555046081543, "detail": "System.Single" } },
{ "pid": 1, "tid": 23, "ts": 2825447.021484375, "dur": 1082.0879936218262, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0820879936218262, "detail": "System.Runtime.Remoting.SingleCallIdentity" } },
{ "pid": 1, "tid": 23, "ts": 2826529.78515625, "dur": 1434.1919422149658, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4341919422149658, "detail": "System.Runtime.Remoting.SingletonIdentity" } },
{ "pid": 1, "tid": 23, "ts": 2827964.84375, "dur": 374.0920126438141, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3740920126438141, "detail": "System.Runtime.Remoting.Channels.SinkProviderData" } },
{ "pid": 1, "tid": 23, "ts": 2828340.087890625, "dur": 2461.9369506835938, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4619369506835938, "detail": "System.Runtime.Serialization.Formatters.Binary.SizedArray" } },
{ "pid": 1, "tid": 23, "ts": 2830827.880859375, "dur": 11243.617057800293, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.243617057800293, "detail": "Mono.Xml.SmallXmlParser" } },
{ "pid": 1, "tid": 23, "ts": 2842328.369140625, "dur": 335.5390131473541, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3355390131473541, "detail": "System.Runtime.Remoting.Metadata.SoapAttribute" } },
{ "pid": 1, "tid": 23, "ts": 2842664.306640625, "dur": 431.7080080509186, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4317080080509186, "detail": "System.Runtime.Remoting.Metadata.SoapFieldAttribute" } },
{ "pid": 1, "tid": 23, "ts": 2843097.16796875, "dur": 846.3529944419861, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8463529944419861, "detail": "System.Runtime.Remoting.Metadata.SoapMethodAttribute" } },
{ "pid": 1, "tid": 23, "ts": 2843944.091796875, "dur": 631.0709714889526, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6310709714889526, "detail": "System.Runtime.Remoting.Metadata.SoapParameterAttribute" } },
{ "pid": 1, "tid": 23, "ts": 2844576.904296875, "dur": 6944.1819190979, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.9441819190979, "detail": "System.Runtime.Remoting.SoapServices" } },
{ "pid": 1, "tid": 23, "ts": 2851522.4609375, "dur": 2195.030927658081, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.195030927658081, "detail": "System.Runtime.Remoting.Metadata.SoapTypeAttribute" } },
{ "pid": 1, "tid": 23, "ts": 2853718.505859375, "dur": 30564.401626586914, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 30.564401626586914, "detail": "System.Globalization.SortKey" } },
{ "pid": 1, "tid": 23, "ts": 2884283.935546875, "dur": 9746.109008789062, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.746109008789062, "detail": "Mono.Globalization.Unicode.SortKeyBuffer" } },
{ "pid": 1, "tid": 23, "ts": 2894051.513671875, "dur": 7227.546215057373, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.227546215057373, "detail": "System.Collections.SortedList" } },
{ "pid": 1, "tid": 23, "ts": 2901280.029296875, "dur": 9477.810859680176, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.477810859680176, "detail": "System.Threading.SpinLock" } },
{ "pid": 1, "tid": 23, "ts": 2910758.544921875, "dur": 1097.5669622421265, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0975669622421265, "detail": "System.Threading.SpinWait" } },
{ "pid": 1, "tid": 23, "ts": 2911857.177734375, "dur": 3559.175968170166, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.559175968170166, "detail": "System.Collections.Stack" } },
{ "pid": 1, "tid": 23, "ts": 2915417.96875, "dur": 2629.5230388641357, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6295230388641357, "detail": "System.Runtime.Remoting.Messaging.StackBuilderSink" } },
{ "pid": 1, "tid": 23, "ts": 2918061.03515625, "dur": 2792.0351028442383, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7920351028442383, "detail": "System.Diagnostics.StackFrame" } },
{ "pid": 1, "tid": 23, "ts": 2920853.759765625, "dur": 527.5750160217285, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5275750160217285, "detail": "System.Threading.Tasks.StackGuard" } },
{ "pid": 1, "tid": 23, "ts": 2921382.32421875, "dur": 715.2320146560669, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7152320146560669, "detail": "System.StackOverflowException" } },
{ "pid": 1, "tid": 23, "ts": 2922098.388671875, "dur": 16659.82437133789, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.65982437133789, "detail": "System.Diagnostics.StackTrace" } },
{ "pid": 1, "tid": 23, "ts": 2938759.27734375, "dur": 1308.4359169006348, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3084359169006348, "detail": "System.Threading.Tasks.StandardTaskContinuation" } },
{ "pid": 1, "tid": 23, "ts": 2940342.7734375, "dur": 44067.657470703125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 44.067657470703125, "detail": "System.IO.Stream" } },
{ "pid": 1, "tid": 23, "ts": 2984411.376953125, "dur": 20200.376510620117, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.200376510620117, "detail": "System.IO.StreamReader" } },
{ "pid": 1, "tid": 23, "ts": 3004614.501953125, "dur": 80141.67785644531, "ph": "X", "name": "mscorlib11.cpp", "args": { "durationMS": 80.14167785644531, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 3085004.39453125, "dur": 3777.7750492095947, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.7777750492095947, "detail": "UnityEngine.Canvas" } },
{ "pid": 1, "tid": 23, "ts": 3088783.447265625, "dur": 669.743001461029, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.669743001461029, "detail": "UnityEngine.CanvasGroup" } },
{ "pid": 1, "tid": 23, "ts": 3089454.345703125, "dur": 27660.83335876465, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 27.66083335876465, "detail": "UnityEngine.CanvasRenderer" } },
{ "pid": 1, "tid": 23, "ts": 3117116.455078125, "dur": 21627.132415771484, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 21.627132415771484, "detail": "UnityEngine.RectTransformUtility" } },
{ "pid": 1, "tid": 23, "ts": 3139072.509765625, "dur": 475.816011428833, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.475816011428833, "detail": "UnityEngine.Canvas/WillRenderCanvases" } },
{ "pid": 1, "tid": 23, "ts": 3139563.720703125, "dur": 18120.830535888672, "ph": "X", "name": "UnityEngine.UIModule.cpp", "args": { "durationMS": 18.120830535888672, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 3158058.837890625, "dur": 1009.7960233688354, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0097960233688354, "detail": "System.Collections.EmptyReadOnlyDictionaryInternal/NodeEnumerator" } },
{ "pid": 1, "tid": 23, "ts": 3159069.580078125, "dur": 13389.562606811523, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.389562606811523, "detail": "System.Text.Encoding/DefaultDecoder" } },
{ "pid": 1, "tid": 23, "ts": 3172460.44921875, "dur": 3064.9189949035645, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0649189949035645, "detail": "System.Text.Encoding/DefaultEncoder" } },
{ "pid": 1, "tid": 23, "ts": 3175526.123046875, "dur": 2867.7802085876465, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.8677802085876465, "detail": "System.Text.Encoding/EncodingByteBuffer" } },
{ "pid": 1, "tid": 23, "ts": 3178395.01953125, "dur": 2271.8441486358643, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2718441486358643, "detail": "System.Text.Encoding/EncodingCharBuffer" } },
{ "pid": 1, "tid": 23, "ts": 3180667.96875, "dur": 6260.4265213012695, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.2604265213012695, "detail": "System.Enum/ValuesAndNames" } },
{ "pid": 1, "tid": 23, "ts": 3186959.47265625, "dur": 12452.069282531738, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.452069282531738, "detail": "System.Reflection.EventInfo/AddEventAdapter" } },
{ "pid": 1, "tid": 23, "ts": 3199412.841796875, "dur": 1672.2970008850098, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6722970008850098, "detail": "System.Security.Policy.Evidence/EvidenceEnumerator" } },
{ "pid": 1, "tid": 23, "ts": 3201113.525390625, "dur": 2518.543004989624, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.518543004989624, "detail": "System.Threading.ExecutionContext/Reader" } },
{ "pid": 1, "tid": 23, "ts": 3203633.30078125, "dur": 1034.451961517334, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.034451961517334, "detail": "System.IO.FileStream/ReadDelegate" } },
{ "pid": 1, "tid": 23, "ts": 3204668.701171875, "dur": 819.4169998168945, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8194169998168945, "detail": "System.IO.FileStream/WriteDelegate" } },
{ "pid": 1, "tid": 23, "ts": 3205814.453125, "dur": 2336.3420963287354, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3363420963287354, "detail": "System.Guid/GuidResult" } },
{ "pid": 1, "tid": 23, "ts": 3208195.80078125, "dur": 2176.830053329468, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1768300533294678, "detail": "System.Collections.Hashtable/HashtableEnumerator" } },
{ "pid": 1, "tid": 23, "ts": 3210373.779296875, "dur": 1057.7369928359985, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0577369928359985, "detail": "System.Collections.Hashtable/KeyCollection" } },
{ "pid": 1, "tid": 23, "ts": 3211432.373046875, "dur": 5426.2871742248535, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.4262871742248535, "detail": "System.Collections.Hashtable/SyncHashtable" } },
{ "pid": 1, "tid": 23, "ts": 3216859.619140625, "dur": 552.3539781570435, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5523539781570435, "detail": "System.Collections.Hashtable/bucket" } },
{ "pid": 1, "tid": 23, "ts": 3217595.947265625, "dur": 540.5829548835754, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5405829548835754, "detail": "System.Runtime.Remoting.Lifetime.Lease/RenewalDelegate" } },
{ "pid": 1, "tid": 23, "ts": 3218254.638671875, "dur": 1738.469958305359, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7384699583053589, "detail": "System.Collections.ListDictionaryInternal/NodeEnumerator" } },
{ "pid": 1, "tid": 23, "ts": 3219994.140625, "dur": 4040.9979820251465, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.0409979820251465, "detail": "System.Runtime.Remoting.Messaging.LogicalCallContext/Reader" } },
{ "pid": 1, "tid": 23, "ts": 3224036.1328125, "dur": 523.8249897956848, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5238249897956848, "detail": "Mono.Globalization.Unicode.MSCompatUnicodeTable/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3224561.03515625, "dur": 3082.2529792785645, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0822529792785645, "detail": "System.Runtime.Remoting.Messaging.MessageDictionary/DictionaryEnumerator" } },
{ "pid": 1, "tid": 23, "ts": 3227662.109375, "dur": 1039.2789840698242, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0392789840698242, "detail": "System.MonoCustomAttrs/AttributeInfo" } },
{ "pid": 1, "tid": 23, "ts": 3228702.1484375, "dur": 810.8060359954834, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8108060359954834, "detail": "System.Reflection.MonoProperty/GetterAdapter" } },
{ "pid": 1, "tid": 23, "ts": 3229513.916015625, "dur": 1245.1530694961548, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2451530694961548, "detail": "System.Number/NumberBuffer" } },
{ "pid": 1, "tid": 23, "ts": 3230760.009765625, "dur": 8797.47486114502, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.79747486114502, "detail": "System.NumberFormatter/CustomInfo" } },
{ "pid": 1, "tid": 23, "ts": 3239558.59375, "dur": 512.3090147972107, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5123090147972107, "detail": "System.Threading.OSSpecificSynchronizationContext/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3240354.00390625, "dur": 561.3420009613037, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5613420009613037, "detail": "System.Threading.OSSpecificSynchronizationContext/InvocationEntryDelegate" } },
{ "pid": 1, "tid": 23, "ts": 3241041.9921875, "dur": 454.2739987373352, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4542739987373352, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectReader/TopLevelAssemblyTypeResolver" } },
{ "pid": 1, "tid": 23, "ts": 3241614.501953125, "dur": 2230.3709983825684, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2303709983825684, "detail": "System.ParameterizedStrings/FormatParam" } },
{ "pid": 1, "tid": 23, "ts": 3243846.19140625, "dur": 1970.6801176071167, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9706801176071167, "detail": "System.ParameterizedStrings/LowLevelStack" } },
{ "pid": 1, "tid": 23, "ts": 3245834.716796875, "dur": 11396.137237548828, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.396137237548828, "detail": "System.Collections.Queue/QueueEnumerator" } },
{ "pid": 1, "tid": 23, "ts": 3257735.107421875, "dur": 3545.2139377593994, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.5452139377593994, "detail": "System.Resources.ResourceReader/ResourceEnumerator" } },
{ "pid": 1, "tid": 23, "ts": 3261436.5234375, "dur": 1363.990068435669, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.363990068435669, "detail": "System.Security.SecurityElement/SecurityAttribute" } },
{ "pid": 1, "tid": 23, "ts": 3262801.513671875, "dur": 7264.563083648682, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.264563083648682, "detail": "System.Threading.SemaphoreSlim/<WaitUntilCountOrTimeoutAsync>d__31" } },
{ "pid": 1, "tid": 23, "ts": 3270067.138671875, "dur": 553.846001625061, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.553846001625061, "detail": "System.Threading.SemaphoreSlim/TaskNode" } },
{ "pid": 1, "tid": 23, "ts": 3270913.330078125, "dur": 11252.74658203125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.25274658203125, "detail": "Mono.Globalization.Unicode.SimpleCollator/Escape" } },
{ "pid": 1, "tid": 23, "ts": 3282363.037109375, "dur": 1883.2130432128906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8832130432128906, "detail": "Mono.Xml.SmallXmlParser/AttrListImpl" } },
{ "pid": 1, "tid": 23, "ts": 3284378.90625, "dur": 20444.547653198242, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.444547653198242, "detail": "System.Collections.SortedList/SortedListEnumerator" } },
{ "pid": 1, "tid": 23, "ts": 3304852.05078125, "dur": 1485.5029582977295, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4855029582977295, "detail": "System.Collections.Stack/StackEnumerator" } },
{ "pid": 1, "tid": 23, "ts": 3306352.5390625, "dur": 1253.9819478988647, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2539819478988647, "detail": "System.IO.Stream/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3307607.666015625, "dur": 11344.944953918457, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.344944953918457, "detail": "System.IO.Stream/NullStream" } },
{ "pid": 1, "tid": 23, "ts": 3318953.857421875, "dur": 1300.029993057251, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.300029993057251, "detail": "System.IO.Stream/ReadWriteTask" } },
{ "pid": 1, "tid": 23, "ts": 3320254.8828125, "dur": 4219.46907043457, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.21946907043457, "detail": "System.IO.Stream/SynchronousAsyncResult" } },
{ "pid": 1, "tid": 23, "ts": 3324475.09765625, "dur": 875.6060004234314, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8756060004234314, "detail": "System.IO.StreamReader/NullStreamReader" } },
{ "pid": 1, "tid": 23, "ts": 3325351.318359375, "dur": 393.55599880218506, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.39355599880218506, "detail": "System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3325745.849609375, "dur": 838.4889960289001, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8384889960289001, "detail": "System.Threading.Tasks.Task/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3326585.44921875, "dur": 1499.2380142211914, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4992380142211914, "detail": "System.Threading.Tasks.Task/<>c__DisplayClass178_0" } },
{ "pid": 1, "tid": 23, "ts": 3328085.693359375, "dur": 530.9309959411621, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5309309959411621, "detail": "System.Threading.Tasks.Task/ContingentProperties" } },
{ "pid": 1, "tid": 23, "ts": 3328617.1875, "dur": 1031.9960117340088, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0319960117340088, "detail": "System.Threading.Tasks.Task/DelayPromise" } },
{ "pid": 1, "tid": 23, "ts": 3329906.005859375, "dur": 5750.249862670898, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.750249862670898, "detail": "System.Threading.Tasks.TaskFactory/CompleteOnInvokePromise" } },
{ "pid": 1, "tid": 23, "ts": 3335674.072265625, "dur": 519.9570059776306, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5199570059776306, "detail": "System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3336195.068359375, "dur": 945.1459646224976, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9451459646224976, "detail": "System.IO.TextReader/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3337447.998046875, "dur": 893.8450217247009, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8938450217247009, "detail": "System.IO.TextReader/SyncTextReader" } },
{ "pid": 1, "tid": 23, "ts": 3338342.7734375, "dur": 2327.961206436157, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3279612064361572, "detail": "System.IO.TextWriter/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3340671.38671875, "dur": 489.1609847545624, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4891609847545624, "detail": "System.IO.TextWriter/NullTextWriter" } },
{ "pid": 1, "tid": 23, "ts": 3341161.62109375, "dur": 2688.610076904297, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.688610076904297, "detail": "System.IO.TextWriter/SyncTextWriter" } },
{ "pid": 1, "tid": 23, "ts": 3343851.5625, "dur": 4220.229148864746, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.220229148864746, "detail": "System.Threading.ThreadPoolWorkQueue/QueueSegment" } },
{ "pid": 1, "tid": 23, "ts": 3348073.486328125, "dur": 7357.979297637939, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.3579792976379395, "detail": "System.Threading.ThreadPoolWorkQueue/WorkStealingQueue" } },
{ "pid": 1, "tid": 23, "ts": 3355432.12890625, "dur": 19961.25602722168, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 19.96125602722168, "detail": "System.Globalization.TimeSpanFormat/FormatLiterals" } },
{ "pid": 1, "tid": 23, "ts": 3375414.306640625, "dur": 444.4639980792999, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4444639980792999, "detail": "System.TimeZoneInfo/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3375859.619140625, "dur": 5719.804763793945, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.719804763793945, "detail": "System.TimeZoneInfo/AdjustmentRule" } },
{ "pid": 1, "tid": 23, "ts": 3381580.56640625, "dur": 1789.57200050354, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.78957200050354, "detail": "System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION" } },
{ "pid": 1, "tid": 23, "ts": 3383402.099609375, "dur": 24506.694793701172, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.506694793701172, "detail": "System.TimeZoneInfo/TIME_ZONE_INFORMATION" } },
{ "pid": 1, "tid": 23, "ts": 3407909.912109375, "dur": 8216.923713684082, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.216923713684082, "detail": "System.TimeZoneInfo/TransitionTime" } },
{ "pid": 1, "tid": 23, "ts": 3416127.9296875, "dur": 15015.90633392334, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.01590633392334, "detail": "System.Threading.Timer/Scheduler" } },
{ "pid": 1, "tid": 23, "ts": 3431144.53125, "dur": 491.98099970817566, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.49198099970817566, "detail": "System.Threading.Timer/TimerComparer" } },
{ "pid": 1, "tid": 23, "ts": 3431637.451171875, "dur": 709.4970345497131, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7094970345497131, "detail": "System.TypeIdentifiers/Display" } },
{ "pid": 1, "tid": 23, "ts": 3432347.900390625, "dur": 663.3909940719604, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6633909940719604, "detail": "System.TypeNames/ATypeName" } },
{ "pid": 1, "tid": 23, "ts": 3433025.390625, "dur": 1367.2950267791748, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3672950267791748, "detail": "System.Text.UTF32Encoding/UTF32Decoder" } },
{ "pid": 1, "tid": 23, "ts": 3434393.798828125, "dur": 2057.405948638916, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.057405948638916, "detail": "System.Text.UTF7Encoding/Decoder" } },
{ "pid": 1, "tid": 23, "ts": 3436451.904296875, "dur": 12220.54386138916, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.22054386138916, "detail": "System.Text.UTF7Encoding/DecoderUTF7Fallback" } },
{ "pid": 1, "tid": 23, "ts": 3448673.583984375, "dur": 964.089035987854, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.964089035987854, "detail": "System.Text.UTF7Encoding/DecoderUTF7FallbackBuffer" } },
{ "pid": 1, "tid": 23, "ts": 3449639.16015625, "dur": 2706.552028656006, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.706552028656006, "detail": "System.Text.UTF7Encoding/Encoder" } },
{ "pid": 1, "tid": 23, "ts": 3452346.6796875, "dur": 1929.7130107879639, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9297130107879639, "detail": "System.Text.UTF8Encoding/UTF8Decoder" } },
{ "pid": 1, "tid": 23, "ts": 3454277.34375, "dur": 1793.2889461517334, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7932889461517334, "detail": "System.Text.UTF8Encoding/UTF8Encoder" } },
{ "pid": 1, "tid": 23, "ts": 3456071.533203125, "dur": 2610.929012298584, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.610929012298584, "detail": "System.Text.UnicodeEncoding/Decoder" } },
{ "pid": 1, "tid": 23, "ts": 3458802.001953125, "dur": 666.9740080833435, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6669740080833435, "detail": "System.Console/WindowsConsole/WindowsCancelHandler" } },
{ "pid": 1, "tid": 23, "ts": 3459469.7265625, "dur": 579.3930292129517, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5793930292129517, "detail": "System.IO.Stream/SynchronousAsyncResult/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3460052.24609375, "dur": 129873.70300292969, "ph": "X", "name": "mscorlib16.cpp", "args": { "durationMS": 129.8737030029297, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 3589952.1484375, "dur": 3603.9469242095947, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6039469242095947, "detail": "UnityEngine.UI.SpriteState" } },
{ "pid": 1, "tid": 23, "ts": 3593557.12890625, "dur": 33416.805267333984, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 33.416805267333984, "detail": "UnityEngine.EventSystems.StandaloneInputModule" } },
{ "pid": 1, "tid": 23, "ts": 3626975.5859375, "dur": 17209.379196166992, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.209379196166992, "detail": "UnityEngine.UI.StencilMaterial" } },
{ "pid": 1, "tid": 23, "ts": 3644186.5234375, "dur": 26230.243682861328, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 26.230243682861328, "detail": "UnityEngine.UI.Text" } },
{ "pid": 1, "tid": 23, "ts": 3670417.96875, "dur": 13345.18814086914, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.34518814086914, "detail": "UnityEngine.UI.Toggle" } },
{ "pid": 1, "tid": 23, "ts": 3683764.404296875, "dur": 16439.289093017578, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.439289093017578, "detail": "UnityEngine.UI.ToggleGroup" } },
{ "pid": 1, "tid": 23, "ts": 3700205.322265625, "dur": 53226.253509521484, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 53.226253509521484, "detail": "UnityEngine.EventSystems.TouchInputModule" } },
{ "pid": 1, "tid": 23, "ts": 3753432.6171875, "dur": 1750.3690719604492, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7503690719604492, "detail": "UnityEngine.EventSystems.UIBehaviour" } },
{ "pid": 1, "tid": 23, "ts": 3755184.5703125, "dur": 14172.041893005371, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.172041893005371, "detail": "UnityEngine.UI.VertexHelper" } },
{ "pid": 1, "tid": 23, "ts": 3769357.666015625, "dur": 1128.8349628448486, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1288349628448486, "detail": "UnityEngine.UI.VerticalLayoutGroup" } },
{ "pid": 1, "tid": 23, "ts": 3770513.427734375, "dur": 1706.2530517578125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7062530517578125, "detail": "UnityEngine.UI.Button/<OnFinishSubmit>d__9" } },
{ "pid": 1, "tid": 23, "ts": 3772614.74609375, "dur": 1756.3910484313965, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7563910484313965, "detail": "UnityEngine.UI.DefaultControls/DefaultRuntimeFactory" } },
{ "pid": 1, "tid": 23, "ts": 3774372.314453125, "dur": 416.3990020751953, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4163990020751953, "detail": "UnityEngine.UI.DefaultControls/Resources" } },
{ "pid": 1, "tid": 23, "ts": 3774789.794921875, "dur": 1679.9780130386353, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6799780130386353, "detail": "UnityEngine.UI.Dropdown/<>c__DisplayClass62_0" } },
{ "pid": 1, "tid": 23, "ts": 3776470.703125, "dur": 1046.8629598617554, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0468629598617554, "detail": "UnityEngine.UI.Dropdown/<DelayedDestroyDropdownList>d__74" } },
{ "pid": 1, "tid": 23, "ts": 3777715.33203125, "dur": 1789.2630100250244, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7892630100250244, "detail": "UnityEngine.UI.Dropdown/DropdownItem" } },
{ "pid": 1, "tid": 23, "ts": 3779506.591796875, "dur": 3615.2310371398926, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6152310371398926, "detail": "UnityEngine.UI.Dropdown/OptionData" } },
{ "pid": 1, "tid": 23, "ts": 3783122.802734375, "dur": 488.5510206222534, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4885510206222534, "detail": "UnityEngine.UI.Dropdown/OptionDataList" } },
{ "pid": 1, "tid": 23, "ts": 3783612.060546875, "dur": 27932.99102783203, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 27.93299102783203, "detail": "UnityEngine.EventSystems.EventTrigger/Entry" } },
{ "pid": 1, "tid": 23, "ts": 3811744.62890625, "dur": 1361.6989850997925, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3616989850997925, "detail": "UnityEngine.EventSystems.ExecuteEvents/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3813307.861328125, "dur": 2944.7269439697266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.9447269439697266, "detail": "UnityEngine.UI.GraphicRaycaster/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3816348.388671875, "dur": 9395.026206970215, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.395026206970215, "detail": "UnityEngine.UI.InputField/<CaretBlink>d__159" } },
{ "pid": 1, "tid": 23, "ts": 3825744.62890625, "dur": 3675.6348609924316, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6756348609924316, "detail": "UnityEngine.UI.InputField/<MouseDragOutsideRect>d__179" } },
{ "pid": 1, "tid": 23, "ts": 3829628.90625, "dur": 3494.28391456604, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.49428391456604, "detail": "UnityEngine.UI.InputField/OnValidateInput" } },
{ "pid": 1, "tid": 23, "ts": 3833288.818359375, "dur": 2431.687831878662, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.431687831878662, "detail": "UnityEngine.UI.LayoutGroup/<DelayedSetDirty>d__56" } },
{ "pid": 1, "tid": 23, "ts": 3835721.6796875, "dur": 2420.552968978882, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.420552968978882, "detail": "UnityEngine.UI.LayoutRebuilder/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3838143.06640625, "dur": 1927.8969764709473, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9278969764709473, "detail": "UnityEngine.UI.LayoutUtility/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3840265.869140625, "dur": 865.8300042152405, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8658300042152405, "detail": "UnityEngine.EventSystems.PhysicsRaycaster/RaycastHitComparer" } },
{ "pid": 1, "tid": 23, "ts": 3841153.3203125, "dur": 1065.0759935379028, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0650759935379028, "detail": "UnityEngine.EventSystems.PointerInputModule/ButtonState" } },
{ "pid": 1, "tid": 23, "ts": 3842219.23828125, "dur": 428.9509952068329, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4289509952068329, "detail": "UnityEngine.EventSystems.PointerInputModule/MouseButtonEventData" } },
{ "pid": 1, "tid": 23, "ts": 3842649.169921875, "dur": 2262.943983078003, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.262943983078003, "detail": "UnityEngine.EventSystems.PointerInputModule/MouseState" } },
{ "pid": 1, "tid": 23, "ts": 3844913.0859375, "dur": 3656.1169624328613, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6561169624328613, "detail": "UnityEngine.UI.ReflectionMethodsCache/GetRayIntersectionAllCallback" } },
{ "pid": 1, "tid": 23, "ts": 3848570.068359375, "dur": 1464.1059637069702, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4641059637069702, "detail": "UnityEngine.UI.ReflectionMethodsCache/GetRayIntersectionAllNonAllocCallback" } },
{ "pid": 1, "tid": 23, "ts": 3850035.15625, "dur": 1669.0489053726196, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6690489053726196, "detail": "UnityEngine.UI.ReflectionMethodsCache/GetRaycastNonAllocCallback" } },
{ "pid": 1, "tid": 23, "ts": 3851705.56640625, "dur": 1460.042953491211, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.460042953491211, "detail": "UnityEngine.UI.ReflectionMethodsCache/Raycast2DCallback" } },
{ "pid": 1, "tid": 23, "ts": 3853166.50390625, "dur": 1701.6299962997437, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7016299962997437, "detail": "UnityEngine.UI.ReflectionMethodsCache/Raycast3DCallback" } },
{ "pid": 1, "tid": 23, "ts": 3854869.384765625, "dur": 1601.1790037155151, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6011790037155151, "detail": "UnityEngine.UI.ReflectionMethodsCache/RaycastAllCallback" } },
{ "pid": 1, "tid": 23, "ts": 3856668.212890625, "dur": 14592.150688171387, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.592150688171387, "detail": "UnityEngine.UI.Scrollbar/<ClickRepeat>d__58" } },
{ "pid": 1, "tid": 23, "ts": 3871488.525390625, "dur": 513.9470100402832, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5139470100402832, "detail": "UnityEngine.UI.Slider/SliderEvent" } },
{ "pid": 1, "tid": 23, "ts": 3872443.603515625, "dur": 807.5640201568604, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8075640201568604, "detail": "UnityEngine.UI.ToggleGroup/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3873254.150390625, "dur": 161960.2508544922, "ph": "X", "name": "UnityEngine.UI3.cpp", "args": { "durationMS": 161.9602508544922, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4035249.755859375, "dur": 2747.9989528656006, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.7479989528656006, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 23, "ts": 4038000, "dur": 4487.392902374268, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.487392902374268, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 23, "ts": 4042490.234375, "dur": 2239.2361164093018, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2392361164093018, "detail": "System.Array/InternalEnumerator`1<UnityEngine.ContactPoint2D>" } },
{ "pid": 1, "tid": 23, "ts": 4044732.421875, "dur": 2837.1450901031494, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.8371450901031494, "detail": "System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>" } },
{ "pid": 1, "tid": 23, "ts": 4047572.021484375, "dur": 3851.391077041626, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.851391077041626, "detail": "System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>" } },
{ "pid": 1, "tid": 23, "ts": 4051425.78125, "dur": 2009.3629360198975, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0093629360198975, "detail": "System.Array/InternalEnumerator`1<System.DateTime>" } },
{ "pid": 1, "tid": 23, "ts": 4053437.5, "dur": 4114.341735839844, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.114341735839844, "detail": "System.Array/InternalEnumerator`1<System.Decimal>" } },
{ "pid": 1, "tid": 23, "ts": 4057554.443359375, "dur": 3024.132013320923, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.024132013320923, "detail": "System.Array/InternalEnumerator`1<System.Collections.DictionaryEntry>" } },
{ "pid": 1, "tid": 23, "ts": 4060581.0546875, "dur": 1781.8748950958252, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7818748950958252, "detail": "System.Array/InternalEnumerator`1<System.Double>" } },
{ "pid": 1, "tid": 23, "ts": 4062366.943359375, "dur": 6598.251819610596, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.598251819610596, "detail": "System.Array/InternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>" } },
{ "pid": 1, "tid": 23, "ts": 4068967.7734375, "dur": 1817.4329996109009, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8174329996109009, "detail": "System.Array/InternalEnumerator`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 23, "ts": 4070787.841796875, "dur": 1982.7960729599, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9827960729599, "detail": "System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>" } },
{ "pid": 1, "tid": 23, "ts": 4072772.94921875, "dur": 2328.706979751587, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.328706979751587, "detail": "System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>" } },
{ "pid": 1, "tid": 23, "ts": 4075104.248046875, "dur": 1908.0240726470947, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9080240726470947, "detail": "System.Array/InternalEnumerator`1<System.Int16>" } },
{ "pid": 1, "tid": 23, "ts": 4077014.404296875, "dur": 5159.292697906494, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.159292697906494, "detail": "System.Array/InternalEnumerator`1<System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 4082176.025390625, "dur": 1827.4929523468018, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8274929523468018, "detail": "System.Array/InternalEnumerator`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 23, "ts": 4084004.8828125, "dur": 1970.2990055084229, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9702990055084229, "detail": "System.Array/InternalEnumerator`1<System.Int64>" } },
{ "pid": 1, "tid": 23, "ts": 4085977.5390625, "dur": 2003.4480094909668, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.003448009490967, "detail": "System.Array/InternalEnumerator`1<System.IntPtr>" } },
{ "pid": 1, "tid": 23, "ts": 4087983.3984375, "dur": 1907.4259996414185, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9074259996414185, "detail": "System.Array/InternalEnumerator`1<System.Globalization.InternalCodePageDataItem>" } },
{ "pid": 1, "tid": 23, "ts": 4089893.310546875, "dur": 15223.21891784668, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 15.22321891784668, "detail": "System.Array/InternalEnumerator`1<System.Globalization.InternalEncodingDataItem>" } },
{ "pid": 1, "tid": 23, "ts": 4105119.62890625, "dur": 1999.9949932098389, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9999949932098389, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Keyframe>" } },
{ "pid": 1, "tid": 23, "ts": 4107122.0703125, "dur": 2004.4829845428467, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0044829845428467, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>" } },
{ "pid": 1, "tid": 23, "ts": 4109128.90625, "dur": 2060.360908508301, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.060360908508301, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 23, "ts": 4111191.40625, "dur": 2882.481813430786, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.882481813430786, "detail": "System.Array/InternalEnumerator`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4114078.61328125, "dur": 3859.3740463256836, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.8593740463256836, "detail": "System.Array/InternalEnumerator`1<System.Reflection.ParameterModifier>" } },
{ "pid": 1, "tid": 23, "ts": 4117939.94140625, "dur": 2577.8350830078125, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5778350830078125, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Plane>" } },
{ "pid": 1, "tid": 23, "ts": 4120529.78515625, "dur": 13925.887107849121, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 13.925887107849121, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Playables.PlayableBinding>" } },
{ "pid": 1, "tid": 23, "ts": 4134458.0078125, "dur": 1865.4509782791138, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8654509782791138, "detail": "System.Array/InternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>" } },
{ "pid": 1, "tid": 23, "ts": 4136325.1953125, "dur": 19581.605911254883, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 19.581605911254883, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Quaternion>" } },
{ "pid": 1, "tid": 23, "ts": 4155909.1796875, "dur": 2944.8089599609375, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.9448089599609375, "detail": "System.Array/InternalEnumerator`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 23, "ts": 4158856.4453125, "dur": 1848.4309911727905, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8484309911727905, "detail": "System.Array/InternalEnumerator`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 23, "ts": 4160707.51953125, "dur": 2537.605047225952, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.537605047225952, "detail": "System.Array/InternalEnumerator`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 23, "ts": 4163247.0703125, "dur": 2578.2668590545654, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5782668590545654, "detail": "System.Array/InternalEnumerator`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 23, "ts": 4165827.63671875, "dur": 2652.981996536255, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.652981996536255, "detail": "System.Array/InternalEnumerator`1<System.SByte>" } },
{ "pid": 1, "tid": 23, "ts": 4168482.91015625, "dur": 2307.4381351470947, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3074381351470947, "detail": "System.Array/InternalEnumerator`1<System.Single>" } },
{ "pid": 1, "tid": 23, "ts": 4170792.48046875, "dur": 5432.5852394104, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.4325852394104, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 23, "ts": 4176227.5390625, "dur": 2381.6051483154297, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3816051483154297, "detail": "System.Array/InternalEnumerator`1<System.TimeSpan>" } },
{ "pid": 1, "tid": 23, "ts": 4178611.328125, "dur": 2697.65305519104, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.69765305519104, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 23, "ts": 4181311.5234375, "dur": 2516.906976699829, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.516906976699829, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 23, "ts": 4183830.078125, "dur": 2118.530035018921, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.118530035018921, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 23, "ts": 4185950.68359375, "dur": 13272.244453430176, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 13.272244453430176, "detail": "System.Array/InternalEnumerator`1<System.UInt16>" } },
{ "pid": 1, "tid": 23, "ts": 4199225.09765625, "dur": 2264.209985733032, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2642099857330322, "detail": "System.Array/InternalEnumerator`1<System.UInt32>" } },
{ "pid": 1, "tid": 23, "ts": 4201491.2109375, "dur": 1870.6539869308472, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8706539869308472, "detail": "System.Array/InternalEnumerator`1<System.UInt64>" } },
{ "pid": 1, "tid": 23, "ts": 4203365.72265625, "dur": 2168.398141860962, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.168398141860962, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 23, "ts": 4205536.62109375, "dur": 1873.021960258484, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8730219602584839, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 23, "ts": 4207411.62109375, "dur": 1877.7480125427246, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8777480125427246, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 23, "ts": 4209291.50390625, "dur": 2081.1069011688232, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0811069011688232, "detail": "System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 23, "ts": 4211375.48828125, "dur": 2474.855899810791, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.474855899810791, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 23, "ts": 4213852.5390625, "dur": 2095.2670574188232, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0952670574188232, "detail": "System.Array/InternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>" } },
{ "pid": 1, "tid": 23, "ts": 4215950.68359375, "dur": 2003.917932510376, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.003917932510376, "detail": "System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>" } },
{ "pid": 1, "tid": 23, "ts": 4217957.03125, "dur": 1906.7929983139038, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9067929983139038, "detail": "System.Array/InternalEnumerator`1<System.ParameterizedStrings/FormatParam>" } },
{ "pid": 1, "tid": 23, "ts": 4219867.1875, "dur": 2315.804958343506, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.315804958343506, "detail": "System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>" } },
{ "pid": 1, "tid": 23, "ts": 4222185.05859375, "dur": 2422.780990600586, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.422780990600586, "detail": "System.Array/InternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>" } },
{ "pid": 1, "tid": 23, "ts": 4224610.3515625, "dur": 1890.8860683441162, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8908860683441162, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 23, "ts": 4226503.41796875, "dur": 3941.7049884796143, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.9417049884796143, "detail": "UnityEngine.Events.InvokableCall`1<System.Boolean>" } },
{ "pid": 1, "tid": 23, "ts": 4230447.265625, "dur": 3414.328098297119, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.414328098297119, "detail": "UnityEngine.Events.InvokableCall`1<UnityEngine.Color>" } },
{ "pid": 1, "tid": 23, "ts": 4233863.28125, "dur": 3179.856777191162, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.179856777191162, "detail": "UnityEngine.Events.InvokableCall`1<System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 4237045.41015625, "dur": 3419.563055038452, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.419563055038452, "detail": "UnityEngine.Events.InvokableCall`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4240467.7734375, "dur": 7408.595085144043, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.408595085144043, "detail": "UnityEngine.Events.InvokableCall`1<System.Single>" } },
{ "pid": 1, "tid": 23, "ts": 4247878.41796875, "dur": 3546.882152557373, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.546882152557373, "detail": "UnityEngine.Events.InvokableCall`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 23, "ts": 4251428.22265625, "dur": 3354.053020477295, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.354053020477295, "detail": "UnityEngine.Events.InvokableCall`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4254784.66796875, "dur": 2949.2239952087402, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.9492239952087402, "detail": "UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4257736.328125, "dur": 2943.837881088257, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.943837881088257, "detail": "UnityEngine.Events.InvokableCall`4<System.Object,System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4260682.6171875, "dur": 15059.871673583984, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 15.059871673583984, "detail": "System.Linq.Enumerable/Iterator`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4275744.62890625, "dur": 1546.2100505828857, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.5462100505828857, "detail": "System.IO.Iterator`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4277327.1484375, "dur": 1261.4749670028687, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2614749670028687, "detail": "System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4278590.33203125, "dur": 1079.5170068740845, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0795170068740845, "detail": "System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 4279671.875, "dur": 1070.6759691238403, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0706759691238403, "detail": "System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4280744.62890625, "dur": 1076.624035835266, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0766240358352661, "detail": "System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 4281823.2421875, "dur": 1124.4690418243408, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1244690418243408, "detail": "System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4282950.1953125, "dur": 1360.4249954223633, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.3604249954223633, "detail": "System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 23, "ts": 4284312.98828125, "dur": 28483.030319213867, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 28.483030319213867, "detail": "System.Collections.Generic.LinkedListNode`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4312799.31640625, "dur": 21761.028289794922, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 21.761028289794922, "detail": "System.Collections.Generic.LinkedList`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4334564.453125, "dur": 2494.723081588745, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.494723081588745, "detail": "System.RuntimeType/ListBuilder`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4337062.01171875, "dur": 5882.2526931762695, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.8822526931762695, "detail": "UnityEngine.UI.ListPool`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 23, "ts": 4342946.2890625, "dur": 1181.5879344940186, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1815879344940186, "detail": "UnityEngine.UI.ListPool`1<System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 4344129.8828125, "dur": 1209.4690799713135, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2094690799713135, "detail": "UnityEngine.UI.ListPool`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4345341.796875, "dur": 1018.3050632476807, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0183050632476807, "detail": "UnityEngine.UI.ListPool`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 23, "ts": 4346362.3046875, "dur": 1012.3840570449829, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.012384057044983, "detail": "UnityEngine.UI.ListPool`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 23, "ts": 4347376.46484375, "dur": 1005.1829814910889, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0051829814910889, "detail": "UnityEngine.UI.ListPool`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 23, "ts": 4348384.765625, "dur": 28880.786895751953, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 28.880786895751953, "detail": "System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 23, "ts": 4377267.578125, "dur": 43559.173583984375, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 43.559173583984375, "detail": "System.Collections.Generic.List`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 23, "ts": 4420829.1015625, "dur": 89123.2681274414, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 89.1232681274414, "detail": "System.Collections.Generic.List`1<System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 4509955.078125, "dur": 55067.31033325195, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 55.06731033325195, "detail": "System.Collections.Generic.List`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 23, "ts": 4565024.90234375, "dur": 31463.84048461914, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 31.46384048461914, "detail": "System.Collections.Generic.List`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4596491.2109375, "dur": 59818.023681640625, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 59.818023681640625, "detail": "System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 23, "ts": 4656313.4765625, "dur": 87274.90234375, "ph": "X", "name": "Generics3.cpp", "args": { "durationMS": 87.27490234375, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4743605.95703125, "dur": 55518.375396728516, "ph": "X", "name": "Idle", "args": { "durationMS": 55.518375396728516, "detail": "" } },
{ "pid": 1, "tid": 24, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 24, "ts": 1581502.44140625, "dur": 22212.308883666992, "ph": "X", "name": "Idle", "args": { "durationMS": 22.212308883666992, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 1613570.1904296875, "dur": 5388.866901397705, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 5.388866901397705, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 24, "ts": 1620215.087890625, "dur": 327979.91943359375, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 327.97991943359375, "detail": "System.Core" } },
{ "pid": 1, "tid": 24, "ts": 1621809.08203125, "dur": 326385.3759765625, "ph": "X", "name": "System.Core_Attr.cpp", "args": { "durationMS": 326.3853759765625, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 1950352.1728515625, "dur": 10886.029243469238, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 10.886029243469238, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 24, "ts": 1950409.66796875, "dur": 10827.897071838379, "ph": "X", "name": "UnityEngine.InputLegacyModule_Attr.cpp", "args": { "durationMS": 10.827897071838379, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 1961242.3095703125, "dur": 27741.910934448242, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 27.741910934448242, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 24, "ts": 1961376.953125, "dur": 27606.47964477539, "ph": "X", "name": "UnityEngine.IMGUIModule_Attr.cpp", "args": { "durationMS": 27.60647964477539, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 2013511.474609375, "dur": 1474.6659994125366, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4746659994125366, "detail": "<Module>" } },
{ "pid": 1, "tid": 24, "ts": 2014986.81640625, "dur": 45150.7682800293, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 45.1507682800293, "detail": "UnityEngine.CameraRaycastHelper" } },
{ "pid": 1, "tid": 24, "ts": 2060153.076171875, "dur": 2527.613878250122, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.527613878250122, "detail": "UnityEngine.Input" } },
{ "pid": 1, "tid": 24, "ts": 2062681.640625, "dur": 23175.59051513672, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 23.17559051513672, "detail": "UnityEngine.SendMouseEvents" } },
{ "pid": 1, "tid": 24, "ts": 2085858.154296875, "dur": 1160.18807888031, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.16018807888031, "detail": "UnityEngine.Touch" } },
{ "pid": 1, "tid": 24, "ts": 2087043.212890625, "dur": 1613.1380796432495, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6131380796432495, "detail": "UnityEngine.SendMouseEvents/HitInfo" } },
{ "pid": 1, "tid": 24, "ts": 2088658.69140625, "dur": 7537.400722503662, "ph": "X", "name": "UnityEngine.InputLegacyModule.cpp", "args": { "durationMS": 7.537400722503662, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 2096243.1640625, "dur": 765.9680247306824, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7659680247306824, "detail": "UnityEngine.Animations.AnimationClipPlayable" } },
{ "pid": 1, "tid": 24, "ts": 2097010.009765625, "dur": 984.8570227622986, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9848570227622986, "detail": "UnityEngine.AnimationEvent" } },
{ "pid": 1, "tid": 24, "ts": 2098154.296875, "dur": 1637.0559930801392, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6370559930801392, "detail": "UnityEngine.Animations.AnimationLayerMixerPlayable" } },
{ "pid": 1, "tid": 24, "ts": 2099792.236328125, "dur": 1499.4490146636963, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4994490146636963, "detail": "UnityEngine.Animations.AnimationMixerPlayable" } },
{ "pid": 1, "tid": 24, "ts": 2101292.724609375, "dur": 2130.4500102996826, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1304500102996826, "detail": "UnityEngine.Animations.AnimationMotionXToDeltaPlayable" } },
{ "pid": 1, "tid": 24, "ts": 2103423.828125, "dur": 3365.1700019836426, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.3651700019836426, "detail": "UnityEngine.Animations.AnimationOffsetPlayable" } },
{ "pid": 1, "tid": 24, "ts": 2106820.3125, "dur": 1424.5240688323975, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4245240688323975, "detail": "UnityEngine.Animations.AnimationPosePlayable" } },
{ "pid": 1, "tid": 24, "ts": 2108245.60546875, "dur": 1870.3199625015259, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8703199625015259, "detail": "UnityEngine.Animations.AnimationRemoveScalePlayable" } },
{ "pid": 1, "tid": 24, "ts": 2110116.943359375, "dur": 1491.326928138733, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.491326928138733, "detail": "UnityEngine.Animations.AnimationScriptPlayable" } },
{ "pid": 1, "tid": 24, "ts": 2111668.45703125, "dur": 606.1599850654602, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6061599850654602, "detail": "UnityEngine.Animator" } },
{ "pid": 1, "tid": 24, "ts": 2112298.583984375, "dur": 2128.612995147705, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.128612995147705, "detail": "UnityEngine.Animations.AnimatorControllerPlayable" } },
{ "pid": 1, "tid": 24, "ts": 2114428.22265625, "dur": 410.2669954299927, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4102669954299927, "detail": "UnityEngine.AnimatorOverrideController" } },
{ "pid": 1, "tid": 24, "ts": 2114886.962890625, "dur": 667.0060157775879, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6670060157775879, "detail": "UnityEngine.AnimatorTransitionInfo" } },
{ "pid": 1, "tid": 24, "ts": 2115554.6875, "dur": 5545.845985412598, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.545845985412598, "detail": "UnityEngine.HumanBone" } },
{ "pid": 1, "tid": 24, "ts": 2121201.66015625, "dur": 898.4999656677246, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8984999656677246, "detail": "UnityEngine.SkeletonBone" } },
{ "pid": 1, "tid": 24, "ts": 2122101.07421875, "dur": 2000.9989738464355, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0009989738464355, "detail": "UnityEngine.StateMachineBehaviour" } },
{ "pid": 1, "tid": 24, "ts": 2124103.02734375, "dur": 16548.036575317383, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.548036575317383, "detail": "UnityEngine.AnimatorOverrideController/OnOverrideControllerDirtyCallback" } },
{ "pid": 1, "tid": 24, "ts": 2140654.296875, "dur": 26194.076538085938, "ph": "X", "name": "UnityEngine.AnimationModule.cpp", "args": { "durationMS": 26.194076538085938, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 2166882.080078125, "dur": 1971.2419509887695, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9712419509887695, "detail": "System.Runtime.InteropServices.Marshal" } },
{ "pid": 1, "tid": 24, "ts": 2169015.869140625, "dur": 1079.403042793274, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.079403042793274, "detail": "System.MarshalByRefObject" } },
{ "pid": 1, "tid": 24, "ts": 2170096.19140625, "dur": 796.0559725761414, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7960559725761414, "detail": "System.Runtime.InteropServices.MarshalDirectiveException" } },
{ "pid": 1, "tid": 24, "ts": 2170893.06640625, "dur": 2812.6678466796875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.8126678466796875, "detail": "System.Math" } },
{ "pid": 1, "tid": 24, "ts": 2173706.787109375, "dur": 714.9350047111511, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7149350047111511, "detail": "System.MemberAccessException" } },
{ "pid": 1, "tid": 24, "ts": 2174422.36328125, "dur": 659.7740054130554, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6597740054130554, "detail": "System.Reflection.MemberFilter" } },
{ "pid": 1, "tid": 24, "ts": 2175083.0078125, "dur": 839.6999835968018, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8396999835968018, "detail": "System.Runtime.Serialization.MemberHolder" } },
{ "pid": 1, "tid": 24, "ts": 2175923.583984375, "dur": 3194.740056991577, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.194740056991577, "detail": "System.Reflection.MemberInfo" } },
{ "pid": 1, "tid": 24, "ts": 2179119.62890625, "dur": 7767.284393310547, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.767284393310547, "detail": "System.Reflection.MemberInfoSerializationHolder" } },
{ "pid": 1, "tid": 24, "ts": 2186887.939453125, "dur": 1006.1390399932861, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0061390399932861, "detail": "System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped" } },
{ "pid": 1, "tid": 24, "ts": 2187895.01953125, "dur": 8933.60710144043, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.93360710144043, "detail": "System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped" } },
{ "pid": 1, "tid": 24, "ts": 2196829.58984375, "dur": 548.505961894989, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.548505961894989, "detail": "System.Runtime.Serialization.Formatters.Binary.MemberReference" } },
{ "pid": 1, "tid": 24, "ts": 2197392.822265625, "dur": 21546.422958374023, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 21.546422958374023, "detail": "System.IO.MemoryStream" } },
{ "pid": 1, "tid": 24, "ts": 2218940.185546875, "dur": 31167.938232421875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 31.167938232421875, "detail": "System.Runtime.Remoting.Messaging.MessageDictionary" } },
{ "pid": 1, "tid": 24, "ts": 2250109.130859375, "dur": 481.781005859375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.481781005859375, "detail": "System.Runtime.Serialization.Formatters.Binary.MessageEnd" } },
{ "pid": 1, "tid": 24, "ts": 2250607.177734375, "dur": 739.4499778747559, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7394499778747559, "detail": "System.MethodAccessException" } },
{ "pid": 1, "tid": 24, "ts": 2251364.74609375, "dur": 6832.921981811523, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.832921981811523, "detail": "System.Reflection.MethodBase" } },
{ "pid": 1, "tid": 24, "ts": 2258198.974609375, "dur": 465.19801020622253, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.46519801020622253, "detail": "System.Reflection.MethodBody" } },
{ "pid": 1, "tid": 24, "ts": 2258664.794921875, "dur": 1952.6909589767456, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9526909589767456, "detail": "System.Reflection.Emit.MethodBuilder" } },
{ "pid": 1, "tid": 24, "ts": 2260618.408203125, "dur": 13711.35425567627, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.71135425567627, "detail": "System.Runtime.Remoting.Messaging.MethodCall" } },
{ "pid": 1, "tid": 24, "ts": 2274347.900390625, "dur": 5565.030097961426, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.565030097961426, "detail": "System.Reflection.MethodInfo" } },
{ "pid": 1, "tid": 24, "ts": 2279914.306640625, "dur": 24202.67677307129, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.20267677307129, "detail": "System.Runtime.Remoting.Messaging.MethodResponse" } },
{ "pid": 1, "tid": 24, "ts": 2304118.1640625, "dur": 622.1509575843811, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6221509575843811, "detail": "System.Runtime.Remoting.Messaging.MethodReturnDictionary" } },
{ "pid": 1, "tid": 24, "ts": 2304741.2109375, "dur": 648.393988609314, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.648393988609314, "detail": "System.Reflection.Missing" } },
{ "pid": 1, "tid": 24, "ts": 2305390.380859375, "dur": 2974.3340015411377, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.9743340015411377, "detail": "System.MissingFieldException" } },
{ "pid": 1, "tid": 24, "ts": 2308366.69921875, "dur": 2720.3400135040283, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7203400135040283, "detail": "System.MissingMemberException" } },
{ "pid": 1, "tid": 24, "ts": 2311087.890625, "dur": 10194.915771484375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.194915771484375, "detail": "System.MissingMethodException" } },
{ "pid": 1, "tid": 24, "ts": 2321284.1796875, "dur": 5764.115810394287, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.764115810394287, "detail": "System.Reflection.Module" } },
{ "pid": 1, "tid": 24, "ts": 2327067.138671875, "dur": 3616.9989109039307, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6169989109039307, "detail": "System.Threading.Monitor" } },
{ "pid": 1, "tid": 24, "ts": 2330685.05859375, "dur": 2059.380054473877, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.059380054473877, "detail": "System.Reflection.MonoAssembly" } },
{ "pid": 1, "tid": 24, "ts": 2332799.560546875, "dur": 861.175000667572, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.861175000667572, "detail": "System.MonoAsyncCall" } },
{ "pid": 1, "tid": 24, "ts": 2333661.62109375, "dur": 6162.950038909912, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.162950038909912, "detail": "System.Reflection.MonoCMethod" } },
{ "pid": 1, "tid": 24, "ts": 2339825.68359375, "dur": 20919.727325439453, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.919727325439453, "detail": "System.MonoCustomAttrs" } },
{ "pid": 1, "tid": 24, "ts": 2360746.09375, "dur": 2696.406126022339, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.696406126022339, "detail": "System.Reflection.MonoEvent" } },
{ "pid": 1, "tid": 24, "ts": 2363443.603515625, "dur": 782.61798620224, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.78261798620224, "detail": "System.Reflection.MonoEventInfo" } },
{ "pid": 1, "tid": 24, "ts": 2364227.294921875, "dur": 4743.417739868164, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.743417739868164, "detail": "System.Reflection.MonoField" } },
{ "pid": 1, "tid": 24, "ts": 2368988.76953125, "dur": 95549.13330078125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 95.54913330078125, "detail": "System.IO.MonoIO" } },
{ "pid": 1, "tid": 24, "ts": 2464698.486328125, "dur": 9681.596755981445, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.681596755981445, "detail": "System.Reflection.MonoMethod" } },
{ "pid": 1, "tid": 24, "ts": 2474381.34765625, "dur": 3965.9929275512695, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.9659929275512695, "detail": "System.Reflection.MonoMethodInfo" } },
{ "pid": 1, "tid": 24, "ts": 2478348.388671875, "dur": 8626.952171325684, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.626952171325684, "detail": "System.Runtime.Remoting.Messaging.MonoMethodMessage" } },
{ "pid": 1, "tid": 24, "ts": 2486976.318359375, "dur": 2187.771797180176, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.187771797180176, "detail": "System.Reflection.MonoModule" } },
{ "pid": 1, "tid": 24, "ts": 2489165.283203125, "dur": 1498.3800649642944, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4983800649642944, "detail": "System.Reflection.MonoParameterInfo" } },
{ "pid": 1, "tid": 24, "ts": 2490664.794921875, "dur": 8107.519149780273, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.107519149780273, "detail": "System.Reflection.MonoProperty" } },
{ "pid": 1, "tid": 24, "ts": 2498772.94921875, "dur": 1061.9419813156128, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0619419813156128, "detail": "System.Reflection.MonoPropertyInfo" } },
{ "pid": 1, "tid": 24, "ts": 2500524.4140625, "dur": 7060.157775878906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.060157775878906, "detail": "System.MulticastDelegate" } },
{ "pid": 1, "tid": 24, "ts": 2507585.693359375, "dur": 767.6519751548767, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7676519751548767, "detail": "System.MulticastNotSupportedException" } },
{ "pid": 1, "tid": 24, "ts": 2508369.62890625, "dur": 1216.6759967803955, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2166759967803955, "detail": "System.Runtime.Serialization.Formatters.Binary.NameCache" } },
{ "pid": 1, "tid": 24, "ts": 2509587.40234375, "dur": 730.0480008125305, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7300480008125305, "detail": "System.Runtime.Serialization.Formatters.Binary.NameInfo" } },
{ "pid": 1, "tid": 24, "ts": 2510318.115234375, "dur": 3311.713933944702, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.311713933944702, "detail": "System.Threading.NativeEventCalls" } },
{ "pid": 1, "tid": 24, "ts": 2513658.203125, "dur": 426.4969825744629, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4264969825744629, "detail": "System.Resources.NeutralResourcesLanguageAttribute" } },
{ "pid": 1, "tid": 24, "ts": 2514085.44921875, "dur": 437.9560053348541, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4379560053348541, "detail": "System.Collections.Generic.NonRandomizedStringEqualityComparer" } },
{ "pid": 1, "tid": 24, "ts": 2514683.837890625, "dur": 13732.025146484375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.732025146484375, "detail": "System.Text.Normalization" } },
{ "pid": 1, "tid": 24, "ts": 2528437.5, "dur": 1189.648985862732, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.189648985862732, "detail": "Mono.Globalization.Unicode.NormalizationTableUtil" } },
{ "pid": 1, "tid": 24, "ts": 2529628.173828125, "dur": 693.3589577674866, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6933589577674866, "detail": "System.NotImplementedException" } },
{ "pid": 1, "tid": 24, "ts": 2530322.265625, "dur": 674.0309596061707, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6740309596061707, "detail": "System.NotSupportedException" } },
{ "pid": 1, "tid": 24, "ts": 2530996.826171875, "dur": 3613.3508682250977, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6133508682250977, "detail": "System.NullConsoleDriver" } },
{ "pid": 1, "tid": 24, "ts": 2534611.572265625, "dur": 707.4990272521973, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7074990272521973, "detail": "System.NullReferenceException" } },
{ "pid": 1, "tid": 24, "ts": 2535320.3125, "dur": 672.569990158081, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.672569990158081, "detail": "System.Nullable" } },
{ "pid": 1, "tid": 24, "ts": 2535993.65234375, "dur": 24314.105987548828, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.314105987548828, "detail": "System.Number" } },
{ "pid": 1, "tid": 24, "ts": 2560311.279296875, "dur": 177424.560546875, "ph": "X", "name": "mscorlib7.cpp", "args": { "durationMS": 177.424560546875, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 2737780.2734375, "dur": 4252.170085906982, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.252170085906982, "detail": "UnityEngine.ParticleSystem" } },
{ "pid": 1, "tid": 24, "ts": 2742148.193359375, "dur": 2386.1889839172363, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3861889839172363, "detail": "UnityEngine.ParticleSystem/EmitParams" } },
{ "pid": 1, "tid": 24, "ts": 2744535.15625, "dur": 1977.457046508789, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.977457046508789, "detail": "UnityEngine.ParticleSystem/Particle" } },
{ "pid": 1, "tid": 24, "ts": 2746515.869140625, "dur": 29782.95135498047, "ph": "X", "name": "UnityEngine.ParticleSystemModule.cpp", "args": { "durationMS": 29.78295135498047, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 2776354.736328125, "dur": 18356.950759887695, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.356950759887695, "detail": "UnityEngine.Event" } },
{ "pid": 1, "tid": 24, "ts": 2794755.37109375, "dur": 7309.958934783936, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.3099589347839355, "detail": "UnityEngine.GUI" } },
{ "pid": 1, "tid": 24, "ts": 2802067.626953125, "dur": 21286.531448364258, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 21.286531448364258, "detail": "UnityEngine.GUIContent" } },
{ "pid": 1, "tid": 24, "ts": 2823355.712890625, "dur": 553.4780025482178, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5534780025482178, "detail": "UnityEngine.GUILayout" } },
{ "pid": 1, "tid": 24, "ts": 2823909.912109375, "dur": 7938.9190673828125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.9389190673828125, "detail": "UnityEngine.GUILayoutEntry" } },
{ "pid": 1, "tid": 24, "ts": 2831849.609375, "dur": 49863.155364990234, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 49.863155364990234, "detail": "UnityEngine.GUILayoutGroup" } },
{ "pid": 1, "tid": 24, "ts": 2881714.35546875, "dur": 942.5809979438782, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9425809979438782, "detail": "UnityEngine.GUILayoutOption" } },
{ "pid": 1, "tid": 24, "ts": 2882657.958984375, "dur": 13981.147766113281, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.981147766113281, "detail": "UnityEngine.GUILayoutUtility" } },
{ "pid": 1, "tid": 24, "ts": 2896640.380859375, "dur": 4002.796173095703, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.002796173095703, "detail": "UnityEngine.GUIScrollGroup" } },
{ "pid": 1, "tid": 24, "ts": 2900972.900390625, "dur": 20115.03791809082, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.11503791809082, "detail": "UnityEngine.GUISkin" } },
{ "pid": 1, "tid": 24, "ts": 2921088.8671875, "dur": 5187.987804412842, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.187987804412842, "detail": "UnityEngine.GUIStyle" } },
{ "pid": 1, "tid": 24, "ts": 2926277.83203125, "dur": 1986.169934272766, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9861699342727661, "detail": "UnityEngine.GUIStyleState" } },
{ "pid": 1, "tid": 24, "ts": 2928265.13671875, "dur": 1622.9219436645508, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6229219436645508, "detail": "UnityEngine.GUITargetAttribute" } },
{ "pid": 1, "tid": 24, "ts": 2929889.16015625, "dur": 4736.342906951904, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.736342906951904, "detail": "UnityEngine.GUIUtility" } },
{ "pid": 1, "tid": 24, "ts": 2934959.716796875, "dur": 954.8400044441223, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9548400044441223, "detail": "UnityEngine.TextEditor" } },
{ "pid": 1, "tid": 24, "ts": 2935915.52734375, "dur": 779.000997543335, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.779000997543335, "detail": "UnityEngine.GUI/WindowFunction" } },
{ "pid": 1, "tid": 24, "ts": 2936715.33203125, "dur": 574.0839838981628, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5740839838981628, "detail": "UnityEngine.GUILayoutUtility/LayoutCache" } },
{ "pid": 1, "tid": 24, "ts": 2937290.283203125, "dur": 497.22498655319214, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.49722498655319214, "detail": "UnityEngine.GUISkin/SkinChangedDelegate" } },
{ "pid": 1, "tid": 24, "ts": 2937803.22265625, "dur": 73398.87237548828, "ph": "X", "name": "UnityEngine.IMGUIModule.cpp", "args": { "durationMS": 73.39887237548828, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 3011232.177734375, "dur": 9475.552558898926, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.475552558898926, "detail": "System.UnitySerializationHolder" } },
{ "pid": 1, "tid": 24, "ts": 3020708.984375, "dur": 4825.844287872314, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.8258442878723145, "detail": "Microsoft.Win32.UnixRegistryApi" } },
{ "pid": 1, "tid": 24, "ts": 3025771.97265625, "dur": 28316.12777709961, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 28.31612777709961, "detail": "System.IO.UnmanagedMemoryStream" } },
{ "pid": 1, "tid": 24, "ts": 3054342.7734375, "dur": 501.00600719451904, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.501006007194519, "detail": "System.Runtime.CompilerServices.UnsafeValueTypeAttribute" } },
{ "pid": 1, "tid": 24, "ts": 3054844.7265625, "dur": 2345.870018005371, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.345870018005371, "detail": "System.Runtime.Serialization.Formatters.Binary.ValueFixup" } },
{ "pid": 1, "tid": 24, "ts": 3057208.0078125, "dur": 2431.9517612457275, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4319517612457275, "detail": "System.ValueType" } },
{ "pid": 1, "tid": 24, "ts": 3059640.869140625, "dur": 1166.6879653930664, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1666879653930664, "detail": "System.Runtime.Serialization.ValueTypeFixupInfo" } },
{ "pid": 1, "tid": 24, "ts": 3060826.416015625, "dur": 633.4540247917175, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6334540247917175, "detail": "System.Variant" } },
{ "pid": 1, "tid": 24, "ts": 3061460.44921875, "dur": 20432.804107666016, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.432804107666016, "detail": "System.Version" } },
{ "pid": 1, "tid": 24, "ts": 3082042.236328125, "dur": 468.0060148239136, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4680060148239136, "detail": "System.Threading.WaitCallback" } },
{ "pid": 1, "tid": 24, "ts": 3082510.986328125, "dur": 45718.58596801758, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 45.71858596801758, "detail": "System.Threading.WaitHandle" } },
{ "pid": 1, "tid": 24, "ts": 3128230.712890625, "dur": 768.2330012321472, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7682330012321472, "detail": "System.Threading.WaitHandleCannotBeOpenedException" } },
{ "pid": 1, "tid": 24, "ts": 3128999.755859375, "dur": 568.9769983291626, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5689769983291626, "detail": "System.Threading.WaitOrTimerCallback" } },
{ "pid": 1, "tid": 24, "ts": 3129569.091796875, "dur": 2286.4389419555664, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2864389419555664, "detail": "System.WeakReference" } },
{ "pid": 1, "tid": 24, "ts": 3131856.93359375, "dur": 1013.4299993515015, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0134299993515015, "detail": "System.Runtime.Remoting.WellKnownClientTypeEntry" } },
{ "pid": 1, "tid": 24, "ts": 3132885.25390625, "dur": 1246.5940713882446, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2465940713882446, "detail": "System.Runtime.Remoting.WellKnownServiceTypeEntry" } },
{ "pid": 1, "tid": 24, "ts": 3134133.056640625, "dur": 635.3740096092224, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6353740096092224, "detail": "Microsoft.Win32.Win32Native" } },
{ "pid": 1, "tid": 24, "ts": 3134769.04296875, "dur": 51278.9192199707, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 51.2789192199707, "detail": "Microsoft.Win32.Win32RegistryApi" } },
{ "pid": 1, "tid": 24, "ts": 3186049.072265625, "dur": 22722.43881225586, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 22.72243881225586, "detail": "System.WindowsConsoleDriver" } },
{ "pid": 1, "tid": 24, "ts": 3208772.94921875, "dur": 10494.991302490234, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.494991302490234, "detail": "System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo" } },
{ "pid": 1, "tid": 24, "ts": 3219268.798828125, "dur": 727.5360226631165, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7275360226631165, "detail": "System.Security.XmlSyntaxException" } },
{ "pid": 1, "tid": 24, "ts": 3220138.671875, "dur": 35074.302673339844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 35.074302673339844, "detail": "System.Runtime.Serialization.Formatters.Binary.__BinaryParser" } },
{ "pid": 1, "tid": 24, "ts": 3255213.8671875, "dur": 55188.76266479492, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 55.18876266479492, "detail": "System.Runtime.Serialization.Formatters.Binary.__BinaryWriter" } },
{ "pid": 1, "tid": 24, "ts": 3310565.4296875, "dur": 11948.431015014648, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.948431015014648, "detail": "System.__DTString" } },
{ "pid": 1, "tid": 24, "ts": 3322514.6484375, "dur": 10821.344375610352, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.821344375610352, "detail": "System.IO.__Error" } },
{ "pid": 1, "tid": 24, "ts": 3333337.158203125, "dur": 4877.15482711792, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.87715482711792, "detail": "System.__Filters" } },
{ "pid": 1, "tid": 24, "ts": 3338215.087890625, "dur": 10102.239608764648, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.102239608764648, "detail": "System.__Il2CppComDelegate" } },
{ "pid": 1, "tid": 24, "ts": 3348318.359375, "dur": 932.4460029602051, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9324460029602051, "detail": "System.__Il2CppComObject" } },
{ "pid": 1, "tid": 24, "ts": 3349578.369140625, "dur": 1423.3169555664062, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4233169555664062, "detail": "System.Array/ArrayEnumerator" } },
{ "pid": 1, "tid": 24, "ts": 3351002.44140625, "dur": 36741.89376831055, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 36.74189376831055, "detail": "System.Array/SorterGenericArray" } },
{ "pid": 1, "tid": 24, "ts": 3387745.361328125, "dur": 8771.580696105957, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.771580696105957, "detail": "System.Array/SorterObjectArray" } },
{ "pid": 1, "tid": 24, "ts": 3396532.958984375, "dur": 2642.899990081787, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.642899990081787, "detail": "System.Collections.ArrayList/ArrayListEnumeratorSimple" } },
{ "pid": 1, "tid": 24, "ts": 3399285.400390625, "dur": 517.4109935760498, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5174109935760498, "detail": "System.Runtime.CompilerServices.AsyncMethodBuilderCore/<>c" } },
{ "pid": 1, "tid": 24, "ts": 3400090.8203125, "dur": 590.6659960746765, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5906659960746765, "detail": "System.Runtime.CompilerServices.AsyncMethodBuilderCore/ContinuationWrapper" } },
{ "pid": 1, "tid": 24, "ts": 3400682.373046875, "dur": 793.8590049743652, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7938590049743652, "detail": "System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner" } },
{ "pid": 1, "tid": 24, "ts": 3401477.05078125, "dur": 1875.3910064697266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8753910064697266, "detail": "System.Threading.Tasks.AwaitTaskContinuation/<>c" } },
{ "pid": 1, "tid": 24, "ts": 3403353.759765625, "dur": 487.3740077018738, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4873740077018738, "detail": "System.Globalization.CharUnicodeInfo/Debug" } },
{ "pid": 1, "tid": 24, "ts": 3403842.041015625, "dur": 506.4759850502014, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5064759850502014, "detail": "Mono.Globalization.Unicode.CodePointIndexer/TableRange" } },
{ "pid": 1, "tid": 24, "ts": 3404349.365234375, "dur": 492.10599064826965, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.49210599064826965, "detail": "System.Console/InternalCancelHandler" } },
{ "pid": 1, "tid": 24, "ts": 3404842.7734375, "dur": 859.7040176391602, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8597040176391602, "detail": "System.Console/WindowsConsole" } },
{ "pid": 1, "tid": 24, "ts": 3405980.224609375, "dur": 921.3219881057739, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9213219881057739, "detail": "System.Runtime.Remoting.Contexts.CrossContextChannel/ContextRestoreSink" } },
{ "pid": 1, "tid": 24, "ts": 3406902.587890625, "dur": 527.4689793586731, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5274689793586731, "detail": "System.Globalization.CultureInfo/Data" } },
{ "pid": 1, "tid": 24, "ts": 3407578.369140625, "dur": 11769.6533203125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.7696533203125, "detail": "System.DateTimeParse/MatchNumberDelegate" } },
{ "pid": 1, "tid": 24, "ts": 3419370.361328125, "dur": 417.6049828529358, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4176049828529358, "detail": "System.DefaultBinder/<>c" } },
{ "pid": 1, "tid": 24, "ts": 3419964.599609375, "dur": 1936.68794631958, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.93668794631958, "detail": "System.DelegateSerializationHolder/DelegateEntry" } },
{ "pid": 1, "tid": 24, "ts": 3421904.052734375, "dur": 103923.82049560547, "ph": "X", "name": "mscorlib15.cpp", "args": { "durationMS": 103.92382049560547, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 3525850.5859375, "dur": 32537.75405883789, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 32.53775405883789, "detail": "UnityEngine.UI.LayoutUtility" } },
{ "pid": 1, "tid": 24, "ts": 3558390.13671875, "dur": 19070.886611938477, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 19.070886611938477, "detail": "UnityEngine.UI.Mask" } },
{ "pid": 1, "tid": 24, "ts": 3577462.40234375, "dur": 21524.940490722656, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 21.524940490722656, "detail": "UnityEngine.UI.MaskUtilities" } },
{ "pid": 1, "tid": 24, "ts": 3598988.28125, "dur": 10010.993003845215, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.010993003845215, "detail": "UnityEngine.UI.MaskableGraphic" } },
{ "pid": 1, "tid": 24, "ts": 3609000.244140625, "dur": 1961.670994758606, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.961670994758606, "detail": "UnityEngine.UI.Misc" } },
{ "pid": 1, "tid": 24, "ts": 3610977.783203125, "dur": 2215.472936630249, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.215472936630249, "detail": "UnityEngine.UI.MultipleDisplayUtilities" } },
{ "pid": 1, "tid": 24, "ts": 3613194.3359375, "dur": 4183.620929718018, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.183620929718018, "detail": "UnityEngine.UI.Navigation" } },
{ "pid": 1, "tid": 24, "ts": 3617379.39453125, "dur": 2477.5280952453613, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4775280952453613, "detail": "UnityEngine.UI.Outline" } },
{ "pid": 1, "tid": 24, "ts": 3619858.154296875, "dur": 4544.053554534912, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.544053554534912, "detail": "UnityEngine.EventSystems.Physics2DRaycaster" } },
{ "pid": 1, "tid": 24, "ts": 3624404.296875, "dur": 9944.127082824707, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.944127082824707, "detail": "UnityEngine.EventSystems.PhysicsRaycaster" } },
{ "pid": 1, "tid": 24, "ts": 3634349.853515625, "dur": 20830.26885986328, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.83026885986328, "detail": "UnityEngine.EventSystems.PointerEventData" } },
{ "pid": 1, "tid": 24, "ts": 3655181.15234375, "dur": 21913.17367553711, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 21.91317367553711, "detail": "UnityEngine.EventSystems.PointerInputModule" } },
{ "pid": 1, "tid": 24, "ts": 3677096.6796875, "dur": 24354.875564575195, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.354875564575195, "detail": "UnityEngine.UI.PositionAsUV1" } },
{ "pid": 1, "tid": 24, "ts": 3701452.880859375, "dur": 34056.087493896484, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 34.056087493896484, "detail": "UnityEngine.UI.RawImage" } },
{ "pid": 1, "tid": 24, "ts": 3735510.7421875, "dur": 9369.135856628418, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.369135856628418, "detail": "UnityEngine.EventSystems.RaycastResult" } },
{ "pid": 1, "tid": 24, "ts": 3744881.103515625, "dur": 1690.0559663772583, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6900559663772583, "detail": "UnityEngine.EventSystems.RaycasterManager" } },
{ "pid": 1, "tid": 24, "ts": 3746572.265625, "dur": 12206.719398498535, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.206719398498535, "detail": "UnityEngine.UI.RectMask2D" } },
{ "pid": 1, "tid": 24, "ts": 3758779.78515625, "dur": 1545.1960563659668, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5451960563659668, "detail": "UnityEngine.UI.RectangularVertexClipper" } },
{ "pid": 1, "tid": 24, "ts": 3760326.171875, "dur": 6531.189441680908, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.531189441680908, "detail": "UnityEngine.UI.ReflectionMethodsCache" } },
{ "pid": 1, "tid": 24, "ts": 3766858.642578125, "dur": 92456.87103271484, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 92.45687103271484, "detail": "UnityEngine.UI.ScrollRect" } },
{ "pid": 1, "tid": 24, "ts": 3859316.162109375, "dur": 19936.28692626953, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 19.93628692626953, "detail": "UnityEngine.UI.Scrollbar" } },
{ "pid": 1, "tid": 24, "ts": 3879253.90625, "dur": 41113.365173339844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 41.113365173339844, "detail": "UnityEngine.UI.Selectable" } },
{ "pid": 1, "tid": 24, "ts": 3920368.65234375, "dur": 3189.1400814056396, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.1891400814056396, "detail": "UnityEngine.UI.SetPropertyUtility" } },
{ "pid": 1, "tid": 24, "ts": 3923558.837890625, "dur": 8039.222717285156, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.039222717285156, "detail": "UnityEngine.UI.Shadow" } },
{ "pid": 1, "tid": 24, "ts": 3931599.12109375, "dur": 69601.59301757812, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 69.60159301757812, "detail": "UnityEngine.UI.Slider" } },
{ "pid": 1, "tid": 24, "ts": 4001215.33203125, "dur": 165660.12573242188, "ph": "X", "name": "UnityEngine.UI2.cpp", "args": { "durationMS": 165.66012573242188, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 4166909.1796875, "dur": 2563.443899154663, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.563443899154663, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>" } },
{ "pid": 1, "tid": 24, "ts": 4169474.12109375, "dur": 2485.9368801116943, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4859368801116943, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>" } },
{ "pid": 1, "tid": 24, "ts": 4171962.40234375, "dur": 2322.0269680023193, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3220269680023193, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Char>" } },
{ "pid": 1, "tid": 24, "ts": 4174286.1328125, "dur": 2898.906946182251, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.898906946182251, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 24, "ts": 4177187.01171875, "dur": 7388.263702392578, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.388263702392578, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 24, "ts": 4184577.63671875, "dur": 2398.41890335083, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.39841890335083, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>" } },
{ "pid": 1, "tid": 24, "ts": 4186977.5390625, "dur": 5684.096813201904, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.684096813201904, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 24, "ts": 4192664.0625, "dur": 8699.453353881836, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.699453353881836, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 24, "ts": 4201365.234375, "dur": 2658.5700511932373, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.6585700511932373, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4204026.3671875, "dur": 2570.199966430664, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.570199966430664, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 24, "ts": 4206598.14453125, "dur": 2576.0481357574463, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5760481357574463, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 24, "ts": 4209176.26953125, "dur": 2822.345018386841, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.822345018386841, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 24, "ts": 4212000.48828125, "dur": 2595.580816268921, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.595580816268921, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Single>" } },
{ "pid": 1, "tid": 24, "ts": 4214598.6328125, "dur": 2643.4249877929688, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.6434249877929688, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 24, "ts": 4217244.140625, "dur": 2501.5668869018555, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5015668869018555, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 24, "ts": 4219748.046875, "dur": 5583.032608032227, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.583032608032227, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 24, "ts": 4225333.0078125, "dur": 3244.2119121551514, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.2442119121551514, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 24, "ts": 4228579.58984375, "dur": 2165.199041366577, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.165199041366577, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 24, "ts": 4230746.58203125, "dur": 2339.315891265869, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.339315891265869, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 24, "ts": 4233087.890625, "dur": 2299.7078895568848, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2997078895568848, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 24, "ts": 4235389.6484375, "dur": 7338.129043579102, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.338129043579102, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 24, "ts": 4242729.4921875, "dur": 3618.4818744659424, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.6184818744659424, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 24, "ts": 4246350.09765625, "dur": 6622.700214385986, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.622700214385986, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 24, "ts": 4252975.09765625, "dur": 4101.738929748535, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.101738929748535, "detail": "UnityEngine.UI.ObjectPool`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4257080.078125, "dur": 2733.6161136627197, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.7336161136627197, "detail": "System.Predicate`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 24, "ts": 4259815.4296875, "dur": 1274.744987487793, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.274744987487793, "detail": "System.Predicate`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 24, "ts": 4261092.28515625, "dur": 12834.126472473145, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 12.834126472473145, "detail": "System.Predicate`1<System.Int32>" } },
{ "pid": 1, "tid": 24, "ts": 4273929.19921875, "dur": 691.366970539093, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.691366970539093, "detail": "System.Predicate`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 24, "ts": 4274622.55859375, "dur": 665.1210188865662, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6651210188865662, "detail": "System.Predicate`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4275290.0390625, "dur": 730.9029698371887, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7309029698371887, "detail": "System.Predicate`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 24, "ts": 4276022.4609375, "dur": 646.2720036506653, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6462720036506653, "detail": "System.Predicate`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 24, "ts": 4276670.8984375, "dur": 666.3960218429565, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6663960218429565, "detail": "System.Predicate`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 24, "ts": 4277338.8671875, "dur": 562.5660419464111, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5625660419464111, "detail": "System.Predicate`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 24, "ts": 4277904.296875, "dur": 562.1530413627625, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5621530413627625, "detail": "System.Predicate`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 24, "ts": 4278468.26171875, "dur": 559.3100190162659, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5593100190162659, "detail": "System.Predicate`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 24, "ts": 4279029.296875, "dur": 560.6330037117004, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5606330037117004, "detail": "System.Predicate`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 24, "ts": 4279591.796875, "dur": 554.7760128974915, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5547760128974915, "detail": "System.Predicate`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 24, "ts": 4280147.94921875, "dur": 563.094973564148, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.563094973564148, "detail": "System.Predicate`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 24, "ts": 4280712.890625, "dur": 569.8670148849487, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5698670148849487, "detail": "System.Predicate`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 24, "ts": 4281286.1328125, "dur": 572.782039642334, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.572782039642334, "detail": "System.Predicate`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 24, "ts": 4281861.328125, "dur": 40752.81524658203, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 40.75281524658203, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>" } },
{ "pid": 1, "tid": 24, "ts": 4322615.72265625, "dur": 17577.341079711914, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 17.577341079711914, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>" } },
{ "pid": 1, "tid": 24, "ts": 4340195.3125, "dur": 7241.935729980469, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.241935729980469, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4347968.26171875, "dur": 14618.721961975098, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 14.618721961975098, "detail": "System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4362589.35546875, "dur": 763.0680203437805, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7630680203437805, "detail": "System.Threading.SparselyPopulatedArrayAddInfo`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4363354.00390625, "dur": 1439.1570091247559, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.4391570091247559, "detail": "System.Threading.SparselyPopulatedArrayFragment`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4364795.8984375, "dur": 2634.3109607696533, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.6343109607696533, "detail": "System.Threading.SparselyPopulatedArray`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4367442.3828125, "dur": 7819.253921508789, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.819253921508789, "detail": "System.Collections.Generic.Stack`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4375272.94921875, "dur": 689.2999410629272, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6892999410629272, "detail": "System.Reflection.MonoProperty/StaticGetter`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4376289.0625, "dur": 863.7450337409973, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8637450337409973, "detail": "System.Runtime.CompilerServices.TaskAwaiter`1<System.Boolean>" } },
{ "pid": 1, "tid": 24, "ts": 4377154.78515625, "dur": 912.9890203475952, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9129890203475952, "detail": "System.Runtime.CompilerServices.TaskAwaiter`1<System.Int32>" } },
{ "pid": 1, "tid": 24, "ts": 4378069.3359375, "dur": 1113.5600805282593, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1135600805282593, "detail": "System.Runtime.CompilerServices.TaskAwaiter`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4379185.05859375, "dur": 872.1070289611816, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8721070289611816, "detail": "System.Runtime.CompilerServices.TaskAwaiter`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 24, "ts": 4380059.5703125, "dur": 578.885018825531, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.578885018825531, "detail": "System.Threading.Tasks.TaskFactory`1<System.Boolean>" } },
{ "pid": 1, "tid": 24, "ts": 4380640.625, "dur": 558.7679743766785, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5587679743766785, "detail": "System.Threading.Tasks.TaskFactory`1<System.Int32>" } },
{ "pid": 1, "tid": 24, "ts": 4381202.1484375, "dur": 719.1649675369263, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7191649675369263, "detail": "System.Threading.Tasks.TaskFactory`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4381923.33984375, "dur": 584.8060250282288, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5848060250282288, "detail": "System.Threading.Tasks.TaskFactory`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 24, "ts": 4382510.25390625, "dur": 23953.8516998291, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 23.9538516998291, "detail": "System.Threading.Tasks.Task`1<System.Boolean>" } },
{ "pid": 1, "tid": 24, "ts": 4406466.796875, "dur": 5704.995632171631, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.704995632171631, "detail": "System.Threading.Tasks.Task`1<System.Int32>" } },
{ "pid": 1, "tid": 24, "ts": 4412174.31640625, "dur": 13405.922889709473, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 13.405922889709473, "detail": "System.Threading.Tasks.Task`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4425582.51953125, "dur": 5000.26798248291, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.00026798248291, "detail": "System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 24, "ts": 4430585.44921875, "dur": 20703.83644104004, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 20.70383644104004, "detail": "System.Tuple`2<System.Object,System.Char>" } },
{ "pid": 1, "tid": 24, "ts": 4451292.96875, "dur": 4817.3651695251465, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.8173651695251465, "detail": "System.Tuple`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4456115.72265625, "dur": 5652.321815490723, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.652321815490723, "detail": "System.Tuple`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4461770.5078125, "dur": 599.8490452766418, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5998490452766418, "detail": "System.Tuple`4<System.Object,System.Object,System.Int32,System.Int32>" } },
{ "pid": 1, "tid": 24, "ts": 4462373.046875, "dur": 572.905957698822, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.572905957698822, "detail": "System.Tuple`4<System.Object,System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4462948.2421875, "dur": 31255.088806152344, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 31.255088806152344, "detail": "UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween>" } },
{ "pid": 1, "tid": 24, "ts": 4494206.0546875, "dur": 1934.7659349441528, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9347659349441528, "detail": "UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.FloatTween>" } },
{ "pid": 1, "tid": 24, "ts": 4496144.04296875, "dur": 1006.3250064849854, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0063250064849854, "detail": "UnityEngine.Events.UnityAction`1<System.Boolean>" } },
{ "pid": 1, "tid": 24, "ts": 4497152.34375, "dur": 686.7859959602356, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6867859959602356, "detail": "UnityEngine.Events.UnityAction`1<UnityEngine.Color>" } },
{ "pid": 1, "tid": 24, "ts": 4497840.33203125, "dur": 1081.5739631652832, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0815739631652832, "detail": "UnityEngine.Events.UnityAction`1<System.Int32>" } },
{ "pid": 1, "tid": 24, "ts": 4498924.31640625, "dur": 693.9120292663574, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6939120292663574, "detail": "UnityEngine.Events.UnityAction`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4499620.60546875, "dur": 782.891035079956, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.782891035079956, "detail": "UnityEngine.Events.UnityAction`1<UnityEngine.SceneManagement.Scene>" } },
{ "pid": 1, "tid": 24, "ts": 4500501.46484375, "dur": 818.7329769134521, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8187329769134521, "detail": "UnityEngine.Events.UnityAction`1<System.Single>" } },
{ "pid": 1, "tid": 24, "ts": 4501322.265625, "dur": 968.0030345916748, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9680030345916748, "detail": "UnityEngine.Events.UnityAction`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 24, "ts": 4502292.48046875, "dur": 829.2340040206909, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8292340040206909, "detail": "UnityEngine.Events.UnityAction`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4503124.51171875, "dur": 13251.362800598145, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 13.251362800598145, "detail": "UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>" } },
{ "pid": 1, "tid": 24, "ts": 4516381.34765625, "dur": 737.4570369720459, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7374570369720459, "detail": "UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene>" } },
{ "pid": 1, "tid": 24, "ts": 4517121.58203125, "dur": 944.815993309021, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.944815993309021, "detail": "UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4518068.84765625, "dur": 918.3029532432556, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9183029532432556, "detail": "UnityEngine.Events.UnityAction`4<System.Object,System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4518989.74609375, "dur": 3158.809185028076, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.158809185028076, "detail": "UnityEngine.Events.UnityEvent`1<System.Boolean>" } },
{ "pid": 1, "tid": 24, "ts": 4522151.85546875, "dur": 3524.8310565948486, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.5248310565948486, "detail": "UnityEngine.Events.UnityEvent`1<UnityEngine.Color>" } },
{ "pid": 1, "tid": 24, "ts": 4525678.7109375, "dur": 7502.121925354004, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.502121925354004, "detail": "UnityEngine.Events.UnityEvent`1<System.Int32>" } },
{ "pid": 1, "tid": 24, "ts": 4533183.10546875, "dur": 3163.1059646606445, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.1631059646606445, "detail": "UnityEngine.Events.UnityEvent`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4536348.6328125, "dur": 22184.45587158203, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 22.18445587158203, "detail": "UnityEngine.Events.UnityEvent`1<System.Single>" } },
{ "pid": 1, "tid": 24, "ts": 4558535.64453125, "dur": 7952.799320220947, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.952799320220947, "detail": "UnityEngine.Events.UnityEvent`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 24, "ts": 4566491.2109375, "dur": 1154.6069383621216, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1546069383621216, "detail": "UnityEngine.Events.UnityEvent`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4567648.4375, "dur": 1275.0389575958252, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2750389575958252, "detail": "UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4568926.26953125, "dur": 1332.5920104980469, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.3325920104980469, "detail": "UnityEngine.Events.UnityEvent`4<System.Object,System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4570260.7421875, "dur": 10293.436050415039, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 10.293436050415039, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4580556.640625, "dur": 5066.5388107299805, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.0665388107299805, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 24, "ts": 4585625.9765625, "dur": 8075.592041015625, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.075592041015625, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4593703.61328125, "dur": 5370.610237121582, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.370610237121582, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 24, "ts": 4599076.66015625, "dur": 1561.4908933639526, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.5614908933639526, "detail": "System.Linq.Enumerable/WhereArrayIterator`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4600639.6484375, "dur": 14965.507507324219, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 14.965507507324219, "detail": "System.Linq.Enumerable/WhereEnumerableIterator`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4615606.93359375, "dur": 2467.0469760894775, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4670469760894775, "detail": "System.Linq.Enumerable/WhereListIterator`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4618077.63671875, "dur": 89338.15002441406, "ph": "X", "name": "Generics5.cpp", "args": { "durationMS": 89.33815002441406, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 4707434.08203125, "dur": 91683.67767333984, "ph": "X", "name": "Idle", "args": { "durationMS": 91.68367767333984, "detail": "" } },
{ "pid": 1, "tid": 12, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 12, "ts": 1581673.828125, "dur": 22048.460006713867, "ph": "X", "name": "Idle", "args": { "durationMS": 22.048460006713867, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 1613689.94140625, "dur": 5325.867176055908, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 5.325867176055908, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 12, "ts": 1620268.5546875, "dur": 341096.4660644531, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 341.0964660644531, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 12, "ts": 1621858.3984375, "dur": 339505.79833984375, "ph": "X", "name": "UnityEngine.CoreModule_Attr.cpp", "args": { "durationMS": 339.50579833984375, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 1961408.203125, "dur": 6331.4080238342285, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 6.3314080238342285, "detail": "UnityEngine.TilemapModule" } },
{ "pid": 1, "tid": 12, "ts": 1961420.2880859375, "dur": 6318.872928619385, "ph": "X", "name": "UnityEngine.TilemapModule_Attr.cpp", "args": { "durationMS": 6.318872928619385, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 1967743.0419921875, "dur": 12596.45938873291, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 12.59645938873291, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 12, "ts": 1967760.986328125, "dur": 12577.84652709961, "ph": "X", "name": "UnityEngine.GameCenterModule_Attr.cpp", "args": { "durationMS": 12.57784652709961, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 1980343.26171875, "dur": 1099.0850925445557, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 1.0990850925445557, "detail": "UnityEngine" } },
{ "pid": 1, "tid": 12, "ts": 1980362.3046875, "dur": 1079.7009468078613, "ph": "X", "name": "UnityEngine_Attr.cpp", "args": { "durationMS": 1.0797009468078613, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 1982443.7255859375, "dur": 747.622013092041, "ph": "X", "name": "GenericInstanceMethods", "args": { "durationMS": 0.747622013092041, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 1983675.048828125, "dur": 717.7969813346863, "ph": "X", "name": "GenericInstanceTypes", "args": { "durationMS": 0.7177969813346863, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 2011309.814453125, "dur": 3622.472047805786, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.622472047805786, "detail": "<Module>" } },
{ "pid": 1, "tid": 12, "ts": 2015624.3896484375, "dur": 1291.9459342956543, "ph": "X", "name": "UnityEngine.GridModule.cpp", "args": { "durationMS": 1.2919459342956543, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 2018965.33203125, "dur": 55943.56918334961, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 55.94356918334961, "detail": "UnityEngine.Font" } },
{ "pid": 1, "tid": 12, "ts": 2074948.73046875, "dur": 8164.577484130859, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.16457748413086, "detail": "UnityEngine.TextGenerationSettings" } },
{ "pid": 1, "tid": 12, "ts": 2083114.2578125, "dur": 29230.90362548828, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 29.23090362548828, "detail": "UnityEngine.TextGenerator" } },
{ "pid": 1, "tid": 12, "ts": 2112399.169921875, "dur": 697.8859901428223, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6978859901428223, "detail": "UnityEngine.UIVertex" } },
{ "pid": 1, "tid": 12, "ts": 2113110.595703125, "dur": 27665.8878326416, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 27.6658878326416, "detail": "UnityEngine.Font/FontTextureRebuildCallback" } },
{ "pid": 1, "tid": 12, "ts": 2140779.296875, "dur": 22728.004455566406, "ph": "X", "name": "UnityEngine.TextRenderingModule.cpp", "args": { "durationMS": 22.728004455566406, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 2163753.41796875, "dur": 360.35099625587463, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.36035099625587463, "detail": "UnityEngine.U2D.SpriteShapeRenderer" } },
{ "pid": 1, "tid": 12, "ts": 2164116.943359375, "dur": 1075.7240056991577, "ph": "X", "name": "UnityEngine.SpriteShapeModule.cpp", "args": { "durationMS": 1.0757240056991577, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 2165520.751953125, "dur": 1297.8869676589966, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2978869676589966, "detail": "System.Security.Cryptography.HashAlgorithm" } },
{ "pid": 1, "tid": 12, "ts": 2166819.82421875, "dur": 2100.1710891723633, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1001710891723633, "detail": "System.Collections.HashHelpers" } },
{ "pid": 1, "tid": 12, "ts": 2168920.8984375, "dur": 24606.647491455078, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.606647491455078, "detail": "System.Collections.Hashtable" } },
{ "pid": 1, "tid": 12, "ts": 2193544.677734375, "dur": 505.8959722518921, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5058959722518921, "detail": "System.Runtime.Remoting.Messaging.HeaderHandler" } },
{ "pid": 1, "tid": 12, "ts": 2194051.26953125, "dur": 12501.791000366211, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.501791000366211, "detail": "System.Globalization.HebrewNumber" } },
{ "pid": 1, "tid": 12, "ts": 2206786.376953125, "dur": 1183.9910745620728, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1839910745620728, "detail": "System.IO.IOException" } },
{ "pid": 1, "tid": 12, "ts": 2207970.947265625, "dur": 1040.287971496582, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.040287971496582, "detail": "System.Runtime.Serialization.Formatters.Binary.IOUtil" } },
{ "pid": 1, "tid": 12, "ts": 2209012.20703125, "dur": 2090.9199714660645, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0909199714660645, "detail": "System.Runtime.Remoting.Identity" } },
{ "pid": 1, "tid": 12, "ts": 2211104.248046875, "dur": 13139.73331451416, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.13973331451416, "detail": "System.Globalization.IdnMapping" } },
{ "pid": 1, "tid": 12, "ts": 2224244.873046875, "dur": 1236.3510131835938, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2363510131835938, "detail": "System.Runtime.Remoting.Messaging.IllogicalCallContext" } },
{ "pid": 1, "tid": 12, "ts": 2225605.224609375, "dur": 738.6490106582642, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7386490106582642, "detail": "System.IndexOutOfRangeException" } },
{ "pid": 1, "tid": 12, "ts": 2226344.7265625, "dur": 22384.916305541992, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 22.384916305541992, "detail": "System.InputRecord" } },
{ "pid": 1, "tid": 12, "ts": 2248745.361328125, "dur": 9815.629959106445, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.815629959106445, "detail": "System.Int16" } },
{ "pid": 1, "tid": 12, "ts": 2258574.70703125, "dur": 6914.46590423584, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.91446590423584, "detail": "System.Int32" } },
{ "pid": 1, "tid": 12, "ts": 2265508.30078125, "dur": 6515.714168548584, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.515714168548584, "detail": "System.Int64" } },
{ "pid": 1, "tid": 12, "ts": 2272043.45703125, "dur": 18922.22023010254, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.92222023010254, "detail": "System.IntPtr" } },
{ "pid": 1, "tid": 12, "ts": 2290967.041015625, "dur": 4104.859828948975, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.104859828948975, "detail": "System.Runtime.Serialization.Formatters.Binary.IntSizedArray" } },
{ "pid": 1, "tid": 12, "ts": 2295356.689453125, "dur": 2178.2519817352295, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1782519817352295, "detail": "System.Threading.Interlocked" } },
{ "pid": 1, "tid": 12, "ts": 2297553.22265625, "dur": 501.242995262146, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.501242995262146, "detail": "System.Globalization.InternalCodePageDataItem" } },
{ "pid": 1, "tid": 12, "ts": 2298055.419921875, "dur": 765.6480073928833, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7656480073928833, "detail": "System.Text.InternalDecoderBestFitFallback" } },
{ "pid": 1, "tid": 12, "ts": 2298822.021484375, "dur": 2509.610891342163, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.509610891342163, "detail": "System.Text.InternalDecoderBestFitFallbackBuffer" } },
{ "pid": 1, "tid": 12, "ts": 2301333.0078125, "dur": 797.4140048027039, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7974140048027039, "detail": "System.Text.InternalEncoderBestFitFallback" } },
{ "pid": 1, "tid": 12, "ts": 2302131.34765625, "dur": 5840.183734893799, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.840183734893799, "detail": "System.Text.InternalEncoderBestFitFallbackBuffer" } },
{ "pid": 1, "tid": 12, "ts": 2307973.14453125, "dur": 723.2519388198853, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7232519388198853, "detail": "System.Globalization.InternalEncodingDataItem" } },
{ "pid": 1, "tid": 12, "ts": 2308933.349609375, "dur": 3535.8028411865234, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.5358028411865234, "detail": "System.Runtime.Remoting.InternalRemotingServices" } },
{ "pid": 1, "tid": 12, "ts": 2312487.060546875, "dur": 970.5210328102112, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9705210328102112, "detail": "System.Collections.Generic.InternalStringComparer" } },
{ "pid": 1, "tid": 12, "ts": 2313473.14453125, "dur": 421.6489791870117, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4216489791870117, "detail": "System.Threading.InternalThread" } },
{ "pid": 1, "tid": 12, "ts": 2313895.751953125, "dur": 416.42701625823975, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.41642701625823975, "detail": "System.Runtime.CompilerServices.InternalsVisibleToAttribute" } },
{ "pid": 1, "tid": 12, "ts": 2314313.232421875, "dur": 418.29198598861694, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.41829198598861694, "detail": "System.Collections.Generic.IntrospectiveSortUtilities" } },
{ "pid": 1, "tid": 12, "ts": 2314732.666015625, "dur": 670.0689792633057, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6700689792633057, "detail": "System.InvalidCastException" } },
{ "pid": 1, "tid": 12, "ts": 2315403.076171875, "dur": 680.0330281257629, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6800330281257629, "detail": "System.Reflection.InvalidFilterCriteriaException" } },
{ "pid": 1, "tid": 12, "ts": 2316084.228515625, "dur": 833.1320285797119, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8331320285797119, "detail": "System.InvalidOperationException" } },
{ "pid": 1, "tid": 12, "ts": 2316918.212890625, "dur": 686.5870356559753, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6865870356559753, "detail": "System.InvalidProgramException" } },
{ "pid": 1, "tid": 12, "ts": 2317605.712890625, "dur": 1414.4459962844849, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4144459962844849, "detail": "System.InvalidTimeZoneException" } },
{ "pid": 1, "tid": 12, "ts": 2319171.630859375, "dur": 9898.402214050293, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.898402214050293, "detail": "System.Globalization.JapaneseCalendar" } },
{ "pid": 1, "tid": 12, "ts": 2329087.890625, "dur": 33246.9482421875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 33.2469482421875, "detail": "Microsoft.Win32.KeyHandler" } },
{ "pid": 1, "tid": 12, "ts": 2362335.9375, "dur": 705.8650255203247, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7058650255203247, "detail": "System.Collections.Generic.KeyNotFoundException" } },
{ "pid": 1, "tid": 12, "ts": 2363042.236328125, "dur": 432.44999647140503, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.43244999647140503, "detail": "System.Collections.Generic.KeyValuePair" } },
{ "pid": 1, "tid": 12, "ts": 2363475.830078125, "dur": 637.0189785957336, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6370189785957336, "detail": "System.KnownTerminals" } },
{ "pid": 1, "tid": 12, "ts": 2364113.76953125, "dur": 13220.762252807617, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.220762252807617, "detail": "System.Text.Latin1Encoding" } },
{ "pid": 1, "tid": 12, "ts": 2377352.783203125, "dur": 74942.15393066406, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 74.94215393066406, "detail": "System.Runtime.Remoting.Lifetime.Lease" } },
{ "pid": 1, "tid": 12, "ts": 2452318.84765625, "dur": 6102.9486656188965, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.1029486656188965, "detail": "System.Runtime.Remoting.Lifetime.LeaseManager" } },
{ "pid": 1, "tid": 12, "ts": 2458422.607421875, "dur": 3318.3391094207764, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.3183391094207764, "detail": "System.Runtime.Remoting.Lifetime.LeaseSink" } },
{ "pid": 1, "tid": 12, "ts": 2461916.50390625, "dur": 5847.9509353637695, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.8479509353637695, "detail": "System.Runtime.Remoting.Lifetime.LifetimeServices" } },
{ "pid": 1, "tid": 12, "ts": 2467765.380859375, "dur": 3306.1041831970215, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.3061041831970215, "detail": "System.Collections.ListDictionaryInternal" } },
{ "pid": 1, "tid": 12, "ts": 2471383.7890625, "dur": 2549.882173538208, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.549882173538208, "detail": "System.LocalDataStore" } },
{ "pid": 1, "tid": 12, "ts": 2473934.814453125, "dur": 575.1859545707703, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5751859545707703, "detail": "System.LocalDataStoreElement" } },
{ "pid": 1, "tid": 12, "ts": 2474510.986328125, "dur": 541.9549942016602, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5419549942016602, "detail": "System.LocalDataStoreHolder" } },
{ "pid": 1, "tid": 12, "ts": 2475053.466796875, "dur": 8317.700386047363, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.317700386047363, "detail": "System.LocalDataStoreMgr" } },
{ "pid": 1, "tid": 12, "ts": 2483372.314453125, "dur": 866.8970465660095, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8668970465660095, "detail": "System.LocalDataStoreSlot" } },
{ "pid": 1, "tid": 12, "ts": 2484240.234375, "dur": 675.586998462677, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.675586998462677, "detail": "System.Reflection.LocalVariableInfo" } },
{ "pid": 1, "tid": 12, "ts": 2484916.748046875, "dur": 978.4460067749023, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9784460067749023, "detail": "Locale" } },
{ "pid": 1, "tid": 12, "ts": 2485895.99609375, "dur": 1043.5489416122437, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0435489416122437, "detail": "System.Threading.LockRecursionException" } },
{ "pid": 1, "tid": 12, "ts": 2486940.673828125, "dur": 15803.409576416016, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.803409576416016, "detail": "System.Runtime.Remoting.Messaging.LogicalCallContext" } },
{ "pid": 1, "tid": 12, "ts": 2502745.361328125, "dur": 2384.0410709381104, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3840410709381104, "detail": "System.Runtime.Serialization.LongList" } },
{ "pid": 1, "tid": 12, "ts": 2505130.37109375, "dur": 984.4140410423279, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9844140410423279, "detail": "System.Collections.LowLevelComparer" } },
{ "pid": 1, "tid": 12, "ts": 2506115.72265625, "dur": 730.7469844818115, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7307469844818115, "detail": "System.Runtime.Remoting.Messaging.MCMDictionary" } },
{ "pid": 1, "tid": 12, "ts": 2506847.412109375, "dur": 19740.819931030273, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 19.740819931030273, "detail": "Mono.Globalization.Unicode.MSCompatUnicodeTable" } },
{ "pid": 1, "tid": 12, "ts": 2526589.599609375, "dur": 1346.8279838562012, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3468279838562012, "detail": "Mono.Globalization.Unicode.MSCompatUnicodeTableUtil" } },
{ "pid": 1, "tid": 12, "ts": 2527937.255859375, "dur": 1804.4860363006592, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8044860363006592, "detail": "System.Resources.ManifestBasedResourceGroveler" } },
{ "pid": 1, "tid": 12, "ts": 2529879.39453125, "dur": 12393.416404724121, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.393416404724121, "detail": "System.Threading.ManualResetEventSlim" } },
{ "pid": 1, "tid": 12, "ts": 2542275.87890625, "dur": 195544.61669921875, "ph": "X", "name": "mscorlib6.cpp", "args": { "durationMS": 195.54461669921875, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 2737855.712890625, "dur": 1003.2379627227783, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0032379627227783, "detail": "System.TimeZoneNotFoundException" } },
{ "pid": 1, "tid": 12, "ts": 2739041.50390625, "dur": 688.2460117340088, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6882460117340088, "detail": "System.TimeoutException" } },
{ "pid": 1, "tid": 12, "ts": 2739730.46875, "dur": 374.61403012275696, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.37461403012275696, "detail": "System.Threading.TimeoutHelper" } },
{ "pid": 1, "tid": 12, "ts": 2740106.201171875, "dur": 2736.820936203003, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.736820936203003, "detail": "System.Threading.Timer" } },
{ "pid": 1, "tid": 12, "ts": 2742843.75, "dur": 511.7270350456238, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5117270350456238, "detail": "System.Threading.TimerCallback" } },
{ "pid": 1, "tid": 12, "ts": 2743558.10546875, "dur": 2875.767946243286, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.875767946243286, "detail": "System.Runtime.Remoting.Services.TrackingServices" } },
{ "pid": 1, "tid": 12, "ts": 2746434.814453125, "dur": 10172.547340393066, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.172547340393066, "detail": "System.Runtime.Remoting.Proxies.TransparentProxy" } },
{ "pid": 1, "tid": 12, "ts": 2756888.916015625, "dur": 33809.65805053711, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 33.80965805053711, "detail": "System.Type" } },
{ "pid": 1, "tid": 12, "ts": 2790723.14453125, "dur": 7108.471870422363, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.108471870422363, "detail": "System.Reflection.Emit.TypeBuilder" } },
{ "pid": 1, "tid": 12, "ts": 2797832.763671875, "dur": 425.2519905567169, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4252519905567169, "detail": "System.Reflection.Emit.TypeBuilderInstantiation" } },
{ "pid": 1, "tid": 12, "ts": 2798278.564453125, "dur": 346.0249900817871, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3460249900817871, "detail": "System.Runtime.CompilerServices.TypeDependencyAttribute" } },
{ "pid": 1, "tid": 12, "ts": 2798625.732421875, "dur": 1059.5099925994873, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0595099925994873, "detail": "System.Runtime.Remoting.TypeEntry" } },
{ "pid": 1, "tid": 12, "ts": 2799686.03515625, "dur": 911.7469787597656, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9117469787597656, "detail": "System.Reflection.TypeFilter" } },
{ "pid": 1, "tid": 12, "ts": 2800616.455078125, "dur": 1664.7449731826782, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6647449731826782, "detail": "System.Runtime.CompilerServices.TypeForwardedFromAttribute" } },
{ "pid": 1, "tid": 12, "ts": 2802282.71484375, "dur": 403.91501784324646, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.40391501784324646, "detail": "System.TypeIdentifiers" } },
{ "pid": 1, "tid": 12, "ts": 2803013.18359375, "dur": 21315.744400024414, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 21.315744400024414, "detail": "System.Runtime.Remoting.TypeInfo" } },
{ "pid": 1, "tid": 12, "ts": 2824330.078125, "dur": 413.91700506210327, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.41391700506210327, "detail": "System.Runtime.Serialization.Formatters.Binary.TypeInformation" } },
{ "pid": 1, "tid": 12, "ts": 2824744.62890625, "dur": 2204.1070461273193, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2041070461273193, "detail": "System.TypeInitializationException" } },
{ "pid": 1, "tid": 12, "ts": 2826949.70703125, "dur": 3638.9408111572266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6389408111572266, "detail": "System.TypeLoadException" } },
{ "pid": 1, "tid": 12, "ts": 2831248.779296875, "dur": 43801.85317993164, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 43.80185317993164, "detail": "System.TypeSpec" } },
{ "pid": 1, "tid": 12, "ts": 2875051.7578125, "dur": 3876.332998275757, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.876332998275757, "detail": "System.TypedReference" } },
{ "pid": 1, "tid": 12, "ts": 2878929.19921875, "dur": 16314.735412597656, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.314735412597656, "detail": "System.UInt16" } },
{ "pid": 1, "tid": 12, "ts": 2895258.7890625, "dur": 5385.435104370117, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.385435104370117, "detail": "System.UInt32" } },
{ "pid": 1, "tid": 12, "ts": 2900657.958984375, "dur": 6896.973609924316, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.896973609924316, "detail": "System.UInt64" } },
{ "pid": 1, "tid": 12, "ts": 2907569.091796875, "dur": 3602.1728515625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6021728515625, "detail": "System.UIntPtr" } },
{ "pid": 1, "tid": 12, "ts": 2911172.607421875, "dur": 47408.99658203125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 47.40899658203125, "detail": "System.Text.UTF32Encoding" } },
{ "pid": 1, "tid": 12, "ts": 2958583.251953125, "dur": 42326.10321044922, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 42.32610321044922, "detail": "System.Text.UTF7Encoding" } },
{ "pid": 1, "tid": 12, "ts": 3000910.400390625, "dur": 59446.075439453125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 59.446075439453125, "detail": "System.Text.UTF8Encoding" } },
{ "pid": 1, "tid": 12, "ts": 3060369.62890625, "dur": 1784.9440574645996, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7849440574645996, "detail": "System.UnSafeCharBuffer" } },
{ "pid": 1, "tid": 12, "ts": 3062155.76171875, "dur": 843.707025051117, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8437070250511169, "detail": "System.UnauthorizedAccessException" } },
{ "pid": 1, "tid": 12, "ts": 3063000.244140625, "dur": 4078.7057876586914, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.078705787658691, "detail": "System.IO.UnexceptionalStreamReader" } },
{ "pid": 1, "tid": 12, "ts": 3067079.833984375, "dur": 1325.3469467163086, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3253469467163086, "detail": "System.IO.UnexceptionalStreamWriter" } },
{ "pid": 1, "tid": 12, "ts": 3068406.25, "dur": 18465.919494628906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.465919494628906, "detail": "System.UnhandledExceptionEventArgs" } },
{ "pid": 1, "tid": 12, "ts": 3086873.291015625, "dur": 928.475022315979, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.928475022315979, "detail": "System.UnhandledExceptionEventHandler" } },
{ "pid": 1, "tid": 12, "ts": 3087823.486328125, "dur": 85077.93426513672, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 85.07793426513672, "detail": "System.Text.UnicodeEncoding" } },
{ "pid": 1, "tid": 12, "ts": 3172904.296875, "dur": 74625.81634521484, "ph": "X", "name": "mscorlib14.cpp", "args": { "durationMS": 74.62581634521484, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 3247582.763671875, "dur": 2033.5760116577148, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.033576011657715, "detail": "UnityEngine.AssetBundleCreateRequest" } },
{ "pid": 1, "tid": 12, "ts": 3249617.431640625, "dur": 1123.0289936065674, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1230289936065674, "detail": "UnityEngine.AssetBundleRecompressOperation" } },
{ "pid": 1, "tid": 12, "ts": 3250741.455078125, "dur": 1315.1650428771973, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3151650428771973, "detail": "UnityEngine.AssetBundleRequest" } },
{ "pid": 1, "tid": 12, "ts": 3252059.5703125, "dur": 4244.28129196167, "ph": "X", "name": "UnityEngine.AssetBundleModule.cpp", "args": { "durationMS": 4.24428129196167, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 3256349.853515625, "dur": 5190.959930419922, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.190959930419922, "detail": "UnityEngine.U2D.IK.CCD2D" } },
{ "pid": 1, "tid": 12, "ts": 3261541.748046875, "dur": 4724.009990692139, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.724009990692139, "detail": "UnityEngine.U2D.IK.CCDSolver2D" } },
{ "pid": 1, "tid": 12, "ts": 3266266.6015625, "dur": 10121.69361114502, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.12169361114502, "detail": "UnityEngine.U2D.IK.FABRIK2D" } },
{ "pid": 1, "tid": 12, "ts": 3276389.892578125, "dur": 2064.3861293792725, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0643861293792725, "detail": "UnityEngine.U2D.IK.FABRIKChain2D" } },
{ "pid": 1, "tid": 12, "ts": 3278455.078125, "dur": 5305.193901062012, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.305193901062012, "detail": "UnityEngine.U2D.IK.FabrikSolver2D" } },
{ "pid": 1, "tid": 12, "ts": 3283761.23046875, "dur": 9378.427505493164, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.378427505493164, "detail": "UnityEngine.U2D.IK.IKChain2D" } },
{ "pid": 1, "tid": 12, "ts": 3293140.625, "dur": 4956.2578201293945, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.9562578201293945, "detail": "UnityEngine.U2D.IK.IKManager2D" } },
{ "pid": 1, "tid": 12, "ts": 3298098.14453125, "dur": 1750.8139610290527, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7508139610290527, "detail": "UnityEngine.U2D.IK.IKUtility" } },
{ "pid": 1, "tid": 12, "ts": 3299850.09765625, "dur": 2048.2280254364014, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0482280254364014, "detail": "UnityEngine.U2D.IK.Limb" } },
{ "pid": 1, "tid": 12, "ts": 3301899.4140625, "dur": 4507.363796234131, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.507363796234131, "detail": "UnityEngine.U2D.IK.LimbSolver2D" } },
{ "pid": 1, "tid": 12, "ts": 3306407.958984375, "dur": 10046.783447265625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.046783447265625, "detail": "UnityEngine.U2D.IK.Solver2D" } },
{ "pid": 1, "tid": 12, "ts": 3316455.810546875, "dur": 1622.4380731582642, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6224380731582642, "detail": "UnityEngine.U2D.IK.Solver2DMenuAttribute" } },
{ "pid": 1, "tid": 12, "ts": 3318081.54296875, "dur": 76651.80969238281, "ph": "X", "name": "Unity.2D.IK.Runtime.cpp", "args": { "durationMS": 76.65180969238281, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 3394768.06640625, "dur": 4100.183010101318, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.100183010101318, "detail": "UnityEngine._Scripting.APIUpdating.APIUpdaterRuntimeHelpers" } },
{ "pid": 1, "tid": 12, "ts": 3398868.896484375, "dur": 465.0540053844452, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4650540053844452, "detail": "UnityEngine.AddComponentMenu" } },
{ "pid": 1, "tid": 12, "ts": 3399359.375, "dur": 5185.328006744385, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.185328006744385, "detail": "UnityEngine.AnimationCurve" } },
{ "pid": 1, "tid": 12, "ts": 3404545.8984375, "dur": 12583.497047424316, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.583497047424316, "detail": "UnityEngine.Application" } },
{ "pid": 1, "tid": 12, "ts": 3417130.37109375, "dur": 1448.930025100708, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.448930025100708, "detail": "UnityEngine.Events.ArgumentCache" } },
{ "pid": 1, "tid": 12, "ts": 3418611.572265625, "dur": 1265.57195186615, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.26557195186615, "detail": "UnityEngine.AsyncOperation" } },
{ "pid": 1, "tid": 12, "ts": 3419878.173828125, "dur": 1369.8809146881104, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3698809146881104, "detail": "Unity.IO.LowLevel.Unsafe.AsyncReadManagerMetricsFilters" } },
{ "pid": 1, "tid": 12, "ts": 3421248.779296875, "dur": 2924.6280193328857, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.9246280193328857, "detail": "Unity.IO.LowLevel.Unsafe.AsyncReadManagerRequestMetric" } },
{ "pid": 1, "tid": 12, "ts": 3424174.560546875, "dur": 10882.570266723633, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.882570266723633, "detail": "UnityEngine.AttributeHelperEngine" } },
{ "pid": 1, "tid": 12, "ts": 3435072.75390625, "dur": 1520.1350450515747, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5201350450515747, "detail": "UnityEngine.Events.BaseInvokableCall" } },
{ "pid": 1, "tid": 12, "ts": 3436593.505859375, "dur": 13776.750564575195, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.776750564575195, "detail": "UnityEngine.Rendering.BatchCullingContext" } },
{ "pid": 1, "tid": 12, "ts": 3450627.9296875, "dur": 2267.292022705078, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.267292022705078, "detail": "UnityEngine.Rendering.BatchRendererGroup" } },
{ "pid": 1, "tid": 12, "ts": 3452922.119140625, "dur": 1036.5139245986938, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0365139245986938, "detail": "UnityEngine.BeforeRenderHelper" } },
{ "pid": 1, "tid": 12, "ts": 3453959.47265625, "dur": 435.7510209083557, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4357510209083557, "detail": "UnityEngine.Behaviour" } },
{ "pid": 1, "tid": 12, "ts": 3454396.240234375, "dur": 652.4049639701843, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6524049639701843, "detail": "UnityEngine.BootConfigData" } },
{ "pid": 1, "tid": 12, "ts": 3455049.31640625, "dur": 9690.46401977539, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.69046401977539, "detail": "UnityEngine.Bounds" } },
{ "pid": 1, "tid": 12, "ts": 3464740.966796875, "dur": 715.5839800834656, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7155839800834656, "detail": "UnityEngine.Experimental.Rendering.BuiltinRuntimeReflectionSystem" } },
{ "pid": 1, "tid": 12, "ts": 3465457.275390625, "dur": 4789.318084716797, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.789318084716797, "detail": "UnityEngine.Camera" } },
{ "pid": 1, "tid": 12, "ts": 3470262.20703125, "dur": 563.9230012893677, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5639230012893677, "detail": "UnityEngine.Experimental.Playables.CameraPlayable" } },
{ "pid": 1, "tid": 12, "ts": 3470985.3515625, "dur": 16075.796127319336, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.075796127319336, "detail": "UnityEngine.Color" } },
{ "pid": 1, "tid": 12, "ts": 3487062.01171875, "dur": 3559.4570636749268, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.5594570636749268, "detail": "UnityEngine.Color32" } },
{ "pid": 1, "tid": 12, "ts": 3490655.76171875, "dur": 4107.447147369385, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.107447147369385, "detail": "UnityEngine.Component" } },
{ "pid": 1, "tid": 12, "ts": 3494764.404296875, "dur": 1333.1379890441895, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3331379890441895, "detail": "UnityEngine.ComputeShader" } },
{ "pid": 1, "tid": 12, "ts": 3496154.78515625, "dur": 1016.185998916626, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.016185998916626, "detail": "UnityEngine.Coroutine" } },
{ "pid": 1, "tid": 12, "ts": 3497171.875, "dur": 4744.455337524414, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.744455337524414, "detail": "UnityEngine.Cubemap" } },
{ "pid": 1, "tid": 12, "ts": 3501917.48046875, "dur": 3982.326030731201, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.982326030731201, "detail": "UnityEngine.CubemapArray" } },
{ "pid": 1, "tid": 12, "ts": 3505900.634765625, "dur": 2032.362937927246, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.032362937927246, "detail": "UnityEngine.CullingGroup" } },
{ "pid": 1, "tid": 12, "ts": 3508065.185546875, "dur": 1109.3870401382446, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1093870401382446, "detail": "UnityEngine.CustomRenderTextureManager" } },
{ "pid": 1, "tid": 12, "ts": 3509175.537109375, "dur": 1034.2459678649902, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0342459678649902, "detail": "UnityEngine.CustomYieldInstruction" } },
{ "pid": 1, "tid": 12, "ts": 3510210.693359375, "dur": 1251.2710094451904, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2512710094451904, "detail": "UnityEngine.Sprites.DataUtility" } },
{ "pid": 1, "tid": 12, "ts": 3511482.666015625, "dur": 4905.617713928223, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.905617713928223, "detail": "UnityEngine.Debug" } },
{ "pid": 1, "tid": 12, "ts": 3516389.16015625, "dur": 1189.4360780715942, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1894360780715942, "detail": "UnityEngine.DebugLogHandler" } },
{ "pid": 1, "tid": 12, "ts": 3517579.58984375, "dur": 900.3430008888245, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9003430008888245, "detail": "UnityEngine.Profiling.Experimental.DebugScreenCapture" } },
{ "pid": 1, "tid": 12, "ts": 3518480.712890625, "dur": 445.5670118331909, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4455670118331909, "detail": "UnityEngine.DefaultExecutionOrder" } },
{ "pid": 1, "tid": 12, "ts": 3518940.673828125, "dur": 1391.2110328674316, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3912110328674316, "detail": "UnityEngine.Internal.DefaultValueAttribute" } },
{ "pid": 1, "tid": 12, "ts": 3520332.763671875, "dur": 1479.6139001846313, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4796139001846313, "detail": "UnityEngine.Experimental.GlobalIllumination.DirectionalLight" } },
{ "pid": 1, "tid": 12, "ts": 3521946.77734375, "dur": 1658.2460403442383, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6582460403442383, "detail": "UnityEngine.Experimental.GlobalIllumination.DiscLight" } },
{ "pid": 1, "tid": 12, "ts": 3523606.201171875, "dur": 3757.5371265411377, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.7575371265411377, "detail": "UnityEngine.Display" } },
{ "pid": 1, "tid": 12, "ts": 3527364.74609375, "dur": 414.0479862689972, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4140479862689972, "detail": "UnityEngine.DrivenRectTransformTracker" } },
{ "pid": 1, "tid": 12, "ts": 3528710.693359375, "dur": 430.9379756450653, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4309379756450653, "detail": "UnityEngine.FailedToLoadScriptObject" } },
{ "pid": 1, "tid": 12, "ts": 3529181.396484375, "dur": 1386.39497756958, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.38639497756958, "detail": "UnityEngine.Serialization.FormerlySerializedAsAttribute" } },
{ "pid": 1, "tid": 12, "ts": 3530639.892578125, "dur": 3111.279010772705, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.111279010772705, "detail": "UnityEngine.GameObject" } },
{ "pid": 1, "tid": 12, "ts": 3533927.001953125, "dur": 41570.491790771484, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 41.570491790771484, "detail": "UnityEngine.Gradient" } },
{ "pid": 1, "tid": 12, "ts": 3575529.541015625, "dur": 6691.402435302734, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.691402435302734, "detail": "UnityEngine.Experimental.Rendering.GraphicsFormatUtility" } },
{ "pid": 1, "tid": 12, "ts": 3582881.34765625, "dur": 2572.9739665985107, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5729739665985107, "detail": "UnityEngine.Events.InvokableCall" } },
{ "pid": 1, "tid": 12, "ts": 3585455.56640625, "dur": 3378.342866897583, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.378342866897583, "detail": "UnityEngine.Events.InvokableCallList" } },
{ "pid": 1, "tid": 12, "ts": 3589154.78515625, "dur": 3016.2930488586426, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0162930488586426, "detail": "UnityEngine.Rendering.LODParameters" } },
{ "pid": 1, "tid": 12, "ts": 3592172.36328125, "dur": 452.1609842777252, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4521609842777252, "detail": "UnityEngine.LayerMask" } },
{ "pid": 1, "tid": 12, "ts": 3592625.244140625, "dur": 1949.7549533843994, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9497549533843994, "detail": "UnityEngine.Light" } },
{ "pid": 1, "tid": 12, "ts": 3594576.171875, "dur": 1012.5490427017212, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0125490427017212, "detail": "UnityEngine.LightBakingOutput" } },
{ "pid": 1, "tid": 12, "ts": 3595590.087890625, "dur": 30999.317169189453, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 30.999317169189453, "detail": "UnityEngine.Experimental.GlobalIllumination.LightDataGI" } },
{ "pid": 1, "tid": 12, "ts": 3626832.763671875, "dur": 16349.187850952148, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.34918785095215, "detail": "UnityEngine.Experimental.GlobalIllumination.LightmapperUtils" } },
{ "pid": 1, "tid": 12, "ts": 3643183.837890625, "dur": 1489.1279935836792, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4891279935836792, "detail": "UnityEngine.Experimental.GlobalIllumination.Lightmapping" } },
{ "pid": 1, "tid": 12, "ts": 3644688.96484375, "dur": 5749.861717224121, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.749861717224121, "detail": "UnityEngine.Experimental.GlobalIllumination.LinearColor" } },
{ "pid": 1, "tid": 12, "ts": 3650692.3828125, "dur": 906.8570137023926, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9068570137023926, "detail": "UnityEngine.iOS.LocalNotification" } },
{ "pid": 1, "tid": 12, "ts": 3651632.568359375, "dur": 5894.1650390625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.8941650390625, "detail": "UnityEngine.Logger" } },
{ "pid": 1, "tid": 12, "ts": 3657671.630859375, "dur": 2270.573139190674, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.270573139190674, "detail": "UnityEngine.ManagedStreamHelpers" } },
{ "pid": 1, "tid": 12, "ts": 3659943.115234375, "dur": 8524.46174621582, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.52446174621582, "detail": "UnityEngine.Material" } },
{ "pid": 1, "tid": 12, "ts": 3668468.994140625, "dur": 617.5370216369629, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6175370216369629, "detail": "UnityEngine.Experimental.Playables.MaterialEffectPlayable" } },
{ "pid": 1, "tid": 12, "ts": 3669087.40234375, "dur": 12328.105926513672, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.328105926513672, "detail": "UnityEngine.Mathf" } },
{ "pid": 1, "tid": 12, "ts": 3681417.48046875, "dur": 632.860004901886, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.632860004901886, "detail": "UnityEngineInternal.MathfInternal" } },
{ "pid": 1, "tid": 12, "ts": 3682051.26953125, "dur": 12527.092933654785, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.527092933654785, "detail": "UnityEngine.Matrix4x4" } },
{ "pid": 1, "tid": 12, "ts": 3694581.0546875, "dur": 16445.255279541016, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.445255279541016, "detail": "UnityEngine.Profiling.Memory.Experimental.MemoryProfiler" } },
{ "pid": 1, "tid": 12, "ts": 3711027.587890625, "dur": 39992.26379394531, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 39.99226379394531, "detail": "UnityEngine.Mesh" } },
{ "pid": 1, "tid": 12, "ts": 3751494.873046875, "dur": 18724.695205688477, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.724695205688477, "detail": "UnityEngine.MonoBehaviour" } },
{ "pid": 1, "tid": 12, "ts": 3770502.9296875, "dur": 3516.817808151245, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.516817808151245, "detail": "UnityEngine.Scripting.APIUpdating.MovedFromAttributeData" } },
{ "pid": 1, "tid": 12, "ts": 3775257.8125, "dur": 40008.663177490234, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 40.008663177490234, "detail": "UnityEngine.Object" } },
{ "pid": 1, "tid": 12, "ts": 3815267.578125, "dur": 534.2410206794739, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5342410206794739, "detail": "UnityEngine.Rendering.OnDemandRendering" } },
{ "pid": 1, "tid": 12, "ts": 3815820.556640625, "dur": 9668.838500976562, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.668838500976562, "detail": "UnityEngine.Events.PersistentCall" } },
{ "pid": 1, "tid": 12, "ts": 3825490.72265625, "dur": 1638.9479637145996, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6389479637145996, "detail": "UnityEngine.Events.PersistentCallGroup" } },
{ "pid": 1, "tid": 12, "ts": 3827149.658203125, "dur": 2992.197036743164, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.992197036743164, "detail": "UnityEngine.Plane" } },
{ "pid": 1, "tid": 12, "ts": 3830143.06640625, "dur": 1322.361946105957, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.322361946105957, "detail": "UnityEngine.Playables.Playable" } },
{ "pid": 1, "tid": 12, "ts": 3831466.30859375, "dur": 1435.741901397705, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.435741901397705, "detail": "UnityEngine.Playables.PlayableAsset" } },
{ "pid": 1, "tid": 12, "ts": 3832903.076171875, "dur": 1290.1010513305664, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2901010513305664, "detail": "UnityEngine.Playables.PlayableBehaviour" } },
{ "pid": 1, "tid": 12, "ts": 3834194.091796875, "dur": 1226.3989448547363, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2263989448547363, "detail": "UnityEngine.Playables.PlayableBinding" } },
{ "pid": 1, "tid": 12, "ts": 3835447.998046875, "dur": 2569.195032119751, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.569195032119751, "detail": "UnityEngine.Playables.PlayableHandle" } },
{ "pid": 1, "tid": 12, "ts": 3838018.06640625, "dur": 1004.3219327926636, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0043219327926636, "detail": "UnityEngine.Playables.PlayableOutput" } },
{ "pid": 1, "tid": 12, "ts": 3839023.193359375, "dur": 2235.9440326690674, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2359440326690674, "detail": "UnityEngine.Playables.PlayableOutputHandle" } },
{ "pid": 1, "tid": 12, "ts": 3841260.009765625, "dur": 10626.110076904297, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.626110076904297, "detail": "UnityEngine.Networking.PlayerConnection.PlayerConnection" } },
{ "pid": 1, "tid": 12, "ts": 3851888.916015625, "dur": 3169.443130493164, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.169443130493164, "detail": "UnityEngine.PlayerConnectionInternal" } },
{ "pid": 1, "tid": 12, "ts": 3855059.5703125, "dur": 3715.3210639953613, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.7153210639953613, "detail": "UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents" } },
{ "pid": 1, "tid": 12, "ts": 3858775.634765625, "dur": 844.6360230445862, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8446360230445862, "detail": "UnityEngine.LowLevel.PlayerLoopSystem" } },
{ "pid": 1, "tid": 12, "ts": 3859876.953125, "dur": 1750.9030103683472, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7509030103683472, "detail": "UnityEngine.Experimental.GlobalIllumination.PointLight" } },
{ "pid": 1, "tid": 12, "ts": 3862241.2109375, "dur": 15890.141487121582, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.890141487121582, "detail": "UnityEngine.Quaternion" } },
{ "pid": 1, "tid": 12, "ts": 3878132.568359375, "dur": 1246.0440397262573, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2460440397262573, "detail": "UnityEngine.Random" } },
{ "pid": 1, "tid": 12, "ts": 3879575.927734375, "dur": 568.6500072479248, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5686500072479248, "detail": "UnityEngine.RangeInt" } },
{ "pid": 1, "tid": 12, "ts": 3880145.751953125, "dur": 2143.720865249634, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.143720865249634, "detail": "UnityEngine.Ray" } },
{ "pid": 1, "tid": 12, "ts": 3882309.5703125, "dur": 16058.248519897461, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.05824851989746, "detail": "UnityEngine.Rect" } },
{ "pid": 1, "tid": 12, "ts": 3898368.896484375, "dur": 3023.8850116729736, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0238850116729736, "detail": "UnityEngine.RectOffset" } },
{ "pid": 1, "tid": 12, "ts": 3901393.798828125, "dur": 7212.377071380615, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.212377071380615, "detail": "UnityEngine.RectTransform" } },
{ "pid": 1, "tid": 12, "ts": 3908607.177734375, "dur": 6159.84582901001, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.15984582901001, "detail": "UnityEngine.Experimental.GlobalIllumination.RectangleLight" } },
{ "pid": 1, "tid": 12, "ts": 3914768.310546875, "dur": 751.2920498847961, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7512920498847961, "detail": "UnityEngine.ReflectionProbe" } },
{ "pid": 1, "tid": 12, "ts": 3915538.0859375, "dur": 2268.6221599578857, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2686221599578857, "detail": "UnityEngine.Rendering.RenderPipeline" } },
{ "pid": 1, "tid": 12, "ts": 3917807.6171875, "dur": 5926.538944244385, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.926538944244385, "detail": "UnityEngine.Rendering.RenderPipelineAsset" } },
{ "pid": 1, "tid": 12, "ts": 3923735.107421875, "dur": 4305.248260498047, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.305248260498047, "detail": "UnityEngine.Rendering.RenderPipelineManager" } },
{ "pid": 1, "tid": 12, "ts": 3928060.05859375, "dur": 25354.45213317871, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 25.35445213317871, "detail": "UnityEngine.RenderTexture" } },
{ "pid": 1, "tid": 12, "ts": 3953417.96875, "dur": 222620.62072753906, "ph": "X", "name": "UnityEngine.CoreModule.cpp", "args": { "durationMS": 222.62062072753906, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 4177324.21875, "dur": 4732.88106918335, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 4.73288106918335, "detail": "AwaitUnsafeOnCompleted" } },
{ "pid": 1, "tid": 12, "ts": 4182058.10546875, "dur": 1224.674940109253, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.224674940109253, "detail": "AwaitUnsafeOnCompleted" } },
{ "pid": 1, "tid": 12, "ts": 4183283.69140625, "dur": 673.4380125999451, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6734380125999451, "detail": "Start" } },
{ "pid": 1, "tid": 12, "ts": 4183958.0078125, "dur": 1121.4640140533447, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1214640140533447, "detail": "AwaitUnsafeOnCompleted" } },
{ "pid": 1, "tid": 12, "ts": 4185080.56640625, "dur": 641.465961933136, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.641465961933136, "detail": "Start" } },
{ "pid": 1, "tid": 12, "ts": 4185723.6328125, "dur": 8421.66519165039, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 8.42166519165039, "detail": "CreateInstance" } },
{ "pid": 1, "tid": 12, "ts": 4194146.484375, "dur": 2782.3691368103027, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.7823691368103027, "detail": "AsReadOnly" } },
{ "pid": 1, "tid": 12, "ts": 4196930.6640625, "dur": 371.4489936828613, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37144899368286133, "detail": "AsReadOnly" } },
{ "pid": 1, "tid": 12, "ts": 4197303.22265625, "dur": 344.9779748916626, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3449779748916626, "detail": "AsReadOnly" } },
{ "pid": 1, "tid": 12, "ts": 4197649.90234375, "dur": 477.54400968551636, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47754400968551636, "detail": "BinarySearch" } },
{ "pid": 1, "tid": 12, "ts": 4198128.90625, "dur": 362.61099576950073, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36261099576950073, "detail": "BinarySearch" } },
{ "pid": 1, "tid": 12, "ts": 4198492.67578125, "dur": 409.2159867286682, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4092159867286682, "detail": "BinarySearch" } },
{ "pid": 1, "tid": 12, "ts": 4199185.05859375, "dur": 972.1669554710388, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9721669554710388, "detail": "BinarySearch" } },
{ "pid": 1, "tid": 12, "ts": 4200158.203125, "dur": 742.2980070114136, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7422980070114136, "detail": "BinarySearch" } },
{ "pid": 1, "tid": 12, "ts": 4200901.3671875, "dur": 1146.448016166687, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.146448016166687, "detail": "ConvertAll" } },
{ "pid": 1, "tid": 12, "ts": 4202796.38671875, "dur": 431.78898096084595, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43178898096084595, "detail": "Fill" } },
{ "pid": 1, "tid": 12, "ts": 4203228.515625, "dur": 917.1719551086426, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9171719551086426, "detail": "Fill" } },
{ "pid": 1, "tid": 12, "ts": 4204146.97265625, "dur": 887.8830075263977, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8878830075263977, "detail": "Find" } },
{ "pid": 1, "tid": 12, "ts": 4205035.64453125, "dur": 1286.821961402893, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.286821961402893, "detail": "FindAll" } },
{ "pid": 1, "tid": 12, "ts": 4206323.73046875, "dur": 404.0350019931793, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4040350019931793, "detail": "FindIndex" } },
{ "pid": 1, "tid": 12, "ts": 4206728.515625, "dur": 422.30597138404846, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.42230597138404846, "detail": "FindIndex" } },
{ "pid": 1, "tid": 12, "ts": 4207151.85546875, "dur": 944.985032081604, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.944985032081604, "detail": "FindIndex" } },
{ "pid": 1, "tid": 12, "ts": 4208098.14453125, "dur": 653.6719799041748, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6536719799041748, "detail": "FindLast" } },
{ "pid": 1, "tid": 12, "ts": 4208752.44140625, "dur": 455.9980034828186, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4559980034828186, "detail": "FindLastIndex" } },
{ "pid": 1, "tid": 12, "ts": 4209209.47265625, "dur": 442.72398948669434, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44272398948669434, "detail": "FindLastIndex" } },
{ "pid": 1, "tid": 12, "ts": 4209653.3203125, "dur": 1110.2880239486694, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1102880239486694, "detail": "FindLastIndex" } },
{ "pid": 1, "tid": 12, "ts": 4210764.6484375, "dur": 696.278989315033, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.696278989315033, "detail": "ForEach" } },
{ "pid": 1, "tid": 12, "ts": 4211720.21484375, "dur": 550.0330328941345, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5500330328941345, "detail": "IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4212271.97265625, "dur": 451.7990052700043, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4517990052700043, "detail": "IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4212724.609375, "dur": 766.0239934921265, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7660239934921265, "detail": "IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4213491.69921875, "dur": 680.7950139045715, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6807950139045715, "detail": "IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4214173.828125, "dur": 739.7279739379883, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7397279739379883, "detail": "IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4214914.55078125, "dur": 747.484028339386, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.747484028339386, "detail": "IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4215663.0859375, "dur": 902.4850130081177, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9024850130081177, "detail": "IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4216566.89453125, "dur": 829.2620182037354, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8292620182037354, "detail": "IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4217397.4609375, "dur": 731.6700220108032, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7316700220108032, "detail": "IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4218130.37109375, "dur": 699.36603307724, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.69936603307724, "detail": "IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4218830.56640625, "dur": 720.6680178642273, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7206680178642273, "detail": "IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4219552.734375, "dur": 755.2330493927002, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7552330493927002, "detail": "IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4220309.08203125, "dur": 727.1919846534729, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7271919846534729, "detail": "IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4221037.59765625, "dur": 829.5559883117676, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8295559883117676, "detail": "IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4221868.1640625, "dur": 757.9770088195801, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7579770088195801, "detail": "IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4222627.44140625, "dur": 662.1919870376587, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6621919870376587, "detail": "IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4223290.52734375, "dur": 704.2840123176575, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7042840123176575, "detail": "IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4223996.09375, "dur": 735.6199622154236, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7356199622154236, "detail": "IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4224732.421875, "dur": 474.7439920902252, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4747439920902252, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 12, "ts": 4225208.49609375, "dur": 385.6559991836548, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3856559991836548, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 12, "ts": 4225595.703125, "dur": 373.03999066352844, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37303999066352844, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 12, "ts": 4225970.21484375, "dur": 389.2899751663208, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3892899751663208, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 12, "ts": 4226360.3515625, "dur": 359.37899351119995, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35937899351119995, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 12, "ts": 4226720.703125, "dur": 385.7420086860657, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3857420086860657, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 12, "ts": 4227107.421875, "dur": 382.16400146484375, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38216400146484375, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 12, "ts": 4227490.72265625, "dur": 374.02498722076416, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37402498722076416, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 12, "ts": 4227865.72265625, "dur": 388.3049786090851, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3883049786090851, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 12, "ts": 4228255.37109375, "dur": 537.7179980278015, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5377179980278015, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 12, "ts": 4228793.9453125, "dur": 379.5599937438965, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3795599937438965, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 12, "ts": 4229174.8046875, "dur": 377.68399715423584, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37768399715423584, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 12, "ts": 4229553.22265625, "dur": 373.25698137283325, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37325698137283325, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 12, "ts": 4229927.734375, "dur": 377.1370053291321, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3771370053291321, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 12, "ts": 4230305.6640625, "dur": 383.2609951496124, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3832609951496124, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 12, "ts": 4230689.94140625, "dur": 482.78799653053284, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.48278799653053284, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 12, "ts": 4237532.2265625, "dur": 351.9800007343292, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3519800007343292, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 12, "ts": 4238535.15625, "dur": 3843.148946762085, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.843148946762085, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 12, "ts": 4242626.953125, "dur": 642.5690054893494, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6425690054893494, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 12, "ts": 4243513.18359375, "dur": 449.6150016784668, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4496150016784668, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 12, "ts": 4243963.8671875, "dur": 419.3270206451416, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4193270206451416, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 12, "ts": 4250375.9765625, "dur": 565.4209852218628, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5654209852218628, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 12, "ts": 4251216.796875, "dur": 335.457980632782, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.335457980632782, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 12, "ts": 4251553.7109375, "dur": 502.27898359298706, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5022789835929871, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 12, "ts": 4252316.89453125, "dur": 973.1119871139526, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9731119871139526, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 12, "ts": 4253291.50390625, "dur": 665.5960083007812, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6655960083007812, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 12, "ts": 4253958.0078125, "dur": 346.87697887420654, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34687697887420654, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 12, "ts": 4254306.15234375, "dur": 339.61600065231323, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.33961600065231323, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 12, "ts": 4254646.484375, "dur": 1527.6070833206177, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.5276070833206177, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 12, "ts": 4256482.421875, "dur": 954.3399810791016, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9543399810791016, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4257437.5, "dur": 882.5759887695312, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8825759887695312, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4258321.2890625, "dur": 3246.093988418579, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.246093988418579, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4261568.359375, "dur": 12729.484558105469, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 12.729484558105469, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4274299.31640625, "dur": 730.9780120849609, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7309780120849609, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4275031.25, "dur": 824.4869709014893, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8244869709014893, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4275856.93359375, "dur": 707.2179913520813, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7072179913520813, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4276564.94140625, "dur": 697.6860165596008, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6976860165596008, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4277263.671875, "dur": 846.6989994049072, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8466989994049072, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4278111.328125, "dur": 1558.9510202407837, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.5589510202407837, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4279671.38671875, "dur": 760.5429887771606, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7605429887771606, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4280433.10546875, "dur": 711.0949754714966, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7110949754714966, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4281145.01953125, "dur": 794.7139739990234, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7947139739990234, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4281941.40625, "dur": 653.4619927406311, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6534619927406311, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4282595.703125, "dur": 717.3340320587158, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7173340320587158, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4283313.96484375, "dur": 736.3390326499939, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7363390326499939, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4284051.26953125, "dur": 736.965000629425, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.736965000629425, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4284789.55078125, "dur": 28209.135055541992, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 28.209135055541992, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4313000, "dur": 5523.096084594727, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 5.523096084594727, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4318524.4140625, "dur": 1470.3879356384277, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.4703879356384277, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4319996.09375, "dur": 716.6609764099121, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7166609764099121, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4320713.8671875, "dur": 697.331964969635, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.697331964969635, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4321412.109375, "dur": 684.8199963569641, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6848199963569641, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4322098.14453125, "dur": 1497.9370832443237, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.4979370832443237, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4323597.16796875, "dur": 1023.3080387115479, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0233080387115479, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4324622.55859375, "dur": 935.8499646186829, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9358499646186829, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4325559.5703125, "dur": 742.3949837684631, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7423949837684631, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4326303.22265625, "dur": 738.4480237960815, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7384480237960815, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4327042.48046875, "dur": 921.5219616889954, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9215219616889954, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4327965.33203125, "dur": 1076.8839120864868, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0768839120864868, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4329042.96875, "dur": 1028.190016746521, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.028190016746521, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4330072.265625, "dur": 705.1829695701599, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7051829695701599, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4330778.3203125, "dur": 735.4320287704468, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7354320287704468, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4331514.6484375, "dur": 711.7859721183777, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7117859721183777, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4332227.5390625, "dur": 703.7420272827148, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7037420272827148, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4332932.6171875, "dur": 689.3459558486938, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6893459558486938, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4333623.53515625, "dur": 709.011971950531, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.709011971950531, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4334333.49609375, "dur": 718.8140153884888, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7188140153884888, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4335053.22265625, "dur": 695.4879760742188, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6954879760742188, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4335749.51171875, "dur": 716.0650491714478, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7160650491714478, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4336467.28515625, "dur": 785.9640121459961, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7859640121459961, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4337254.39453125, "dur": 815.3379559516907, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8153379559516907, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4338070.80078125, "dur": 750.1789927482605, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7501789927482605, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4338822.265625, "dur": 694.6250200271606, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6946250200271606, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4339518.06640625, "dur": 12603.767395019531, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 12.603767395019531, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4352123.53515625, "dur": 689.5429491996765, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6895429491996765, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4352813.96484375, "dur": 710.411012172699, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.710411012172699, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4353525.390625, "dur": 701.1200189590454, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7011200189590454, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4354227.5390625, "dur": 682.6330423355103, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6826330423355103, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4354910.64453125, "dur": 686.6040229797363, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6866040229797363, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4355598.14453125, "dur": 712.5759720802307, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7125759720802307, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4356312.01171875, "dur": 674.9189496040344, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6749189496040344, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4356988.28125, "dur": 706.0099840164185, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7060099840164185, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4357695.3125, "dur": 703.935980796814, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.703935980796814, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4358399.90234375, "dur": 712.1869921684265, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7121869921684265, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4359113.28125, "dur": 702.131986618042, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.702131986618042, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4359816.89453125, "dur": 694.9679851531982, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6949679851531982, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4360512.6953125, "dur": 701.619029045105, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.701619029045105, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4361215.33203125, "dur": 9143.471717834473, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 9.143471717834473, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4370360.3515625, "dur": 783.6090326309204, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7836090326309204, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4371145.5078125, "dur": 853.9130091667175, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8539130091667175, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4372000, "dur": 790.2849912643433, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7902849912643433, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4372791.50390625, "dur": 762.8709673881531, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7628709673881531, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4373555.17578125, "dur": 775.7610082626343, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7757610082626343, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4374332.03125, "dur": 700.8900046348572, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7008900046348572, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4375034.1796875, "dur": 685.6669783592224, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6856669783592224, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4375720.703125, "dur": 682.5979948043823, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6825979948043823, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4376404.296875, "dur": 699.3319392204285, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6993319392204285, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4377104.4921875, "dur": 827.9980421066284, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8279980421066284, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 12, "ts": 4377933.59375, "dur": 396.8940079212189, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39689400792121887, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4378331.54296875, "dur": 373.4910190105438, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3734910190105438, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4378706.0546875, "dur": 370.93600630760193, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37093600630760193, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4379078.125, "dur": 361.63002252578735, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36163002252578735, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4379440.4296875, "dur": 379.4969916343689, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3794969916343689, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4379820.80078125, "dur": 5589.10608291626, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 5.58910608291626, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4385411.62109375, "dur": 401.1490046977997, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4011490046977997, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4385813.4765625, "dur": 490.43598771095276, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.49043598771095276, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4386305.17578125, "dur": 398.7849950790405, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3987849950790405, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4386705.078125, "dur": 368.50300431251526, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36850300431251526, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4387073.73046875, "dur": 17458.633422851562, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 17.458633422851562, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4404534.1796875, "dur": 445.57300209999084, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44557300209999084, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4405645.5078125, "dur": 341.68198704719543, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34168198704719543, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4405988.28125, "dur": 337.42401003837585, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.33742401003837585, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4406326.171875, "dur": 333.7000012397766, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3337000012397766, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4406987.79296875, "dur": 342.9020047187805, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3429020047187805, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4407331.0546875, "dur": 350.26201605796814, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35026201605796814, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4407682.6171875, "dur": 346.89798951148987, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34689798951148987, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4408030.76171875, "dur": 341.5660262107849, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3415660262107849, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4408373.53515625, "dur": 343.4160053730011, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3434160053730011, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4410330.078125, "dur": 680.616021156311, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.680616021156311, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4411011.71875, "dur": 342.7889943122864, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3427889943122864, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4411355.46875, "dur": 352.4390161037445, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3524390161037445, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4411708.984375, "dur": 352.3310124874115, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3523310124874115, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4412062.5, "dur": 2598.8008975982666, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.5988008975982666, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4414662.109375, "dur": 859.0899705886841, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8590899705886841, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4415522.4609375, "dur": 390.6230032444, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3906230032444, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4415914.0625, "dur": 336.5980088710785, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3365980088710785, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4416251.953125, "dur": 366.88700318336487, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36688700318336487, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4416620.1171875, "dur": 453.02000641822815, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45302000641822815, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4417073.73046875, "dur": 351.18597745895386, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35118597745895386, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4417426.26953125, "dur": 453.16997170448303, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45316997170448303, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4417880.37109375, "dur": 359.2419922351837, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3592419922351837, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4418240.72265625, "dur": 347.0489978790283, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3470489978790283, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4418588.8671875, "dur": 340.83297848701477, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34083297848701477, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4419551.26953125, "dur": 377.036988735199, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.377036988735199, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4420558.59375, "dur": 365.11099338531494, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36511099338531494, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4421241.69921875, "dur": 340.6890034675598, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3406890034675598, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4421612.3046875, "dur": 358.8770031929016, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3588770031929016, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4421971.6796875, "dur": 341.4649963378906, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3414649963378906, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4422314.94140625, "dur": 488.24799060821533, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.48824799060821533, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4422803.7109375, "dur": 337.2209966182709, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3372209966182709, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4423761.71875, "dur": 759.3530416488647, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7593530416488647, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4424522.4609375, "dur": 335.5560004711151, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3355560004711151, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4425505.37109375, "dur": 3751.786947250366, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.751786947250366, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4429259.27734375, "dur": 485.910028219223, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.485910028219223, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4429746.09375, "dur": 348.28999638557434, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34828999638557434, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4430095.21484375, "dur": 353.9619743824005, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3539619743824005, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4430450.1953125, "dur": 345.80197930336, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34580197930336, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4430797.36328125, "dur": 524.8349905014038, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5248349905014038, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4431323.2421875, "dur": 348.4959900379181, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3484959900379181, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4431672.8515625, "dur": 344.1449999809265, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3441449999809265, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 12, "ts": 4432300.29296875, "dur": 532.6449871063232, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5326449871063232, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 12, "ts": 4433808.10546875, "dur": 720.3609943389893, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7203609943389893, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 12, "ts": 4434529.78515625, "dur": 747.3250031471252, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7473250031471252, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 12, "ts": 4435552.734375, "dur": 858.7650060653687, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8587650060653687, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 12, "ts": 4437153.3203125, "dur": 2967.6389694213867, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.9676389694213867, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 12, "ts": 4440446.2890625, "dur": 872.6520538330078, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8726520538330078, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 12, "ts": 4441651.85546875, "dur": 351.7239987850189, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3517239987850189, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 12, "ts": 4442004.8828125, "dur": 3144.5438861846924, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.1445438861846924, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 12, "ts": 4446474.12109375, "dur": 664.1159653663635, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6641159653663635, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 12, "ts": 4447138.671875, "dur": 8187.7851486206055, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 8.187785148620605, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 12, "ts": 4456791.015625, "dur": 354.49299216270447, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35449299216270447, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 12, "ts": 4459330.56640625, "dur": 409.37501192092896, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40937501192092896, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 12, "ts": 4460467.28515625, "dur": 442.7559971809387, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4427559971809387, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 12, "ts": 4461852.05078125, "dur": 468.0210053920746, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4680210053920746, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 12, "ts": 4462578.125, "dur": 355.22201657295227, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35522201657295227, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 12, "ts": 4462934.5703125, "dur": 18982.71942138672, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 18.98271942138672, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 12, "ts": 4484997.55859375, "dur": 492.8849935531616, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4928849935531616, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4485492.67578125, "dur": 458.06097984313965, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45806097984313965, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4485952.1484375, "dur": 534.7070097923279, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5347070097923279, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4486488.28125, "dur": 480.8669984340668, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4808669984340668, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4486970.703125, "dur": 503.76999378204346, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5037699937820435, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4487475.5859375, "dur": 467.9799973964691, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4679799973964691, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4487945.80078125, "dur": 505.79696893692017, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5057969689369202, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4488455.078125, "dur": 458.49698781967163, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45849698781967163, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4488914.55078125, "dur": 477.5580167770386, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4775580167770386, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4489393.06640625, "dur": 476.6099750995636, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4766099750995636, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4489871.58203125, "dur": 470.3870117664337, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4703870117664337, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4490342.28515625, "dur": 462.24701404571533, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46224701404571533, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4490805.6640625, "dur": 578.1029462814331, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5781029462814331, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4491384.765625, "dur": 417.71000623703003, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41771000623703003, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4491804.19921875, "dur": 18433.85887145996, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 18.43385887145996, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4510238.76953125, "dur": 2392.500877380371, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.392500877380371, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4512632.32421875, "dur": 524.9139666557312, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5249139666557312, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4513158.203125, "dur": 1207.8790664672852, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2078790664672852, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4514367.67578125, "dur": 835.2890014648438, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8352890014648438, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4515203.61328125, "dur": 417.07101464271545, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41707101464271545, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4515621.58203125, "dur": 582.5240612030029, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5825240612030029, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4516206.0546875, "dur": 665.4250025749207, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6654250025749207, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4516872.0703125, "dur": 629.8369765281677, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6298369765281677, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4517503.41796875, "dur": 549.3820309638977, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5493820309638977, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4518053.7109375, "dur": 413.59803080558777, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41359803080558777, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4518468.26171875, "dur": 773.792028427124, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.773792028427124, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4519243.1640625, "dur": 524.2109894752502, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5242109894752502, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4519768.5546875, "dur": 784.2130064964294, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7842130064964294, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4520553.22265625, "dur": 510.72096824645996, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.51072096824646, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4521065.4296875, "dur": 409.63298082351685, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40963298082351685, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4521476.07421875, "dur": 2381.6440105438232, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.3816440105438232, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4523859.375, "dur": 385.3349983692169, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3853349983692169, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4524245.1171875, "dur": 390.980988740921, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.390980988740921, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4524638.18359375, "dur": 415.92100262641907, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41592100262641907, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4525054.19921875, "dur": 410.0239872932434, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4100239872932434, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4525466.30859375, "dur": 405.92098236083984, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40592098236083984, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4525873.046875, "dur": 6622.458934783936, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 6.6224589347839355, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4532496.58203125, "dur": 684.1229796409607, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6841229796409607, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4533181.640625, "dur": 436.58098578453064, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43658098578453064, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4533619.62890625, "dur": 420.7870066165924, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4207870066165924, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4534041.50390625, "dur": 410.3190004825592, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4103190004825592, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4534453.125, "dur": 411.91500425338745, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41191500425338745, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4534865.72265625, "dur": 416.8590009212494, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4168590009212494, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4535283.69140625, "dur": 418.25899481773376, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41825899481773376, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4535703.125, "dur": 415.84300994873047, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41584300994873047, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4536120.60546875, "dur": 418.4409976005554, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4184409976005554, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4536540.0390625, "dur": 416.50497913360596, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41650497913360596, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4536957.03125, "dur": 21222.517013549805, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 21.222517013549805, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4558180.6640625, "dur": 422.4979877471924, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4224979877471924, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4558604.4921875, "dur": 420.37099599838257, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.42037099599838257, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4559025.87890625, "dur": 571.0780024528503, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5710780024528503, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4559598.14453125, "dur": 403.75298261642456, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40375298261642456, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4560003.41796875, "dur": 418.69500279426575, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41869500279426575, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4560422.36328125, "dur": 556.8940043449402, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5568940043449402, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4560980.46875, "dur": 437.0270073413849, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4370270073413849, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4561418.9453125, "dur": 665.3319597244263, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6653319597244263, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4562084.47265625, "dur": 1350.9880304336548, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3509880304336548, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4563437.01171875, "dur": 410.91200709342957, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41091200709342957, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4563849.12109375, "dur": 544.0049767494202, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5440049767494202, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4564394.04296875, "dur": 5267.2119140625, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 5.2672119140625, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4569662.109375, "dur": 414.99200463294983, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41499200463294983, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4570078.61328125, "dur": 479.11298274993896, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47911298274993896, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4570559.5703125, "dur": 498.91600012779236, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.49891600012779236, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4571060.05859375, "dur": 458.33200216293335, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45833200216293335, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4571519.04296875, "dur": 2891.6800022125244, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.8916800022125244, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4574412.109375, "dur": 420.76602578163147, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.42076602578163147, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4574834.47265625, "dur": 2125.458002090454, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.125458002090454, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4576960.9375, "dur": 415.4070019721985, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4154070019721985, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4577377.44140625, "dur": 2258.267879486084, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.258267879486084, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 12, "ts": 4579636.71875, "dur": 381.7479908466339, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3817479908466339, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4580019.53125, "dur": 384.2780292034149, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3842780292034149, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4580404.78515625, "dur": 371.3720142841339, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3713720142841339, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4580777.83203125, "dur": 367.326021194458, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.367326021194458, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4581145.5078125, "dur": 377.608984708786, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.377608984708786, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4581523.92578125, "dur": 359.53599214553833, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35953599214553833, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4581884.27734375, "dur": 355.75398802757263, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35575398802757263, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4582241.69921875, "dur": 398.4529972076416, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3984529972076416, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4582640.625, "dur": 430.43598532676697, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43043598532676697, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4583072.265625, "dur": 416.17199778556824, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41617199778556824, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4583489.2578125, "dur": 365.3450012207031, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3653450012207031, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4583855.95703125, "dur": 365.2470111846924, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3652470111846924, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4584221.6796875, "dur": 358.59397053718567, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35859397053718567, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4584581.54296875, "dur": 379.4790208339691, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3794790208339691, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4584961.42578125, "dur": 364.8780286312103, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3648780286312103, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4585327.63671875, "dur": 7170.037746429443, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 7.170037746429443, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4592501.953125, "dur": 2049.6180057525635, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.0496180057525635, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4594552.734375, "dur": 575.2829909324646, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5752829909324646, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4595129.39453125, "dur": 400.2169966697693, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4002169966697693, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4595530.76171875, "dur": 395.7270085811615, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3957270085811615, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4595927.24609375, "dur": 732.3819994926453, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7323819994926453, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4596661.1328125, "dur": 467.52700209617615, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46752700209617615, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4597129.8828125, "dur": 404.3950140476227, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4043950140476227, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4597535.64453125, "dur": 407.59801864624023, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40759801864624023, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4597943.84765625, "dur": 393.220990896225, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.393220990896225, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4598338.8671875, "dur": 399.9539911746979, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3999539911746979, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4598739.2578125, "dur": 394.26499605178833, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39426499605178833, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4599134.765625, "dur": 388.73401284217834, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38873401284217834, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4599523.92578125, "dur": 390.74400067329407, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39074400067329407, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4599916.9921875, "dur": 377.05299258232117, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37705299258232117, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4600294.921875, "dur": 384.24399495124817, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38424399495124817, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4600680.17578125, "dur": 379.5680105686188, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3795680105686188, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4601060.05859375, "dur": 385.65200567245483, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38565200567245483, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4601446.77734375, "dur": 388.0230188369751, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3880230188369751, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4601836.42578125, "dur": 388.2499933242798, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3882499933242798, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4602225.09765625, "dur": 404.4620096683502, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4044620096683502, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4602630.859375, "dur": 366.8479919433594, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3668479919433594, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4602998.53515625, "dur": 369.39698457717896, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36939698457717896, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4603369.140625, "dur": 394.1760063171387, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39417600631713867, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4603764.6484375, "dur": 389.2049789428711, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3892049789428711, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4604155.2734375, "dur": 410.5219841003418, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4105219841003418, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4604566.89453125, "dur": 394.77699995040894, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39477699995040894, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4604962.40234375, "dur": 388.1619870662689, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3881619870662689, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4605351.5625, "dur": 405.5139720439911, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4055139720439911, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4605757.8125, "dur": 593.8529968261719, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5938529968261719, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4606353.02734375, "dur": 403.8349986076355, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4038349986076355, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4606757.8125, "dur": 437.90701031684875, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43790701031684875, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4607196.2890625, "dur": 389.9569809436798, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3899569809436798, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4607587.890625, "dur": 386.34300231933594, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38634300231933594, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4607975.5859375, "dur": 361.2019717693329, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3612019717693329, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4608337.40234375, "dur": 384.2819929122925, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3842819929122925, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4608722.65625, "dur": 391.07900857925415, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39107900857925415, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4609114.74609375, "dur": 389.380007982254, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38938000798225403, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4609505.37109375, "dur": 382.40301609039307, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38240301609039307, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4609888.671875, "dur": 590.9839868545532, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5909839868545532, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4610480.46875, "dur": 403.69200706481934, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40369200706481934, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4610885.25390625, "dur": 388.67297768592834, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38867297768592834, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4611275.390625, "dur": 672.0149517059326, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6720149517059326, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4611948.73046875, "dur": 385.6399953365326, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3856399953365326, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4612334.9609375, "dur": 556.8900108337402, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5568900108337402, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4612893.5546875, "dur": 368.2650029659271, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3682650029659271, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4613262.6953125, "dur": 392.4329876899719, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3924329876899719, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4613656.25, "dur": 376.65799260139465, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37665799260139465, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4614033.203125, "dur": 383.419007062912, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.383419007062912, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4614417.96875, "dur": 379.7509968280792, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3797509968280792, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4614798.33984375, "dur": 413.2010042667389, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4132010042667389, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4615212.40234375, "dur": 442.16999411582947, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44216999411582947, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4615655.76171875, "dur": 487.0060086250305, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4870060086250305, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4616144.04296875, "dur": 465.20301699638367, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46520301699638367, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4616610.83984375, "dur": 1277.1090269088745, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2771090269088745, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4617888.671875, "dur": 963.0770087242126, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9630770087242126, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4618853.02734375, "dur": 1312.8470182418823, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3128470182418823, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4620166.9921875, "dur": 2803.8330078125, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.8038330078125, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4622971.6796875, "dur": 1234.1738939285278, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2341738939285278, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4624207.03125, "dur": 1016.5139436721802, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0165139436721802, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4625224.609375, "dur": 1013.064980506897, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.013064980506897, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4626239.2578125, "dur": 9339.615821838379, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 9.339615821838379, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4635580.078125, "dur": 18249.662399291992, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 18.249662399291992, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4653831.54296875, "dur": 1066.2269592285156, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0662269592285156, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4654899.4140625, "dur": 950.0179886817932, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9500179886817932, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4655850.09765625, "dur": 856.8570017814636, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8568570017814636, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4656708.0078125, "dur": 942.566990852356, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.942566990852356, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4657651.85546875, "dur": 994.3719506263733, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9943719506263733, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4658646.97265625, "dur": 973.8450050354004, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9738450050354004, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4659622.0703125, "dur": 982.7699661254883, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9827699661254883, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4660605.95703125, "dur": 1002.7530193328857, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0027530193328857, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4661609.86328125, "dur": 950.6309628486633, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9506309628486633, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4662562.98828125, "dur": 903.2440185546875, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9032440185546875, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4663466.796875, "dur": 866.025984287262, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.866025984287262, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4664334.47265625, "dur": 968.3699607849121, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9683699607849121, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4665303.7109375, "dur": 989.3890023231506, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9893890023231506, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4666294.43359375, "dur": 832.1999907493591, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8321999907493591, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4667127.9296875, "dur": 848.414957523346, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.848414957523346, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4667977.05078125, "dur": 875.2480149269104, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8752480149269104, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4668853.515625, "dur": 883.3240270614624, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8833240270614624, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4669737.79296875, "dur": 1267.5939798355103, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2675939798355103, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4671006.34765625, "dur": 943.0680274963379, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9430680274963379, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4671951.171875, "dur": 991.0069704055786, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9910069704055786, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4672943.84765625, "dur": 613.5160326957703, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6135160326957703, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4673557.6171875, "dur": 1442.823052406311, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.442823052406311, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4675001.46484375, "dur": 1011.1000537872314, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0111000537872314, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4676014.16015625, "dur": 1031.6309928894043, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0316309928894043, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4677046.875, "dur": 1144.8689699172974, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1448689699172974, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4678192.3828125, "dur": 889.693021774292, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.889693021774292, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4679083.984375, "dur": 1028.473973274231, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.028473973274231, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4680112.79296875, "dur": 1333.541989326477, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.333541989326477, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4681447.75390625, "dur": 1220.8930253982544, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2208930253982544, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4682669.43359375, "dur": 971.7550277709961, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9717550277709961, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4683642.578125, "dur": 705.0480246543884, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7050480246543884, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4684348.14453125, "dur": 18910.45570373535, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 18.91045570373535, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4703260.7421875, "dur": 936.847984790802, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.936847984790802, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4704198.73046875, "dur": 1211.9449377059937, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2119449377059937, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4705412.109375, "dur": 1601.997971534729, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.601997971534729, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4707015.13671875, "dur": 775.7819890975952, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7757819890975952, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4707791.50390625, "dur": 538.4960174560547, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5384960174560547, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4708331.54296875, "dur": 628.8300156593323, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6288300156593323, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4708961.42578125, "dur": 508.6910128593445, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5086910128593445, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4709471.19140625, "dur": 498.1040060520172, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4981040060520172, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4709970.21484375, "dur": 599.4799733161926, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5994799733161926, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4710569.82421875, "dur": 518.779993057251, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.518779993057251, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4711089.35546875, "dur": 514.3719911575317, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5143719911575317, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4711604.98046875, "dur": 978.7970185279846, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9787970185279846, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4712584.47265625, "dur": 676.2140393257141, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6762140393257141, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4713261.71875, "dur": 508.85796546936035, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5088579654693604, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4713771.484375, "dur": 588.0110263824463, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5880110263824463, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4714360.3515625, "dur": 547.4609732627869, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5474609732627869, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4714909.1796875, "dur": 783.0570340156555, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7830570340156555, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4715693.84765625, "dur": 644.6549892425537, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6446549892425537, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4716338.37890625, "dur": 515.513002872467, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.515513002872467, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4716855.46875, "dur": 793.0269837379456, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7930269837379456, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4717649.4140625, "dur": 860.7950210571289, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8607950210571289, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4718511.71875, "dur": 816.5639638900757, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8165639638900757, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4719329.1015625, "dur": 1042.0759916305542, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0420759916305542, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4720372.55859375, "dur": 1227.4649143218994, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2274649143218994, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4721601.5625, "dur": 1466.0160541534424, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.4660160541534424, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4723069.3359375, "dur": 1451.5399932861328, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.4515399932861328, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4724522.94921875, "dur": 929.2880296707153, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9292880296707153, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4725452.63671875, "dur": 991.4029836654663, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9914029836654663, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 12, "ts": 4728309.08203125, "dur": 338.9959931373596, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3389959931373596, "detail": "InternalArray__Insert" } },
{ "pid": 1, "tid": 12, "ts": 4728912.109375, "dur": 346.11600637435913, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34611600637435913, "detail": "InternalArray__Insert" } },
{ "pid": 1, "tid": 12, "ts": 4729430.6640625, "dur": 485.1450026035309, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4851450026035309, "detail": "InternalArray__Insert" } },
{ "pid": 1, "tid": 12, "ts": 4737279.296875, "dur": 543.7880158424377, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5437880158424377, "detail": "InternalArray__Insert" } },
{ "pid": 1, "tid": 12, "ts": 4739654.78515625, "dur": 350.99002718925476, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35099002718925476, "detail": "InternalArray__Insert" } },
{ "pid": 1, "tid": 12, "ts": 4740791.9921875, "dur": 450.27801394462585, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45027801394462585, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4741243.1640625, "dur": 447.4320113658905, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4474320113658905, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4741692.87109375, "dur": 431.94201588630676, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43194201588630676, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 12, "ts": 4742127.9296875, "dur": 56566.768646240234, "ph": "X", "name": "GenericMethods.cpp", "args": { "durationMS": 56.566768646240234, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 4798778.3203125, "dur": 352.28800773620605, "ph": "X", "name": "Idle", "args": { "durationMS": 0.35228800773620605, "detail": "" } },
{ "pid": 1, "tid": 11, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 11, "ts": 1581718.3837890625, "dur": 21988.943099975586, "ph": "X", "name": "Idle", "args": { "durationMS": 21.988943099975586, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 1613646.8505859375, "dur": 5323.347091674805, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 5.323347091674805, "detail": "mscorlib" } },
{ "pid": 1, "tid": 11, "ts": 1620276.4892578125, "dur": 326716.6748046875, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 326.7166748046875, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 11, "ts": 1621847.2900390625, "dur": 325144.71435546875, "ph": "X", "name": "Mono.Security_Attr.cpp", "args": { "durationMS": 325.14471435546875, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 1950343.994140625, "dur": 10935.152053833008, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 10.935152053833008, "detail": "UnityEngine.GridModule" } },
{ "pid": 1, "tid": 11, "ts": 1950475.830078125, "dur": 10802.847862243652, "ph": "X", "name": "UnityEngine.GridModule_Attr.cpp", "args": { "durationMS": 10.802847862243652, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 1961281.8603515625, "dur": 6966.693878173828, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 6.966693878173828, "detail": "UnityEngine.PhysicsModule" } },
{ "pid": 1, "tid": 11, "ts": 1961347.5341796875, "dur": 6900.496959686279, "ph": "X", "name": "UnityEngine.PhysicsModule_Attr.cpp", "args": { "durationMS": 6.900496959686279, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 1968250.9765625, "dur": 45869.15969848633, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 45.86915969848633, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 11, "ts": 1968266.845703125, "dur": 45852.89764404297, "ph": "X", "name": "UnityEngine.UI_Attr.cpp", "args": { "durationMS": 45.85289764404297, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 2017247.802734375, "dur": 1004.7240257263184, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0047240257263184, "detail": "System.Linq.Enumerable" } },
{ "pid": 1, "tid": 11, "ts": 2018253.7841796875, "dur": 25324.804306030273, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 25.324804306030273, "detail": "System.Linq.Error" } },
{ "pid": 1, "tid": 11, "ts": 2043581.298828125, "dur": 8816.468238830566, "ph": "X", "name": "System.Core.cpp", "args": { "durationMS": 8.816468238830566, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 2052448.73046875, "dur": 7273.781299591064, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.2737812995910645, "detail": "UnityEngine.ImageConversion" } },
{ "pid": 1, "tid": 11, "ts": 2059725.341796875, "dur": 1380.31005859375, "ph": "X", "name": "UnityEngine.ImageConversionModule.cpp", "args": { "durationMS": 1.38031005859375, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 2061126.953125, "dur": 39841.6862487793, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 39.8416862487793, "detail": "System.DateTimeRawInfo" } },
{ "pid": 1, "tid": 11, "ts": 2100969.482421875, "dur": 1424.8669147491455, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4248669147491455, "detail": "System.DateTimeResult" } },
{ "pid": 1, "tid": 11, "ts": 2102588.37890625, "dur": 2673.9799976348877, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6739799976348877, "detail": "System.Diagnostics.Debugger" } },
{ "pid": 1, "tid": 11, "ts": 2106284.1796875, "dur": 365.3079867362976, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3653079867362976, "detail": "System.Diagnostics.DebuggerTypeProxyAttribute" } },
{ "pid": 1, "tid": 11, "ts": 2106650.390625, "dur": 25937.22152709961, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 25.93722152709961, "detail": "System.Decimal" } },
{ "pid": 1, "tid": 11, "ts": 2132588.37890625, "dur": 366.66300892829895, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.36666300892829895, "detail": "System.Runtime.CompilerServices.DecimalConstantAttribute" } },
{ "pid": 1, "tid": 11, "ts": 2132956.0546875, "dur": 3311.664819717407, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.3116648197174072, "detail": "System.Text.Decoder" } },
{ "pid": 1, "tid": 11, "ts": 2136268.5546875, "dur": 443.5110092163086, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4435110092163086, "detail": "System.Text.DecoderExceptionFallback" } },
{ "pid": 1, "tid": 11, "ts": 2136712.890625, "dur": 1852.0640134811401, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8520640134811401, "detail": "System.Text.DecoderExceptionFallbackBuffer" } },
{ "pid": 1, "tid": 11, "ts": 2138565.91796875, "dur": 2093.3330059051514, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0933330059051514, "detail": "System.Text.DecoderFallback" } },
{ "pid": 1, "tid": 11, "ts": 2140660.15625, "dur": 29158.924102783203, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 29.158924102783203, "detail": "System.Text.DecoderFallbackBuffer" } },
{ "pid": 1, "tid": 11, "ts": 2169819.82421875, "dur": 717.7349925041199, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7177349925041199, "detail": "System.Text.DecoderFallbackException" } },
{ "pid": 1, "tid": 11, "ts": 2170538.57421875, "dur": 6983.582019805908, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.983582019805908, "detail": "System.Text.DecoderNLS" } },
{ "pid": 1, "tid": 11, "ts": 2177523.193359375, "dur": 2329.442024230957, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.329442024230957, "detail": "System.Text.DecoderReplacementFallback" } },
{ "pid": 1, "tid": 11, "ts": 2179853.271484375, "dur": 9276.363372802734, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.276363372802734, "detail": "System.Text.DecoderReplacementFallbackBuffer" } },
{ "pid": 1, "tid": 11, "ts": 2189130.37109375, "dur": 64954.72717285156, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 64.95472717285156, "detail": "System.DefaultBinder" } },
{ "pid": 1, "tid": 11, "ts": 2254620.1171875, "dur": 19833.044052124023, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 19.833044052124023, "detail": "System.Delegate" } },
{ "pid": 1, "tid": 11, "ts": 2274588.623046875, "dur": 6214.159965515137, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.214159965515137, "detail": "System.DelegateSerializationHolder" } },
{ "pid": 1, "tid": 11, "ts": 2280803.955078125, "dur": 559.0599775314331, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5590599775314331, "detail": "System.Runtime.Serialization.DeserializationEventHandler" } },
{ "pid": 1, "tid": 11, "ts": 2281364.2578125, "dur": 1598.960041999817, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.598960041999817, "detail": "System.Collections.DictionaryEntry" } },
{ "pid": 1, "tid": 11, "ts": 2282963.8671875, "dur": 376.1710226535797, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3761710226535797, "detail": "System.Collections.Generic.DictionaryHashHelpers" } },
{ "pid": 1, "tid": 11, "ts": 2283341.064453125, "dur": 26291.35513305664, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 26.29135513305664, "detail": "System.IO.Directory" } },
{ "pid": 1, "tid": 11, "ts": 2309633.30078125, "dur": 9056.88762664795, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.05688762664795, "detail": "System.IO.DirectoryInfo" } },
{ "pid": 1, "tid": 11, "ts": 2318690.91796875, "dur": 676.485002040863, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.676485002040863, "detail": "System.IO.DirectoryNotFoundException" } },
{ "pid": 1, "tid": 11, "ts": 2319570.80078125, "dur": 493.6460256576538, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4936460256576538, "detail": "System.Runtime.Remoting.DisposerReplySink" } },
{ "pid": 1, "tid": 11, "ts": 2320065.4296875, "dur": 580.1189541816711, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5801189541816711, "detail": "System.DivideByZeroException" } },
{ "pid": 1, "tid": 11, "ts": 2320646.240234375, "dur": 3051.1090755462646, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0511090755462646, "detail": "System.Runtime.InteropServices.DllImportAttribute" } },
{ "pid": 1, "tid": 11, "ts": 2323714.111328125, "dur": 757.4860453605652, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7574860453605652, "detail": "System.DllNotFoundException" } },
{ "pid": 1, "tid": 11, "ts": 2324472.412109375, "dur": 8293.242454528809, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.293242454528809, "detail": "System.Double" } },
{ "pid": 1, "tid": 11, "ts": 2332766.845703125, "dur": 927.3799657821655, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9273799657821655, "detail": "System.IO.DriveNotFoundException" } },
{ "pid": 1, "tid": 11, "ts": 2333695.3125, "dur": 1659.2779159545898, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6592779159545898, "detail": "System.Reflection.Emit.DynamicMethod" } },
{ "pid": 1, "tid": 11, "ts": 2335355.95703125, "dur": 3458.6360454559326, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.4586360454559326, "detail": "System.Runtime.Remoting.Contexts.DynamicPropertyCollection" } },
{ "pid": 1, "tid": 11, "ts": 2338815.4296875, "dur": 1149.3780612945557, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1493780612945557, "detail": "System.Empty" } },
{ "pid": 1, "tid": 11, "ts": 2339966.064453125, "dur": 3641.7558193206787, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6417558193206787, "detail": "System.Collections.EmptyReadOnlyDictionaryInternal" } },
{ "pid": 1, "tid": 11, "ts": 2343608.3984375, "dur": 2946.0439682006836, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.9460439682006836, "detail": "System.Text.Encoder" } },
{ "pid": 1, "tid": 11, "ts": 2346555.17578125, "dur": 609.9810004234314, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6099810004234314, "detail": "System.Text.EncoderExceptionFallback" } },
{ "pid": 1, "tid": 11, "ts": 2347166.259765625, "dur": 1427.224040031433, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.427224040031433, "detail": "System.Text.EncoderExceptionFallbackBuffer" } },
{ "pid": 1, "tid": 11, "ts": 2348594.23828125, "dur": 1608.5970401763916, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6085970401763916, "detail": "System.Text.EncoderFallback" } },
{ "pid": 1, "tid": 11, "ts": 2350203.61328125, "dur": 2050.0590801239014, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0500590801239014, "detail": "System.Text.EncoderFallbackBuffer" } },
{ "pid": 1, "tid": 11, "ts": 2352254.638671875, "dur": 6330.574989318848, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.330574989318848, "detail": "System.Text.EncoderFallbackException" } },
{ "pid": 1, "tid": 11, "ts": 2358586.181640625, "dur": 6563.882827758789, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.563882827758789, "detail": "System.Text.EncoderNLS" } },
{ "pid": 1, "tid": 11, "ts": 2365150.87890625, "dur": 1708.7700366973877, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7087700366973877, "detail": "System.Text.EncoderReplacementFallback" } },
{ "pid": 1, "tid": 11, "ts": 2366860.83984375, "dur": 10698.69327545166, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.69869327545166, "detail": "System.Text.EncoderReplacementFallbackBuffer" } },
{ "pid": 1, "tid": 11, "ts": 2377560.546875, "dur": 102640.57922363281, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 102.64057922363281, "detail": "System.Text.Encoding" } },
{ "pid": 1, "tid": 11, "ts": 2480202.63671875, "dur": 3688.3561611175537, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6883561611175537, "detail": "System.Text.EncodingHelper" } },
{ "pid": 1, "tid": 11, "ts": 2483892.08984375, "dur": 12523.635864257812, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.523635864257812, "detail": "System.Text.EncodingNLS" } },
{ "pid": 1, "tid": 11, "ts": 2496416.50390625, "dur": 1877.9939413070679, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8779939413070679, "detail": "System.Text.EncodingProvider" } },
{ "pid": 1, "tid": 11, "ts": 2498295.41015625, "dur": 35077.12936401367, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 35.07712936401367, "detail": "System.Globalization.EncodingTable" } },
{ "pid": 1, "tid": 11, "ts": 2533376.220703125, "dur": 120352.18811035156, "ph": "X", "name": "mscorlib4.cpp", "args": { "durationMS": 120.35218811035156, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 2653826.904296875, "dur": 1075.8860111236572, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0758860111236572, "detail": "UnityEngine.RaycastHit" } },
{ "pid": 1, "tid": 11, "ts": 2654905.76171875, "dur": 2286.0212326049805, "ph": "X", "name": "UnityEngine.PhysicsModule.cpp", "args": { "durationMS": 2.2860212326049805, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 2657236.328125, "dur": 10173.569679260254, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.173569679260254, "detail": "Mono.Security.ASN1" } },
{ "pid": 1, "tid": 11, "ts": 2667410.64453125, "dur": 2626.0600090026855, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6260600090026855, "detail": "Mono.Security.ASN1Convert" } },
{ "pid": 1, "tid": 11, "ts": 2670037.59765625, "dur": 886.0020041465759, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8860020041465759, "detail": "Mono.Security.BitConverterLE" } },
{ "pid": 1, "tid": 11, "ts": 2670924.560546875, "dur": 650.4430174827576, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6504430174827576, "detail": "Mono.Security.Cryptography.CryptoConvert" } },
{ "pid": 1, "tid": 11, "ts": 2671578.369140625, "dur": 10796.25129699707, "ph": "X", "name": "Mono.Security.cpp", "args": { "durationMS": 10.79625129699707, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 2682396.728515625, "dur": 30508.089065551758, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 30.508089065551758, "detail": "System.IO.StreamWriter" } },
{ "pid": 1, "tid": 11, "ts": 2712906.005859375, "dur": 13308.805465698242, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.308805465698242, "detail": "System.Runtime.Serialization.StreamingContext" } },
{ "pid": 1, "tid": 11, "ts": 2726237.79296875, "dur": 169386.61193847656, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 169.38661193847656, "detail": "System.String" } },
{ "pid": 1, "tid": 11, "ts": 2895625.732421875, "dur": 53496.87194824219, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 53.49687194824219, "detail": "System.Text.StringBuilder" } },
{ "pid": 1, "tid": 11, "ts": 2949124.0234375, "dur": 940.4429793357849, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9404429793357849, "detail": "System.Text.StringBuilderCache" } },
{ "pid": 1, "tid": 11, "ts": 2950065.91796875, "dur": 25831.65740966797, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 25.83165740966797, "detail": "System.StringComparer" } },
{ "pid": 1, "tid": 11, "ts": 2976043.45703125, "dur": 3214.272975921631, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.214272975921631, "detail": "System.IO.StringReader" } },
{ "pid": 1, "tid": 11, "ts": 2979259.033203125, "dur": 661.283016204834, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.661283016204834, "detail": "System.IO.StringResultHandler" } },
{ "pid": 1, "tid": 11, "ts": 2979933.349609375, "dur": 1149.5860815048218, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1495860815048218, "detail": "System.Reflection.StrongNameKeyPair" } },
{ "pid": 1, "tid": 11, "ts": 2981097.900390625, "dur": 1175.2839088439941, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1752839088439941, "detail": "System.Threading.SynchronizationContext" } },
{ "pid": 1, "tid": 11, "ts": 2982274.169921875, "dur": 1090.1519060134888, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0901519060134888, "detail": "System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation" } },
{ "pid": 1, "tid": 11, "ts": 2983365.234375, "dur": 594.2140221595764, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5942140221595764, "detail": "System.Threading.SynchronizationLockException" } },
{ "pid": 1, "tid": 11, "ts": 2983960.205078125, "dur": 1088.3300304412842, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0883300304412842, "detail": "System.SystemException" } },
{ "pid": 1, "tid": 11, "ts": 2985149.90234375, "dur": 380.44899702072144, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.38044899702072144, "detail": "Mono.Globalization.Unicode.TailoringInfo" } },
{ "pid": 1, "tid": 11, "ts": 2985531.494140625, "dur": 4169.850826263428, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.169850826263428, "detail": "System.Globalization.TaiwanCalendar" } },
{ "pid": 1, "tid": 11, "ts": 2989702.392578125, "dur": 814.2330050468445, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8142330050468445, "detail": "System.Reflection.TargetException" } },
{ "pid": 1, "tid": 11, "ts": 2990517.822265625, "dur": 772.659957408905, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.772659957408905, "detail": "System.Reflection.TargetInvocationException" } },
{ "pid": 1, "tid": 11, "ts": 2991291.259765625, "dur": 690.4120445251465, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6904120445251465, "detail": "System.Reflection.TargetParameterCountException" } },
{ "pid": 1, "tid": 11, "ts": 2991982.666015625, "dur": 103965.2099609375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 103.9652099609375, "detail": "System.Threading.Tasks.Task" } },
{ "pid": 1, "tid": 11, "ts": 3095951.416015625, "dur": 124538.98620605469, "ph": "X", "name": "mscorlib12.cpp", "args": { "durationMS": 124.53898620605469, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 3220558.59375, "dur": 6067.377090454102, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.067377090454102, "detail": "UnityEngine.WWW" } },
{ "pid": 1, "tid": 11, "ts": 3226866.69921875, "dur": 8589.672088623047, "ph": "X", "name": "UnityEngine.UnityWebRequestWWWModule.cpp", "args": { "durationMS": 8.589672088623047, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 3235533.935546875, "dur": 2414.1690731048584, "ph": "X", "name": "UnityEngine.cpp", "args": { "durationMS": 2.4141690731048584, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 3237967.7734375, "dur": 1235.3628873825073, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2353628873825073, "detail": "System.Text.RegularExpressions.RegexCode" } },
{ "pid": 1, "tid": 11, "ts": 3239204.1015625, "dur": 1675.1549243927002, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6751549243927002, "detail": "System.Text.RegularExpressions.RegexFC" } },
{ "pid": 1, "tid": 11, "ts": 3240880.126953125, "dur": 13663.055419921875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.663055419921875, "detail": "System.Text.RegularExpressions.RegexFCD" } },
{ "pid": 1, "tid": 11, "ts": 3254544.189453125, "dur": 52139.56832885742, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 52.13956832885742, "detail": "System.Text.RegularExpressions.RegexInterpreter" } },
{ "pid": 1, "tid": 11, "ts": 3306684.5703125, "dur": 2326.3099193573, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3263099193573, "detail": "System.Text.RegularExpressions.RegexMatchTimeoutException" } },
{ "pid": 1, "tid": 11, "ts": 3309011.71875, "dur": 22702.505111694336, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 22.702505111694336, "detail": "System.Text.RegularExpressions.RegexNode" } },
{ "pid": 1, "tid": 11, "ts": 3331730.712890625, "dur": 101501.81579589844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 101.50181579589844, "detail": "System.Text.RegularExpressions.RegexParser" } },
{ "pid": 1, "tid": 11, "ts": 3433233.3984375, "dur": 686.394989490509, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.686394989490509, "detail": "System.Text.RegularExpressions.RegexPrefix" } },
{ "pid": 1, "tid": 11, "ts": 3433920.654296875, "dur": 23902.219772338867, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 23.902219772338867, "detail": "System.Text.RegularExpressions.RegexRunner" } },
{ "pid": 1, "tid": 11, "ts": 3458143.5546875, "dur": 13117.78450012207, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.11778450012207, "detail": "System.Text.RegularExpressions.RegexWriter" } },
{ "pid": 1, "tid": 11, "ts": 3471262.451171875, "dur": 601.4670133590698, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6014670133590698, "detail": "SR" } },
{ "pid": 1, "tid": 11, "ts": 3472980.712890625, "dur": 1090.243935585022, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.090243935585022, "detail": "System.Net.Sockets.SocketException" } },
{ "pid": 1, "tid": 11, "ts": 3474071.77734375, "dur": 1390.3939723968506, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3903939723968506, "detail": "System.Diagnostics.Stopwatch" } },
{ "pid": 1, "tid": 11, "ts": 3475977.783203125, "dur": 964.7980332374573, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9647980332374573, "detail": "System.ComponentModel.TypeConverterAttribute" } },
{ "pid": 1, "tid": 11, "ts": 3476943.359375, "dur": 2248.655080795288, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.248655080795288, "detail": "System.UncNameHelper" } },
{ "pid": 1, "tid": 11, "ts": 3479208.49609375, "dur": 351798.4313964844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 351.7984313964844, "detail": "System.Uri" } },
{ "pid": 1, "tid": 11, "ts": 3831010.498046875, "dur": 51820.4345703125, "ph": "X", "name": "System1.cpp", "args": { "durationMS": 51.8204345703125, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 3882874.0234375, "dur": 12002.344131469727, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 12.002344131469727, "detail": "System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 3894878.90625, "dur": 642.3100233078003, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6423100233078003, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Boolean>" } },
{ "pid": 1, "tid": 11, "ts": 3895525.146484375, "dur": 1442.605972290039, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.442605972290039, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Int32>" } },
{ "pid": 1, "tid": 11, "ts": 3896969.7265625, "dur": 757.2579979896545, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7572579979896545, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 3897729.736328125, "dur": 684.0899586677551, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6840899586677551, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 11, "ts": 3898417.236328125, "dur": 1120.5300092697144, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1205300092697144, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>" } },
{ "pid": 1, "tid": 11, "ts": 3899539.794921875, "dur": 1257.9010725021362, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2579010725021362, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>" } },
{ "pid": 1, "tid": 11, "ts": 3900800.048828125, "dur": 1677.5879859924316, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.6775879859924316, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 3902479.736328125, "dur": 1152.2400379180908, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1522400379180908, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 11, "ts": 3903634.521484375, "dur": 1211.3840579986572, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2113840579986572, "detail": "System.Converter`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 3904848.6328125, "dur": 765.5550241470337, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7655550241470337, "detail": "System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<System.Object,System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 3905616.943359375, "dur": 5769.705772399902, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.769705772399902, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 3911402.34375, "dur": 45667.503356933594, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 45.667503356933594, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 3957072.75390625, "dur": 64117.50030517578, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 64.11750030517578, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 11, "ts": 4021195.3125, "dur": 46417.69027709961, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 46.41769027709961, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 4067616.2109375, "dur": 40855.072021484375, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 40.855072021484375, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 11, "ts": 4109014.16015625, "dur": 2247.8878498077393, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2478878498077393, "detail": "System.EmptyArray`1<System.Reflection.CustomAttributeTypedArgument>" } },
{ "pid": 1, "tid": 11, "ts": 4111434.08203125, "dur": 383.5889995098114, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.3835889995098114, "detail": "System.EmptyArray`1<System.Reflection.ParameterModifier>" } },
{ "pid": 1, "tid": 11, "ts": 4111821.2890625, "dur": 3289.3171310424805, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.2893171310424805, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>" } },
{ "pid": 1, "tid": 11, "ts": 4115114.74609375, "dur": 1672.8789806365967, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.6728789806365967, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>" } },
{ "pid": 1, "tid": 11, "ts": 4116790.52734375, "dur": 1981.814980506897, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.981814980506897, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>" } },
{ "pid": 1, "tid": 11, "ts": 4118775.390625, "dur": 1971.9868898391724, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9719868898391724, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>" } },
{ "pid": 1, "tid": 11, "ts": 4120750.48828125, "dur": 12207.443237304688, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 12.207443237304688, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 11, "ts": 4132960.9375, "dur": 2210.6292247772217, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2106292247772217, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>" } },
{ "pid": 1, "tid": 11, "ts": 4135176.7578125, "dur": 1166.911005973816, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.166911005973816, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>" } },
{ "pid": 1, "tid": 11, "ts": 4136346.19140625, "dur": 18112.834930419922, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 18.112834930419922, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>" } },
{ "pid": 1, "tid": 11, "ts": 4154462.40234375, "dur": 2479.604959487915, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.479604959487915, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>" } },
{ "pid": 1, "tid": 11, "ts": 4156945.80078125, "dur": 2181.0359954833984, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.1810359954833984, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>" } },
{ "pid": 1, "tid": 11, "ts": 4159129.39453125, "dur": 1326.4650106430054, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.3264650106430054, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>" } },
{ "pid": 1, "tid": 11, "ts": 4160458.0078125, "dur": 1441.8179988861084, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.4418179988861084, "detail": "System.Array/EmptyInternalEnumerator`1<System.Boolean>" } },
{ "pid": 1, "tid": 11, "ts": 4161903.80859375, "dur": 1161.1299514770508, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1611299514770508, "detail": "System.Array/EmptyInternalEnumerator`1<System.Byte>" } },
{ "pid": 1, "tid": 11, "ts": 4163067.3828125, "dur": 1142.3989534378052, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1423989534378052, "detail": "System.Array/EmptyInternalEnumerator`1<System.Threading.CancellationTokenRegistration>" } },
{ "pid": 1, "tid": 11, "ts": 4164211.9140625, "dur": 1068.4149265289307, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0684149265289307, "detail": "System.Array/EmptyInternalEnumerator`1<System.Char>" } },
{ "pid": 1, "tid": 11, "ts": 4165282.71484375, "dur": 1103.7969589233398, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1037969589233398, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 11, "ts": 4166388.671875, "dur": 1074.6009349822998, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0746009349822998, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 11, "ts": 4167465.33203125, "dur": 1086.6349935531616, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0866349935531616, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint2D>" } },
{ "pid": 1, "tid": 11, "ts": 4168554.19921875, "dur": 1091.467022895813, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.091467022895813, "detail": "System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>" } },
{ "pid": 1, "tid": 11, "ts": 4169647.4609375, "dur": 1315.4979944229126, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.3154979944229126, "detail": "System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>" } },
{ "pid": 1, "tid": 11, "ts": 4170965.8203125, "dur": 1111.8539571762085, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1118539571762085, "detail": "System.Array/EmptyInternalEnumerator`1<System.DateTime>" } },
{ "pid": 1, "tid": 11, "ts": 4172081.0546875, "dur": 2994.3900108337402, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.9943900108337402, "detail": "System.Array/EmptyInternalEnumerator`1<System.Decimal>" } },
{ "pid": 1, "tid": 11, "ts": 4175078.125, "dur": 1270.3410387039185, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2703410387039185, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.DictionaryEntry>" } },
{ "pid": 1, "tid": 11, "ts": 4176350.5859375, "dur": 1148.2850313186646, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1482850313186646, "detail": "System.Array/EmptyInternalEnumerator`1<System.Double>" } },
{ "pid": 1, "tid": 11, "ts": 4177501.46484375, "dur": 1124.0910291671753, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1240910291671753, "detail": "System.Array/EmptyInternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>" } },
{ "pid": 1, "tid": 11, "ts": 4178627.9296875, "dur": 1103.052020072937, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.103052020072937, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 11, "ts": 4179733.3984375, "dur": 1317.3519372940063, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.3173519372940063, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>" } },
{ "pid": 1, "tid": 11, "ts": 4181053.7109375, "dur": 1283.5559844970703, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2835559844970703, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>" } },
{ "pid": 1, "tid": 11, "ts": 4182339.35546875, "dur": 1081.2139511108398, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0812139511108398, "detail": "System.Array/EmptyInternalEnumerator`1<System.Int16>" } },
{ "pid": 1, "tid": 11, "ts": 4183422.36328125, "dur": 1997.9819059371948, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9979819059371948, "detail": "System.Array/EmptyInternalEnumerator`1<System.Int32>" } },
{ "pid": 1, "tid": 11, "ts": 4185422.36328125, "dur": 1234.9140644073486, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2349140644073486, "detail": "System.Array/EmptyInternalEnumerator`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 11, "ts": 4186659.1796875, "dur": 7792.726039886475, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.792726039886475, "detail": "System.Array/EmptyInternalEnumerator`1<System.Int64>" } },
{ "pid": 1, "tid": 11, "ts": 4194454.1015625, "dur": 1214.0369415283203, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2140369415283203, "detail": "System.Array/EmptyInternalEnumerator`1<System.IntPtr>" } },
{ "pid": 1, "tid": 11, "ts": 4195670.8984375, "dur": 1112.152099609375, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.112152099609375, "detail": "System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalCodePageDataItem>" } },
{ "pid": 1, "tid": 11, "ts": 4196785.64453125, "dur": 1016.1669254302979, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0161669254302979, "detail": "System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalEncodingDataItem>" } },
{ "pid": 1, "tid": 11, "ts": 4197804.19921875, "dur": 1231.1540842056274, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2311540842056274, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>" } },
{ "pid": 1, "tid": 11, "ts": 4199038.0859375, "dur": 1464.9239778518677, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.4649239778518677, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>" } },
{ "pid": 1, "tid": 11, "ts": 4200504.8828125, "dur": 1269.7579860687256, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2697579860687256, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 11, "ts": 4201776.3671875, "dur": 2413.724899291992, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.413724899291992, "detail": "System.Array/EmptyInternalEnumerator`1<System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 4204192.3828125, "dur": 1110.7879877090454, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1107879877090454, "detail": "System.Array/EmptyInternalEnumerator`1<System.Reflection.ParameterModifier>" } },
{ "pid": 1, "tid": 11, "ts": 4205305.17578125, "dur": 1093.5850143432617, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0935850143432617, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Plane>" } },
{ "pid": 1, "tid": 11, "ts": 4206403.3203125, "dur": 1087.4509811401367, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0874509811401367, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>" } },
{ "pid": 1, "tid": 11, "ts": 4207493.1640625, "dur": 1074.7530460357666, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0747530460357666, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>" } },
{ "pid": 1, "tid": 11, "ts": 4208570.3125, "dur": 1072.19398021698, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.07219398021698, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>" } },
{ "pid": 1, "tid": 11, "ts": 4209644.53125, "dur": 1133.6939334869385, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1336939334869385, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 11, "ts": 4210780.76171875, "dur": 1315.7700300216675, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.3157700300216675, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 11, "ts": 4212098.6328125, "dur": 1166.7159795761108, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1667159795761108, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 11, "ts": 4213267.08984375, "dur": 5788.997173309326, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.788997173309326, "detail": "System.Array/EmptyInternalEnumerator`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 11, "ts": 4219058.10546875, "dur": 1098.152995109558, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.098152995109558, "detail": "System.Array/EmptyInternalEnumerator`1<System.SByte>" } },
{ "pid": 1, "tid": 11, "ts": 4220158.69140625, "dur": 1101.593017578125, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.101593017578125, "detail": "System.Array/EmptyInternalEnumerator`1<System.Single>" } },
{ "pid": 1, "tid": 11, "ts": 4221261.71875, "dur": 1582.5480222702026, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.5825480222702026, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 11, "ts": 4222846.6796875, "dur": 1031.7800045013428, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0317800045013428, "detail": "System.Array/EmptyInternalEnumerator`1<System.TimeSpan>" } },
{ "pid": 1, "tid": 11, "ts": 4223880.37109375, "dur": 1071.1760520935059, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0711760520935059, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 11, "ts": 4224953.125, "dur": 1071.3920593261719, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0713920593261719, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 11, "ts": 4226026.85546875, "dur": 1077.4520635604858, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0774520635604858, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 11, "ts": 4227105.95703125, "dur": 1062.7859830856323, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0627859830856323, "detail": "System.Array/EmptyInternalEnumerator`1<System.UInt16>" } },
{ "pid": 1, "tid": 11, "ts": 4228170.41015625, "dur": 3715.146064758301, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.715146064758301, "detail": "System.Array/EmptyInternalEnumerator`1<System.UInt32>" } },
{ "pid": 1, "tid": 11, "ts": 4231887.6953125, "dur": 1054.7980070114136, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0547980070114136, "detail": "System.Array/EmptyInternalEnumerator`1<System.UInt64>" } },
{ "pid": 1, "tid": 11, "ts": 4232943.84765625, "dur": 1279.9140214920044, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2799140214920044, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 11, "ts": 4234226.07421875, "dur": 1164.6440029144287, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1646440029144287, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 11, "ts": 4235394.53125, "dur": 1333.0680131912231, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.3330680131912231, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 11, "ts": 4236729.98046875, "dur": 3621.622085571289, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.621622085571289, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 11, "ts": 4240354.00390625, "dur": 1070.9350109100342, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0709350109100342, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 11, "ts": 4241427.24609375, "dur": 1003.1909942626953, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0031909942626953, "detail": "System.Array/EmptyInternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>" } },
{ "pid": 1, "tid": 11, "ts": 4242432.6171875, "dur": 981.1640381813049, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9811640381813049, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>" } },
{ "pid": 1, "tid": 11, "ts": 4243416.015625, "dur": 3881.695032119751, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.881695032119751, "detail": "System.Array/EmptyInternalEnumerator`1<System.ParameterizedStrings/FormatParam>" } },
{ "pid": 1, "tid": 11, "ts": 4247299.8046875, "dur": 2699.5131969451904, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.6995131969451904, "detail": "System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>" } },
{ "pid": 1, "tid": 11, "ts": 4250001.953125, "dur": 1124.9430179595947, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1249430179595947, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>" } },
{ "pid": 1, "tid": 11, "ts": 4251128.90625, "dur": 1751.8470287322998, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7518470287322998, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 11, "ts": 4252904.296875, "dur": 3881.42991065979, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.88142991065979, "detail": "System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 11, "ts": 4256788.57421875, "dur": 3433.919906616211, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.433919906616211, "detail": "System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 11, "ts": 4260225.5859375, "dur": 44702.41165161133, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 44.70241165161133, "detail": "Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Rendering.BatchVisibility>" } },
{ "pid": 1, "tid": 11, "ts": 4304930.6640625, "dur": 1802.05500125885, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.80205500125885, "detail": "Unity.Collections.NativeArray`1/Enumerator<System.Byte>" } },
{ "pid": 1, "tid": 11, "ts": 4306735.83984375, "dur": 15951.159477233887, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 15.951159477233887, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 11, "ts": 4322689.453125, "dur": 2385.2391242980957, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3852391242980957, "detail": "System.Collections.Generic.List`1/Enumerator<System.Int32>" } },
{ "pid": 1, "tid": 11, "ts": 4325076.66015625, "dur": 1726.8469333648682, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7268469333648682, "detail": "Unity.Collections.NativeArray`1/Enumerator<System.Int32>" } },
{ "pid": 1, "tid": 11, "ts": 4326805.6640625, "dur": 2340.481996536255, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.340481996536255, "detail": "System.Collections.Generic.List`1/Enumerator<System.Int32Enum>" } },
{ "pid": 1, "tid": 11, "ts": 4329148.4375, "dur": 1866.441011428833, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.866441011428833, "detail": "Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Experimental.GlobalIllumination.LightDataGI>" } },
{ "pid": 1, "tid": 11, "ts": 4331017.578125, "dur": 2893.383026123047, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.893383026123047, "detail": "System.Collections.Generic.HashSet`1/Enumerator<System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 4333913.57421875, "dur": 6157.103061676025, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.157103061676025, "detail": "System.Collections.Generic.LinkedList`1/Enumerator<System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 4340072.265625, "dur": 2284.224033355713, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.284224033355713, "detail": "System.Collections.Generic.List`1/Enumerator<System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 4342358.3984375, "dur": 11562.320709228516, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 11.562320709228516, "detail": "System.Collections.Generic.Stack`1/Enumerator<System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 4353923.828125, "dur": 1688.2820129394531, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.6882820129394531, "detail": "Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Plane>" } },
{ "pid": 1, "tid": 11, "ts": 4355614.74609375, "dur": 2293.299913406372, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.293299913406372, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 11, "ts": 4357909.66796875, "dur": 2370.36395072937, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.37036395072937, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 11, "ts": 4360282.71484375, "dur": 2408.1978797912598, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4081978797912598, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 11, "ts": 4362693.359375, "dur": 2486.4771366119385, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4864771366119385, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 11, "ts": 4365182.12890625, "dur": 3411.8669033050537, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.4118669033050537, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 11, "ts": 4368596.6796875, "dur": 4018.3181762695312, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.018318176269531, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 11, "ts": 4372617.1875, "dur": 4803.816795349121, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.803816795349121, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 11, "ts": 4377425.78125, "dur": 2557.8391551971436, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5578391551971436, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 11, "ts": 4379985.83984375, "dur": 2895.047903060913, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.895047903060913, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 11, "ts": 4382883.30078125, "dur": 3002.052068710327, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.002052068710327, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 11, "ts": 4385888.18359375, "dur": 21551.73683166504, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 21.55173683166504, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 11, "ts": 4407442.3828125, "dur": 5232.178211212158, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.232178211212158, "detail": "System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 4412677.24609375, "dur": 3234.8668575286865, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.2348668575286865, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 4415914.55078125, "dur": 12263.768196105957, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 12.263768196105957, "detail": "System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 11, "ts": 4428180.6640625, "dur": 2305.1140308380127, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3051140308380127, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 11, "ts": 4430488.76953125, "dur": 191815.73486328125, "ph": "X", "name": "Generics1.cpp", "args": { "durationMS": 191.81573486328125, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 4622339.35546875, "dur": 564.5909905433655, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5645909905433655, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>" } },
{ "pid": 1, "tid": 11, "ts": 4622905.76171875, "dur": 811.0899925231934, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8110899925231934, "detail": "System.Collections.Generic.List`1<System.Exception>" } },
{ "pid": 1, "tid": 11, "ts": 4623718.75, "dur": 523.0979919433594, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5230979919433594, "detail": "System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>" } },
{ "pid": 1, "tid": 11, "ts": 4624243.65234375, "dur": 631.1519742012024, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6311519742012024, "detail": "System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry>" } },
{ "pid": 1, "tid": 11, "ts": 4624876.46484375, "dur": 583.3920240402222, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5833920240402222, "detail": "System.Collections.Generic.List`1<UnityEngine.GameObject>" } },
{ "pid": 1, "tid": 11, "ts": 4625462.40234375, "dur": 953.1490206718445, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9531490206718445, "detail": "System.Collections.Generic.List`1<UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard>" } },
{ "pid": 1, "tid": 11, "ts": 4626416.9921875, "dur": 571.7169642448425, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5717169642448425, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Graphic>" } },
{ "pid": 1, "tid": 11, "ts": 4626991.2109375, "dur": 518.5199975967407, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5185199975967407, "detail": "System.Collections.Generic.List`1<System.Threading.IAsyncLocal>" } },
{ "pid": 1, "tid": 11, "ts": 4627511.23046875, "dur": 455.1350176334381, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4551350176334381, "detail": "System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>" } },
{ "pid": 1, "tid": 11, "ts": 4627968.26171875, "dur": 510.38700342178345, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5103870034217834, "detail": "System.Collections.Generic.List`1<System.Runtime.Serialization.IDeserializationCallback>" } },
{ "pid": 1, "tid": 11, "ts": 4628480.46875, "dur": 507.934033870697, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.507934033870697, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>" } },
{ "pid": 1, "tid": 11, "ts": 4628990.72265625, "dur": 845.2939987182617, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8452939987182617, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Image>" } },
{ "pid": 1, "tid": 11, "ts": 4629838.8671875, "dur": 583.2329988479614, "ph": "X", "name": "Il2CppGenericComDefinitions10.cpp", "args": { "durationMS": 0.5832329988479614, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 4630450.1953125, "dur": 820.3580379486084, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8203580379486084, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 11, "ts": 4631272.4609375, "dur": 607.1399450302124, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6071399450302124, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.RectMask2D>" } },
{ "pid": 1, "tid": 11, "ts": 4631880.859375, "dur": 855.5200099945068, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8555200099945068, "detail": "System.Collections.Generic.List`1<UnityEngine.RectTransform>" } },
{ "pid": 1, "tid": 11, "ts": 4632739.2578125, "dur": 575.3169655799866, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5753169655799866, "detail": "System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>" } },
{ "pid": 1, "tid": 11, "ts": 4633316.40625, "dur": 539.7779941558838, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5397779941558838, "detail": "System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>" } },
{ "pid": 1, "tid": 11, "ts": 4633857.91015625, "dur": 545.087993144989, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.545087993144989, "detail": "System.Collections.Generic.List`1<UnityEngine.Rigidbody2D>" } },
{ "pid": 1, "tid": 11, "ts": 4634404.296875, "dur": 576.5759944915771, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5765759944915771, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Selectable>" } },
{ "pid": 1, "tid": 11, "ts": 4634983.3984375, "dur": 732.9390048980713, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7329390048980713, "detail": "System.Collections.Generic.List`1<System.Runtime.Serialization.SerializationFieldInfo>" } },
{ "pid": 1, "tid": 11, "ts": 4635718.26171875, "dur": 551.829993724823, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.551829993724823, "detail": "System.Collections.Generic.List`1<UnityEngine.U2D.IK.Solver2D>" } },
{ "pid": 1, "tid": 11, "ts": 4636271.97265625, "dur": 531.9629907608032, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5319629907608032, "detail": "System.Collections.Generic.List`1<UnityEngine.Sprite>" } },
{ "pid": 1, "tid": 11, "ts": 4636805.6640625, "dur": 885.9219551086426, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8859219551086426, "detail": "System.Collections.Generic.List`1<System.Diagnostics.StackFrame>" } },
{ "pid": 1, "tid": 11, "ts": 4637696.2890625, "dur": 450.31002163887024, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.45031002163887024, "detail": "System.Collections.Generic.List`1<System.String>" } },
{ "pid": 1, "tid": 11, "ts": 4638149.90234375, "dur": 469.73299980163574, "ph": "X", "name": "Il2CppGenericComDefinitions12.cpp", "args": { "durationMS": 0.46973299980163574, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 4638644.53125, "dur": 631.6590309143066, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6316590309143066, "detail": "System.Collections.Generic.List`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 11, "ts": 4639277.83203125, "dur": 594.1370129585266, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5941370129585266, "detail": "System.Collections.Generic.List`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 11, "ts": 4639873.53515625, "dur": 15582.8275680542, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 15.5828275680542, "detail": "System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 11, "ts": 4655458.984375, "dur": 904.1010141372681, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9041010141372681, "detail": "System.Collections.Generic.List`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 11, "ts": 4656364.74609375, "dur": 587.8170132637024, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5878170132637024, "detail": "System.Collections.Generic.List`1<System.IO.Directory/SearchData>" } },
{ "pid": 1, "tid": 11, "ts": 4656954.58984375, "dur": 580.4100036621094, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5804100036621094, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/DropdownItem>" } },
{ "pid": 1, "tid": 11, "ts": 4657537.109375, "dur": 539.1179919242859, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5391179919242859, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData>" } },
{ "pid": 1, "tid": 11, "ts": 4658078.125, "dur": 567.4650073051453, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5674650073051453, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.EventTrigger/Entry>" } },
{ "pid": 1, "tid": 11, "ts": 4658647.94921875, "dur": 574.6170282363892, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5746170282363892, "detail": "System.Collections.Generic.List`1<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>" } },
{ "pid": 1, "tid": 11, "ts": 4659224.609375, "dur": 519.6449756622314, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5196449756622314, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.PointerInputModule/ButtonState>" } },
{ "pid": 1, "tid": 11, "ts": 4659746.58203125, "dur": 515.6930088996887, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5156930088996887, "detail": "System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>" } },
{ "pid": 1, "tid": 11, "ts": 4660263.671875, "dur": 501.82896852493286, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5018289685249329, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.StencilMaterial/MatEntry>" } },
{ "pid": 1, "tid": 11, "ts": 4660768.06640625, "dur": 774.0440368652344, "ph": "X", "name": "Il2CppGenericComDefinitions14.cpp", "args": { "durationMS": 0.7740440368652344, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 4661556.15234375, "dur": 137548.08044433594, "ph": "X", "name": "Idle", "args": { "durationMS": 137.54808044433594, "detail": "" } },
{ "pid": 1, "tid": 10, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 10, "ts": 1581785.0341796875, "dur": 21929.51202392578, "ph": "X", "name": "Idle", "args": { "durationMS": 21.92951202392578, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 1613498.53515625, "dur": 5467.527389526367, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 5.467527389526367, "detail": "System.Xml" } },
{ "pid": 1, "tid": 10, "ts": 1620252.3193359375, "dur": 335061.4318847656, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 335.0614318847656, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 10, "ts": 1621835.8154296875, "dur": 333477.3254394531, "ph": "X", "name": "System.Configuration_Attr.cpp", "args": { "durationMS": 333.4773254394531, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 1955325.439453125, "dur": 5944.075584411621, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 5.944075584411621, "detail": "UnityEngine.AssetBundleModule" } },
{ "pid": 1, "tid": 10, "ts": 1955346.19140625, "dur": 5922.727108001709, "ph": "X", "name": "UnityEngine.AssetBundleModule_Attr.cpp", "args": { "durationMS": 5.922727108001709, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 1961272.5830078125, "dur": 16501.972198486328, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 16.501972198486328, "detail": "UnityEngine.ImageConversionModule" } },
{ "pid": 1, "tid": 10, "ts": 1961292.236328125, "dur": 16481.800079345703, "ph": "X", "name": "UnityEngine.ImageConversionModule_Attr.cpp", "args": { "durationMS": 16.481800079345703, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 1977779.052734375, "dur": 5893.125057220459, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 5.893125057220459, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 10, "ts": 1977798.2177734375, "dur": 5873.355865478516, "ph": "X", "name": "Unity.2D.IK.Runtime_Attr.cpp", "args": { "durationMS": 5.873355865478516, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 2011330.56640625, "dur": 3642.5578594207764, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6425578594207764, "detail": "<Module>" } },
{ "pid": 1, "tid": 10, "ts": 2014973.7548828125, "dur": 36691.99752807617, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 36.69199752807617, "detail": "UnityEngine.AssetFileNameExtensionAttribute" } },
{ "pid": 1, "tid": 10, "ts": 2051686.767578125, "dur": 1246.7669248580933, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2467669248580933, "detail": "UnityEngine.Bindings.FreeFunctionAttribute" } },
{ "pid": 1, "tid": 10, "ts": 2053333.0078125, "dur": 929.2259812355042, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9292259812355042, "detail": "UnityEngine.NativeClassAttribute" } },
{ "pid": 1, "tid": 10, "ts": 2054262.939453125, "dur": 505.4579973220825, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5054579973220825, "detail": "UnityEngine.Bindings.NativeConditionalAttribute" } },
{ "pid": 1, "tid": 10, "ts": 2054769.287109375, "dur": 3102.2000312805176, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.1022000312805176, "detail": "UnityEngine.Bindings.NativeHeaderAttribute" } },
{ "pid": 1, "tid": 10, "ts": 2057872.314453125, "dur": 2050.128936767578, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.050128936767578, "detail": "UnityEngine.Bindings.NativeMethodAttribute" } },
{ "pid": 1, "tid": 10, "ts": 2059923.33984375, "dur": 748.5509514808655, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7485509514808655, "detail": "UnityEngine.Bindings.NativeNameAttribute" } },
{ "pid": 1, "tid": 10, "ts": 2060672.8515625, "dur": 570.2130198478699, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5702130198478699, "detail": "UnityEngine.Bindings.NativePropertyAttribute" } },
{ "pid": 1, "tid": 10, "ts": 2061514.16015625, "dur": 1554.8789501190186, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5548789501190186, "detail": "UnityEngine.Bindings.NativeTypeAttribute" } },
{ "pid": 1, "tid": 10, "ts": 2063361.083984375, "dur": 539.2850041389465, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5392850041389465, "detail": "UnityEngine.Bindings.NotNullAttribute" } },
{ "pid": 1, "tid": 10, "ts": 2064050.78125, "dur": 754.1539669036865, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7541539669036865, "detail": "UnityEngine.Scripting.RequiredByNativeCodeAttribute" } },
{ "pid": 1, "tid": 10, "ts": 2064805.908203125, "dur": 604.5269966125488, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6045269966125488, "detail": "UnityEngine.Bindings.StaticAccessorAttribute" } },
{ "pid": 1, "tid": 10, "ts": 2065975.5859375, "dur": 454.16098833084106, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.45416098833084106, "detail": "UnityEngine.UnityString" } },
{ "pid": 1, "tid": 10, "ts": 2066622.0703125, "dur": 398.16898107528687, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.39816898107528687, "detail": "UnityEngine.Bindings.VisibleToOtherModulesAttribute" } },
{ "pid": 1, "tid": 10, "ts": 2067145.01953125, "dur": 30592.205047607422, "ph": "X", "name": "UnityEngine.SharedInternalsModule.cpp", "args": { "durationMS": 30.592205047607422, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 2097757.080078125, "dur": 858.4449887275696, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8584449887275696, "detail": "System.IO.EndOfStreamException" } },
{ "pid": 1, "tid": 10, "ts": 2098616.455078125, "dur": 723.6270308494568, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7236270308494568, "detail": "System.EntryPointNotFoundException" } },
{ "pid": 1, "tid": 10, "ts": 2099340.8203125, "dur": 20035.688400268555, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.035688400268555, "detail": "System.Enum" } },
{ "pid": 1, "tid": 10, "ts": 2119377.44140625, "dur": 5713.355541229248, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.713355541229248, "detail": "System.Reflection.Emit.EnumBuilder" } },
{ "pid": 1, "tid": 10, "ts": 2125091.796875, "dur": 12739.462852478027, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.739462852478027, "detail": "System.Environment" } },
{ "pid": 1, "tid": 10, "ts": 2138108.88671875, "dur": 771.2039947509766, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7712039947509766, "detail": "System.Runtime.Remoting.Messaging.EnvoyTerminatorSink" } },
{ "pid": 1, "tid": 10, "ts": 2138881.103515625, "dur": 12109.590530395508, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.109590530395508, "detail": "System.Runtime.CompilerServices.Ephemeron" } },
{ "pid": 1, "tid": 10, "ts": 2150991.943359375, "dur": 1960.8490467071533, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9608490467071533, "detail": "System.Globalization.EraInfo" } },
{ "pid": 1, "tid": 10, "ts": 2152953.857421875, "dur": 1287.0270013809204, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2870270013809204, "detail": "System.Runtime.Remoting.Messaging.ErrorMessage" } },
{ "pid": 1, "tid": 10, "ts": 2154526.123046875, "dur": 1021.9219923019409, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.021921992301941, "detail": "System.EventHandler" } },
{ "pid": 1, "tid": 10, "ts": 2155548.828125, "dur": 2284.456968307495, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.284456968307495, "detail": "System.Reflection.EventInfo" } },
{ "pid": 1, "tid": 10, "ts": 2157848.14453125, "dur": 811.9669556617737, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8119669556617737, "detail": "System.Diagnostics.Tracing.EventSource" } },
{ "pid": 1, "tid": 10, "ts": 2158661.1328125, "dur": 8965.497970581055, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.965497970581055, "detail": "System.Threading.EventWaitHandle" } },
{ "pid": 1, "tid": 10, "ts": 2167627.685546875, "dur": 1456.2549591064453, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4562549591064453, "detail": "System.Security.Policy.Evidence" } },
{ "pid": 1, "tid": 10, "ts": 2169084.716796875, "dur": 14268.632888793945, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.268632888793945, "detail": "System.Exception" } },
{ "pid": 1, "tid": 10, "ts": 2183371.337890625, "dur": 1593.5490131378174, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5935490131378174, "detail": "System.Runtime.ExceptionServices.ExceptionDispatchInfo" } },
{ "pid": 1, "tid": 10, "ts": 2184965.8203125, "dur": 996.1749911308289, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9961749911308289, "detail": "System.Reflection.ExceptionHandlingClause" } },
{ "pid": 1, "tid": 10, "ts": 2185999.51171875, "dur": 15902.210235595703, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.902210235595703, "detail": "System.Threading.ExecutionContext" } },
{ "pid": 1, "tid": 10, "ts": 2201902.587890625, "dur": 1500.9490251541138, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5009490251541138, "detail": "System.Threading.ExecutionContextSwitcher" } },
{ "pid": 1, "tid": 10, "ts": 2203404.541015625, "dur": 874.0689754486084, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8740689754486084, "detail": "System.ExecutionEngineException" } },
{ "pid": 1, "tid": 10, "ts": 2204279.541015625, "dur": 1812.7789497375488, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8127789497375488, "detail": "Microsoft.Win32.ExpandString" } },
{ "pid": 1, "tid": 10, "ts": 2206213.8671875, "dur": 3089.65802192688, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.08965802192688, "detail": "System.Runtime.InteropServices.ExternalException" } },
{ "pid": 1, "tid": 10, "ts": 2209319.3359375, "dur": 4736.584186553955, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.736584186553955, "detail": "System.Resources.FastResourceComparer" } },
{ "pid": 1, "tid": 10, "ts": 2214056.640625, "dur": 810.748040676117, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8107480406761169, "detail": "System.FieldAccessException" } },
{ "pid": 1, "tid": 10, "ts": 2214885.009765625, "dur": 1644.1019773483276, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6441019773483276, "detail": "System.Reflection.Emit.FieldBuilder" } },
{ "pid": 1, "tid": 10, "ts": 2216530.029296875, "dur": 4617.236137390137, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.617236137390137, "detail": "System.Reflection.FieldInfo" } },
{ "pid": 1, "tid": 10, "ts": 2221148.4375, "dur": 2250.2689361572266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2502689361572266, "detail": "System.Runtime.InteropServices.FieldOffsetAttribute" } },
{ "pid": 1, "tid": 10, "ts": 2223400.146484375, "dur": 16397.335052490234, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.397335052490234, "detail": "System.IO.File" } },
{ "pid": 1, "tid": 10, "ts": 2239974.609375, "dur": 4113.901138305664, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.113901138305664, "detail": "System.IO.FileLoadException" } },
{ "pid": 1, "tid": 10, "ts": 2244104.98046875, "dur": 3324.976921081543, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.324976921081543, "detail": "System.IO.FileNotFoundException" } },
{ "pid": 1, "tid": 10, "ts": 2247456.298828125, "dur": 57060.569763183594, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 57.060569763183594, "detail": "System.IO.FileStream" } },
{ "pid": 1, "tid": 10, "ts": 2304517.578125, "dur": 856.5390110015869, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8565390110015869, "detail": "System.IO.FileStreamAsyncResult" } },
{ "pid": 1, "tid": 10, "ts": 2305375.244140625, "dur": 413.21200132369995, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.41321200132369995, "detail": "System.IO.FileSystemEnumerableFactory" } },
{ "pid": 1, "tid": 10, "ts": 2305789.306640625, "dur": 466.0159945487976, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4660159945487976, "detail": "System.IO.FileSystemEnumerableHelpers" } },
{ "pid": 1, "tid": 10, "ts": 2306256.103515625, "dur": 2676.2659549713135, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6762659549713135, "detail": "System.IO.FileSystemInfo" } },
{ "pid": 1, "tid": 10, "ts": 2308947.509765625, "dur": 568.6399936676025, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5686399936676025, "detail": "System.Runtime.CompilerServices.FixedBufferAttribute" } },
{ "pid": 1, "tid": 10, "ts": 2309707.51953125, "dur": 4218.141078948975, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.218141078948975, "detail": "System.Runtime.Serialization.FixupHolderList" } },
{ "pid": 1, "tid": 10, "ts": 2314052.978515625, "dur": 851.7600297927856, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8517600297927856, "detail": "System.FormatException" } },
{ "pid": 1, "tid": 10, "ts": 2314918.9453125, "dur": 3163.938045501709, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.163938045501709, "detail": "System.Runtime.Serialization.FormatterConverter" } },
{ "pid": 1, "tid": 10, "ts": 2318203.125, "dur": 14679.773330688477, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.679773330688477, "detail": "System.Runtime.Serialization.FormatterServices" } },
{ "pid": 1, "tid": 10, "ts": 2333017.822265625, "dur": 1144.1940069198608, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1441940069198608, "detail": "System.GC" } },
{ "pid": 1, "tid": 10, "ts": 2334163.0859375, "dur": 8169.733047485352, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.169733047485352, "detail": "System.Runtime.InteropServices.GCHandle" } },
{ "pid": 1, "tid": 10, "ts": 2342354.4921875, "dur": 4495.754241943359, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.495754241943359, "detail": "System.Reflection.Emit.GenericTypeParameterBuilder" } },
{ "pid": 1, "tid": 10, "ts": 2346851.07421875, "dur": 14757.963180541992, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.757963180541992, "detail": "System.Globalization.GregorianCalendar" } },
{ "pid": 1, "tid": 10, "ts": 2361609.86328125, "dur": 11964.037895202637, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.964037895202637, "detail": "System.Globalization.GregorianCalendarHelper" } },
{ "pid": 1, "tid": 10, "ts": 2373591.552734375, "dur": 107034.28649902344, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 107.03428649902344, "detail": "System.Guid" } },
{ "pid": 1, "tid": 10, "ts": 2480629.150390625, "dur": 113243.44635009766, "ph": "X", "name": "mscorlib5.cpp", "args": { "durationMS": 113.24344635009766, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 2593895.751953125, "dur": 8045.305252075195, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.045305252075195, "detail": "System.Globalization.NumberFormatInfo" } },
{ "pid": 1, "tid": 10, "ts": 2601942.138671875, "dur": 135147.23205566406, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 135.14723205566406, "detail": "System.NumberFormatter" } },
{ "pid": 1, "tid": 10, "ts": 2737105.224609375, "dur": 44902.37808227539, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 44.90237808227539, "detail": "System.Threading.OSSpecificSynchronizationContext" } },
{ "pid": 1, "tid": 10, "ts": 2782008.7890625, "dur": 41483.33740234375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 41.48333740234375, "detail": "System.Runtime.Remoting.ObjRef" } },
{ "pid": 1, "tid": 10, "ts": 2823493.1640625, "dur": 1109.0660095214844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1090660095214844, "detail": "System.Runtime.Remoting.Messaging.ObjRefSurrogate" } },
{ "pid": 1, "tid": 10, "ts": 2824603.271484375, "dur": 930.9240579605103, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9309240579605103, "detail": "System.Object" } },
{ "pid": 1, "tid": 10, "ts": 2825535.15625, "dur": 1933.5310459136963, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9335310459136963, "detail": "System.ObjectDisposedException" } },
{ "pid": 1, "tid": 10, "ts": 2827469.23828125, "dur": 694.6290135383606, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6946290135383606, "detail": "System.Collections.Generic.ObjectEqualityComparer" } },
{ "pid": 1, "tid": 10, "ts": 2828165.0390625, "dur": 8363.01040649414, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.36301040649414, "detail": "System.Runtime.Serialization.ObjectHolder" } },
{ "pid": 1, "tid": 10, "ts": 2836528.80859375, "dur": 1324.626088142395, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.324626088142395, "detail": "System.Runtime.Serialization.ObjectHolderList" } },
{ "pid": 1, "tid": 10, "ts": 2837854.248046875, "dur": 815.3660297393799, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8153660297393799, "detail": "System.Runtime.Serialization.ObjectHolderListEnumerator" } },
{ "pid": 1, "tid": 10, "ts": 2838670.41015625, "dur": 3629.351854324341, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.629351854324341, "detail": "System.Runtime.Serialization.ObjectIDGenerator" } },
{ "pid": 1, "tid": 10, "ts": 2842300.78125, "dur": 29915.857315063477, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 29.915857315063477, "detail": "System.Runtime.Serialization.ObjectManager" } },
{ "pid": 1, "tid": 10, "ts": 2872217.529296875, "dur": 11582.297325134277, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.582297325134277, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectMap" } },
{ "pid": 1, "tid": 10, "ts": 2883800.78125, "dur": 3065.3231143951416, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0653231143951416, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo" } },
{ "pid": 1, "tid": 10, "ts": 2886867.1875, "dur": 1318.9020156860352, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3189020156860352, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectNull" } },
{ "pid": 1, "tid": 10, "ts": 2888187.5, "dur": 2219.8550701141357, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2198550701141357, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectProgress" } },
{ "pid": 1, "tid": 10, "ts": 2890408.447265625, "dur": 26042.978286743164, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 26.042978286743164, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectReader" } },
{ "pid": 1, "tid": 10, "ts": 2916452.392578125, "dur": 39609.344482421875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 39.609344482421875, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectWriter" } },
{ "pid": 1, "tid": 10, "ts": 2956064.94140625, "dur": 104407.5698852539, "ph": "X", "name": "mscorlib8.cpp", "args": { "durationMS": 104.4075698852539, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 3060521.728515625, "dur": 408.7980091571808, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4087980091571808, "detail": "<PrivateImplementationDetails>" } },
{ "pid": 1, "tid": 10, "ts": 3061092.7734375, "dur": 20128.89289855957, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.12889289855957, "detail": "System.Security.Cryptography.AsnEncodedData" } },
{ "pid": 1, "tid": 10, "ts": 3081574.21875, "dur": 40678.340911865234, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 40.678340911865234, "detail": "System.Security.Cryptography.CAPI" } },
{ "pid": 1, "tid": 10, "ts": 3122577.392578125, "dur": 519.428014755249, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.519428014755249, "detail": "System.Text.RegularExpressions.Capture" } },
{ "pid": 1, "tid": 10, "ts": 3123919.189453125, "dur": 428.99200320243835, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.42899200320243835, "detail": "System.Net.Configuration.DefaultProxySection" } },
{ "pid": 1, "tid": 10, "ts": 3124665.283203125, "dur": 11625.568389892578, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.625568389892578, "detail": "System.DomainNameHelper" } },
{ "pid": 1, "tid": 10, "ts": 3136408.447265625, "dur": 524.8439908027649, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5248439908027649, "detail": "System.ComponentModel.EditorBrowsableAttribute" } },
{ "pid": 1, "tid": 10, "ts": 3137202.880859375, "dur": 777.5480151176453, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7775480151176453, "detail": "System.Text.RegularExpressions.ExclusiveReference" } },
{ "pid": 1, "tid": 10, "ts": 3137980.95703125, "dur": 1054.9629926681519, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0549629926681519, "detail": "System.Text.RegularExpressions.Group" } },
{ "pid": 1, "tid": 10, "ts": 3139300.537109375, "dur": 663.8590097427368, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6638590097427368, "detail": "System.IOAsyncCallback" } },
{ "pid": 1, "tid": 10, "ts": 3140598.876953125, "dur": 31922.31559753418, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 31.92231559753418, "detail": "System.Net.IPAddress" } },
{ "pid": 1, "tid": 10, "ts": 3172522.4609375, "dur": 9704.010009765625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.704010009765625, "detail": "System.IPv4AddressHelper" } },
{ "pid": 1, "tid": 10, "ts": 3182227.294921875, "dur": 16857.61260986328, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.85761260986328, "detail": "System.Net.IPv6AddressFormatter" } },
{ "pid": 1, "tid": 10, "ts": 3199086.42578125, "dur": 11861.414909362793, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.861414909362793, "detail": "System.IPv6AddressHelper" } },
{ "pid": 1, "tid": 10, "ts": 3210948.73046875, "dur": 1328.950047492981, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.328950047492981, "detail": "System.ComponentModel.Int16Converter" } },
{ "pid": 1, "tid": 10, "ts": 3212517.822265625, "dur": 366.767019033432, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.366767019033432, "detail": "System.Net.Configuration.Ipv6Element" } },
{ "pid": 1, "tid": 10, "ts": 3212885.986328125, "dur": 12976.75609588623, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.97675609588623, "detail": "System.IriHelper" } },
{ "pid": 1, "tid": 10, "ts": 3225863.28125, "dur": 5416.852951049805, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.416852951049805, "detail": "System.Text.RegularExpressions.Match" } },
{ "pid": 1, "tid": 10, "ts": 3231664.55078125, "dur": 1145.0269222259521, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1450269222259521, "detail": "System.Security.Cryptography.Oid" } },
{ "pid": 1, "tid": 10, "ts": 3232811.279296875, "dur": 2767.7040100097656, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7677040100097656, "detail": "System.Security.Cryptography.OidCollection" } },
{ "pid": 1, "tid": 10, "ts": 3235579.833984375, "dur": 611.4130020141602, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6114130020141602, "detail": "System.Security.Cryptography.OidEnumerator" } },
{ "pid": 1, "tid": 10, "ts": 3236735.107421875, "dur": 419.6300208568573, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4196300208568573, "detail": "System.Security.Cryptography.X509Certificates.PublicKey" } },
{ "pid": 1, "tid": 10, "ts": 3237155.76171875, "dur": 35392.23861694336, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 35.39223861694336, "detail": "System.Text.RegularExpressions.Regex" } },
{ "pid": 1, "tid": 10, "ts": 3272549.072265625, "dur": 10539.590835571289, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.539590835571289, "detail": "System.Text.RegularExpressions.RegexBoyerMoore" } },
{ "pid": 1, "tid": 10, "ts": 3283089.599609375, "dur": 132248.80981445312, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 132.24880981445312, "detail": "System.Text.RegularExpressions.RegexCharClass" } },
{ "pid": 1, "tid": 10, "ts": 3415341.796875, "dur": 75853.65295410156, "ph": "X", "name": "System.cpp", "args": { "durationMS": 75.85365295410156, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 3491233.88671875, "dur": 151782.16552734375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 151.78216552734375, "detail": "UnityEngine.UI.Image" } },
{ "pid": 1, "tid": 10, "ts": 3643017.333984375, "dur": 224561.50817871094, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 224.56150817871094, "detail": "UnityEngine.UI.InputField" } },
{ "pid": 1, "tid": 10, "ts": 3867579.833984375, "dur": 7020.821094512939, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.0208210945129395, "detail": "UnityEngine.UI.LayoutElement" } },
{ "pid": 1, "tid": 10, "ts": 3874601.806640625, "dur": 16972.393035888672, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.972393035888672, "detail": "UnityEngine.UI.LayoutGroup" } },
{ "pid": 1, "tid": 10, "ts": 3891575.439453125, "dur": 18955.589294433594, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.955589294433594, "detail": "UnityEngine.UI.LayoutRebuilder" } },
{ "pid": 1, "tid": 10, "ts": 3910533.935546875, "dur": 139242.919921875, "ph": "X", "name": "UnityEngine.UI1.cpp", "args": { "durationMS": 139.242919921875, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 4049802.734375, "dur": 32517.38739013672, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 32.51738739013672, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 10, "ts": 4082322.265625, "dur": 50398.82278442383, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 50.39882278442383, "detail": "System.Collections.Generic.List`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 10, "ts": 4132723.6328125, "dur": 25146.440505981445, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 25.146440505981445, "detail": "System.Collections.Generic.List`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 10, "ts": 4157872.0703125, "dur": 21608.675003051758, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 21.608675003051758, "detail": "System.Collections.Generic.List`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 10, "ts": 4179483.3984375, "dur": 40374.31335449219, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 40.37431335449219, "detail": "System.Collections.Generic.List`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 10, "ts": 4219859.86328125, "dur": 31272.750854492188, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 31.272750854492188, "detail": "System.Collections.Generic.List`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 10, "ts": 4251134.27734375, "dur": 76374.35150146484, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 76.37435150146484, "detail": "System.Collections.Generic.List`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 10, "ts": 4327511.23046875, "dur": 37140.5029296875, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 37.1405029296875, "detail": "System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 10, "ts": 4364654.78515625, "dur": 53869.28176879883, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 53.86928176879883, "detail": "System.Collections.Generic.List`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 10, "ts": 4418526.3671875, "dur": 70932.63244628906, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 70.93263244628906, "detail": "System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 10, "ts": 4489469.23828125, "dur": 4456.779956817627, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.456779956817627, "detail": "Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>" } },
{ "pid": 1, "tid": 10, "ts": 4493928.22265625, "dur": 9945.245742797852, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.945245742797852, "detail": "Unity.Collections.NativeArray`1<System.Byte>" } },
{ "pid": 1, "tid": 10, "ts": 4503875.48828125, "dur": 4312.093257904053, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.312093257904053, "detail": "Unity.Collections.NativeArray`1<System.Int32>" } },
{ "pid": 1, "tid": 10, "ts": 4508190.91796875, "dur": 11906.307220458984, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 11.906307220458984, "detail": "Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>" } },
{ "pid": 1, "tid": 10, "ts": 4520100.09765625, "dur": 4381.755828857422, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.381755828857422, "detail": "Unity.Collections.NativeArray`1<UnityEngine.Plane>" } },
{ "pid": 1, "tid": 10, "ts": 4524793.9453125, "dur": 7164.154052734375, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.164154052734375, "detail": "System.Nullable`1<System.Boolean>" } },
{ "pid": 1, "tid": 10, "ts": 4531959.9609375, "dur": 3026.218891143799, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.026218891143799, "detail": "System.Nullable`1<System.DateTime>" } },
{ "pid": 1, "tid": 10, "ts": 4534988.28125, "dur": 28579.679489135742, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 28.579679489135742, "detail": "System.Nullable`1<System.Int32>" } },
{ "pid": 1, "tid": 10, "ts": 4563571.77734375, "dur": 1253.944993019104, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.253944993019104, "detail": "System.Collections.Generic.ObjectComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 10, "ts": 4564827.63671875, "dur": 898.5260128974915, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8985260128974915, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 10, "ts": 4565728.515625, "dur": 832.8949809074402, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8328949809074402, "detail": "System.Collections.Generic.ObjectComparer`1<System.Int32>" } },
{ "pid": 1, "tid": 10, "ts": 4566562.5, "dur": 854.9360036849976, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8549360036849976, "detail": "System.Collections.Generic.ObjectComparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 10, "ts": 4567419.43359375, "dur": 803.8910031318665, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8038910031318665, "detail": "System.Collections.Generic.ObjectComparer`1<System.Object>" } },
{ "pid": 1, "tid": 10, "ts": 4568225.09765625, "dur": 879.6449899673462, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8796449899673462, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 10, "ts": 4569106.93359375, "dur": 826.3599872589111, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8263599872589111, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 10, "ts": 4569935.546875, "dur": 1068.2339668273926, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0682339668273926, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 10, "ts": 4571005.859375, "dur": 894.4510221481323, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8944510221481323, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 10, "ts": 4571902.34375, "dur": 906.6320061683655, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9066320061683655, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 10, "ts": 4572811.03515625, "dur": 4172.229290008545, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.172229290008545, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 10, "ts": 4576985.3515625, "dur": 9475.07381439209, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.47507381439209, "detail": "System.Collections.Generic.ObjectComparer`1<System.UInt64>" } },
{ "pid": 1, "tid": 10, "ts": 4586461.9140625, "dur": 1150.2189636230469, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1502189636230469, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 10, "ts": 4587614.2578125, "dur": 852.001965045929, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.852001965045929, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 10, "ts": 4588468.26171875, "dur": 3104.928970336914, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.104928970336914, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 10, "ts": 4591579.58984375, "dur": 1485.7679605484009, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.4857679605484009, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 10, "ts": 4593067.3828125, "dur": 1243.2849407196045, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2432849407196045, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 10, "ts": 4594312.98828125, "dur": 921.442985534668, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.921442985534668, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 10, "ts": 4595238.76953125, "dur": 3246.9239234924316, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.2469239234924316, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 10, "ts": 4598488.76953125, "dur": 44574.55062866211, "ph": "X", "name": "Generics4.cpp", "args": { "durationMS": 44.57455062866211, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 4643096.19140625, "dur": 643.3119773864746, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6433119773864746, "detail": "System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>" } },
{ "pid": 1, "tid": 10, "ts": 4643741.69921875, "dur": 1012.7239227294922, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0127239227294922, "detail": "System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 10, "ts": 4648210.9375, "dur": 595.2949523925781, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5952949523925781, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 10, "ts": 4649123.53515625, "dur": 339.00898694992065, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.33900898694992065, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 10, "ts": 4650164.0625, "dur": 710.5219960212708, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7105219960212708, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 10, "ts": 4651671.875, "dur": 641.273021697998, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.641273021697998, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 10, "ts": 4652798.33984375, "dur": 7644.608020782471, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 7.644608020782471, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 10, "ts": 4660445.3125, "dur": 343.8909947872162, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3438909947872162, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 10, "ts": 4660791.9921875, "dur": 387.24198937416077, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.38724198937416077, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 10, "ts": 4664057.6171875, "dur": 656.1520099639893, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6561520099639893, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>" } },
{ "pid": 1, "tid": 10, "ts": 4664716.30859375, "dur": 570.8540081977844, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5708540081977844, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>" } },
{ "pid": 1, "tid": 10, "ts": 4665292.96875, "dur": 649.9939560890198, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6499939560890198, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>" } },
{ "pid": 1, "tid": 10, "ts": 4665945.3125, "dur": 364.14700746536255, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.36414700746536255, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>" } },
{ "pid": 1, "tid": 10, "ts": 4666311.5234375, "dur": 379.94498014450073, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.37994498014450073, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>" } },
{ "pid": 1, "tid": 10, "ts": 4668871.09375, "dur": 345.39300203323364, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.34539300203323364, "detail": "System.Threading.Tasks.Task`1<System.Boolean>" } },
{ "pid": 1, "tid": 10, "ts": 4669217.7734375, "dur": 349.139004945755, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.349139004945755, "detail": "System.Threading.Tasks.Task`1<System.Int32>" } },
{ "pid": 1, "tid": 10, "ts": 4669568.359375, "dur": 751.2670159339905, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7512670159339905, "detail": "System.Threading.Tasks.Task`1<System.Object>" } },
{ "pid": 1, "tid": 10, "ts": 4670321.77734375, "dur": 421.7750132083893, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4217750132083893, "detail": "System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>" } },
{ "pid": 1, "tid": 10, "ts": 4670745.60546875, "dur": 431.92198872566223, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.43192198872566223, "detail": "System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 10, "ts": 4671334.47265625, "dur": 629.8179626464844, "ph": "X", "name": "Il2CppGenericComDefinitions15.cpp", "args": { "durationMS": 0.6298179626464844, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 4671986.81640625, "dur": 127122.7035522461, "ph": "X", "name": "Idle", "args": { "durationMS": 127.1227035522461, "detail": "" } },
{ "pid": 1, "tid": 28, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 28, "ts": 4800098.14453125, "dur": 2190.7269954681396, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 2.1907269954681396, "detail": "Unity.IL2CPP.Contexts.Components.StatsComponent" } },
{ "pid": 1, "tid": 28, "ts": 4802296.875, "dur": 14962.220191955566, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 14.962220191955566, "detail": "Unity.IL2CPP.Metadata.VTableBuilder" } },
{ "pid": 1, "tid": 29, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 29, "ts": 4956209.9609375, "dur": 32884.56726074219, "ph": "X", "name": "Idle", "args": { "durationMS": 32.88456726074219, "detail": "" } },
{ "pid": 1, "tid": 29, "ts": 5009562.98828125, "dur": 14415.528297424316, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 14.415528297424316, "detail": "mscorlib" } },
{ "pid": 1, "tid": 29, "ts": 5023994.62890625, "dur": 11247.961044311523, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 11.247961044311523, "detail": "System.Xml" } },
{ "pid": 1, "tid": 29, "ts": 5035345.703125, "dur": 5333.949089050293, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 5.333949089050293, "detail": "System" } },
{ "pid": 1, "tid": 29, "ts": 5040723.14453125, "dur": 409.5120131969452, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.4095120131969452, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 29, "ts": 5041224.609375, "dur": 5791.575908660889, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 5.791575908660889, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 29, "ts": 5047024.90234375, "dur": 325389.7399902344, "ph": "X", "name": "Idle", "args": { "durationMS": 325.3897399902344, "detail": "" } },
{ "pid": 1, "tid": 30, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 30, "ts": 4956231.93359375, "dur": 32874.11880493164, "ph": "X", "name": "Idle", "args": { "durationMS": 32.87411880493164, "detail": "" } },
{ "pid": 1, "tid": 30, "ts": 5102371.58203125, "dur": 270040.9240722656, "ph": "X", "name": "Idle", "args": { "durationMS": 270.0409240722656, "detail": "" } },
{ "pid": 1, "tid": 31, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 31, "ts": 4956544.43359375, "dur": 32538.66958618164, "ph": "X", "name": "Idle", "args": { "durationMS": 32.53866958618164, "detail": "" } },
{ "pid": 1, "tid": 31, "ts": 5008998.046875, "dur": 10555.634498596191, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 10.555634498596191, "detail": "System.Core" } },
{ "pid": 1, "tid": 31, "ts": 5019569.82421875, "dur": 15817.085266113281, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 15.817085266113281, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 31, "ts": 5035691.40625, "dur": 6859.347820281982, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 6.859347820281982, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 31, "ts": 5043215.8203125, "dur": 97605.5679321289, "ph": "X", "name": "Collect Method Tables", "args": { "durationMS": 97.6055679321289, "detail": "" } },
{ "pid": 1, "tid": 31, "ts": 5140831.54296875, "dur": 231589.9658203125, "ph": "X", "name": "Idle", "args": { "durationMS": 231.5899658203125, "detail": "" } },
{ "pid": 1, "tid": 32, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 32, "ts": 4956851.07421875, "dur": 32238.929748535156, "ph": "X", "name": "Idle", "args": { "durationMS": 32.238929748535156, "detail": "" } },
{ "pid": 1, "tid": 32, "ts": 5007074.21875, "dur": 8687.116622924805, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 8.687116622924805, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 32, "ts": 5015938.4765625, "dur": 746.8199729919434, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 0.7468199729919434, "detail": "UnityEngine.GridModule" } },
{ "pid": 1, "tid": 32, "ts": 5017013.18359375, "dur": 355297.91259765625, "ph": "X", "name": "All Collect Metadata", "args": { "durationMS": 355.29791259765625, "detail": "" } },
{ "pid": 1, "tid": 32, "ts": 5028043.45703125, "dur": 171169.90661621094, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 171.16990661621094, "detail": "mscorlib" } },
{ "pid": 1, "tid": 32, "ts": 5028622.0703125, "dur": 24401.43585205078, "ph": "X", "name": "UpdateEmptyTokens", "args": { "durationMS": 24.40143585205078, "detail": "" } },
{ "pid": 1, "tid": 32, "ts": 5053023.92578125, "dur": 61557.735443115234, "ph": "X", "name": "ValidateTokens", "args": { "durationMS": 61.557735443115234, "detail": "" } },
{ "pid": 1, "tid": 32, "ts": 5199712.890625, "dur": 7384.59587097168, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 7.38459587097168, "detail": "System" } },
{ "pid": 1, "tid": 32, "ts": 5199713.37890625, "dur": 853.6660075187683, "ph": "X", "name": "UpdateEmptyTokens", "args": { "durationMS": 0.8536660075187683, "detail": "" } },
{ "pid": 1, "tid": 32, "ts": 5200567.3828125, "dur": 860.385000705719, "ph": "X", "name": "ValidateTokens", "args": { "durationMS": 0.860385000705719, "detail": "" } },
{ "pid": 1, "tid": 32, "ts": 5207101.07421875, "dur": 891.444981098175, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.891444981098175, "detail": "System.Core" } },
{ "pid": 1, "tid": 32, "ts": 5207994.62890625, "dur": 1308.1179857254028, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 1.3081179857254028, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 32, "ts": 5209304.19921875, "dur": 13003.292083740234, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 13.003292083740234, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 32, "ts": 5209304.19921875, "dur": 2654.654026031494, "ph": "X", "name": "UpdateEmptyTokens", "args": { "durationMS": 2.654654026031494, "detail": "" } },
{ "pid": 1, "tid": 32, "ts": 5211959.47265625, "dur": 1629.4370889663696, "ph": "X", "name": "ValidateTokens", "args": { "durationMS": 1.6294370889663696, "detail": "" } },
{ "pid": 1, "tid": 32, "ts": 5222365.234375, "dur": 381.4780116081238, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.3814780116081238, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 32, "ts": 5222748.046875, "dur": 424.68199133872986, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.42468199133872986, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 32, "ts": 5223172.8515625, "dur": 611.2229824066162, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.6112229824066162, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 32, "ts": 5223785.64453125, "dur": 557.8389763832092, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.5578389763832092, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 32, "ts": 5224653.3203125, "dur": 1272.7330923080444, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 1.2727330923080444, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 32, "ts": 5226064.94140625, "dur": 513.8700008392334, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.5138700008392334, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 32, "ts": 5226580.078125, "dur": 460.8110189437866, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.4608110189437866, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 32, "ts": 5227041.015625, "dur": 873.939037322998, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.873939037322998, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 32, "ts": 5228136.71875, "dur": 9267.999649047852, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 9.267999649047852, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 32, "ts": 5228136.71875, "dur": 1155.817985534668, "ph": "X", "name": "UpdateEmptyTokens", "args": { "durationMS": 1.155817985534668, "detail": "" } },
{ "pid": 1, "tid": 32, "ts": 5229292.96875, "dur": 1118.1080341339111, "ph": "X", "name": "ValidateTokens", "args": { "durationMS": 1.1181080341339111, "detail": "" } },
{ "pid": 1, "tid": 32, "ts": 5237558.59375, "dur": 436.79699301719666, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.43679699301719666, "detail": "UnityEngine.VideoModule" } },
{ "pid": 1, "tid": 32, "ts": 5237996.09375, "dur": 984.1989874839783, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.9841989874839783, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 32, "ts": 5239202.1484375, "dur": 1963.6210203170776, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 1.9636210203170776, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 33, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 33, "ts": 4957021.97265625, "dur": 32095.550537109375, "ph": "X", "name": "Idle", "args": { "durationMS": 32.095550537109375, "detail": "" } },
{ "pid": 1, "tid": 33, "ts": 5006416.9921875, "dur": 9353.621482849121, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 9.353621482849121, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 33, "ts": 5016163.0859375, "dur": 1743.7890768051147, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 1.7437890768051147, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 33, "ts": 5019711.42578125, "dur": 90795.4330444336, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 90.7954330444336, "detail": "Generic Methods" } },
{ "pid": 1, "tid": 33, "ts": 5114139.6484375, "dur": 41542.816162109375, "ph": "X", "name": "Merge Invokers", "args": { "durationMS": 41.542816162109375, "detail": "" } },
{ "pid": 1, "tid": 33, "ts": 5155690.91796875, "dur": 216720.7489013672, "ph": "X", "name": "Idle", "args": { "durationMS": 216.7207489013672, "detail": "" } },
{ "pid": 1, "tid": 34, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 34, "ts": 4957285.15625, "dur": 31858.314514160156, "ph": "X", "name": "Idle", "args": { "durationMS": 31.858314514160156, "detail": "" } },
{ "pid": 1, "tid": 34, "ts": 5007102.5390625, "dur": 11961.650848388672, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 11.961650848388672, "detail": "System" } },
{ "pid": 1, "tid": 34, "ts": 5021118.65234375, "dur": 14125.639915466309, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 14.125639915466309, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 34, "ts": 5038112.79296875, "dur": 1078.4629583358765, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 1.0784629583358765, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 34, "ts": 5039195.3125, "dur": 401.08099579811096, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.40108099579811096, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 34, "ts": 5040130.37109375, "dur": 707.7770233154297, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.7077770233154297, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 34, "ts": 5041102.5390625, "dur": 657.9800248146057, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.6579800248146057, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 34, "ts": 5041997.55859375, "dur": 356.9509983062744, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.3569509983062744, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 34, "ts": 5042359.375, "dur": 552.8839826583862, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.5528839826583862, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 34, "ts": 5042951.171875, "dur": 329452.45361328125, "ph": "X", "name": "Idle", "args": { "durationMS": 329.45245361328125, "detail": "" } },
{ "pid": 1, "tid": 35, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 35, "ts": 4957534.66796875, "dur": 31839.704513549805, "ph": "X", "name": "Idle", "args": { "durationMS": 31.839704513549805, "detail": "" } },
{ "pid": 1, "tid": 35, "ts": 5047248.046875, "dur": 325175.96435546875, "ph": "X", "name": "Idle", "args": { "durationMS": 325.17596435546875, "detail": "" } },
{ "pid": 1, "tid": 36, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 36, "ts": 4957940.4296875, "dur": 31494.430541992188, "ph": "X", "name": "Idle", "args": { "durationMS": 31.494430541992188, "detail": "" } },
{ "pid": 1, "tid": 36, "ts": 5007750.9765625, "dur": 10954.057693481445, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 10.954057693481445, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 36, "ts": 5019497.55859375, "dur": 45133.99887084961, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 45.13399887084961, "detail": "mscorlib" } },
{ "pid": 1, "tid": 36, "ts": 5064658.203125, "dur": 307754.94384765625, "ph": "X", "name": "Idle", "args": { "durationMS": 307.75494384765625, "detail": "" } },
{ "pid": 1, "tid": 10, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 10, "ts": 5418493.65234375, "dur": 30593.982696533203, "ph": "X", "name": "Idle", "args": { "durationMS": 30.593982696533203, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 5463987.3046875, "dur": 112977.22625732422, "ph": "X", "name": "Write Global Metadata", "args": { "durationMS": 112.97722625732422, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 5465105.95703125, "dur": 111857.77282714844, "ph": "X", "name": "WriteMetadata", "args": { "durationMS": 111.85777282714844, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 5469101.07421875, "dur": 94080.87158203125, "ph": "X", "name": "Il2CppMetadataUsage.c", "args": { "durationMS": 94.08087158203125, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 5563183.59375, "dur": 8976.83334350586, "ph": "X", "name": "Il2CppGenericInstCollectorComponent", "args": { "durationMS": 8.97683334350586, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 5581302.734375, "dur": 212088.10424804688, "ph": "X", "name": "CompilerCalculateTypeValues", "args": { "durationMS": 212.08810424804688, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 5581324.70703125, "dur": 212061.17248535156, "ph": "X", "name": "Il2CppCCTypeValuesTable.cpp", "args": { "durationMS": 212.06117248535156, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 5652180.6640625, "dur": 134735.19897460938, "ph": "X", "name": "Il2CppCCalculateTypeValues.cpp", "args": { "durationMS": 134.73519897460938, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 5817506.8359375, "dur": 2766.7860984802246, "ph": "X", "name": "Il2CppMetadataRegistration.c", "args": { "durationMS": 2.7667860984802246, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 5820282.2265625, "dur": 24526.132583618164, "ph": "X", "name": "Idle", "args": { "durationMS": 24.526132583618164, "detail": "" } },
{ "pid": 1, "tid": 11, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 11, "ts": 5418601.5625, "dur": 30486.642837524414, "ph": "X", "name": "Idle", "args": { "durationMS": 30.486642837524414, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 5449096.19140625, "dur": 1511.957049369812, "ph": "X", "name": "Idle", "args": { "durationMS": 1.511957049369812, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 5462722.16796875, "dur": 38164.0625, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 38.1640625, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 11, "ts": 5469063.4765625, "dur": 31822.254180908203, "ph": "X", "name": "Mono.Security_CodeGen.c", "args": { "durationMS": 31.822254180908203, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 5500899.4140625, "dur": 4263.710021972656, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 4.263710021972656, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 11, "ts": 5500916.50390625, "dur": 4245.471954345703, "ph": "X", "name": "UnityEngine.InputLegacyModule_CodeGen.c", "args": { "durationMS": 4.245471954345703, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 5505166.015625, "dur": 945.7509517669678, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.9457509517669678, "detail": "UnityEngine.TilemapModule" } },
{ "pid": 1, "tid": 11, "ts": 5505190.4296875, "dur": 920.7659959793091, "ph": "X", "name": "UnityEngine.TilemapModule_CodeGen.c", "args": { "durationMS": 0.9207659959793091, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 5506115.234375, "dur": 19668.107986450195, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 19.668107986450195, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 11, "ts": 5507528.3203125, "dur": 18253.395080566406, "ph": "X", "name": "UnityEngine.UI_CodeGen.c", "args": { "durationMS": 18.253395080566406, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 5525790.0390625, "dur": 51115.753173828125, "ph": "X", "name": "Idle", "args": { "durationMS": 51.115753173828125, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 5583488.76953125, "dur": 181527.45056152344, "ph": "X", "name": "CompilerCalculateFieldValues", "args": { "durationMS": 181.52745056152344, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 5583506.8359375, "dur": 181505.37109375, "ph": "X", "name": "Il2CppCCFieldValuesTable.cpp", "args": { "durationMS": 181.50537109375, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 5626872.0703125, "dur": 124628.99017333984, "ph": "X", "name": "Il2CppCCalculateFieldValues.cpp", "args": { "durationMS": 124.62899017333984, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 5765033.69140625, "dur": 79773.38409423828, "ph": "X", "name": "Idle", "args": { "durationMS": 79.77338409423828, "detail": "" } },
{ "pid": 1, "tid": 12, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 12, "ts": 5418709.47265625, "dur": 30390.663146972656, "ph": "X", "name": "Idle", "args": { "durationMS": 30.390663146972656, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 5449113.28125, "dur": 1515.6739950180054, "ph": "X", "name": "Idle", "args": { "durationMS": 1.5156739950180054, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 5462715.8203125, "dur": 38091.270446777344, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 38.091270446777344, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 12, "ts": 5469090.8203125, "dur": 31715.742111206055, "ph": "X", "name": "System.Configuration_CodeGen.c", "args": { "durationMS": 31.715742111206055, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 5500819.3359375, "dur": 738.5720610618591, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.7385720610618591, "detail": "UnityEngine.GridModule" } },
{ "pid": 1, "tid": 12, "ts": 5500839.35546875, "dur": 718.6350226402283, "ph": "X", "name": "UnityEngine.GridModule_CodeGen.c", "args": { "durationMS": 0.7186350226402283, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 5501561.03515625, "dur": 2878.5688877105713, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 2.8785688877105713, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 12, "ts": 5501574.21875, "dur": 2864.6960258483887, "ph": "X", "name": "UnityEngine.AnimationModule_CodeGen.c", "args": { "durationMS": 2.8646960258483887, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 5504442.3828125, "dur": 1208.0880403518677, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.2080880403518677, "detail": "UnityEngine.SpriteShapeModule" } },
{ "pid": 1, "tid": 12, "ts": 5504458.0078125, "dur": 1192.18909740448, "ph": "X", "name": "UnityEngine.SpriteShapeModule_CodeGen.c", "args": { "durationMS": 1.19218909740448, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 5505652.83203125, "dur": 3929.145097732544, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 3.929145097732544, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 12, "ts": 5505665.52734375, "dur": 3915.842056274414, "ph": "X", "name": "UnityEngine.GameCenterModule_CodeGen.c", "args": { "durationMS": 3.915842056274414, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 5509585.9375, "dur": 67194.77844238281, "ph": "X", "name": "Idle", "args": { "durationMS": 67.19477844238281, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 5578885.7421875, "dur": 136038.84887695312, "ph": "X", "name": "Il2CppGenericMethodTable.c", "args": { "durationMS": 136.03884887695312, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 5714945.3125, "dur": 129855.51452636719, "ph": "X", "name": "Idle", "args": { "durationMS": 129.8555145263672, "detail": "" } },
{ "pid": 1, "tid": 24, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 24, "ts": 5418825.68359375, "dur": 30280.214309692383, "ph": "X", "name": "Idle", "args": { "durationMS": 30.280214309692383, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 5449110.83984375, "dur": 1540.6839847564697, "ph": "X", "name": "Idle", "args": { "durationMS": 1.5406839847564697, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 5471821.2890625, "dur": 28674.37744140625, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 28.67437744140625, "detail": "System.Xml" } },
{ "pid": 1, "tid": 24, "ts": 5471849.12109375, "dur": 28645.519256591797, "ph": "X", "name": "System.Xml_CodeGen.c", "args": { "durationMS": 28.645519256591797, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 5500573.2421875, "dur": 20375.774383544922, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 20.375774383544922, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 24, "ts": 5500595.21484375, "dur": 20353.052139282227, "ph": "X", "name": "UnityEngine.CoreModule_CodeGen.c", "args": { "durationMS": 20.353052139282227, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 5520955.56640625, "dur": 55940.582275390625, "ph": "X", "name": "Idle", "args": { "durationMS": 55.940582275390625, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 5581507.32421875, "dur": 52614.3684387207, "ph": "X", "name": "Il2CppGenericMethodDefinitions.c", "args": { "durationMS": 52.6143684387207, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 5634144.53125, "dur": 210642.4102783203, "ph": "X", "name": "Idle", "args": { "durationMS": 210.6424102783203, "detail": "" } },
{ "pid": 1, "tid": 23, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 23, "ts": 5418974.609375, "dur": 30141.359329223633, "ph": "X", "name": "Idle", "args": { "durationMS": 30.141359329223633, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 5449119.140625, "dur": 1539.247989654541, "ph": "X", "name": "Idle", "args": { "durationMS": 1.539247989654541, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 5462696.2890625, "dur": 38653.27072143555, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 38.65327072143555, "detail": "System.Core" } },
{ "pid": 1, "tid": 23, "ts": 5469078.125, "dur": 32269.603729248047, "ph": "X", "name": "System.Core_CodeGen.c", "args": { "durationMS": 32.26960372924805, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 5501506.8359375, "dur": 2814.584970474243, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 2.814584970474243, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 23, "ts": 5501522.94921875, "dur": 2798.3059883117676, "ph": "X", "name": "UnityEngine.TextRenderingModule_CodeGen.c", "args": { "durationMS": 2.7983059883117676, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 5504325.1953125, "dur": 1246.6050386428833, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.2466050386428833, "detail": "UnityEngine.PhysicsModule" } },
{ "pid": 1, "tid": 23, "ts": 5504341.30859375, "dur": 1229.8599481582642, "ph": "X", "name": "UnityEngine.PhysicsModule_CodeGen.c", "args": { "durationMS": 1.2298599481582642, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 5505574.70703125, "dur": 1500.6479024887085, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.5006479024887085, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 23, "ts": 5505589.84375, "dur": 1484.4859838485718, "ph": "X", "name": "UnityEngine.UIModule_CodeGen.c", "args": { "durationMS": 1.4844859838485718, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 5507077.63671875, "dur": 2233.834981918335, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 2.233834981918335, "detail": "UnityEngine.VideoModule" } },
{ "pid": 1, "tid": 23, "ts": 5507092.7734375, "dur": 2218.1918621063232, "ph": "X", "name": "UnityEngine.VideoModule_CodeGen.c", "args": { "durationMS": 2.2181918621063232, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 5509314.94140625, "dur": 2373.3999729156494, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 2.3733999729156494, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 23, "ts": 5509332.03125, "dur": 2354.933023452759, "ph": "X", "name": "Assembly-CSharp_CodeGen.c", "args": { "durationMS": 2.354933023452759, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 5511694.3359375, "dur": 65193.22204589844, "ph": "X", "name": "Idle", "args": { "durationMS": 65.19322204589844, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 5578501.46484375, "dur": 132422.08862304688, "ph": "X", "name": "Il2CppTypeDefinitions.c", "args": { "durationMS": 132.42208862304688, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 5710972.65625, "dur": 133818.37463378906, "ph": "X", "name": "Idle", "args": { "durationMS": 133.81837463378906, "detail": "" } },
{ "pid": 1, "tid": 22, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 22, "ts": 5419054.19921875, "dur": 30069.156646728516, "ph": "X", "name": "Idle", "args": { "durationMS": 30.069156646728516, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 5449126.953125, "dur": 1576.3829946517944, "ph": "X", "name": "Idle", "args": { "durationMS": 1.5763829946517944, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 5462704.58984375, "dur": 38242.20275878906, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 38.24220275878906, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 22, "ts": 5469004.8828125, "dur": 31941.131591796875, "ph": "X", "name": "UnityEngine.SharedInternalsModule_CodeGen.c", "args": { "durationMS": 31.941131591796875, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 5500958.0078125, "dur": 1618.7050342559814, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.6187050342559814, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 22, "ts": 5500971.6796875, "dur": 1604.5349836349487, "ph": "X", "name": "UnityEngine.Physics2DModule_CodeGen.c", "args": { "durationMS": 1.6045349836349487, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 5502579.58984375, "dur": 3514.6141052246094, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 3.5146141052246094, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 22, "ts": 5502593.75, "dur": 3499.336004257202, "ph": "X", "name": "UnityEngine.IMGUIModule_CodeGen.c", "args": { "durationMS": 3.499336004257202, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 5506096.6796875, "dur": 765.9379839897156, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.7659379839897156, "detail": "UnityEngine.ParticleSystemModule" } },
{ "pid": 1, "tid": 22, "ts": 5506110.83984375, "dur": 751.1160373687744, "ph": "X", "name": "UnityEngine.ParticleSystemModule_CodeGen.c", "args": { "durationMS": 0.7511160373687744, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 5506865.234375, "dur": 596.0389971733093, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.5960389971733093, "detail": "UnityEngine.UnityWebRequestWWWModule" } },
{ "pid": 1, "tid": 22, "ts": 5506881.8359375, "dur": 578.8930058479309, "ph": "X", "name": "UnityEngine.UnityWebRequestWWWModule_CodeGen.c", "args": { "durationMS": 0.5788930058479309, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 5507463.37890625, "dur": 1930.2339553833008, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.9302339553833008, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 22, "ts": 5507479.00390625, "dur": 1914.8669242858887, "ph": "X", "name": "Unity.2D.IK.Runtime_CodeGen.c", "args": { "durationMS": 1.9148669242858887, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 5509412.109375, "dur": 67408.23364257812, "ph": "X", "name": "Idle", "args": { "durationMS": 67.40823364257812, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 5579505.37109375, "dur": 31782.243728637695, "ph": "X", "name": "Il2CppGenericClassTable.c", "args": { "durationMS": 31.782243728637695, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 5614178.7109375, "dur": 230594.8028564453, "ph": "X", "name": "Idle", "args": { "durationMS": 230.5948028564453, "detail": "" } },
{ "pid": 1, "tid": 21, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 21, "ts": 5419159.66796875, "dur": 29967.111587524414, "ph": "X", "name": "Idle", "args": { "durationMS": 29.967111587524414, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 5449138.18359375, "dur": 1492.6570653915405, "ph": "X", "name": "Idle", "args": { "durationMS": 1.4926570653915405, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 5468382.32421875, "dur": 141779.296875, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 141.779296875, "detail": "mscorlib" } },
{ "pid": 1, "tid": 21, "ts": 5469096.6796875, "dur": 141064.22424316406, "ph": "X", "name": "mscorlib_CodeGen.c", "args": { "durationMS": 141.06422424316406, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 5611157.2265625, "dur": 233546.0662841797, "ph": "X", "name": "Write Global Code Metadata", "args": { "durationMS": 233.5460662841797, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 5616174.8046875, "dur": 1602.2469997406006, "ph": "X", "name": "Il2CppReversePInvokeWrapperTable.cpp", "args": { "durationMS": 1.6022469997406006, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 5618442.87109375, "dur": 97914.61181640625, "ph": "X", "name": "Il2CppGenericMethodPointerTable.cpp", "args": { "durationMS": 97.91461181640625, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 5717003.90625, "dur": 100928.90167236328, "ph": "X", "name": "Il2CppInvokerTable.cpp", "args": { "durationMS": 100.92890167236328, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 5821191.89453125, "dur": 14146.608352661133, "ph": "X", "name": "Il2CppInteropDataTable.cpp", "args": { "durationMS": 14.146608352661133, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 5842853.02734375, "dur": 1846.0230827331543, "ph": "X", "name": "Il2CppCodeRegistration.cpp", "args": { "durationMS": 1.8460230827331543, "detail": "" } },
{ "pid": 1, "tid": 20, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 20, "ts": 5419263.18359375, "dur": 29866.928100585938, "ph": "X", "name": "Idle", "args": { "durationMS": 29.866928100585938, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 5449132.8125, "dur": 1535.8599424362183, "ph": "X", "name": "Idle", "args": { "durationMS": 1.5358599424362183, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 5471793.9453125, "dur": 29910.015106201172, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 29.910015106201172, "detail": "System" } },
{ "pid": 1, "tid": 20, "ts": 5471825.1953125, "dur": 29878.637313842773, "ph": "X", "name": "System_CodeGen.c", "args": { "durationMS": 29.878637313842773, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 5501714.84375, "dur": 617.097020149231, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.617097020149231, "detail": "UnityEngine.AssetBundleModule" } },
{ "pid": 1, "tid": 20, "ts": 5501729.98046875, "dur": 600.9839773178101, "ph": "X", "name": "UnityEngine.AssetBundleModule_CodeGen.c", "args": { "durationMS": 0.6009839773178101, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 5502334.9609375, "dur": 1938.504934310913, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.938504934310913, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 20, "ts": 5502350.5859375, "dur": 1921.5810298919678, "ph": "X", "name": "UnityEngine.AudioModule_CodeGen.c", "args": { "durationMS": 1.9215810298919678, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 5504276.85546875, "dur": 1321.403980255127, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.321403980255127, "detail": "UnityEngine.ImageConversionModule" } },
{ "pid": 1, "tid": 20, "ts": 5504292.96875, "dur": 1304.1739463806152, "ph": "X", "name": "UnityEngine.ImageConversionModule_CodeGen.c", "args": { "durationMS": 1.3041739463806152, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 5505601.07421875, "dur": 3546.8850135803223, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 3.5468850135803223, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 20, "ts": 5505615.72265625, "dur": 3531.1830043792725, "ph": "X", "name": "UnityEngine.UnityWebRequestModule_CodeGen.c", "args": { "durationMS": 3.5311830043792725, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 5509150.87890625, "dur": 788.8999581336975, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.7888999581336975, "detail": "UnityEngine" } },
{ "pid": 1, "tid": 20, "ts": 5509166.50390625, "dur": 772.2780108451843, "ph": "X", "name": "UnityEngine_CodeGen.c", "args": { "durationMS": 0.7722780108451843, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 5509945.3125, "dur": 66930.7632446289, "ph": "X", "name": "Idle", "args": { "durationMS": 66.9307632446289, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 5578944.3359375, "dur": 39878.089904785156, "ph": "X", "name": "Il2CppGenericInstDefinitions.c", "args": { "durationMS": 39.878089904785156, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 5619385.7421875, "dur": 225388.88549804688, "ph": "X", "name": "Idle", "args": { "durationMS": 225.38888549804688, "detail": "" } }
],
"meta_datetime": "06/15/2022 10:22:52",
"meta_command_line": "/Applications/Unity/Hub/Editor/2020.2.1f1/Unity.app/Contents/il2cpp/build/deploy/netcoreapp3.1/il2cpp.dll --convert-to-cpp --emit-null-checks --enable-array-bounds-check --dotnetprofile=unityaot --additional-cpp=/Users/maowenyong/Desktop/unity/Tap/Library/Il2cppBuildCache/iOS/additionalCppFiles/UnityClassRegistration.cpp --additional-cpp=/Users/maowenyong/Desktop/unity/Tap/Library/Il2cppBuildCache/iOS/additionalCppFiles/UnityICallRegistration.cpp --incremental-g-c-time-slice=3 --avoid-dynamic-library-copy --profiler-report --map-file-parser=/Applications/Unity/Hub/Editor/2020.2.1f1/Unity.app/Contents/Tools/MapFileParser/MapFileParser --directory=/Users/maowenyong/Desktop/unity/Tap/Temp/StagingArea/Data/Managed --generatedcppdir=/Users/maowenyong/Desktop/unity/Tap/Library/Il2cppBuildCache/iOS/il2cppOutput",
"meta_command_line_args": "/Applications/Unity/Hub/Editor/2020.2.1f1/Unity.app/Contents/il2cpp/build/deploy/netcoreapp3.1/il2cpp.dll --convert-to-cpp --emit-null-checks --enable-array-bounds-check --dotnetprofile=unityaot --additional-cpp=/Users/maowenyong/Desktop/unity/Tap/Library/Il2cppBuildCache/iOS/additionalCppFiles/UnityClassRegistration.cpp --additional-cpp=/Users/maowenyong/Desktop/unity/Tap/Library/Il2cppBuildCache/iOS/additionalCppFiles/UnityICallRegistration.cpp --incremental-g-c-time-slice=3 --avoid-dynamic-library-copy --profiler-report --map-file-parser=/Applications/Unity/Hub/Editor/2020.2.1f1/Unity.app/Contents/Tools/MapFileParser/MapFileParser --directory=/Users/maowenyong/Desktop/unity/Tap/Temp/StagingArea/Data/Managed --generatedcppdir=/Users/maowenyong/Desktop/unity/Tap/Library/Il2cppBuildCache/iOS/il2cppOutput",
"meta_user_name": "maowenyong",
"meta_os_version": "Unix 21.4.0.0",
"meta_cpu_count": "8"}