profile.json 641.2 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
{
"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": 1089.7400379180908, "dur": 4350731.4453125, "ph": "X", "name": "il2cpp.exe", "args": { "durationMS": 4350.7314453125, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 23829.025268554688, "dur": 4326088.37890625, "ph": "X", "name": "ConvertAssemblies", "args": { "durationMS": 4326.08837890625, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 62594.173431396484, "dur": 371501.89208984375, "ph": "X", "name": "InitializePhase", "args": { "durationMS": 371.50189208984375, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 62594.581604003906, "dur": 369509.033203125, "ph": "X", "name": "Collect assemblies to convert", "args": { "durationMS": 369.509033203125, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 434679.0771484375, "dur": 108087.69226074219, "ph": "X", "name": "SetupPhase", "args": { "durationMS": 108.08769226074219, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 435258.9416503906, "dur": 45860.18371582031, "ph": "X", "name": "RegisterCorlib", "args": { "durationMS": 45.86018371582031, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 482684.14306640625, "dur": 22792.203903198242, "ph": "X", "name": "PreProcessIL", "args": { "durationMS": 22.792203903198242, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 482684.4787597656, "dur": 12435.985565185547, "ph": "X", "name": "Inject base types and finalizers into COM and Windows Runtime types", "args": { "durationMS": 12.435985565185547, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 483064.02587890625, "dur": 11276.827812194824, "ph": "X", "name": "ModifyCOMAndWindowsRuntimeTypes in assembly", "args": { "durationMS": 11.276827812194824, "detail": "mscorlib" } },
{ "pid": 1, "tid": 1, "ts": 495120.60546875, "dur": 10355.11302947998, "ph": "X", "name": "ApplyDefaultMarshalAsAttribute", "args": { "durationMS": 10.35511302947998, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 495462.7380371094, "dur": 7917.006015777588, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 7.917006015777588, "detail": "mscorlib" } },
{ "pid": 1, "tid": 1, "ts": 503746.4599609375, "dur": 871.5770244598389, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.8715770244598389, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 1, "ts": 504940.24658203125, "dur": 440.24500250816345, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.44024500250816345, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 1, "ts": 505773.0712890625, "dur": 5829.490184783936, "ph": "X", "name": "WriteResources", "args": { "durationMS": 5.8294901847839355, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 511923.9501953125, "dur": 29187.660217285156, "ph": "X", "name": "CopyEtcFolder", "args": { "durationMS": 29.187660217285156, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 541112.3657226562, "dur": 1653.2009840011597, "ph": "X", "name": "Build Results", "args": { "durationMS": 1.6532009840011597, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 546234.1918945312, "dur": 699861.6333007812, "ph": "X", "name": "PrimaryCollectionPhase", "args": { "durationMS": 699.8616333007812, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 548131.7138671875, "dur": 23916.467666625977, "ph": "X", "name": "Create Scheduler", "args": { "durationMS": 23.916467666625977, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 554627.8076171875, "dur": 11881.866455078125, "ph": "X", "name": "ForkedContextScope.Setup", "args": { "durationMS": 11.881866455078125, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 572048.5229492188, "dur": 53099.17449951172, "ph": "X", "name": "Scheduling", "args": { "durationMS": 53.09917449951172, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 626241.5771484375, "dur": 548528.7475585938, "ph": "X", "name": "PhaseWorkScheduler.WaitForEmptyQueue", "args": { "durationMS": 548.5287475585938, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1177244.0185546875, "dur": 64891.014099121094, "ph": "X", "name": "ForkedContextScope.MergeBack", "args": { "durationMS": 64.8910140991211, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1195444.9462890625, "dur": 37219.4709777832, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 37.2194709777832, "detail": "Unity.IL2CPP.Metadata.GenericMethodCollectorComponent" } },
{ "pid": 1, "tid": 1, "ts": 1242186.767578125, "dur": 3908.4270000457764, "ph": "X", "name": "Build Results", "args": { "durationMS": 3.9084270000457764, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1248684.9365234375, "dur": 2322237.79296875, "ph": "X", "name": "PrimaryWritePhase", "args": { "durationMS": 2322.23779296875, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1249062.3779296875, "dur": 2371.954917907715, "ph": "X", "name": "Create Scheduler", "args": { "durationMS": 2.371954917907715, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1251435.791015625, "dur": 32166.1376953125, "ph": "X", "name": "Scheduling", "args": { "durationMS": 32.1661376953125, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1283610.9619140625, "dur": 2178372.314453125, "ph": "X", "name": "PhaseWorkScheduler.WaitForEmptyQueue", "args": { "durationMS": 2178.372314453125, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 3462129.150390625, "dur": 55534.088134765625, "ph": "X", "name": "ForkedContextScope.MergeBack", "args": { "durationMS": 55.534088134765625, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 3462530.2734375, "dur": 19318.777084350586, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 19.318777084350586, "detail": "Unity.IL2CPP.Contexts.Components.MetadataUsageCollectorComponent" } },
{ "pid": 1, "tid": 1, "ts": 3517699.951171875, "dur": 53221.83609008789, "ph": "X", "name": "Build Results", "args": { "durationMS": 53.22183609008789, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 3572587.40234375, "dur": 316042.724609375, "ph": "X", "name": "SecondaryCollectionPhase", "args": { "durationMS": 316.042724609375, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 3572587.40234375, "dur": 306623.9318847656, "ph": "X", "name": "Scheduling", "args": { "durationMS": 306.6239318847656, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 3572973.6328125, "dur": 3419.0080165863037, "ph": "X", "name": "Create Scheduler", "args": { "durationMS": 3.4190080165863037, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 3682980.712890625, "dur": 194184.8602294922, "ph": "X", "name": "PhaseWorkScheduler.WaitForEmptyQueue", "args": { "durationMS": 194.1848602294922, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 3877257.080078125, "dur": 1943.0640935897827, "ph": "X", "name": "ForkedContextScope.MergeBack", "args": { "durationMS": 1.9430640935897827, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 3879211.669921875, "dur": 9417.597770690918, "ph": "X", "name": "Build Results", "args": { "durationMS": 9.417597770690918, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 3888873.046875, "dur": 350020.9655761719, "ph": "X", "name": "SecondaryWritePhase", "args": { "durationMS": 350.0209655761719, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 3889417.48046875, "dur": 2575.093984603882, "ph": "X", "name": "Part1", "args": { "durationMS": 2.575093984603882, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 3889417.724609375, "dur": 612.1730208396912, "ph": "X", "name": "Scheduling", "args": { "durationMS": 0.6121730208396912, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 3890030.2734375, "dur": 1961.790919303894, "ph": "X", "name": "Build Results", "args": { "durationMS": 1.961790919303894, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 3892497.0703125, "dur": 14489.53914642334, "ph": "X", "name": "Part3", "args": { "durationMS": 14.48953914642334, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 3892497.314453125, "dur": 14487.664222717285, "ph": "X", "name": "Scheduling", "args": { "durationMS": 14.487664222717285, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 3892734.86328125, "dur": 14248.600006103516, "ph": "X", "name": "WriteUnresolvedStubs", "args": { "durationMS": 14.248600006103516, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 3894024.90234375, "dur": 12957.612991333008, "ph": "X", "name": "UnresolvedVirtualCallStubs.cpp", "args": { "durationMS": 12.957612991333008, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 3908104.98046875, "dur": 330788.2995605469, "ph": "X", "name": "Part4", "args": { "durationMS": 330.7882995605469, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 3908105.224609375, "dur": 330490.6311035156, "ph": "X", "name": "Scheduling", "args": { "durationMS": 330.4906311035156, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 3908490.234375, "dur": 1752.2389888763428, "ph": "X", "name": "Create Scheduler", "args": { "durationMS": 1.7522389888763428, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 3937469.482421875, "dur": 299978.1188964844, "ph": "X", "name": "PhaseWorkScheduler.WaitForEmptyQueue", "args": { "durationMS": 299.9781188964844, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4237564.94140625, "dur": 1020.4089879989624, "ph": "X", "name": "ForkedContextScope.MergeBack", "args": { "durationMS": 1.0204089879989624, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4239119.62890625, "dur": 106449.20349121094, "ph": "X", "name": "MetadataWritePhase", "args": { "durationMS": 106.44920349121094, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4249414.55078125, "dur": 8631.170272827148, "ph": "X", "name": "StringLiteralWriter", "args": { "durationMS": 8.631170272827148, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4258372.55859375, "dur": 1239.8990392684937, "ph": "X", "name": "Metadata Strings", "args": { "durationMS": 1.2398990392684937, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4259616.2109375, "dur": 2534.8880290985107, "ph": "X", "name": "Events", "args": { "durationMS": 2.5348880290985107, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4262151.3671875, "dur": 4145.633220672607, "ph": "X", "name": "Properties", "args": { "durationMS": 4.145633220672607, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4266297.8515625, "dur": 17698.9688873291, "ph": "X", "name": "Methods", "args": { "durationMS": 17.6989688873291, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4283998.046875, "dur": 974.2169976234436, "ph": "X", "name": "Parameter Default Values", "args": { "durationMS": 0.9742169976234436, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4284972.65625, "dur": 1759.9730491638184, "ph": "X", "name": "Field Default Values", "args": { "durationMS": 1.7599730491638184, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4286732.91015625, "dur": 480.7310104370117, "ph": "X", "name": "Field and Parameter Default Values Data", "args": { "durationMS": 0.4807310104370117, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4287214.35546875, "dur": 875.889003276825, "ph": "X", "name": "Field Marshaled Sizes", "args": { "durationMS": 0.875889003276825, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4288090.8203125, "dur": 8647.359848022461, "ph": "X", "name": "Parameters", "args": { "durationMS": 8.647359848022461, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4296738.76953125, "dur": 5392.986297607422, "ph": "X", "name": "Fields", "args": { "durationMS": 5.392986297607422, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4302134.27734375, "dur": 1594.1120386123657, "ph": "X", "name": "Generic Parameters", "args": { "durationMS": 1.5941120386123657, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4303729.00390625, "dur": 607.8330278396606, "ph": "X", "name": "Generic Parameter Constraints", "args": { "durationMS": 0.6078330278396606, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4304337.40234375, "dur": 1304.0859699249268, "ph": "X", "name": "Generic Containers", "args": { "durationMS": 1.3040859699249268, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4305642.08984375, "dur": 477.1270155906677, "ph": "X", "name": "Nested Types", "args": { "durationMS": 0.4771270155906677, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4306119.140625, "dur": 680.3699731826782, "ph": "X", "name": "Interfaces", "args": { "durationMS": 0.6803699731826782, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4306800.29296875, "dur": 3236.2868785858154, "ph": "X", "name": "VTables", "args": { "durationMS": 3.2362868785858154, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4310037.109375, "dur": 1882.973074913025, "ph": "X", "name": "Interface Offsets", "args": { "durationMS": 1.882973074913025, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4311920.8984375, "dur": 16699.30648803711, "ph": "X", "name": "Type Definitions", "args": { "durationMS": 16.69930648803711, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4329054.6875, "dur": 3894.0649032592773, "ph": "X", "name": "Images", "args": { "durationMS": 3.8940649032592773, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4332949.21875, "dur": 1594.2879915237427, "ph": "X", "name": "Assemblies", "args": { "durationMS": 1.5942879915237427, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4334812.98828125, "dur": 465.7230079174042, "ph": "X", "name": "Referenced Assemblies", "args": { "durationMS": 0.4657230079174042, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4335279.296875, "dur": 2003.1259059906006, "ph": "X", "name": "Attribute Types Ranges", "args": { "durationMS": 2.0031259059906006, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4337283.203125, "dur": 2767.3110961914062, "ph": "X", "name": "Attribute Types", "args": { "durationMS": 2.7673110961914062, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4340050.78125, "dur": 952.9210329055786, "ph": "X", "name": "Unresolved Virtual Call Parameter Types", "args": { "durationMS": 0.9529210329055786, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4341004.39453125, "dur": 411.0489785671234, "ph": "X", "name": "Unresolved Virtual Call Parameter Ranges", "args": { "durationMS": 0.4110489785671234, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4341417.48046875, "dur": 443.1680142879486, "ph": "X", "name": "Windows Runtime type names", "args": { "durationMS": 0.4431680142879486, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4342184.5703125, "dur": 1266.3819789886475, "ph": "X", "name": "Exported Types", "args": { "durationMS": 1.2663819789886475, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4346559.08203125, "dur": 2361.660957336426, "ph": "X", "name": "CompletionPhase", "args": { "durationMS": 2.361660957336426, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4348402.83203125, "dur": 517.1989798545837, "ph": "X", "name": "Build Results", "args": { "durationMS": 0.5171989798545837, "detail": "" } },
{ "pid": 1, "tid": 7, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 7, "ts": 573080.6274414062, "dur": 42362.10632324219, "ph": "X", "name": "Idle", "args": { "durationMS": 42.36210632324219, "detail": "" } },
{ "pid": 1, "tid": 7, "ts": 616302.7954101562, "dur": 3252.3200511932373, "ph": "X", "name": "Idle", "args": { "durationMS": 3.2523200511932373, "detail": "" } },
{ "pid": 1, "tid": 7, "ts": 621639.5874023438, "dur": 112655.09796142578, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 112.65509796142578, "detail": "mscorlib" } },
{ "pid": 1, "tid": 7, "ts": 735266.5405273438, "dur": 3576.9729614257812, "ph": "X", "name": "Merging Generic Sharing", "args": { "durationMS": 3.5769729614257812, "detail": "" } },
{ "pid": 1, "tid": 7, "ts": 738985.7177734375, "dur": 11062.068939208984, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 11.062068939208984, "detail": "System" } },
{ "pid": 1, "tid": 7, "ts": 750503.1127929688, "dur": 592.022955417633, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.5920229554176331, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 7, "ts": 751098.0224609375, "dur": 854.5240163803101, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.8545240163803101, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 7, "ts": 751954.5288085938, "dur": 847.1019864082336, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.8471019864082336, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 7, "ts": 752884.765625, "dur": 8213.216781616211, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 8.213216781616211, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 7, "ts": 761105.3466796875, "dur": 414172.36328125, "ph": "X", "name": "Idle", "args": { "durationMS": 414.17236328125, "detail": "" } },
{ "pid": 1, "tid": 9, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 9, "ts": 573085.0830078125, "dur": 42365.73028564453, "ph": "X", "name": "Idle", "args": { "durationMS": 42.36573028564453, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 617134.765625, "dur": 556603.3325195312, "ph": "X", "name": "All Generics Collection", "args": { "durationMS": 556.6033325195312, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 617637.8784179688, "dur": 529255.5541992188, "ph": "X", "name": "GenericsCollector.Collect", "args": { "durationMS": 529.2555541992188, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 618943.2373046875, "dur": 42273.677825927734, "ph": "X", "name": "GenericCodeFlowGraphCollector.Collect", "args": { "durationMS": 42.273677825927734, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 618943.4814453125, "dur": 41217.92221069336, "ph": "X", "name": "GenericCodeFlowGraphCollector.GetTypesAndMethodsForAnalysis", "args": { "durationMS": 41.21792221069336, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 1146894.53125, "dur": 9373.560905456543, "ph": "X", "name": "CollectGenericVirtualMethods.Collect", "args": { "durationMS": 9.373560905456543, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 1156268.6767578125, "dur": 1453.832983970642, "ph": "X", "name": "AddExtraTypes", "args": { "durationMS": 1.453832983970642, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 1170541.50390625, "dur": 1788.316011428833, "ph": "X", "name": "Add Windows Runtime type names", "args": { "durationMS": 1.788316011428833, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 1172377.5634765625, "dur": 1359.550952911377, "ph": "X", "name": "Collect Generic CCWMarshallingFunctions", "args": { "durationMS": 1.359550952911377, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 1173783.0810546875, "dur": 1507.5050592422485, "ph": "X", "name": "Idle", "args": { "durationMS": 1.5075050592422485, "detail": "" } },
{ "pid": 1, "tid": 10, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 10, "ts": 573093.994140625, "dur": 42336.734771728516, "ph": "X", "name": "Idle", "args": { "durationMS": 42.336734771728516, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 617139.892578125, "dur": 365112.85400390625, "ph": "X", "name": "All Warm up Naming", "args": { "durationMS": 365.11285400390625, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 617677.0629882812, "dur": 277275.9094238281, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 277.2759094238281, "detail": "mscorlib" } },
{ "pid": 1, "tid": 10, "ts": 895177.4291992188, "dur": 396.02598547935486, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.39602598547935486, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 10, "ts": 895596.435546875, "dur": 13685.224533081055, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 13.685224533081055, "detail": "System" } },
{ "pid": 1, "tid": 10, "ts": 909282.8369140625, "dur": 2151.7398357391357, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 2.1517398357391357, "detail": "System.Core" } },
{ "pid": 1, "tid": 10, "ts": 911435.4858398438, "dur": 773.597002029419, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.773597002029419, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 10, "ts": 912209.8999023438, "dur": 21303.632736206055, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 21.303632736206055, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 10, "ts": 933536.1938476562, "dur": 541.9000387191772, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.5419000387191772, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 10, "ts": 934193.0541992188, "dur": 811.0160231590271, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.8110160231590271, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 10, "ts": 935004.8828125, "dur": 774.7489809989929, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.7747489809989929, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 10, "ts": 935803.4057617188, "dur": 553.3580183982849, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.5533580183982849, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 10, "ts": 936357.7270507812, "dur": 3056.5178394317627, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 3.0565178394317627, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 10, "ts": 939577.8198242188, "dur": 1362.3780012130737, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 1.3623780012130737, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 10, "ts": 940941.0400390625, "dur": 1153.7760496139526, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 1.1537760496139526, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 10, "ts": 942095.458984375, "dur": 2500.1118183135986, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 2.5001118183135986, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 10, "ts": 944918.1518554688, "dur": 33465.90805053711, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 33.46590805053711, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 10, "ts": 978642.1508789062, "dur": 514.1649842262268, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.5141649842262268, "detail": "UnityEngine.VideoModule" } },
{ "pid": 1, "tid": 10, "ts": 979157.0434570312, "dur": 1964.664101600647, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 1.964664101600647, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 10, "ts": 981140.625, "dur": 1106.199026107788, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 1.106199026107788, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 10, "ts": 982259.3994140625, "dur": 193034.48486328125, "ph": "X", "name": "Idle", "args": { "durationMS": 193.03448486328125, "detail": "" } },
{ "pid": 1, "tid": 11, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 11, "ts": 573105.712890625, "dur": 42334.7282409668, "ph": "X", "name": "Idle", "args": { "durationMS": 42.3347282409668, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 616302.24609375, "dur": 3285.4268550872803, "ph": "X", "name": "Idle", "args": { "durationMS": 3.2854268550872803, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 621661.4379882812, "dur": 37890.51055908203, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 37.89051055908203, "detail": "System" } },
{ "pid": 1, "tid": 11, "ts": 659568.84765625, "dur": 16337.766647338867, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 16.337766647338867, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 11, "ts": 676015.7470703125, "dur": 2712.409019470215, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 2.712409019470215, "detail": "System.Core" } },
{ "pid": 1, "tid": 11, "ts": 679053.466796875, "dur": 1653.509020805359, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 1.6535090208053589, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 11, "ts": 680709.8999023438, "dur": 3076.7340660095215, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 3.0767340660095215, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 11, "ts": 683789.794921875, "dur": 1991.9379949569702, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 1.9919379949569702, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 11, "ts": 685785.5224609375, "dur": 388.20600509643555, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.38820600509643555, "detail": "UnityEngine.ImageConversionModule" } },
{ "pid": 1, "tid": 11, "ts": 686176.26953125, "dur": 489.50400948524475, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.48950400948524475, "detail": "UnityEngine.PhysicsModule" } },
{ "pid": 1, "tid": 11, "ts": 687280.2734375, "dur": 3455.379009246826, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 3.455379009246826, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 11, "ts": 690739.0747070312, "dur": 2892.9221630096436, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 2.8929221630096436, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 11, "ts": 693634.765625, "dur": 1115.8798933029175, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 1.1158798933029175, "detail": "UnityEngine.ParticleSystemModule" } },
{ "pid": 1, "tid": 11, "ts": 694752.7465820312, "dur": 57736.366271972656, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 57.736366271972656, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 11, "ts": 752491.455078125, "dur": 708.7630033493042, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.7087630033493042, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 11, "ts": 753335.2661132812, "dur": 960.7570171356201, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.9607570171356201, "detail": "UnityEngine.VideoModule" } },
{ "pid": 1, "tid": 11, "ts": 754382.5073242188, "dur": 420890.380859375, "ph": "X", "name": "Idle", "args": { "durationMS": 420.890380859375, "detail": "" } },
{ "pid": 1, "tid": 6, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 6, "ts": 573130.4931640625, "dur": 42332.93151855469, "ph": "X", "name": "Idle", "args": { "durationMS": 42.33293151855469, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 616299.31640625, "dur": 3279.3731689453125, "ph": "X", "name": "Idle", "args": { "durationMS": 3.2793731689453125, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 621630.4931640625, "dur": 25167.19627380371, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 25.16719627380371, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 6, "ts": 646920.5932617188, "dur": 1905.0129652023315, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 1.9050129652023315, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 6, "ts": 648888.9770507812, "dur": 21900.53367614746, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 21.90053367614746, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 6, "ts": 670793.3349609375, "dur": 25429.941177368164, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 25.429941177368164, "detail": "System" } },
{ "pid": 1, "tid": 6, "ts": 696234.619140625, "dur": 685.7720613479614, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.6857720613479614, "detail": "UnityEngine.UnityWebRequestWWWModule" } },
{ "pid": 1, "tid": 6, "ts": 696922.8515625, "dur": 1585.8930349349976, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 1.5858930349349976, "detail": "UnityEngine.VideoModule" } },
{ "pid": 1, "tid": 6, "ts": 698549.31640625, "dur": 1900.0999927520752, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 1.9000999927520752, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 6, "ts": 700584.5336914062, "dur": 6288.884162902832, "ph": "X", "name": "Collect Windows Runtime Data", "args": { "durationMS": 6.288884162902832, "detail": "mscorlib" } },
{ "pid": 1, "tid": 6, "ts": 707963.5009765625, "dur": 28371.736526489258, "ph": "X", "name": "Collect CCW Marshaling Functions", "args": { "durationMS": 28.371736526489258, "detail": "mscorlib" } },
{ "pid": 1, "tid": 6, "ts": 736338.6840820312, "dur": 8507.598876953125, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 8.507598876953125, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 6, "ts": 744855.3466796875, "dur": 6743.569850921631, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 6.743569850921631, "detail": "System.Core" } },
{ "pid": 1, "tid": 6, "ts": 751700.1953125, "dur": 504.62496280670166, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.5046249628067017, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 6, "ts": 752361.0229492188, "dur": 419.5510149002075, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.4195510149002075, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 6, "ts": 752782.1655273438, "dur": 698.4280347824097, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.6984280347824097, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 6, "ts": 753820.556640625, "dur": 504.688024520874, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.504688024520874, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 6, "ts": 754376.6479492188, "dur": 420894.6533203125, "ph": "X", "name": "Idle", "args": { "durationMS": 420.8946533203125, "detail": "" } },
{ "pid": 1, "tid": 5, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 5, "ts": 573135.986328125, "dur": 42307.7278137207, "ph": "X", "name": "Idle", "args": { "durationMS": 42.3077278137207, "detail": "" } },
{ "pid": 1, "tid": 5, "ts": 616322.998046875, "dur": 3258.13889503479, "ph": "X", "name": "Idle", "args": { "durationMS": 3.25813889503479, "detail": "" } },
{ "pid": 1, "tid": 5, "ts": 621650.7568359375, "dur": 17867.49267578125, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 17.86749267578125, "detail": "System.Xml" } },
{ "pid": 1, "tid": 5, "ts": 642213.0737304688, "dur": 2574.5790004730225, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 2.5745790004730225, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 5, "ts": 644795.0439453125, "dur": 1087.4090194702148, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 1.0874090194702148, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 5, "ts": 645917.0532226562, "dur": 817.5920248031616, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 0.8175920248031616, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 5, "ts": 647434.9365234375, "dur": 624.8199939727783, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 0.6248199939727783, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 5, "ts": 648061.4013671875, "dur": 967.5740003585815, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 0.9675740003585815, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 5, "ts": 649362.7319335938, "dur": 865.0400042533875, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 0.8650400042533875, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 5, "ts": 650232.177734375, "dur": 624.4239807128906, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 0.6244239807128906, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 5, "ts": 651466.1254882812, "dur": 259579.86450195312, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 259.5798645019531, "detail": "mscorlib" } },
{ "pid": 1, "tid": 5, "ts": 911134.9487304688, "dur": 264165.8630371094, "ph": "X", "name": "Idle", "args": { "durationMS": 264.1658630371094, "detail": "" } },
{ "pid": 1, "tid": 12, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 12, "ts": 573154.1137695312, "dur": 42288.62380981445, "ph": "X", "name": "Idle", "args": { "durationMS": 42.28862380981445, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 616312.3779296875, "dur": 3259.237051010132, "ph": "X", "name": "Idle", "args": { "durationMS": 3.259237051010132, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 621666.1376953125, "dur": 32895.30944824219, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 32.89530944824219, "detail": "System.Core" } },
{ "pid": 1, "tid": 12, "ts": 654582.6416015625, "dur": 21330.150604248047, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 21.330150604248047, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 12, "ts": 676034.7290039062, "dur": 57996.58966064453, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 57.99658966064453, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 12, "ts": 734036.7431640625, "dur": 12708.547592163086, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 12.708547592163086, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 12, "ts": 746763.3056640625, "dur": 517.2529816627502, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.5172529816627502, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 12, "ts": 747282.958984375, "dur": 11072.251319885254, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 11.072251319885254, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 12, "ts": 758364.8681640625, "dur": 416908.935546875, "ph": "X", "name": "Idle", "args": { "durationMS": 416.908935546875, "detail": "" } },
{ "pid": 1, "tid": 8, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 8, "ts": 573166.8701171875, "dur": 42276.83639526367, "ph": "X", "name": "Idle", "args": { "durationMS": 42.27683639526367, "detail": "" } },
{ "pid": 1, "tid": 8, "ts": 616312.98828125, "dur": 3258.028984069824, "ph": "X", "name": "Idle", "args": { "durationMS": 3.258028984069824, "detail": "" } },
{ "pid": 1, "tid": 8, "ts": 621656.9213867188, "dur": 21481.151580810547, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 21.481151580810547, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 8, "ts": 643475.5859375, "dur": 19753.1795501709, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 19.7531795501709, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 8, "ts": 663234.1918945312, "dur": 12676.591873168945, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 12.676591873168945, "detail": "System.Xml" } },
{ "pid": 1, "tid": 8, "ts": 676026.85546875, "dur": 3038.5310649871826, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 3.0385310649871826, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 8, "ts": 679068.603515625, "dur": 556.8140149116516, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.5568140149116516, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 8, "ts": 679628.0517578125, "dur": 4100.128173828125, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 4.100128173828125, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 8, "ts": 684067.1997070312, "dur": 7314.378261566162, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 7.314378261566162, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 8, "ts": 691384.4604492188, "dur": 6211.667060852051, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 6.211667060852051, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 8, "ts": 697598.6328125, "dur": 3354.724168777466, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 3.354724168777466, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 8, "ts": 700955.8715820312, "dur": 5909.005641937256, "ph": "X", "name": "Collect Windows Runtime Data", "args": { "durationMS": 5.909005641937256, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 8, "ts": 711783.935546875, "dur": 978.1070351600647, "ph": "X", "name": "Collect CCW Marshaling Functions", "args": { "durationMS": 0.9781070351600647, "detail": "System" } },
{ "pid": 1, "tid": 8, "ts": 712934.7534179688, "dur": 2782.280921936035, "ph": "X", "name": "Collect CCW Marshaling Functions", "args": { "durationMS": 2.782280921936035, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 8, "ts": 716791.9311523438, "dur": 2260.037899017334, "ph": "X", "name": "Collect CCW Marshaling Functions", "args": { "durationMS": 2.260037899017334, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 8, "ts": 719759.8876953125, "dur": 62347.36633300781, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 62.34736633300781, "detail": "mscorlib" } },
{ "pid": 1, "tid": 8, "ts": 782209.716796875, "dur": 393069.7326660156, "ph": "X", "name": "Idle", "args": { "durationMS": 393.0697326660156, "detail": "" } },
{ "pid": 1, "tid": 13, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 13, "ts": 1195419.0673828125, "dur": 35422.821044921875, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 35.422821044921875, "detail": "Unity.IL2CPP.Contexts.Components.MetadataUsageCollectorComponent" } },
{ "pid": 1, "tid": 13, "ts": 1230881.34765625, "dur": 2570.4760551452637, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 2.5704760551452637, "detail": "Unity.IL2CPP.Metadata.VTableBuilder" } },
{ "pid": 1, "tid": 13, "ts": 3462583.49609375, "dur": 2737.8339767456055, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 2.7378339767456055, "detail": "Unity.IL2CPP.Symbols.SymbolsCollector" } },
{ "pid": 1, "tid": 13, "ts": 4237810.546875, "dur": 737.2579574584961, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.7372579574584961, "detail": "Unity.IL2CPP.Contexts.Components.SourceAnnotationWriterComponent" } },
{ "pid": 1, "tid": 15, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 15, "ts": 1195430.5419921875, "dur": 35477.97775268555, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 35.47797775268555, "detail": "Unity.IL2CPP.Contexts.Components.MethodCollector" } },
{ "pid": 1, "tid": 15, "ts": 3462645.751953125, "dur": 5615.031719207764, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 5.615031719207764, "detail": "Unity.IL2CPP.Metadata.GenericMethodCollectorComponent" } },
{ "pid": 1, "tid": 4, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 4, "ts": 1195450.0732421875, "dur": 35461.16638183594, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 35.46116638183594, "detail": "Unity.IL2CPP.Contexts.Components.VirtualCallCollector" } },
{ "pid": 1, "tid": 4, "ts": 1230928.5888671875, "dur": 1218.3499336242676, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 1.2183499336242676, "detail": "Unity.IL2CPP.Contexts.Components.WindowsRuntimeTypeWithNameComponent" } },
{ "pid": 1, "tid": 4, "ts": 3462640.380859375, "dur": 1550.6349802017212, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 1.5506349802017212, "detail": "Unity.IL2CPP.Contexts.Components.TypeCollector" } },
{ "pid": 1, "tid": 4, "ts": 3464203.857421875, "dur": 6201.001167297363, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 6.201001167297363, "detail": "Unity.IL2CPP.Contexts.Components.CppDeclarationsComponent" } },
{ "pid": 1, "tid": 17, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 17, "ts": 1195461.0595703125, "dur": 36959.571838378906, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 36.959571838378906, "detail": "Unity.IL2CPP.Contexts.Components.TypeCollector" } },
{ "pid": 1, "tid": 17, "ts": 3462624.0234375, "dur": 8073.849678039551, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 8.07384967803955, "detail": "Unity.IL2CPP.Contexts.Components.SharedMethodCollector" } },
{ "pid": 1, "tid": 14, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 14, "ts": 1195471.19140625, "dur": 35466.23611450195, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 35.46623611450195, "detail": "Unity.IL2CPP.Symbols.SymbolsCollector" } },
{ "pid": 1, "tid": 14, "ts": 1231284.423828125, "dur": 10505.699157714844, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 10.505699157714844, "detail": "Unity.IL2CPP.Naming.NamingComponent" } },
{ "pid": 1, "tid": 14, "ts": 1232825.8056640625, "dur": 1596.3228940963745, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.5963228940963745, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 14, "ts": 1234424.1943359375, "dur": 1252.7700662612915, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.2527700662612915, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 14, "ts": 1236232.5439453125, "dur": 563.9000535011292, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.5639000535011292, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 14, "ts": 1236796.875, "dur": 2697.8509426116943, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.6978509426116943, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 14, "ts": 1239495.361328125, "dur": 889.8250460624695, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.8898250460624695, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 14, "ts": 1240638.5498046875, "dur": 611.4200353622437, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.6114200353622437, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 14, "ts": 3462607.666015625, "dur": 3953.3891677856445, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 3.9533891677856445, "detail": "Unity.IL2CPP.Contexts.Components.VirtualCallCollector" } },
{ "pid": 1, "tid": 18, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 18, "ts": 1195479.3701171875, "dur": 35469.14291381836, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 35.46914291381836, "detail": "Unity.IL2CPP.Tiny.TinyStringCollectorComponent" } },
{ "pid": 1, "tid": 18, "ts": 1231303.1005859375, "dur": 839.0129804611206, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.8390129804611206, "detail": "Unity.IL2CPP.Contexts.Components.MessageLoggerComponent" } },
{ "pid": 1, "tid": 18, "ts": 3462828.125, "dur": 2102.1180152893066, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 2.1021180152893066, "detail": "Unity.IL2CPP.Contexts.Components.StatsComponent" } },
{ "pid": 1, "tid": 18, "ts": 3465258.30078125, "dur": 51322.9866027832, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 51.3229866027832, "detail": "Unity.IL2CPP.Naming.NamingComponent" } },
{ "pid": 1, "tid": 18, "ts": 3465258.7890625, "dur": 1077.2160291671753, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.0772160291671753, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 3466336.42578125, "dur": 4778.223037719727, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 4.778223037719727, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 3471211.42578125, "dur": 2725.1079082489014, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.7251079082489014, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 18, "ts": 3473937.744140625, "dur": 601.8919944763184, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.6018919944763184, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 3474540.0390625, "dur": 2983.9069843292236, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.9839069843292236, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 3477623.779296875, "dur": 1969.9310064315796, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.9699310064315796, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 18, "ts": 3479595.458984375, "dur": 712.2290134429932, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.7122290134429932, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 3480307.6171875, "dur": 2965.125799179077, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.965125799179077, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 3483377.685546875, "dur": 1915.2770042419434, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.9152770042419434, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 18, "ts": 3485294.189453125, "dur": 683.5619807243347, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.6835619807243347, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 3485977.783203125, "dur": 3114.7429943084717, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 3.1147429943084717, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 3489143.310546875, "dur": 1939.4819736480713, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.9394819736480713, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 18, "ts": 3491084.228515625, "dur": 666.388988494873, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.666388988494873, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 3491750.732421875, "dur": 2510.383129119873, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.510383129119873, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 3494327.1484375, "dur": 1872.7020025253296, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.8727020025253296, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 18, "ts": 3496200.68359375, "dur": 586.6570472717285, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.5866570472717285, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 3496787.841796875, "dur": 2656.3429832458496, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.6563429832458496, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 3499552.978515625, "dur": 1781.3329696655273, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.7813329696655273, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 18, "ts": 3501335.205078125, "dur": 714.7219777107239, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.7147219777107239, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 3502050.29296875, "dur": 2695.641040802002, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.695641040802002, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 3504817.138671875, "dur": 1767.8219079971313, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.7678219079971313, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 18, "ts": 3506585.693359375, "dur": 575.6949782371521, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.5756949782371521, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 3507161.62109375, "dur": 2651.8399715423584, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.6518399715423584, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 3509905.2734375, "dur": 1604.0760278701782, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.6040760278701782, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 18, "ts": 3511510.009765625, "dur": 496.9870150089264, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.4969870150089264, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 3512007.080078125, "dur": 2797.3811626434326, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.7973811626434326, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 3514805.17578125, "dur": 1775.2490043640137, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.7752490043640137, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 18, "ts": 3516604.00390625, "dur": 965.7109975814819, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.9657109975814819, "detail": "Unity.IL2CPP.Contexts.Components.SourceAnnotationWriterComponent" } },
{ "pid": 1, "tid": 16, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 16, "ts": 1195483.88671875, "dur": 35471.5690612793, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 35.4715690612793, "detail": "Unity.IL2CPP.Contexts.Components.SharedMethodCollector" } },
{ "pid": 1, "tid": 16, "ts": 3462839.84375, "dur": 12829.708099365234, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 12.829708099365234, "detail": "Unity.IL2CPP.Metadata.VTableBuilder" } },
{ "pid": 1, "tid": 19, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 19, "ts": 1230258.1787109375, "dur": 604.1749715805054, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.6041749715805054, "detail": "Unity.IL2CPP.Tiny.TinyTypeCollectorComponent" } },
{ "pid": 1, "tid": 19, "ts": 1230878.7841796875, "dur": 3845.5820083618164, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 3.8455820083618164, "detail": "Unity.IL2CPP.Contexts.Components.StatsComponent" } },
{ "pid": 1, "tid": 19, "ts": 3462563.720703125, "dur": 7778.712272644043, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 7.778712272644043, "detail": "Unity.IL2CPP.Contexts.Components.MethodCollector" } },
{ "pid": 1, "tid": 19, "ts": 3877605.46875, "dur": 1560.5629682540894, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 1.5605629682540894, "detail": "Unity.IL2CPP.Contexts.Components.TypeCollector" } },
{ "pid": 1, "tid": 20, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 20, "ts": 1250511.8408203125, "dur": 22383.800506591797, "ph": "X", "name": "Idle", "args": { "durationMS": 22.383800506591797, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1283468.75, "dur": 3689.2411708831787, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 3.6892411708831787, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 20, "ts": 1288412.353515625, "dur": 235470.56579589844, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 235.47056579589844, "detail": "mscorlib" } },
{ "pid": 1, "tid": 20, "ts": 1289932.0068359375, "dur": 233950.5615234375, "ph": "X", "name": "mscorlib_Attr.cpp", "args": { "durationMS": 233.9505615234375, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1524816.40625, "dur": 15469.478607177734, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 15.469478607177734, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 20, "ts": 1524828.0029296875, "dur": 15457.491874694824, "ph": "X", "name": "UnityEngine.IMGUIModule_Attr.cpp", "args": { "durationMS": 15.457491874694824, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1540289.306640625, "dur": 8390.606880187988, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 8.390606880187988, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 20, "ts": 1540308.9599609375, "dur": 8370.250701904297, "ph": "X", "name": "Unity.2D.IK.Runtime_Attr.cpp", "args": { "durationMS": 8.370250701904297, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1559925.048828125, "dur": 3437.7810955047607, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.4377810955047607, "detail": "<Module>" } },
{ "pid": 1, "tid": 20, "ts": 1563381.4697265625, "dur": 31338.735580444336, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 31.338735580444336, "detail": "System.Xml.XmlReader" } },
{ "pid": 1, "tid": 20, "ts": 1594729.8583984375, "dur": 923.0319857597351, "ph": "X", "name": "System.Xml.cpp", "args": { "durationMS": 0.9230319857597351, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1595716.4306640625, "dur": 29047.47200012207, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 29.04747200012207, "detail": "UnityEngine.Font" } },
{ "pid": 1, "tid": 20, "ts": 1624807.9833984375, "dur": 2900.3918170928955, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.9003918170928955, "detail": "UnityEngine.TextGenerationSettings" } },
{ "pid": 1, "tid": 20, "ts": 1627709.228515625, "dur": 41569.942474365234, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 41.569942474365234, "detail": "UnityEngine.TextGenerator" } },
{ "pid": 1, "tid": 20, "ts": 1669334.47265625, "dur": 678.1479716300964, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6781479716300964, "detail": "UnityEngine.UIVertex" } },
{ "pid": 1, "tid": 20, "ts": 1670027.9541015625, "dur": 460.5270028114319, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4605270028114319, "detail": "UnityEngine.Font/FontTextureRebuildCallback" } },
{ "pid": 1, "tid": 20, "ts": 1670490.8447265625, "dur": 11233.22582244873, "ph": "X", "name": "UnityEngine.TextRenderingModule.cpp", "args": { "durationMS": 11.23322582244873, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1681770.5078125, "dur": 566.1500096321106, "ph": "X", "name": "UnityEngine.cpp", "args": { "durationMS": 0.5661500096321106, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1682371.58203125, "dur": 12335.960388183594, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.335960388183594, "detail": "System.IO.BinaryWriter" } },
{ "pid": 1, "tid": 20, "ts": 1694708.49609375, "dur": 799.3659973144531, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7993659973144531, "detail": "System.Reflection.Binder" } },
{ "pid": 1, "tid": 20, "ts": 1695522.705078125, "dur": 7512.075901031494, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.512075901031494, "detail": "System.BitConverter" } },
{ "pid": 1, "tid": 20, "ts": 1703035.5224609375, "dur": 2493.915796279907, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4939157962799072, "detail": "Mono.Security.BitConverterLE" } },
{ "pid": 1, "tid": 20, "ts": 1705530.2734375, "dur": 7319.4580078125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.3194580078125, "detail": "System.Boolean" } },
{ "pid": 1, "tid": 20, "ts": 1712850.7080078125, "dur": 6604.619979858398, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.604619979858398, "detail": "System.Globalization.Bootstring" } },
{ "pid": 1, "tid": 20, "ts": 1719456.0546875, "dur": 6190.946578979492, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.190946578979492, "detail": "System.Buffer" } },
{ "pid": 1, "tid": 20, "ts": 1725647.8271484375, "dur": 6715.567111968994, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.715567111968994, "detail": "System.Byte" } },
{ "pid": 1, "tid": 20, "ts": 1732386.71875, "dur": 2334.800958633423, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.334800958633423, "detail": "System.Collections.Generic.ByteEqualityComparer" } },
{ "pid": 1, "tid": 20, "ts": 1734722.5341796875, "dur": 22739.606857299805, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 22.739606857299805, "detail": "System.ByteMatcher" } },
{ "pid": 1, "tid": 20, "ts": 1757618.408203125, "dur": 8987.674713134766, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.987674713134766, "detail": "System.Runtime.Remoting.Messaging.CADMessageBase" } },
{ "pid": 1, "tid": 20, "ts": 1766607.177734375, "dur": 1375.9909868240356, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3759909868240356, "detail": "System.Runtime.Remoting.Messaging.CADMethodCallMessage" } },
{ "pid": 1, "tid": 20, "ts": 1767983.7646484375, "dur": 3203.8490772247314, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.2038490772247314, "detail": "System.Runtime.Remoting.Messaging.CADMethodRef" } },
{ "pid": 1, "tid": 20, "ts": 1771188.5986328125, "dur": 1848.9909172058105, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8489909172058105, "detail": "System.Runtime.Remoting.Messaging.CADMethodReturnMessage" } },
{ "pid": 1, "tid": 20, "ts": 1773217.6513671875, "dur": 1228.7389039993286, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2287389039993286, "detail": "System.Runtime.Remoting.Channels.CADSerializer" } },
{ "pid": 1, "tid": 20, "ts": 1774447.3876953125, "dur": 363.00602555274963, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.36300602555274963, "detail": "System.Collections.Concurrent.CDSCollectionETWBCLProvider" } },
{ "pid": 1, "tid": 20, "ts": 1775039.794921875, "dur": 1322.5560188293457, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3225560188293457, "detail": "System.Runtime.InteropServices.COMException" } },
{ "pid": 1, "tid": 20, "ts": 1776363.4033203125, "dur": 2237.2679710388184, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2372679710388184, "detail": "System.IO.CStreamReader" } },
{ "pid": 1, "tid": 20, "ts": 1778601.5625, "dur": 3478.839159011841, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.478839159011841, "detail": "System.IO.CStreamWriter" } },
{ "pid": 1, "tid": 20, "ts": 1782081.298828125, "dur": 3631.10613822937, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.63110613822937, "detail": "System.Globalization.Calendar" } },
{ "pid": 1, "tid": 20, "ts": 1785713.37890625, "dur": 8387.534141540527, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.387534141540527, "detail": "System.Globalization.CalendarData" } },
{ "pid": 1, "tid": 20, "ts": 1794117.5537109375, "dur": 388.90498876571655, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.38890498876571655, "detail": "System.Runtime.Remoting.Messaging.CallContext" } },
{ "pid": 1, "tid": 20, "ts": 1794507.32421875, "dur": 530.6259989738464, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5306259989738464, "detail": "System.Runtime.Remoting.Messaging.CallContextRemotingData" } },
{ "pid": 1, "tid": 20, "ts": 1795038.6962890625, "dur": 340.2929902076721, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3402929902076721, "detail": "System.Runtime.Remoting.Messaging.CallContextSecurityData" } },
{ "pid": 1, "tid": 20, "ts": 1795410.5224609375, "dur": 454.1660249233246, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4541660249233246, "detail": "System.Threading.CancellationCallbackCoreWorkArguments" } },
{ "pid": 1, "tid": 20, "ts": 1795865.3564453125, "dur": 775.4890322685242, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7754890322685242, "detail": "System.Threading.CancellationCallbackInfo" } },
{ "pid": 1, "tid": 20, "ts": 1796641.6015625, "dur": 6175.906658172607, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.175906658172607, "detail": "System.Threading.CancellationToken" } },
{ "pid": 1, "tid": 20, "ts": 1802818.4814453125, "dur": 2787.2650623321533, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7872650623321533, "detail": "System.Threading.CancellationTokenRegistration" } },
{ "pid": 1, "tid": 20, "ts": 1805606.5673828125, "dur": 9739.368438720703, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.739368438720703, "detail": "System.Threading.CancellationTokenSource" } },
{ "pid": 1, "tid": 20, "ts": 1815346.923828125, "dur": 690.1280283927917, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6901280283927917, "detail": "System.CannotUnloadAppDomainException" } },
{ "pid": 1, "tid": 20, "ts": 1816037.9638671875, "dur": 1017.0580148696899, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.01705801486969, "detail": "System.Collections.CaseInsensitiveComparer" } },
{ "pid": 1, "tid": 20, "ts": 1817056.0302734375, "dur": 964.1619920730591, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9641619920730591, "detail": "System.Collections.CaseInsensitiveHashCodeProvider" } },
{ "pid": 1, "tid": 20, "ts": 1818053.3447265625, "dur": 4751.247882843018, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.751247882843018, "detail": "System.Runtime.Remoting.ChannelData" } },
{ "pid": 1, "tid": 20, "ts": 1822805.419921875, "dur": 413.9559864997864, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4139559864997864, "detail": "System.Runtime.Remoting.ChannelInfo" } },
{ "pid": 1, "tid": 20, "ts": 1823220.3369140625, "dur": 20986.64093017578, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.98664093017578, "detail": "System.Runtime.Remoting.Channels.ChannelServices" } },
{ "pid": 1, "tid": 20, "ts": 1844207.8857421875, "dur": 49868.202209472656, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 49.868202209472656, "detail": "System.Char" } },
{ "pid": 1, "tid": 20, "ts": 1894077.2705078125, "dur": 1514.7979259490967, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5147979259490967, "detail": "System.CharEnumerator" } },
{ "pid": 1, "tid": 20, "ts": 1895606.689453125, "dur": 2384.2949867248535, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3842949867248535, "detail": "System.Globalization.CharUnicodeInfo" } },
{ "pid": 1, "tid": 20, "ts": 1898155.517578125, "dur": 1627.8350353240967, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6278350353240967, "detail": "System.Runtime.Remoting.ClientActivatedIdentity" } },
{ "pid": 1, "tid": 20, "ts": 1899784.423828125, "dur": 633.5349678993225, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6335349678993225, "detail": "System.Runtime.Remoting.Messaging.ClientContextReplySink" } },
{ "pid": 1, "tid": 20, "ts": 1900418.8232421875, "dur": 38826.114654541016, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 38.826114654541016, "detail": "System.Runtime.Remoting.Messaging.ClientContextTerminatorSink" } },
{ "pid": 1, "tid": 20, "ts": 1939245.9716796875, "dur": 1036.5580320358276, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0365580320358276, "detail": "System.Runtime.Remoting.ClientIdentity" } },
{ "pid": 1, "tid": 20, "ts": 1940283.447265625, "dur": 382.69299268722534, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.38269299268722534, "detail": "System.Globalization.CodePageDataItem" } },
{ "pid": 1, "tid": 20, "ts": 1940666.9921875, "dur": 1325.3710269927979, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3253710269927979, "detail": "Mono.Globalization.Unicode.CodePointIndexer" } },
{ "pid": 1, "tid": 20, "ts": 1942577.7587890625, "dur": 15927.865028381348, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.927865028381348, "detail": "System.Globalization.CompareInfo" } },
{ "pid": 1, "tid": 20, "ts": 1958520.3857421875, "dur": 3228.0290126800537, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.2280290126800537, "detail": "System.Collections.Comparer" } },
{ "pid": 1, "tid": 20, "ts": 1961763.916015625, "dur": 1247.336983680725, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.247336983680725, "detail": "System.Collections.CompatibleComparer" } },
{ "pid": 1, "tid": 20, "ts": 1963023.681640625, "dur": 337.7920091152191, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3377920091152191, "detail": "System.Runtime.CompilerServices.CompilationRelaxationsAttribute" } },
{ "pid": 1, "tid": 20, "ts": 1963478.1494140625, "dur": 382.6169967651367, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3826169967651367, "detail": "System.Threading.Tasks.CompletionActionInvoker" } },
{ "pid": 1, "tid": 20, "ts": 1963861.328125, "dur": 17435.501098632812, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.435501098632812, "detail": "System.Runtime.Remoting.ConfigHandler" } },
{ "pid": 1, "tid": 20, "ts": 1981299.31640625, "dur": 78610.14556884766, "ph": "X", "name": "mscorlib1.cpp", "args": { "durationMS": 78.61014556884766, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 2059929.931640625, "dur": 3666.2468910217285, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6662468910217285, "detail": "System.Resources.ResourceSet" } },
{ "pid": 1, "tid": 20, "ts": 2063622.55859375, "dur": 3589.2460346221924, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.5892460346221924, "detail": "System.Runtime.Remoting.Messaging.ReturnMessage" } },
{ "pid": 1, "tid": 20, "ts": 2067212.646484375, "dur": 1383.9069604873657, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3839069604873657, "detail": "System.Reflection.RtFieldInfo" } },
{ "pid": 1, "tid": 20, "ts": 2068597.16796875, "dur": 601.7400026321411, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6017400026321411, "detail": "Mono.Runtime" } },
{ "pid": 1, "tid": 20, "ts": 2069224.12109375, "dur": 1323.0979442596436, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3230979442596436, "detail": "System.Reflection.RuntimeAssembly" } },
{ "pid": 1, "tid": 20, "ts": 2070547.8515625, "dur": 1496.0750341415405, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4960750341415405, "detail": "Mono.RuntimeClassHandle" } },
{ "pid": 1, "tid": 20, "ts": 2072248.291015625, "dur": 1770.8020210266113, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7708020210266113, "detail": "System.Reflection.RuntimeConstructorInfo" } },
{ "pid": 1, "tid": 20, "ts": 2074019.775390625, "dur": 841.9640064239502, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8419640064239502, "detail": "Mono.RuntimeEventHandle" } },
{ "pid": 1, "tid": 20, "ts": 2074862.548828125, "dur": 1214.3139839172363, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2143139839172363, "detail": "System.Reflection.RuntimeEventInfo" } },
{ "pid": 1, "tid": 20, "ts": 2076077.63671875, "dur": 2949.3210315704346, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.9493210315704346, "detail": "System.RuntimeFieldHandle" } },
{ "pid": 1, "tid": 20, "ts": 2079028.076171875, "dur": 1358.07204246521, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.35807204246521, "detail": "System.Reflection.RuntimeFieldInfo" } },
{ "pid": 1, "tid": 20, "ts": 2080387.451171875, "dur": 1336.445927619934, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.336445927619934, "detail": "Mono.RuntimeGPtrArrayHandle" } },
{ "pid": 1, "tid": 20, "ts": 2081724.853515625, "dur": 1438.4359121322632, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4384359121322632, "detail": "Mono.RuntimeGenericParamInfoHandle" } },
{ "pid": 1, "tid": 20, "ts": 2083164.306640625, "dur": 756.7640542984009, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7567640542984009, "detail": "System.Runtime.CompilerServices.RuntimeHelpers" } },
{ "pid": 1, "tid": 20, "ts": 2083921.875, "dur": 2077.4588584899902, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0774588584899902, "detail": "Mono.RuntimeMarshal" } },
{ "pid": 1, "tid": 20, "ts": 2086000, "dur": 3122.894048690796, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.122894048690796, "detail": "System.RuntimeMethodHandle" } },
{ "pid": 1, "tid": 20, "ts": 2089123.779296875, "dur": 2790.5869483947754, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7905869483947754, "detail": "System.Reflection.RuntimeMethodInfo" } },
{ "pid": 1, "tid": 20, "ts": 2092199.951171875, "dur": 843.7899947166443, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8437899947166443, "detail": "Mono.RuntimePropertyHandle" } },
{ "pid": 1, "tid": 20, "ts": 2093044.43359375, "dur": 2116.3761615753174, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1163761615753174, "detail": "System.Reflection.RuntimePropertyInfo" } },
{ "pid": 1, "tid": 20, "ts": 2095427.001953125, "dur": 6783.168792724609, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.783168792724609, "detail": "System.Resources.RuntimeResourceSet" } },
{ "pid": 1, "tid": 20, "ts": 2102223.876953125, "dur": 111736.16790771484, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 111.73616790771484, "detail": "System.RuntimeType" } },
{ "pid": 1, "tid": 20, "ts": 2213961.42578125, "dur": 8312.89291381836, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.31289291381836, "detail": "System.RuntimeTypeHandle" } },
{ "pid": 1, "tid": 20, "ts": 2222275.634765625, "dur": 4833.893775939941, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.833893775939941, "detail": "System.Runtime.CompilerServices.RuntimeWrappedException" } },
{ "pid": 1, "tid": 20, "ts": 2227110.595703125, "dur": 78855.14068603516, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 78.85514068603516, "detail": "System.SByte" } },
{ "pid": 1, "tid": 20, "ts": 2306230.712890625, "dur": 897.6140022277832, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8976140022277832, "detail": "System.Security.Cryptography.SHA1CryptoServiceProvider" } },
{ "pid": 1, "tid": 20, "ts": 2307129.150390625, "dur": 29016.115188598633, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 29.016115188598633, "detail": "System.Security.Cryptography.SHA1Internal" } },
{ "pid": 1, "tid": 20, "ts": 2336145.99609375, "dur": 408.3240032196045, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4083240032196045, "detail": "SR" } },
{ "pid": 1, "tid": 20, "ts": 2336675.537109375, "dur": 539.1969680786133, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5391969680786133, "detail": "System.Runtime.InteropServices.SafeBuffer" } },
{ "pid": 1, "tid": 20, "ts": 2337215.576171875, "dur": 349.12601113319397, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.34912601113319397, "detail": "Microsoft.Win32.SafeHandles.SafeFileHandle" } },
{ "pid": 1, "tid": 20, "ts": 2337827.392578125, "dur": 575.9649872779846, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5759649872779846, "detail": "Mono.SafeGPtrArrayHandle" } },
{ "pid": 1, "tid": 20, "ts": 2338403.80859375, "dur": 3308.314085006714, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.308314085006714, "detail": "System.Runtime.InteropServices.SafeHandle" } },
{ "pid": 1, "tid": 20, "ts": 2341713.134765625, "dur": 349.467009305954, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.349467009305954, "detail": "Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid" } },
{ "pid": 1, "tid": 20, "ts": 2342272.94921875, "dur": 524.2040157318115, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5242040157318115, "detail": "System.Runtime.Serialization.SafeSerializationEventArgs" } },
{ "pid": 1, "tid": 20, "ts": 2342797.36328125, "dur": 9370.35083770752, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.37035083770752, "detail": "System.Runtime.Serialization.SafeSerializationManager" } },
{ "pid": 1, "tid": 20, "ts": 2352168.9453125, "dur": 1371.0530996322632, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3710530996322632, "detail": "Mono.SafeStringMarshal" } },
{ "pid": 1, "tid": 20, "ts": 2353540.771484375, "dur": 1304.758071899414, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.304758071899414, "detail": "Microsoft.Win32.SafeHandles.SafeWaitHandle" } },
{ "pid": 1, "tid": 20, "ts": 2355122.0703125, "dur": 1160.4299545288086, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1604299545288086, "detail": "System.IO.SearchResult" } },
{ "pid": 1, "tid": 20, "ts": 2356283.69140625, "dur": 10452.4564743042, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.4524564743042, "detail": "System.Security.SecurityElement" } },
{ "pid": 1, "tid": 20, "ts": 2366737.3046875, "dur": 2426.7170429229736, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4267170429229736, "detail": "System.Security.SecurityException" } },
{ "pid": 1, "tid": 20, "ts": 2369336.42578125, "dur": 1687.704086303711, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.687704086303711, "detail": "Mono.Xml.SecurityParser" } },
{ "pid": 1, "tid": 20, "ts": 2371036.376953125, "dur": 566.2850141525269, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5662850141525269, "detail": "System.Threading.SemaphoreFullException" } },
{ "pid": 1, "tid": 20, "ts": 2371603.515625, "dur": 10458.512306213379, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.458512306213379, "detail": "System.Threading.SemaphoreSlim" } },
{ "pid": 1, "tid": 20, "ts": 2382062.98828125, "dur": 506.00701570510864, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5060070157051086, "detail": "System.Threading.SendOrPostCallback" } },
{ "pid": 1, "tid": 20, "ts": 2382569.580078125, "dur": 397.8250026702881, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3978250026702881, "detail": "System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache" } },
{ "pid": 1, "tid": 20, "ts": 2383190.185546875, "dur": 1302.0390272140503, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3020390272140503, "detail": "System.Runtime.Serialization.Formatters.Binary.SerStack" } },
{ "pid": 1, "tid": 20, "ts": 2384842.041015625, "dur": 694.1120028495789, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6941120028495789, "detail": "System.Runtime.Serialization.SerializationEntry" } },
{ "pid": 1, "tid": 20, "ts": 2385537.109375, "dur": 6106.40287399292, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.10640287399292, "detail": "System.Runtime.Serialization.SerializationEventHandler" } },
{ "pid": 1, "tid": 20, "ts": 2391644.287109375, "dur": 5715.797901153564, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.7157979011535645, "detail": "System.Runtime.Serialization.SerializationEvents" } },
{ "pid": 1, "tid": 20, "ts": 2397361.083984375, "dur": 803.941011428833, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.803941011428833, "detail": "System.Runtime.Serialization.SerializationEventsCache" } },
{ "pid": 1, "tid": 20, "ts": 2398165.771484375, "dur": 946.8960165977478, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9468960165977478, "detail": "System.Runtime.Serialization.SerializationException" } },
{ "pid": 1, "tid": 20, "ts": 2399113.525390625, "dur": 2913.456916809082, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.913456916809082, "detail": "System.Runtime.Serialization.SerializationFieldInfo" } },
{ "pid": 1, "tid": 20, "ts": 2402029.052734375, "dur": 1628.082036972046, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.628082036972046, "detail": "System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord" } },
{ "pid": 1, "tid": 20, "ts": 2403658.447265625, "dur": 11108.14380645752, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.10814380645752, "detail": "System.Runtime.Serialization.SerializationInfo" } },
{ "pid": 1, "tid": 20, "ts": 2414770.01953125, "dur": 78347.78594970703, "ph": "X", "name": "mscorlib10.cpp", "args": { "durationMS": 78.34778594970703, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 2493138.671875, "dur": 97532.4935913086, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 97.5324935913086, "detail": "UnityEngine.UI.Image" } },
{ "pid": 1, "tid": 20, "ts": 2590672.119140625, "dur": 150439.54467773438, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 150.43954467773438, "detail": "UnityEngine.UI.InputField" } },
{ "pid": 1, "tid": 20, "ts": 2741112.548828125, "dur": 10005.703926086426, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.005703926086426, "detail": "UnityEngine.UI.LayoutElement" } },
{ "pid": 1, "tid": 20, "ts": 2751119.384765625, "dur": 22307.55043029785, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 22.30755043029785, "detail": "UnityEngine.UI.LayoutGroup" } },
{ "pid": 1, "tid": 20, "ts": 2773427.734375, "dur": 18201.61247253418, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.20161247253418, "detail": "UnityEngine.UI.LayoutRebuilder" } },
{ "pid": 1, "tid": 20, "ts": 2791632.8125, "dur": 75814.14794921875, "ph": "X", "name": "UnityEngine.UI1.cpp", "args": { "durationMS": 75.81414794921875, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 2867469.7265625, "dur": 2571.7289447784424, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5717289447784424, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 2870045.166015625, "dur": 5186.327934265137, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.186327934265137, "detail": "System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 20, "ts": 2875234.375, "dur": 2498.971939086914, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.498971939086914, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 20, "ts": 2877736.572265625, "dur": 6057.339668273926, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.057339668273926, "detail": "System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 20, "ts": 2883796.38671875, "dur": 5165.158748626709, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.165158748626709, "detail": "System.Collections.Generic.EqualityComparer`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 2888963.37890625, "dur": 5357.234001159668, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.357234001159668, "detail": "System.Collections.Generic.EqualityComparer`1<System.Byte>" } },
{ "pid": 1, "tid": 20, "ts": 2894322.998046875, "dur": 5192.944049835205, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.192944049835205, "detail": "System.Collections.Generic.EqualityComparer`1<System.Char>" } },
{ "pid": 1, "tid": 20, "ts": 2899517.822265625, "dur": 5499.231338500977, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.499231338500977, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 20, "ts": 2905020.751953125, "dur": 6288.570880889893, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.288570880889893, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 20, "ts": 2911311.767578125, "dur": 25150.999069213867, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 25.150999069213867, "detail": "System.Collections.Generic.EqualityComparer`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 2936465.087890625, "dur": 5310.935974121094, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.310935974121094, "detail": "System.Collections.Generic.EqualityComparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 20, "ts": 2941777.83203125, "dur": 5636.715888977051, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.636715888977051, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 20, "ts": 2947416.748046875, "dur": 5214.835166931152, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.214835166931152, "detail": "System.Collections.Generic.EqualityComparer`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 2952633.544921875, "dur": 5793.439865112305, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.793439865112305, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 20, "ts": 2958430.419921875, "dur": 5859.333038330078, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.859333038330078, "detail": "System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 20, "ts": 2964291.50390625, "dur": 5252.960681915283, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.252960681915283, "detail": "System.Collections.Generic.EqualityComparer`1<System.Single>" } },
{ "pid": 1, "tid": 20, "ts": 2969546.875, "dur": 7345.460414886475, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.345460414886475, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 20, "ts": 2976894.04296875, "dur": 5713.162422180176, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.713162422180176, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 20, "ts": 2982608.88671875, "dur": 5399.430274963379, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.399430274963379, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 20, "ts": 2988010.009765625, "dur": 6267.045974731445, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.267045974731445, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 20, "ts": 2994279.052734375, "dur": 5766.9172286987305, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.7669172286987305, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 20, "ts": 3000048.33984375, "dur": 6520.162582397461, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.520162582397461, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 20, "ts": 3006570.3125, "dur": 10583.059310913086, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 10.583059310913086, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 20, "ts": 3017155.517578125, "dur": 15485.08071899414, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 15.48508071899414, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 20, "ts": 3032643.06640625, "dur": 4625.098705291748, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.625098705291748, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 20, "ts": 3037270.751953125, "dur": 779.5199751853943, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7795199751853943, "detail": "UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3038052.24609375, "dur": 646.3429927825928, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6463429927825928, "detail": "System.EventHandler`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3038700.439453125, "dur": 20218.400955200195, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 20.218400955200195, "detail": "System.IO.FileSystemEnumerableIterator`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3058920.654296875, "dur": 560.0519776344299, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5600519776344299, "detail": "System.Func`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 3059482.421875, "dur": 23599.275588989258, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 23.599275588989258, "detail": "System.Func`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 3083083.251953125, "dur": 597.7020263671875, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5977020263671875, "detail": "System.Func`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3083682.6171875, "dur": 577.7760148048401, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5777760148048401, "detail": "System.Func`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 20, "ts": 3084262.20703125, "dur": 2426.746129989624, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.426746129989624, "detail": "System.Func`2<System.Object,System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 3086690.91796875, "dur": 635.2480053901672, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6352480053901672, "detail": "System.Func`2<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 3087327.880859375, "dur": 693.2069659233093, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6932069659233093, "detail": "System.Func`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3088022.4609375, "dur": 666.9660210609436, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6669660210609436, "detail": "System.Func`2<System.Object,System.Single>" } },
{ "pid": 1, "tid": 20, "ts": 3088691.40625, "dur": 713.9320373535156, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7139320373535156, "detail": "System.Func`2<System.Object,System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 20, "ts": 3089407.470703125, "dur": 669.8480248451233, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6698480248451233, "detail": "System.Func`3<System.Int32,System.IntPtr,System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 3090079.1015625, "dur": 728.7559509277344, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7287559509277344, "detail": "System.Func`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3090809.814453125, "dur": 821.6400146484375, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8216400146484375, "detail": "System.Func`4<System.Object,System.Object,System.Boolean,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3091633.544921875, "dur": 789.2029881477356, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7892029881477356, "detail": "System.Func`4<System.Object,System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3092424.31640625, "dur": 855.8849692344666, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8558849692344666, "detail": "System.Collections.Generic.GenericComparer`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 3093282.2265625, "dur": 878.9060115814209, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8789060115814209, "detail": "System.Collections.Generic.GenericComparer`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3094162.59765625, "dur": 3370.5101013183594, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.3705101013183594, "detail": "System.Collections.Generic.GenericComparer`1<System.UInt64>" } },
{ "pid": 1, "tid": 20, "ts": 3097534.912109375, "dur": 3920.1841354370117, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.9201841354370117, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 3101456.787109375, "dur": 2219.899892807007, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.219899892807007, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Byte>" } },
{ "pid": 1, "tid": 20, "ts": 3103678.7109375, "dur": 2154.093027114868, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.154093027114868, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Char>" } },
{ "pid": 1, "tid": 20, "ts": 3105834.47265625, "dur": 6383.841991424561, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.3838419914245605, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 20, "ts": 3112220.21484375, "dur": 2628.350019454956, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.628350019454956, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 3114850.5859375, "dur": 2462.34393119812, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.46234393119812, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 20, "ts": 3117314.453125, "dur": 2614.70890045166, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.61470890045166, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3119931.396484375, "dur": 2176.171064376831, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.176171064376831, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Single>" } },
{ "pid": 1, "tid": 20, "ts": 3122110.595703125, "dur": 6994.882106781006, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.994882106781006, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 20, "ts": 3129109.86328125, "dur": 2408.600091934204, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.408600091934204, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 20, "ts": 3131520.263671875, "dur": 2224.0359783172607, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2240359783172607, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 20, "ts": 3133746.337890625, "dur": 716.323971748352, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.716323971748352, "detail": "System.Reflection.MonoProperty/Getter`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3134464.599609375, "dur": 12356.886863708496, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 12.356886863708496, "detail": "System.Collections.Generic.HashSet`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3149646.728515625, "dur": 1805.185079574585, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.805185079574585, "detail": "System.Collections.Generic.IList`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 3184657.470703125, "dur": 13006.214141845703, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 13.006214141845703, "detail": "UnityEngine.UI.Collections.IndexedSet`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3197668.45703125, "dur": 2017.6019668579102, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.01760196685791, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>" } },
{ "pid": 1, "tid": 20, "ts": 3199690.4296875, "dur": 2022.1009254455566, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0221009254455566, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>" } },
{ "pid": 1, "tid": 20, "ts": 3201714.599609375, "dur": 2236.0801696777344, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2360801696777344, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>" } },
{ "pid": 1, "tid": 20, "ts": 3203955.322265625, "dur": 2069.1769123077393, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0691769123077393, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>" } },
{ "pid": 1, "tid": 20, "ts": 3206027.099609375, "dur": 1978.6909818649292, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9786909818649292, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 20, "ts": 3208010.009765625, "dur": 2213.6919498443604, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2136919498443604, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>" } },
{ "pid": 1, "tid": 20, "ts": 3210229.736328125, "dur": 2061.0270500183105, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0610270500183105, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>" } },
{ "pid": 1, "tid": 20, "ts": 3212293.212890625, "dur": 1965.0160074234009, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9650160074234009, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>" } },
{ "pid": 1, "tid": 20, "ts": 3214260.7421875, "dur": 2338.383197784424, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.338383197784424, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>" } },
{ "pid": 1, "tid": 20, "ts": 3216602.783203125, "dur": 1982.369065284729, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.982369065284729, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>" } },
{ "pid": 1, "tid": 20, "ts": 3218587.40234375, "dur": 1833.3079814910889, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8333079814910889, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>" } },
{ "pid": 1, "tid": 20, "ts": 3220422.8515625, "dur": 1816.7049884796143, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8167049884796143, "detail": "System.Array/InternalEnumerator`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 3222241.69921875, "dur": 1935.021996498108, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.935021996498108, "detail": "System.Array/InternalEnumerator`1<System.Byte>" } },
{ "pid": 1, "tid": 20, "ts": 3224179.6875, "dur": 1813.283920288086, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.813283920288086, "detail": "System.Array/InternalEnumerator`1<System.Threading.CancellationTokenRegistration>" } },
{ "pid": 1, "tid": 20, "ts": 3225994.62890625, "dur": 1844.0619707107544, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8440619707107544, "detail": "System.Array/InternalEnumerator`1<System.Char>" } },
{ "pid": 1, "tid": 20, "ts": 3227840.576171875, "dur": 1798.2680797576904, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7982680797576904, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 20, "ts": 3229640.869140625, "dur": 1731.5559387207031, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7315559387207031, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 20, "ts": 3231374.267578125, "dur": 1806.4899444580078, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8064899444580078, "detail": "System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>" } },
{ "pid": 1, "tid": 20, "ts": 3233182.6171875, "dur": 6101.9697189331055, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.1019697189331055, "detail": "System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>" } },
{ "pid": 1, "tid": 20, "ts": 3239286.376953125, "dur": 1791.2870645523071, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7912870645523071, "detail": "System.Array/InternalEnumerator`1<System.DateTime>" } },
{ "pid": 1, "tid": 20, "ts": 3241079.58984375, "dur": 2214.047908782959, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.214047908782959, "detail": "System.Array/InternalEnumerator`1<System.Decimal>" } },
{ "pid": 1, "tid": 20, "ts": 3243295.654296875, "dur": 1898.7890481948853, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8987890481948853, "detail": "System.Array/InternalEnumerator`1<System.Collections.DictionaryEntry>" } },
{ "pid": 1, "tid": 20, "ts": 3245196.2890625, "dur": 1861.158013343811, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.861158013343811, "detail": "System.Array/InternalEnumerator`1<System.Double>" } },
{ "pid": 1, "tid": 20, "ts": 3247059.5703125, "dur": 7097.593784332275, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.097593784332275, "detail": "System.Array/InternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>" } },
{ "pid": 1, "tid": 20, "ts": 3254159.912109375, "dur": 1859.4329357147217, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8594329357147217, "detail": "System.Array/InternalEnumerator`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 20, "ts": 3256021.728515625, "dur": 1836.5519046783447, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8365519046783447, "detail": "System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>" } },
{ "pid": 1, "tid": 20, "ts": 3257860.3515625, "dur": 1817.1480894088745, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8171480894088745, "detail": "System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>" } },
{ "pid": 1, "tid": 20, "ts": 3259680.6640625, "dur": 74561.63787841797, "ph": "X", "name": "Generics2.cpp", "args": { "durationMS": 74.56163787841797, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 3336895.99609375, "dur": 403.45698595046997, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.40345698595046997, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 20, "ts": 3338194.82421875, "dur": 685.420036315918, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.685420036315918, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 20, "ts": 3339568.84765625, "dur": 555.8220148086548, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5558220148086548, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 20, "ts": 3340420.166015625, "dur": 700.7369995117188, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7007369995117188, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 20, "ts": 3341406.982421875, "dur": 338.7199938297272, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3387199938297272, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 20, "ts": 3344142.333984375, "dur": 605.8189868927002, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6058189868927002, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>" } },
{ "pid": 1, "tid": 20, "ts": 3344749.755859375, "dur": 456.0460150241852, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4560460150241852, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>" } },
{ "pid": 1, "tid": 20, "ts": 3345207.275390625, "dur": 520.5569863319397, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5205569863319397, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>" } },
{ "pid": 1, "tid": 20, "ts": 3347972.65625, "dur": 358.2319915294647, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3582319915294647, "detail": "System.Threading.Tasks.Task`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 3348332.275390625, "dur": 356.4079999923706, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3564079999923706, "detail": "System.Threading.Tasks.Task`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 3348690.185546875, "dur": 359.5939874649048, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3595939874649048, "detail": "System.Threading.Tasks.Task`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3349051.025390625, "dur": 384.65699553489685, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.38465699553489685, "detail": "System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>" } },
{ "pid": 1, "tid": 20, "ts": 3349437.98828125, "dur": 366.07199907302856, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.36607199907302856, "detail": "System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 20, "ts": 3354214.35546875, "dur": 471.79698944091797, "ph": "X", "name": "Il2CppGenericComDefinitions15.cpp", "args": { "durationMS": 0.47179698944091797, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 3354700.1953125, "dur": 107308.9599609375, "ph": "X", "name": "Idle", "args": { "durationMS": 107.3089599609375, "detail": "" } },
{ "pid": 1, "tid": 21, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 21, "ts": 1250662.7197265625, "dur": 22239.471435546875, "ph": "X", "name": "Idle", "args": { "durationMS": 22.239471435546875, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1285540.6494140625, "dur": 1746.3769912719727, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 1.7463769912719727, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 21, "ts": 1288444.82421875, "dur": 234285.15625, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 234.28515625, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 21, "ts": 1289982.91015625, "dur": 232746.23107910156, "ph": "X", "name": "UnityEngine.SharedInternalsModule_Attr.cpp", "args": { "durationMS": 232.74623107910156, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1524799.1943359375, "dur": 5803.692817687988, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 5.803692817687988, "detail": "UnityEngine.AssetBundleModule" } },
{ "pid": 1, "tid": 21, "ts": 1524814.0869140625, "dur": 5788.156032562256, "ph": "X", "name": "UnityEngine.AssetBundleModule_Attr.cpp", "args": { "durationMS": 5.788156032562256, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1530606.689453125, "dur": 6603.031158447266, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 6.603031158447266, "detail": "UnityEngine.ImageConversionModule" } },
{ "pid": 1, "tid": 21, "ts": 1530625, "dur": 6583.889007568359, "ph": "X", "name": "UnityEngine.ImageConversionModule_Attr.cpp", "args": { "durationMS": 6.583889007568359, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1537213.2568359375, "dur": 12069.28825378418, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 12.06928825378418, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 21, "ts": 1537230.224609375, "dur": 12051.54800415039, "ph": "X", "name": "UnityEngine.GameCenterModule_Attr.cpp", "args": { "durationMS": 12.05154800415039, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1560384.521484375, "dur": 3012.144088745117, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.012144088745117, "detail": "<Module>" } },
{ "pid": 1, "tid": 21, "ts": 1563397.5830078125, "dur": 41452.07595825195, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 41.45207595825195, "detail": "UnityEngine.CameraRaycastHelper" } },
{ "pid": 1, "tid": 21, "ts": 1604867.431640625, "dur": 2116.8551445007324, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1168551445007324, "detail": "UnityEngine.Input" } },
{ "pid": 1, "tid": 21, "ts": 1606985.107421875, "dur": 25834.638595581055, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 25.834638595581055, "detail": "UnityEngine.SendMouseEvents" } },
{ "pid": 1, "tid": 21, "ts": 1632820.80078125, "dur": 945.3269839286804, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9453269839286804, "detail": "UnityEngine.Touch" } },
{ "pid": 1, "tid": 21, "ts": 1633787.59765625, "dur": 1398.6179828643799, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3986179828643799, "detail": "UnityEngine.SendMouseEvents/HitInfo" } },
{ "pid": 1, "tid": 21, "ts": 1635188.5986328125, "dur": 6021.239757537842, "ph": "X", "name": "UnityEngine.InputLegacyModule.cpp", "args": { "durationMS": 6.021239757537842, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1641254.7607421875, "dur": 628.9569735527039, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6289569735527039, "detail": "UnityEngine.Animations.AnimationClipPlayable" } },
{ "pid": 1, "tid": 21, "ts": 1641884.521484375, "dur": 824.2599964141846, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8242599964141846, "detail": "UnityEngine.AnimationEvent" } },
{ "pid": 1, "tid": 21, "ts": 1642736.9384765625, "dur": 1290.9660339355469, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2909660339355469, "detail": "UnityEngine.Animations.AnimationLayerMixerPlayable" } },
{ "pid": 1, "tid": 21, "ts": 1644028.564453125, "dur": 1237.6630306243896, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2376630306243896, "detail": "UnityEngine.Animations.AnimationMixerPlayable" } },
{ "pid": 1, "tid": 21, "ts": 1645267.333984375, "dur": 1256.0899257659912, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2560899257659912, "detail": "UnityEngine.Animations.AnimationMotionXToDeltaPlayable" } },
{ "pid": 1, "tid": 21, "ts": 1646524.2919921875, "dur": 15325.031280517578, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.325031280517578, "detail": "UnityEngine.Animations.AnimationOffsetPlayable" } },
{ "pid": 1, "tid": 21, "ts": 1661879.0283203125, "dur": 1457.016944885254, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.457016944885254, "detail": "UnityEngine.Animations.AnimationPosePlayable" } },
{ "pid": 1, "tid": 21, "ts": 1663336.7919921875, "dur": 1334.5999717712402, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3345999717712402, "detail": "UnityEngine.Animations.AnimationRemoveScalePlayable" } },
{ "pid": 1, "tid": 21, "ts": 1664672.2412109375, "dur": 1337.7059698104858, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3377059698104858, "detail": "UnityEngine.Animations.AnimationScriptPlayable" } },
{ "pid": 1, "tid": 21, "ts": 1666062.5, "dur": 535.0760221481323, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5350760221481323, "detail": "UnityEngine.Animator" } },
{ "pid": 1, "tid": 21, "ts": 1666620.849609375, "dur": 1705.575942993164, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.705575942993164, "detail": "UnityEngine.Animations.AnimatorControllerPlayable" } },
{ "pid": 1, "tid": 21, "ts": 1668661.4990234375, "dur": 619.9420094490051, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6199420094490051, "detail": "UnityEngine.AnimatorTransitionInfo" } },
{ "pid": 1, "tid": 21, "ts": 1669282.2265625, "dur": 5491.860866546631, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.491860866546631, "detail": "UnityEngine.HumanBone" } },
{ "pid": 1, "tid": 21, "ts": 1674875.9765625, "dur": 929.9349784851074, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9299349784851074, "detail": "UnityEngine.SkeletonBone" } },
{ "pid": 1, "tid": 21, "ts": 1675807.0068359375, "dur": 1861.3148927688599, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8613148927688599, "detail": "UnityEngine.StateMachineBehaviour" } },
{ "pid": 1, "tid": 21, "ts": 1677669.3115234375, "dur": 484.8460257053375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4848460257053375, "detail": "UnityEngine.AnimatorOverrideController/OnOverrideControllerDirtyCallback" } },
{ "pid": 1, "tid": 21, "ts": 1678156.73828125, "dur": 14059.501647949219, "ph": "X", "name": "UnityEngine.AnimationModule.cpp", "args": { "durationMS": 14.059501647949219, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1692251.5869140625, "dur": 6211.5797996521, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.2115797996521, "detail": "System.Console" } },
{ "pid": 1, "tid": 21, "ts": 1698464.111328125, "dur": 375.8369982242584, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3758369982242584, "detail": "System.ConsoleCancelEventArgs" } },
{ "pid": 1, "tid": 21, "ts": 1698840.6982421875, "dur": 634.7180008888245, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6347180008888245, "detail": "System.ConsoleCancelEventHandler" } },
{ "pid": 1, "tid": 21, "ts": 1699499.51171875, "dur": 2169.7120666503906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1697120666503906, "detail": "System.ConsoleDriver" } },
{ "pid": 1, "tid": 21, "ts": 1701699.462890625, "dur": 2976.491928100586, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.976491928100586, "detail": "System.ConsoleKeyInfo" } },
{ "pid": 1, "tid": 21, "ts": 1704748.4130859375, "dur": 4139.302730560303, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.139302730560303, "detail": "System.Runtime.Remoting.Messaging.ConstructionCall" } },
{ "pid": 1, "tid": 21, "ts": 1708888.7939453125, "dur": 1875.6200075149536, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8756200075149536, "detail": "System.Runtime.Remoting.Messaging.ConstructionCallDictionary" } },
{ "pid": 1, "tid": 21, "ts": 1710765.5029296875, "dur": 411.54900193214417, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.41154900193214417, "detail": "System.Runtime.Remoting.Activation.ConstructionLevelActivator" } },
{ "pid": 1, "tid": 21, "ts": 1711177.8564453125, "dur": 787.1900200843811, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7871900200843811, "detail": "System.Runtime.Remoting.Messaging.ConstructionResponse" } },
{ "pid": 1, "tid": 21, "ts": 1711965.6982421875, "dur": 1734.9920272827148, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7349920272827148, "detail": "System.Reflection.Emit.ConstructorBuilder" } },
{ "pid": 1, "tid": 21, "ts": 1713701.416015625, "dur": 1901.7529487609863, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9017529487609863, "detail": "System.Reflection.ConstructorInfo" } },
{ "pid": 1, "tid": 21, "ts": 1715604.00390625, "dur": 13555.569648742676, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.555569648742676, "detail": "System.Runtime.Remoting.Contexts.Context" } },
{ "pid": 1, "tid": 21, "ts": 1729295.2880859375, "dur": 551.9580245018005, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5519580245018005, "detail": "System.Threading.ContextCallback" } },
{ "pid": 1, "tid": 21, "ts": 1730043.9453125, "dur": 1155.3800106048584, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1553800106048584, "detail": "System.Runtime.Remoting.Activation.ContextLevelActivator" } },
{ "pid": 1, "tid": 21, "ts": 1731353.8818359375, "dur": 1007.9219341278076, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0079219341278076, "detail": "System.Threading.Tasks.ContinuationTaskFromTask" } },
{ "pid": 1, "tid": 21, "ts": 1732578.369140625, "dur": 23955.62171936035, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 23.95562171936035, "detail": "Mono.Globalization.Unicode.ContractionComparer" } },
{ "pid": 1, "tid": 21, "ts": 1756535.0341796875, "dur": 54695.23239135742, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 54.69523239135742, "detail": "System.Convert" } },
{ "pid": 1, "tid": 21, "ts": 1811231.5673828125, "dur": 11203.709602355957, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.203709602355957, "detail": "System.Runtime.Serialization.Formatters.Binary.Converter" } },
{ "pid": 1, "tid": 21, "ts": 1822769.775390625, "dur": 1603.7639379501343, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6037639379501343, "detail": "System.Runtime.Remoting.Channels.CrossAppDomainChannel" } },
{ "pid": 1, "tid": 21, "ts": 1824374.3896484375, "dur": 383.43697786331177, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.38343697786331177, "detail": "System.Runtime.Remoting.Channels.CrossAppDomainData" } },
{ "pid": 1, "tid": 21, "ts": 1824758.6669921875, "dur": 3467.8940773010254, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.4678940773010254, "detail": "System.Runtime.Remoting.Channels.CrossAppDomainSink" } },
{ "pid": 1, "tid": 21, "ts": 1828227.5390625, "dur": 2026.95894241333, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.02695894241333, "detail": "System.Runtime.Remoting.Contexts.CrossContextChannel" } },
{ "pid": 1, "tid": 21, "ts": 1830255.615234375, "dur": 522.1239924430847, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5221239924430847, "detail": "System.Runtime.Remoting.Contexts.CrossContextDelegate" } },
{ "pid": 1, "tid": 21, "ts": 1830778.4423828125, "dur": 9984.236717224121, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.984236717224121, "detail": "System.Security.Cryptography.CryptoConfig" } },
{ "pid": 1, "tid": 21, "ts": 1840763.7939453125, "dur": 704.5459747314453, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7045459747314453, "detail": "System.Security.Cryptography.CryptographicException" } },
{ "pid": 1, "tid": 21, "ts": 1841469.3603515625, "dur": 643.8609957695007, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6438609957695007, "detail": "System.Security.Cryptography.CryptographicUnexpectedOperationException" } },
{ "pid": 1, "tid": 21, "ts": 1842114.013671875, "dur": 1804.466962814331, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.804466962814331, "detail": "System.CultureAwareComparer" } },
{ "pid": 1, "tid": 21, "ts": 1843919.677734375, "dur": 9960.95085144043, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.96095085144043, "detail": "System.Globalization.CultureData" } },
{ "pid": 1, "tid": 21, "ts": 1853881.8359375, "dur": 110253.24249267578, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 110.25324249267578, "detail": "System.Globalization.CultureInfo" } },
{ "pid": 1, "tid": 21, "ts": 1964136.1083984375, "dur": 2932.192087173462, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.932192087173462, "detail": "System.Globalization.CultureNotFoundException" } },
{ "pid": 1, "tid": 21, "ts": 1967388.18359375, "dur": 7777.56404876709, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.77756404876709, "detail": "System.Reflection.CustomAttributeData" } },
{ "pid": 1, "tid": 21, "ts": 1975168.212890625, "dur": 72330.2001953125, "ph": "X", "name": "mscorlib2.cpp", "args": { "durationMS": 72.3302001953125, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 2047521.484375, "dur": 7887.1331214904785, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.8871331214904785, "detail": "System.Globalization.NumberFormatInfo" } },
{ "pid": 1, "tid": 21, "ts": 2055409.1796875, "dur": 46216.25900268555, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 46.21625900268555, "detail": "System.NumberFormatter" } },
{ "pid": 1, "tid": 21, "ts": 2101642.333984375, "dur": 34974.22409057617, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 34.97422409057617, "detail": "System.Threading.OSSpecificSynchronizationContext" } },
{ "pid": 1, "tid": 21, "ts": 2136617.67578125, "dur": 5254.52995300293, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.25452995300293, "detail": "System.Runtime.Remoting.ObjRef" } },
{ "pid": 1, "tid": 21, "ts": 2141873.046875, "dur": 1012.8320455551147, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0128320455551147, "detail": "System.Runtime.Remoting.Messaging.ObjRefSurrogate" } },
{ "pid": 1, "tid": 21, "ts": 2142886.962890625, "dur": 1440.0479793548584, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4400479793548584, "detail": "System.Object" } },
{ "pid": 1, "tid": 21, "ts": 2144327.880859375, "dur": 17666.828155517578, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.666828155517578, "detail": "System.ObjectDisposedException" } },
{ "pid": 1, "tid": 21, "ts": 2161995.849609375, "dur": 654.3320417404175, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6543320417404175, "detail": "System.Collections.Generic.ObjectEqualityComparer" } },
{ "pid": 1, "tid": 21, "ts": 2162650.87890625, "dur": 9187.579154968262, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.187579154968262, "detail": "System.Runtime.Serialization.ObjectHolder" } },
{ "pid": 1, "tid": 21, "ts": 2171839.599609375, "dur": 1302.739977836609, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3027399778366089, "detail": "System.Runtime.Serialization.ObjectHolderList" } },
{ "pid": 1, "tid": 21, "ts": 2173143.5546875, "dur": 767.8589820861816, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7678589820861816, "detail": "System.Runtime.Serialization.ObjectHolderListEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 2173912.109375, "dur": 2802.255868911743, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.802255868911743, "detail": "System.Runtime.Serialization.ObjectIDGenerator" } },
{ "pid": 1, "tid": 21, "ts": 2176715.8203125, "dur": 19857.877731323242, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 19.857877731323242, "detail": "System.Runtime.Serialization.ObjectManager" } },
{ "pid": 1, "tid": 21, "ts": 2196574.21875, "dur": 2447.6189613342285, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4476189613342285, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectMap" } },
{ "pid": 1, "tid": 21, "ts": 2199022.94921875, "dur": 854.5530438423157, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8545530438423157, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo" } },
{ "pid": 1, "tid": 21, "ts": 2199878.41796875, "dur": 989.0119433403015, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9890119433403015, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectNull" } },
{ "pid": 1, "tid": 21, "ts": 2200868.1640625, "dur": 1242.3430681228638, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2423430681228638, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectProgress" } },
{ "pid": 1, "tid": 21, "ts": 2202111.572265625, "dur": 129657.80639648438, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 129.65780639648438, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectReader" } },
{ "pid": 1, "tid": 21, "ts": 2331771.97265625, "dur": 21498.00682067871, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 21.49800682067871, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectWriter" } },
{ "pid": 1, "tid": 21, "ts": 2353280.029296875, "dur": 43633.35418701172, "ph": "X", "name": "mscorlib8.cpp", "args": { "durationMS": 43.63335418701172, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 2396934.814453125, "dur": 7587.098121643066, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.587098121643066, "detail": "System.UnitySerializationHolder" } },
{ "pid": 1, "tid": 21, "ts": 2404522.705078125, "dur": 3344.5827960968018, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.3445827960968018, "detail": "Microsoft.Win32.UnixRegistryApi" } },
{ "pid": 1, "tid": 21, "ts": 2408009.521484375, "dur": 37294.7998046875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 37.2947998046875, "detail": "System.IO.UnmanagedMemoryStream" } },
{ "pid": 1, "tid": 21, "ts": 2445596.19140625, "dur": 1343.7199592590332, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3437199592590332, "detail": "System.Runtime.Serialization.Formatters.Binary.ValueFixup" } },
{ "pid": 1, "tid": 21, "ts": 2446951.904296875, "dur": 1736.5518808364868, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7365518808364868, "detail": "System.ValueType" } },
{ "pid": 1, "tid": 21, "ts": 2448689.453125, "dur": 988.0380034446716, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9880380034446716, "detail": "System.Runtime.Serialization.ValueTypeFixupInfo" } },
{ "pid": 1, "tid": 21, "ts": 2449696.77734375, "dur": 425.76998472213745, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.42576998472213745, "detail": "System.Variant" } },
{ "pid": 1, "tid": 21, "ts": 2450123.291015625, "dur": 5977.012157440186, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.9770121574401855, "detail": "System.Version" } },
{ "pid": 1, "tid": 21, "ts": 2456198.2421875, "dur": 459.6329927444458, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4596329927444458, "detail": "System.Threading.WaitCallback" } },
{ "pid": 1, "tid": 21, "ts": 2456658.69140625, "dur": 12540.508270263672, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.540508270263672, "detail": "System.Threading.WaitHandle" } },
{ "pid": 1, "tid": 21, "ts": 2469200.1953125, "dur": 713.966965675354, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.713966965675354, "detail": "System.Threading.WaitHandleCannotBeOpenedException" } },
{ "pid": 1, "tid": 21, "ts": 2469915.0390625, "dur": 519.8490023612976, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5198490023612976, "detail": "System.Threading.WaitOrTimerCallback" } },
{ "pid": 1, "tid": 21, "ts": 2470435.546875, "dur": 2253.005027770996, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.253005027770996, "detail": "System.WeakReference" } },
{ "pid": 1, "tid": 21, "ts": 2472689.453125, "dur": 2782.7670574188232, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7827670574188232, "detail": "System.Runtime.Remoting.WellKnownClientTypeEntry" } },
{ "pid": 1, "tid": 21, "ts": 2475487.060546875, "dur": 950.04802942276, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.95004802942276, "detail": "System.Runtime.Remoting.WellKnownServiceTypeEntry" } },
{ "pid": 1, "tid": 21, "ts": 2476720.21484375, "dur": 16589.95246887207, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.58995246887207, "detail": "Microsoft.Win32.Win32RegistryApi" } },
{ "pid": 1, "tid": 21, "ts": 2493311.03515625, "dur": 8874.135971069336, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.874135971069336, "detail": "System.WindowsConsoleDriver" } },
{ "pid": 1, "tid": 21, "ts": 2502186.279296875, "dur": 8390.853881835938, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.390853881835938, "detail": "System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo" } },
{ "pid": 1, "tid": 21, "ts": 2510577.880859375, "dur": 719.0819978713989, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7190819978713989, "detail": "System.Security.XmlSyntaxException" } },
{ "pid": 1, "tid": 21, "ts": 2511427.978515625, "dur": 39404.01077270508, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 39.40401077270508, "detail": "System.Runtime.Serialization.Formatters.Binary.__BinaryParser" } },
{ "pid": 1, "tid": 21, "ts": 2550832.763671875, "dur": 15297.164916992188, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.297164916992188, "detail": "System.Runtime.Serialization.Formatters.Binary.__BinaryWriter" } },
{ "pid": 1, "tid": 21, "ts": 2566288.330078125, "dur": 8320.292472839355, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.320292472839355, "detail": "System.__DTString" } },
{ "pid": 1, "tid": 21, "ts": 2574609.619140625, "dur": 5232.082843780518, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.232082843780518, "detail": "System.IO.__Error" } },
{ "pid": 1, "tid": 21, "ts": 2579842.7734375, "dur": 3457.6919078826904, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.4576919078826904, "detail": "System.__Filters" } },
{ "pid": 1, "tid": 21, "ts": 2583301.513671875, "dur": 4696.959018707275, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.696959018707275, "detail": "System.__Il2CppComDelegate" } },
{ "pid": 1, "tid": 21, "ts": 2587999.267578125, "dur": 732.4739694595337, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7324739694595337, "detail": "System.__Il2CppComObject" } },
{ "pid": 1, "tid": 21, "ts": 2589044.921875, "dur": 1035.1179838180542, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0351179838180542, "detail": "System.Array/ArrayEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 2590081.0546875, "dur": 8402.125358581543, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.402125358581543, "detail": "System.Array/SorterGenericArray" } },
{ "pid": 1, "tid": 21, "ts": 2598484.130859375, "dur": 6698.4381675720215, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.6984381675720215, "detail": "System.Array/SorterObjectArray" } },
{ "pid": 1, "tid": 21, "ts": 2605198.486328125, "dur": 1931.325078010559, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.931325078010559, "detail": "System.Collections.ArrayList/ArrayListEnumeratorSimple" } },
{ "pid": 1, "tid": 21, "ts": 2607237.79296875, "dur": 486.0529899597168, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4860529899597168, "detail": "System.Runtime.CompilerServices.AsyncMethodBuilderCore/<>c" } },
{ "pid": 1, "tid": 21, "ts": 2608313.720703125, "dur": 757.6229572296143, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7576229572296143, "detail": "System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner" } },
{ "pid": 1, "tid": 21, "ts": 2609071.77734375, "dur": 363.06801438331604, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.36306801438331604, "detail": "System.Threading.Tasks.AwaitTaskContinuation/<>c" } },
{ "pid": 1, "tid": 21, "ts": 2609798.095703125, "dur": 411.6310179233551, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4116310179233551, "detail": "System.Console/InternalCancelHandler" } },
{ "pid": 1, "tid": 21, "ts": 2610210.44921875, "dur": 801.8140196800232, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8018140196800232, "detail": "System.Console/WindowsConsole" } },
{ "pid": 1, "tid": 21, "ts": 2611291.9921875, "dur": 1052.1050691604614, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0521050691604614, "detail": "System.Runtime.Remoting.Contexts.CrossContextChannel/ContextRestoreSink" } },
{ "pid": 1, "tid": 21, "ts": 2612345.21484375, "dur": 499.1520047187805, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4991520047187805, "detail": "System.Globalization.CultureInfo/Data" } },
{ "pid": 1, "tid": 21, "ts": 2612987.060546875, "dur": 1663.2970571517944, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6632970571517944, "detail": "System.DateTimeParse/MatchNumberDelegate" } },
{ "pid": 1, "tid": 21, "ts": 2614672.119140625, "dur": 480.6999862194061, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.48069998621940613, "detail": "System.DefaultBinder/<>c" } },
{ "pid": 1, "tid": 21, "ts": 2615347.65625, "dur": 1319.4260597229004, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3194260597229004, "detail": "System.DelegateSerializationHolder/DelegateEntry" } },
{ "pid": 1, "tid": 21, "ts": 2616669.677734375, "dur": 116169.18182373047, "ph": "X", "name": "mscorlib15.cpp", "args": { "durationMS": 116.16918182373047, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 2732878.662109375, "dur": 4059.6671104431152, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.059667110443115, "detail": "UnityEngine.RenderTextureDescriptor" } },
{ "pid": 1, "tid": 21, "ts": 2737304.6875, "dur": 433.17902088165283, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.43317902088165283, "detail": "UnityEngine.Resolution" } },
{ "pid": 1, "tid": 21, "ts": 2737738.76953125, "dur": 542.5230264663696, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5425230264663696, "detail": "UnityEngine.ResourceRequest" } },
{ "pid": 1, "tid": 21, "ts": 2738437.01171875, "dur": 438.95700573921204, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.43895700573921204, "detail": "UnityEngine.RuntimeInitializeOnLoadMethodAttribute" } },
{ "pid": 1, "tid": 21, "ts": 2738893.06640625, "dur": 1238.8349771499634, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2388349771499634, "detail": "UnityEngine.SceneManagement.Scene" } },
{ "pid": 1, "tid": 21, "ts": 2740132.568359375, "dur": 3014.1971111297607, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0141971111297607, "detail": "UnityEngine.SceneManagement.SceneManager" } },
{ "pid": 1, "tid": 21, "ts": 2743147.705078125, "dur": 1197.0930099487305, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1970930099487305, "detail": "UnityEngine.SceneManagement.SceneManagerAPI" } },
{ "pid": 1, "tid": 21, "ts": 2744345.947265625, "dur": 432.9040050506592, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4329040050506592, "detail": "UnityEngine.SceneManagement.SceneManagerAPIInternal" } },
{ "pid": 1, "tid": 21, "ts": 2745005.615234375, "dur": 1070.786952972412, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.070786952972412, "detail": "UnityEngine.ScriptableObject" } },
{ "pid": 1, "tid": 21, "ts": 2746077.1484375, "dur": 2287.461996078491, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.287461996078491, "detail": "UnityEngine.Rendering.ScriptableRenderContext" } },
{ "pid": 1, "tid": 21, "ts": 2748365.72265625, "dur": 892.2309875488281, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8922309875488281, "detail": "UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemSettings" } },
{ "pid": 1, "tid": 21, "ts": 2749258.544921875, "dur": 709.7560167312622, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7097560167312622, "detail": "UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemWrapper" } },
{ "pid": 1, "tid": 21, "ts": 2750458.984375, "dur": 1061.115026473999, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.061115026473999, "detail": "UnityEngine.SetupCoroutine" } },
{ "pid": 1, "tid": 21, "ts": 2751698.73046875, "dur": 1219.9559211730957, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2199559211730957, "detail": "UnityEngine.Rendering.ShaderTagId" } },
{ "pid": 1, "tid": 21, "ts": 2753338.37890625, "dur": 1739.7589683532715, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7397589683532715, "detail": "UnityEngine.Experimental.GlobalIllumination.SpotLight" } },
{ "pid": 1, "tid": 21, "ts": 2755078.857421875, "dur": 5618.746757507324, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.618746757507324, "detail": "UnityEngine.Sprite" } },
{ "pid": 1, "tid": 21, "ts": 2760798.583984375, "dur": 1882.385015487671, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.882385015487671, "detail": "UnityEngine.U2D.SpriteAtlasManager" } },
{ "pid": 1, "tid": 21, "ts": 2762682.12890625, "dur": 763.5509967803955, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7635509967803955, "detail": "UnityEngine.U2D.SpriteBone" } },
{ "pid": 1, "tid": 21, "ts": 2763795.654296875, "dur": 9111.912727355957, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.111912727355957, "detail": "UnityEngine.StackTraceUtility" } },
{ "pid": 1, "tid": 21, "ts": 2772923.33984375, "dur": 7371.481895446777, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.371481895446777, "detail": "UnityEngine.Rendering.SupportedRenderingFeatures" } },
{ "pid": 1, "tid": 21, "ts": 2780295.654296875, "dur": 1576.3559341430664, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5763559341430664, "detail": "UnityEngine.SystemInfo" } },
{ "pid": 1, "tid": 21, "ts": 2782053.22265625, "dur": 2001.0428428649902, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0010428428649902, "detail": "UnityEngine.TextAsset" } },
{ "pid": 1, "tid": 21, "ts": 2784055.17578125, "dur": 3208.603858947754, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.208603858947754, "detail": "UnityEngine.Texture" } },
{ "pid": 1, "tid": 21, "ts": 2787264.404296875, "dur": 2288.67506980896, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.28867506980896, "detail": "UnityEngine.Texture2D" } },
{ "pid": 1, "tid": 21, "ts": 2789554.19921875, "dur": 3493.6130046844482, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.4936130046844482, "detail": "UnityEngine.Texture2DArray" } },
{ "pid": 1, "tid": 21, "ts": 2793048.33984375, "dur": 4270.917892456055, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.270917892456055, "detail": "UnityEngine.Texture3D" } },
{ "pid": 1, "tid": 21, "ts": 2797354.98046875, "dur": 625.0309944152832, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6250309944152832, "detail": "UnityEngine.Experimental.Playables.TextureMixerPlayable" } },
{ "pid": 1, "tid": 21, "ts": 2798528.076171875, "dur": 32894.62661743164, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 32.89462661743164, "detail": "UnityEngine.TouchScreenKeyboard" } },
{ "pid": 1, "tid": 21, "ts": 2831736.083984375, "dur": 4668.923854827881, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.668923854827881, "detail": "UnityEngine.Transform" } },
{ "pid": 1, "tid": 21, "ts": 2836405.76171875, "dur": 534.3649983406067, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5343649983406067, "detail": "UnityEngineInternal.TypeInferenceRuleAttribute" } },
{ "pid": 1, "tid": 21, "ts": 2836955.810546875, "dur": 1407.3998928070068, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4073998928070068, "detail": "UnityEngine.UnhandledExceptionHandler" } },
{ "pid": 1, "tid": 21, "ts": 2838364.013671875, "dur": 456.04199171066284, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.45604199171066284, "detail": "UnityEngine.Events.UnityAction" } },
{ "pid": 1, "tid": 21, "ts": 2838820.80078125, "dur": 1982.7220439910889, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9827220439910889, "detail": "UnityEngine.Events.UnityEvent" } },
{ "pid": 1, "tid": 21, "ts": 2840804.443359375, "dur": 5974.372863769531, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.974372863769531, "detail": "UnityEngine.Events.UnityEventBase" } },
{ "pid": 1, "tid": 21, "ts": 2846793.212890625, "dur": 1764.6620273590088, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7646620273590088, "detail": "UnityEngine.Events.UnityEventTools" } },
{ "pid": 1, "tid": 21, "ts": 2848558.59375, "dur": 888.5970115661621, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8885970115661621, "detail": "UnityEngine.UnityException" } },
{ "pid": 1, "tid": 21, "ts": 2849448.2421875, "dur": 1128.359079360962, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.128359079360962, "detail": "UnityEngine.UnityLogWriter" } },
{ "pid": 1, "tid": 21, "ts": 2850577.392578125, "dur": 4952.361106872559, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.952361106872559, "detail": "UnityEngine.UnitySynchronizationContext" } },
{ "pid": 1, "tid": 21, "ts": 2855676.26953125, "dur": 9346.586227416992, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.346586227416992, "detail": "UnityEngine.Vector2" } },
{ "pid": 1, "tid": 21, "ts": 2865023.681640625, "dur": 3505.0859451293945, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.5050859451293945, "detail": "UnityEngine.Vector2Int" } },
{ "pid": 1, "tid": 21, "ts": 2868529.541015625, "dur": 13111.830711364746, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.111830711364746, "detail": "UnityEngine.Vector3" } },
{ "pid": 1, "tid": 21, "ts": 2881642.578125, "dur": 6044.811725616455, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.044811725616455, "detail": "UnityEngine.Vector4" } },
{ "pid": 1, "tid": 21, "ts": 2887885.009765625, "dur": 369.1059947013855, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3691059947013855, "detail": "UnityEngine.WaitForSeconds" } },
{ "pid": 1, "tid": 21, "ts": 2888255.126953125, "dur": 1082.4600458145142, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0824600458145142, "detail": "UnityEngine.WaitForSecondsRealtime" } },
{ "pid": 1, "tid": 21, "ts": 2889770.751953125, "dur": 889.3930315971375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8893930315971375, "detail": "UnityEngine.Application/LogCallback" } },
{ "pid": 1, "tid": 21, "ts": 2890661.1328125, "dur": 430.6190013885498, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4306190013885498, "detail": "UnityEngine.Application/LowMemoryCallback" } },
{ "pid": 1, "tid": 21, "ts": 2891092.28515625, "dur": 777.2949934005737, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7772949934005737, "detail": "UnityEngine.Rendering.BatchRendererGroup/OnPerformCulling" } },
{ "pid": 1, "tid": 21, "ts": 2891870.361328125, "dur": 403.9129912853241, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4039129912853241, "detail": "UnityEngine.BeforeRenderHelper/OrderBlock" } },
{ "pid": 1, "tid": 21, "ts": 2892274.90234375, "dur": 454.83002066612244, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.45483002066612244, "detail": "UnityEngine.Camera/CameraCallback" } },
{ "pid": 1, "tid": 21, "ts": 2892742.67578125, "dur": 350.62000155448914, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.35062000155448914, "detail": "UnityEngine.Camera/RenderRequest" } },
{ "pid": 1, "tid": 21, "ts": 2893112.3046875, "dur": 604.423999786377, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.604423999786377, "detail": "UnityEngine.CullingGroup/StateChanged" } },
{ "pid": 1, "tid": 21, "ts": 2893717.28515625, "dur": 439.29600715637207, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.43929600715637207, "detail": "UnityEngine.Display/DisplaysUpdatedDelegate" } },
{ "pid": 1, "tid": 21, "ts": 2894555.6640625, "dur": 3242.7690029144287, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.2427690029144287, "detail": "UnityEngine.Experimental.GlobalIllumination.Lightmapping/<>c" } },
{ "pid": 1, "tid": 21, "ts": 2897799.8046875, "dur": 978.2360196113586, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9782360196113586, "detail": "UnityEngine.Experimental.GlobalIllumination.Lightmapping/RequestLightsDelegate" } },
{ "pid": 1, "tid": 21, "ts": 2898797.36328125, "dur": 834.4100117683411, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8344100117683411, "detail": "UnityEngine.Playables.PlayableBinding/CreateOutputMethod" } },
{ "pid": 1, "tid": 21, "ts": 2899632.8125, "dur": 368.05400252342224, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.36805400252342224, "detail": "UnityEngine.Networking.PlayerConnection.PlayerConnection/<>c__DisplayClass12_0" } },
{ "pid": 1, "tid": 21, "ts": 2901173.095703125, "dur": 875.3920197486877, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8753920197486877, "detail": "UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/<>c__DisplayClass8_0" } },
{ "pid": 1, "tid": 21, "ts": 2902375.9765625, "dur": 607.500970363617, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6075009703636169, "detail": "UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers" } },
{ "pid": 1, "tid": 21, "ts": 2902984.130859375, "dur": 437.0790123939514, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4370790123939514, "detail": "UnityEngine.LowLevel.PlayerLoopSystem/UpdateFunction" } },
{ "pid": 1, "tid": 21, "ts": 2903965.087890625, "dur": 519.756019115448, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.519756019115448, "detail": "UnityEngine.RectTransform/ReapplyDrivenProperties" } },
{ "pid": 1, "tid": 21, "ts": 2904527.83203125, "dur": 1544.2759990692139, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5442759990692139, "detail": "UnityEngine.TextAsset/EncodingUtility" } },
{ "pid": 1, "tid": 21, "ts": 2906094.970703125, "dur": 859.6299886703491, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8596299886703491, "detail": "UnityEngine.Transform/Enumerator" } },
{ "pid": 1, "tid": 21, "ts": 2906955.810546875, "dur": 1573.0268955230713, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5730268955230713, "detail": "UnityEngine.UnitySynchronizationContext/WorkRequest" } },
{ "pid": 1, "tid": 21, "ts": 2908577.1484375, "dur": 93018.4326171875, "ph": "X", "name": "UnityEngine.CoreModule1.cpp", "args": { "durationMS": 93.0184326171875, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 3002051.025390625, "dur": 4258.52108001709, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 4.25852108001709, "detail": "AwaitUnsafeOnCompleted" } },
{ "pid": 1, "tid": 21, "ts": 3006310.791015625, "dur": 1225.9019613265991, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2259019613265991, "detail": "AwaitUnsafeOnCompleted" } },
{ "pid": 1, "tid": 21, "ts": 3007537.841796875, "dur": 990.909993648529, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.990909993648529, "detail": "Start" } },
{ "pid": 1, "tid": 21, "ts": 3008530.029296875, "dur": 1129.930019378662, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.129930019378662, "detail": "AwaitUnsafeOnCompleted" } },
{ "pid": 1, "tid": 21, "ts": 3009660.64453125, "dur": 631.2819719314575, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6312819719314575, "detail": "Start" } },
{ "pid": 1, "tid": 21, "ts": 3010293.212890625, "dur": 917.1729683876038, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9171729683876038, "detail": "CreateInstance" } },
{ "pid": 1, "tid": 21, "ts": 3011211.42578125, "dur": 2952.497959136963, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.952497959136963, "detail": "AsReadOnly" } },
{ "pid": 1, "tid": 21, "ts": 3014165.283203125, "dur": 444.8679983615875, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4448679983615875, "detail": "AsReadOnly" } },
{ "pid": 1, "tid": 21, "ts": 3014611.328125, "dur": 473.0220139026642, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4730220139026642, "detail": "AsReadOnly" } },
{ "pid": 1, "tid": 21, "ts": 3015085.693359375, "dur": 539.8350358009338, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5398350358009338, "detail": "BinarySearch" } },
{ "pid": 1, "tid": 21, "ts": 3015626.46484375, "dur": 524.3740081787109, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5243740081787109, "detail": "BinarySearch" } },
{ "pid": 1, "tid": 21, "ts": 3016152.099609375, "dur": 534.8730087280273, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5348730087280273, "detail": "BinarySearch" } },
{ "pid": 1, "tid": 21, "ts": 3016687.98828125, "dur": 373.20399284362793, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37320399284362793, "detail": "BinarySearch" } },
{ "pid": 1, "tid": 21, "ts": 3017062.255859375, "dur": 1119.0170049667358, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1190170049667358, "detail": "BinarySearch" } },
{ "pid": 1, "tid": 21, "ts": 3018182.6171875, "dur": 11161.297798156738, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 11.161297798156738, "detail": "BinarySearch" } },
{ "pid": 1, "tid": 21, "ts": 3029344.970703125, "dur": 1165.0409698486328, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1650409698486328, "detail": "ConvertAll" } },
{ "pid": 1, "tid": 21, "ts": 3031250.244140625, "dur": 11635.774612426758, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 11.635774612426758, "detail": "Fill" } },
{ "pid": 1, "tid": 21, "ts": 3042887.451171875, "dur": 801.77903175354, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.80177903175354, "detail": "Fill" } },
{ "pid": 1, "tid": 21, "ts": 3043690.4296875, "dur": 655.0449728965759, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6550449728965759, "detail": "Find" } },
{ "pid": 1, "tid": 21, "ts": 3044346.923828125, "dur": 1260.925054550171, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.260925054550171, "detail": "FindAll" } },
{ "pid": 1, "tid": 21, "ts": 3045608.642578125, "dur": 422.39803075790405, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.42239803075790405, "detail": "FindIndex" } },
{ "pid": 1, "tid": 21, "ts": 3046032.2265625, "dur": 444.1329836845398, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4441329836845398, "detail": "FindIndex" } },
{ "pid": 1, "tid": 21, "ts": 3046478.271484375, "dur": 977.897047996521, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.977897047996521, "detail": "FindIndex" } },
{ "pid": 1, "tid": 21, "ts": 3047457.03125, "dur": 645.6620097160339, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6456620097160339, "detail": "FindLast" } },
{ "pid": 1, "tid": 21, "ts": 3048104.00390625, "dur": 447.1070170402527, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4471070170402527, "detail": "FindLastIndex" } },
{ "pid": 1, "tid": 21, "ts": 3048552.24609375, "dur": 464.5809829235077, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4645809829235077, "detail": "FindLastIndex" } },
{ "pid": 1, "tid": 21, "ts": 3049017.822265625, "dur": 1014.6069526672363, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0146069526672363, "detail": "FindLastIndex" } },
{ "pid": 1, "tid": 21, "ts": 3050033.69140625, "dur": 536.0140204429626, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5360140204429626, "detail": "ForEach" } },
{ "pid": 1, "tid": 21, "ts": 3050772.94921875, "dur": 377.85300612449646, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37785300612449646, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3051151.611328125, "dur": 443.1309998035431, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4431309998035431, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3051595.703125, "dur": 792.2189831733704, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7922189831733704, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3052388.916015625, "dur": 11326.687812805176, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 11.326687812805176, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3063717.041015625, "dur": 14095.146179199219, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 14.095146179199219, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3077815.185546875, "dur": 846.8039631843567, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8468039631843567, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3078662.841796875, "dur": 654.2140245437622, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6542140245437622, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3079318.359375, "dur": 878.3519864082336, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8783519864082336, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3080197.509765625, "dur": 667.4320101737976, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6674320101737976, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3080865.966796875, "dur": 650.7909893989563, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6507909893989563, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3081517.822265625, "dur": 664.0350222587585, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6640350222587585, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3082183.349609375, "dur": 655.4389595985413, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6554389595985413, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3082839.599609375, "dur": 671.3080406188965, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6713080406188965, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3083511.962890625, "dur": 678.1179904937744, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6781179904937744, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3084191.162109375, "dur": 697.4730491638184, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6974730491638184, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3084889.892578125, "dur": 689.1729831695557, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6891729831695557, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3085580.078125, "dur": 424.37198758125305, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.42437198758125305, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3086005.859375, "dur": 366.40799045562744, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36640799045562744, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3086373.046875, "dur": 366.2950098514557, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3662950098514557, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3086739.990234375, "dur": 367.58700013160706, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36758700013160706, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3087108.642578125, "dur": 867.2159910202026, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8672159910202026, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3087976.806640625, "dur": 357.9449951648712, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3579449951648712, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3088335.9375, "dur": 398.60400557518005, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39860400557518005, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3088735.83984375, "dur": 388.76602053642273, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38876602053642273, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3089125.244140625, "dur": 375.4369914531708, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3754369914531708, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3089501.708984375, "dur": 379.46200370788574, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37946200370788574, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3089882.080078125, "dur": 368.0799901485443, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3680799901485443, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3090251.220703125, "dur": 373.852014541626, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.373852014541626, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3090626.220703125, "dur": 375.0569820404053, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3750569820404053, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3091001.953125, "dur": 370.62498927116394, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37062498927116394, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3100645.01953125, "dur": 2504.1558742523193, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.5041558742523193, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 21, "ts": 3109858.154296875, "dur": 3480.832099914551, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.480832099914551, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3113339.599609375, "dur": 794.3989634513855, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7943989634513855, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3114135.009765625, "dur": 738.6970520019531, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7386970520019531, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3114875, "dur": 732.014000415802, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.732014000415802, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3115607.91015625, "dur": 1101.631999015808, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.101631999015808, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3116710.693359375, "dur": 753.462016582489, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.753462016582489, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3117464.84375, "dur": 747.5610375404358, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7475610375404358, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3118213.623046875, "dur": 887.0490193367004, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8870490193367004, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3119101.5625, "dur": 819.0889954566956, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8190889954566956, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3119921.875, "dur": 727.1989583969116, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7271989583969116, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3120649.658203125, "dur": 671.425998210907, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.671425998210907, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3121321.77734375, "dur": 685.2010488510132, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6852010488510132, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3122008.7890625, "dur": 781.0850143432617, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7810850143432617, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3122790.771484375, "dur": 1043.931007385254, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.043931007385254, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3123835.44921875, "dur": 654.7229886054993, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6547229886054993, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3124491.2109375, "dur": 682.2330355644226, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6822330355644226, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3125174.560546875, "dur": 675.3299832344055, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6753299832344055, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3125850.830078125, "dur": 664.0529632568359, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6640529632568359, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3126515.869140625, "dur": 632.3170065879822, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6323170065879822, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3127149.169921875, "dur": 641.137957572937, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.641137957572937, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3127791.015625, "dur": 664.7669672966003, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6647669672966003, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3128457.275390625, "dur": 834.9509835243225, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8349509835243225, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3129293.212890625, "dur": 674.2730140686035, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6742730140686035, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3129968.505859375, "dur": 687.7880096435547, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6877880096435547, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3130657.2265625, "dur": 688.7199878692627, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6887199878692627, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3131346.923828125, "dur": 692.6109790802002, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6926109790802002, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3132040.52734375, "dur": 692.2300457954407, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6922300457954407, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3132733.88671875, "dur": 702.7810215950012, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7027810215950012, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3133437.5, "dur": 677.2629618644714, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6772629618644714, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3134115.966796875, "dur": 699.1320252418518, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6991320252418518, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3134816.40625, "dur": 685.4900121688843, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6854900121688843, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3135503.173828125, "dur": 642.0460343360901, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6420460343360901, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3136145.99609375, "dur": 769.6210145950317, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7696210145950317, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3136916.50390625, "dur": 694.2949891090393, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6942949891090393, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3137611.81640625, "dur": 693.3020353317261, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6933020353317261, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3138306.15234375, "dur": 703.7059664726257, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7037059664726257, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3139010.7421875, "dur": 704.6189904212952, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7046189904212952, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3139716.796875, "dur": 677.3110032081604, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6773110032081604, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3140395.263671875, "dur": 707.9559564590454, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7079559564590454, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3141104.4921875, "dur": 673.229992389679, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.673229992389679, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3141779.296875, "dur": 687.7279877662659, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6877279877662659, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3142467.7734375, "dur": 674.6770143508911, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6746770143508911, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3143143.798828125, "dur": 1109.1829538345337, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1091829538345337, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3144253.90625, "dur": 654.263973236084, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.654263973236084, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3144909.1796875, "dur": 692.0549869537354, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6920549869537354, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3145602.5390625, "dur": 686.8970394134521, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6868970394134521, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3146290.283203125, "dur": 783.3429574966431, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7833429574966431, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3147074.462890625, "dur": 658.1610441207886, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6581610441207886, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3147733.3984375, "dur": 634.6020102500916, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6346020102500916, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3148369.140625, "dur": 703.8099765777588, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7038099765777588, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3149073.974609375, "dur": 700.2689838409424, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7002689838409424, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3149774.90234375, "dur": 679.6250343322754, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6796250343322754, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3150455.56640625, "dur": 692.4449801445007, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6924449801445007, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3151149.169921875, "dur": 22226.49574279785, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 22.22649574279785, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3173377.44140625, "dur": 648.6480236053467, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6486480236053467, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3174026.85546875, "dur": 578.1859755516052, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5781859755516052, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3174606.201171875, "dur": 566.8570399284363, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5668570399284363, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3175174.072265625, "dur": 687.1429681777954, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6871429681777954, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3175862.79296875, "dur": 649.3269801139832, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6493269801139832, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3176513.18359375, "dur": 618.4579730033875, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6184579730033875, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3177132.32421875, "dur": 639.9480104446411, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6399480104446411, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3177773.193359375, "dur": 628.6869645118713, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6286869645118713, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3178402.83203125, "dur": 633.3709955215454, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6333709955215454, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3179037.353515625, "dur": 626.4679431915283, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6264679431915283, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3179664.55078125, "dur": 672.7309823036194, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6727309823036194, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3180338.37890625, "dur": 684.5759749412537, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6845759749412537, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3181024.169921875, "dur": 684.8499774932861, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6848499774932861, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3181709.9609375, "dur": 620.2769875526428, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6202769875526428, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3182331.0546875, "dur": 358.48498344421387, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35848498344421387, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3182690.673828125, "dur": 2586.514949798584, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.586514949798584, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3185278.076171875, "dur": 361.4230155944824, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3614230155944824, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3185640.13671875, "dur": 550.4689812660217, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5504689812660217, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3186191.650390625, "dur": 353.00999879837036, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35300999879837036, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3186545.654296875, "dur": 364.1189932823181, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3641189932823181, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3186910.888671875, "dur": 363.5580241680145, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3635580241680145, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3187274.90234375, "dur": 359.68098044395447, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35968098044395447, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3187635.7421875, "dur": 370.9859848022461, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3709859848022461, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3188007.32421875, "dur": 362.9379868507385, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3629379868507385, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3188371.337890625, "dur": 341.0659730434418, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3410659730434418, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3188713.623046875, "dur": 14484.101295471191, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 14.484101295471191, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3203198.73046875, "dur": 861.7810010910034, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8617810010910034, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3204061.279296875, "dur": 355.20800948143005, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35520800948143005, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3204417.96875, "dur": 351.7100214958191, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3517100214958191, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3204770.751953125, "dur": 488.90599608421326, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.48890599608421326, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3205260.986328125, "dur": 355.03101348876953, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35503101348876953, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3205616.69921875, "dur": 336.8990123271942, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3368990123271942, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3206285.888671875, "dur": 335.2639973163605, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3352639973163605, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3207926.7578125, "dur": 334.39901471138, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.33439901471138, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3209249.267578125, "dur": 353.99699211120605, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35399699211120605, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3209604.736328125, "dur": 422.9939877986908, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4229939877986908, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3210028.80859375, "dur": 396.2869942188263, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3962869942188263, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3210427.001953125, "dur": 374.13501739501953, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37413501739501953, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3211757.568359375, "dur": 335.3550136089325, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3353550136089325, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3212093.994140625, "dur": 344.35299038887024, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34435299038887024, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3215050.048828125, "dur": 349.9079942703247, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3499079942703247, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3215400.87890625, "dur": 401.1409878730774, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4011409878730774, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3215802.978515625, "dur": 408.53700041770935, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40853700041770935, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3216213.134765625, "dur": 407.9509973526001, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4079509973526001, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3216622.314453125, "dur": 353.5600006580353, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3535600006580353, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3219569.3359375, "dur": 347.26202487945557, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34726202487945557, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3220243.1640625, "dur": 341.40801429748535, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34140801429748535, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3220585.693359375, "dur": 353.5490036010742, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3535490036010742, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3222251.46484375, "dur": 336.01298928260803, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.33601298928260803, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3226310.791015625, "dur": 361.3390028476715, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3613390028476715, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3239049.072265625, "dur": 449.42498207092285, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44942498207092285, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3239499.755859375, "dur": 7034.730911254883, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 7.034730911254883, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3246535.64453125, "dur": 562.0080232620239, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5620080232620239, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3247098.6328125, "dur": 469.88099813461304, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46988099813461304, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3247569.580078125, "dur": 466.247022151947, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.466247022151947, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3248036.865234375, "dur": 461.64602041244507, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46164602041244507, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3248499.51171875, "dur": 441.3850009441376, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4413850009441376, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3248941.89453125, "dur": 441.07699394226074, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44107699394226074, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3249384.27734375, "dur": 462.9089832305908, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4629089832305908, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3249848.14453125, "dur": 466.10599756240845, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46610599756240845, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3250315.4296875, "dur": 428.3369779586792, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4283369779586792, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3250744.62890625, "dur": 447.31399416923523, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44731399416923523, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3251192.87109375, "dur": 422.4819839000702, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4224819839000702, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3251616.943359375, "dur": 392.4950063228607, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3924950063228607, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3252010.25390625, "dur": 405.08899092674255, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40508899092674255, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3252416.50390625, "dur": 403.095006942749, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.403095006942749, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3252820.556640625, "dur": 408.4339737892151, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4084339737892151, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3253230.224609375, "dur": 404.47598695755005, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40447598695755005, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3253635.7421875, "dur": 402.11600065231323, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40211600065231323, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3254038.818359375, "dur": 392.62399077415466, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39262399077415466, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3254432.6171875, "dur": 400.6350040435791, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4006350040435791, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3254833.984375, "dur": 388.1310224533081, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3881310224533081, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3255223.14453125, "dur": 441.5920078754425, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4415920078754425, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3255666.015625, "dur": 869.0209984779358, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8690209984779358, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3256535.64453125, "dur": 381.7799985408783, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3817799985408783, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3256918.45703125, "dur": 618.291974067688, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.618291974067688, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3257537.841796875, "dur": 390.4719948768616, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3904719948768616, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3257929.19921875, "dur": 380.4750144481659, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3804750144481659, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3258310.546875, "dur": 376.3290047645569, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3763290047645569, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3258687.98828125, "dur": 491.0550117492676, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4910550117492676, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3259179.931640625, "dur": 389.9889886379242, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3899889886379242, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3259570.556640625, "dur": 356.63002729415894, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35663002729415894, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3259928.466796875, "dur": 335.8150124549866, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3358150124549866, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3260264.892578125, "dur": 357.89600014686584, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35789600014686584, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3260623.779296875, "dur": 414.40001130104065, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41440001130104065, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3261039.306640625, "dur": 457.5369954109192, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4575369954109192, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3261497.55859375, "dur": 807.3610067367554, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8073610067367554, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3262306.15234375, "dur": 393.4119939804077, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3934119939804077, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3262700.68359375, "dur": 385.7100307941437, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3857100307941437, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3263086.9140625, "dur": 481.5150201320648, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4815150201320648, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3263569.580078125, "dur": 1270.6040143966675, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2706040143966675, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3264841.552734375, "dur": 406.71801567077637, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40671801567077637, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3265249.51171875, "dur": 424.206018447876, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.424206018447876, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3265674.31640625, "dur": 390.5249834060669, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3905249834060669, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3266065.673828125, "dur": 385.7089877128601, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3857089877128601, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3266452.392578125, "dur": 390.86300134658813, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39086300134658813, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3266843.994140625, "dur": 389.0970051288605, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3890970051288605, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3267234.375, "dur": 392.71003007888794, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39271003007888794, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3267628.173828125, "dur": 388.86597752571106, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38886597752571106, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3268017.822265625, "dur": 385.2739930152893, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3852739930152893, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3268404.541015625, "dur": 445.99398970603943, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44599398970603943, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3268851.806640625, "dur": 477.2239923477173, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4772239923477173, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3269329.833984375, "dur": 518.0780291557312, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5180780291557312, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3269848.876953125, "dur": 387.22899556159973, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38722899556159973, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3270237.3046875, "dur": 391.99599623680115, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39199599623680115, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3270630.37109375, "dur": 400.92000365257263, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40092000365257263, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3271031.982421875, "dur": 405.45299649238586, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40545299649238586, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3271438.720703125, "dur": 380.02699613571167, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38002699613571167, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3271819.580078125, "dur": 604.6140193939209, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6046140193939209, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3272425.048828125, "dur": 425.1280128955841, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4251280128955841, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3272851.318359375, "dur": 531.8229794502258, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5318229794502258, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3273384.27734375, "dur": 411.7180109024048, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4117180109024048, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3273797.119140625, "dur": 417.00997948646545, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41700997948646545, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3274215.33203125, "dur": 430.9160113334656, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4309160113334656, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3274646.728515625, "dur": 418.0389940738678, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4180389940738678, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3275065.91796875, "dur": 511.47401332855225, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5114740133285522, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3275578.125, "dur": 510.1199746131897, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5101199746131897, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3276089.35546875, "dur": 830.2929997444153, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8302929997444153, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3276920.654296875, "dur": 449.29999113082886, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44929999113082886, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3277370.849609375, "dur": 809.4840049743652, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8094840049743652, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3278181.15234375, "dur": 489.654004573822, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.489654004573822, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3278671.875, "dur": 514.1990184783936, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5141990184783936, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3279186.767578125, "dur": 21933.584213256836, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 21.933584213256836, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3301121.826171875, "dur": 408.36301445961, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40836301445961, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3301531.25, "dur": 405.3010046482086, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4053010046482086, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3301937.5, "dur": 410.383015871048, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.410383015871048, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3302348.876953125, "dur": 399.7340202331543, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3997340202331543, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3302749.267578125, "dur": 397.8169858455658, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3978169858455658, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3303148.4375, "dur": 375.29999017715454, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37529999017715454, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3303524.4140625, "dur": 357.8220307826996, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3578220307826996, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3303883.30078125, "dur": 357.4409782886505, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3574409782886505, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3304241.943359375, "dur": 365.911990404129, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36591199040412903, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3304608.642578125, "dur": 360.58899760246277, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36058899760246277, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3304970.21484375, "dur": 364.59100246429443, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36459100246429443, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3305335.693359375, "dur": 374.54599142074585, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37454599142074585, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3305711.42578125, "dur": 377.2819936275482, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3772819936275482, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3306089.35546875, "dur": 367.87599325180054, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36787599325180054, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3306458.49609375, "dur": 371.1850047111511, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3711850047111511, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3306830.322265625, "dur": 370.400995016098, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.370400995016098, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3307201.904296875, "dur": 374.5650053024292, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3745650053024292, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3307577.392578125, "dur": 364.0940189361572, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3640940189361572, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3307942.138671875, "dur": 370.45902013778687, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37045902013778687, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3308313.720703125, "dur": 372.65700101852417, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37265700101852417, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3308687.5, "dur": 376.70400738716125, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37670400738716125, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3309064.94140625, "dur": 363.67499828338623, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36367499828338623, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3309429.931640625, "dur": 430.2999973297119, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4302999973297119, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3309861.572265625, "dur": 448.93598556518555, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44893598556518555, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3310312.01171875, "dur": 441.85298681259155, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44185298681259155, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3310754.8828125, "dur": 457.61799812316895, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45761799812316895, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3311213.37890625, "dur": 372.55099415779114, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37255099415779114, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3311586.9140625, "dur": 377.5080144405365, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3775080144405365, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3311965.576171875, "dur": 377.62099504470825, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37762099504470825, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3312343.994140625, "dur": 373.6479878425598, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3736479878425598, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3312718.75, "dur": 365.63003063201904, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36563003063201904, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3313085.205078125, "dur": 376.8329918384552, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3768329918384552, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3313462.890625, "dur": 368.0030107498169, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3680030107498169, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3313832.03125, "dur": 378.91900539398193, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37891900539398193, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3314211.669921875, "dur": 370.6659972667694, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3706659972667694, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3314583.251953125, "dur": 377.4150013923645, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3774150013923645, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3314961.42578125, "dur": 370.2409863471985, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3702409863471985, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3315332.51953125, "dur": 400.4809856414795, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4004809856414795, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3315734.375, "dur": 441.23199582099915, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44123199582099915, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3316177.24609375, "dur": 450.48999786376953, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45048999786376953, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3316629.150390625, "dur": 422.0840036869049, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4220840036869049, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3317052.001953125, "dur": 376.20800733566284, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37620800733566284, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3317428.955078125, "dur": 359.76099967956543, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35976099967956543, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3317789.794921875, "dur": 370.5280125141144, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3705280125141144, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3318161.376953125, "dur": 376.8810033798218, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3768810033798218, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3318539.306640625, "dur": 374.54599142074585, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37454599142074585, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3318914.794921875, "dur": 371.56301736831665, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37156301736831665, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3319287.353515625, "dur": 428.8249909877777, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4288249909877777, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3319717.28515625, "dur": 390.08399844169617, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39008399844169617, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3320108.3984375, "dur": 391.6560113430023, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3916560113430023, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3320500.732421875, "dur": 392.43999123573303, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39243999123573303, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3320894.287109375, "dur": 368.1740164756775, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3681740164756775, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3321263.18359375, "dur": 368.9580261707306, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3689580261707306, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3321633.056640625, "dur": 363.30699920654297, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36330699920654297, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3321997.55859375, "dur": 384.95999574661255, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38495999574661255, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3322383.544921875, "dur": 381.76602125167847, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38176602125167847, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3322766.11328125, "dur": 475.2579927444458, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4752579927444458, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3323242.431640625, "dur": 373.0510175228119, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3730510175228119, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3323616.455078125, "dur": 374.8610019683838, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3748610019683838, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3323992.1875, "dur": 370.1529800891876, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3701529800891876, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3324363.76953125, "dur": 370.07999420166016, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37007999420166016, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3324734.86328125, "dur": 410.7069969177246, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4107069969177246, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3325146.728515625, "dur": 374.31398034095764, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37431398034095764, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3325521.728515625, "dur": 989.1770482063293, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9891770482063293, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3326512.20703125, "dur": 944.5749521255493, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9445749521255493, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3327457.763671875, "dur": 983.3790063858032, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9833790063858032, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3328441.89453125, "dur": 1198.4920501708984, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1984920501708984, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3329641.11328125, "dur": 956.9379687309265, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9569379687309265, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3330599.365234375, "dur": 885.0880265235901, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8850880265235901, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3331485.107421875, "dur": 901.9050002098083, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9019050002098083, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3332387.939453125, "dur": 942.2399997711182, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9422399997711182, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3333331.0546875, "dur": 920.0810194015503, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9200810194015503, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3334252.197265625, "dur": 896.4470028877258, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8964470028877258, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3335149.658203125, "dur": 879.9999952316284, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8799999952316284, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3336030.2734375, "dur": 943.3389902114868, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9433389902114868, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3336974.853515625, "dur": 864.7199869155884, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8647199869155884, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3337840.8203125, "dur": 1350.356936454773, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.350356936454773, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3339192.138671875, "dur": 856.1969995498657, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8561969995498657, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3340049.072265625, "dur": 883.1299543380737, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8831299543380737, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3340933.59375, "dur": 877.0459890365601, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8770459890365601, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3341811.767578125, "dur": 858.6179614067078, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8586179614067078, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3342671.38671875, "dur": 924.4899749755859, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9244899749755859, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3343597.16796875, "dur": 912.6880168914795, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9126880168914795, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3344510.7421875, "dur": 858.6130142211914, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8586130142211914, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3345370.60546875, "dur": 887.266993522644, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.887266993522644, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3346259.033203125, "dur": 902.538001537323, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.902538001537323, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3347162.353515625, "dur": 792.2559976577759, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7922559976577759, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3347955.810546875, "dur": 801.313042640686, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.801313042640686, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3348758.056640625, "dur": 815.9760236740112, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8159760236740112, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3349575.1953125, "dur": 851.358950138092, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.851358950138092, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3350427.490234375, "dur": 791.5409803390503, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7915409803390503, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3351220.21484375, "dur": 758.1210136413574, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7581210136413574, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3351979.248046875, "dur": 795.4369783401489, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7954369783401489, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3352775.634765625, "dur": 898.7219929695129, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8987219929695129, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3353675.537109375, "dur": 830.6819796562195, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8306819796562195, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3354507.32421875, "dur": 808.9880347251892, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8089880347251892, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3355317.3828125, "dur": 802.5709986686707, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8025709986686707, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3356120.60546875, "dur": 788.5109782218933, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7885109782218933, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3356910.15625, "dur": 799.8340129852295, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7998340129852295, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3357710.44921875, "dur": 1530.189037322998, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.530189037322998, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3359242.1875, "dur": 750.7530450820923, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7507530450820923, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3359994.140625, "dur": 761.9189620018005, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7619189620018005, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3360757.080078125, "dur": 815.4110312461853, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8154110312461853, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3361573.486328125, "dur": 932.9240322113037, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9329240322113037, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3362507.080078125, "dur": 909.9740386009216, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9099740386009216, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3363418.45703125, "dur": 1126.4010667800903, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1264010667800903, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3364545.8984375, "dur": 962.1130228042603, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9621130228042603, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3365509.033203125, "dur": 1413.0569696426392, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.4130569696426392, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3366923.33984375, "dur": 896.172046661377, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.896172046661377, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3367820.556640625, "dur": 845.9039926528931, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8459039926528931, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3368667.236328125, "dur": 768.1549787521362, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7681549787521362, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3369436.5234375, "dur": 932.1660399436951, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9321660399436951, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3370370.1171875, "dur": 943.9939856529236, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9439939856529236, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3371315.4296875, "dur": 747.4579811096191, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7474579811096191, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3372063.720703125, "dur": 919.8690056800842, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9198690056800842, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3372984.86328125, "dur": 805.7439923286438, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8057439923286438, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3373791.50390625, "dur": 813.4700059890747, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8134700059890747, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3374606.201171875, "dur": 708.7169885635376, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7087169885635376, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3375315.91796875, "dur": 720.5410003662109, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7205410003662109, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3376037.353515625, "dur": 764.2860412597656, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7642860412597656, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3376802.490234375, "dur": 786.2759828567505, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7862759828567505, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3377589.599609375, "dur": 916.9580340385437, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9169580340385437, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3378507.568359375, "dur": 883.0130100250244, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8830130100250244, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3379391.845703125, "dur": 935.9189867973328, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9359189867973328, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3380328.857421875, "dur": 910.1400375366211, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9101400375366211, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3381239.74609375, "dur": 892.5279974937439, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8925279974937439, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3382133.30078125, "dur": 892.0120596885681, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8920120596885681, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3383027.099609375, "dur": 894.0529823303223, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8940529823303223, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3383922.36328125, "dur": 898.792028427124, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.898792028427124, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3384822.021484375, "dur": 871.4140057563782, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8714140057563782, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3385694.091796875, "dur": 942.7109956741333, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9427109956741333, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3388975.341796875, "dur": 382.58302211761475, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38258302211761475, "detail": "InternalArray__Insert" } },
{ "pid": 1, "tid": 21, "ts": 3396423.33984375, "dur": 357.27500915527344, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35727500915527344, "detail": "InternalArray__Insert" } },
{ "pid": 1, "tid": 21, "ts": 3402749.0234375, "dur": 437.036007642746, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43703600764274597, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3403187.01171875, "dur": 433.432012796402, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.433432012796402, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3403621.58203125, "dur": 427.5500178337097, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4275500178337097, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3404050.537109375, "dur": 409.2400074005127, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4092400074005127, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3404460.9375, "dur": 401.06701850891113, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40106701850891113, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3404863.037109375, "dur": 400.04798769950867, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40004798769950867, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3405264.404296875, "dur": 402.4040102958679, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4024040102958679, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3405667.96875, "dur": 428.96097898483276, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.42896097898483276, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3406097.900390625, "dur": 439.7299885749817, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4397299885749817, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3406539.0625, "dur": 457.00499415397644, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45700499415397644, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3406997.314453125, "dur": 368.8179850578308, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3688179850578308, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3407366.943359375, "dur": 413.705974817276, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.413705974817276, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3407781.494140625, "dur": 415.71998596191406, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41571998596191406, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3408198.486328125, "dur": 369.4080114364624, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3694080114364624, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3408568.84765625, "dur": 350.11398792266846, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35011398792266846, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3408920.166015625, "dur": 344.0230190753937, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3440230190753937, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3409265.13671875, "dur": 352.9510200023651, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3529510200023651, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3409619.384765625, "dur": 359.497994184494, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.359497994184494, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3409980.224609375, "dur": 352.7299761772156, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3527299761772156, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3410333.984375, "dur": 377.57599353790283, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37757599353790283, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3410715.33203125, "dur": 51169.193267822266, "ph": "X", "name": "GenericMethods.cpp", "args": { "durationMS": 51.169193267822266, "detail": "" } },
{ "pid": 1, "tid": 22, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 22, "ts": 1250777.83203125, "dur": 22111.62757873535, "ph": "X", "name": "Idle", "args": { "durationMS": 22.11162757873535, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1283073.2421875, "dur": 4060.431957244873, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 4.060431957244873, "detail": "mscorlib" } },
{ "pid": 1, "tid": 22, "ts": 1288448.2421875, "dur": 234230.3466796875, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 234.2303466796875, "detail": "System.Xml" } },
{ "pid": 1, "tid": 22, "ts": 1289993.1640625, "dur": 232684.4024658203, "ph": "X", "name": "System.Xml_Attr.cpp", "args": { "durationMS": 232.6844024658203, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1524809.5703125, "dur": 10169.809341430664, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 10.169809341430664, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 22, "ts": 1524824.21875, "dur": 10154.581069946289, "ph": "X", "name": "UnityEngine.AudioModule_Attr.cpp", "args": { "durationMS": 10.154581069946289, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1534982.5439453125, "dur": 10848.633766174316, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 10.848633766174316, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 22, "ts": 1535002.5634765625, "dur": 10828.022003173828, "ph": "X", "name": "UnityEngine.UnityWebRequestModule_Attr.cpp", "args": { "durationMS": 10.828022003173828, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1546298.095703125, "dur": 437.7959966659546, "ph": "X", "name": "GenericComDefinitions", "args": { "durationMS": 0.4377959966659546, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1559931.0302734375, "dur": 3454.0741443634033, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.4540741443634033, "detail": "<Module>" } },
{ "pid": 1, "tid": 22, "ts": 1563386.1083984375, "dur": 23923.42185974121, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 23.92342185974121, "detail": "System.Configuration.ConfigurationCollectionAttribute" } },
{ "pid": 1, "tid": 22, "ts": 1587310.9130859375, "dur": 18751.724243164062, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.751724243164062, "detail": "System.Configuration.ConfigurationElement" } },
{ "pid": 1, "tid": 22, "ts": 1606109.7412109375, "dur": 542.0230031013489, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5420230031013489, "detail": "System.Configuration.ConfigurationSection" } },
{ "pid": 1, "tid": 22, "ts": 1606671.0205078125, "dur": 866.4000034332275, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8664000034332275, "detail": "System.Configuration.IgnoreSection" } },
{ "pid": 1, "tid": 22, "ts": 1607538.2080078125, "dur": 560.5530142784119, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5605530142784119, "detail": "Unity.ThrowStub" } },
{ "pid": 1, "tid": 22, "ts": 1608101.806640625, "dur": 5442.826747894287, "ph": "X", "name": "System.Configuration.cpp", "args": { "durationMS": 5.442826747894287, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1613680.17578125, "dur": 1274.1559743881226, "ph": "X", "name": "UnityEngine.TilemapModule.cpp", "args": { "durationMS": 1.2741559743881226, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1615002.3193359375, "dur": 595.8399772644043, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5958399772644043, "detail": "System.Linq.Error" } },
{ "pid": 1, "tid": 22, "ts": 1615600.4638671875, "dur": 1220.9300994873047, "ph": "X", "name": "System.Core.cpp", "args": { "durationMS": 1.2209300994873047, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1616896.3623046875, "dur": 792.0899987220764, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7920899987220764, "detail": "UnityEngine.AudioClip" } },
{ "pid": 1, "tid": 22, "ts": 1617689.3310546875, "dur": 609.7120046615601, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6097120046615601, "detail": "UnityEngine.Audio.AudioClipPlayable" } },
{ "pid": 1, "tid": 22, "ts": 1618318.84765625, "dur": 594.3809747695923, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5943809747695923, "detail": "UnityEngine.Audio.AudioMixerPlayable" } },
{ "pid": 1, "tid": 22, "ts": 1618944.3359375, "dur": 539.9619936943054, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5399619936943054, "detail": "UnityEngine.Experimental.Audio.AudioSampleProvider" } },
{ "pid": 1, "tid": 22, "ts": 1619485.107421875, "dur": 402.45699882507324, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.40245699882507324, "detail": "UnityEngine.AudioSettings" } },
{ "pid": 1, "tid": 22, "ts": 1619888.671875, "dur": 1554.5059442520142, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5545059442520142, "detail": "UnityEngine.AudioSource" } },
{ "pid": 1, "tid": 22, "ts": 1621443.9697265625, "dur": 45570.430755615234, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 45.570430755615234, "detail": "UnityEngine.AudioClip/PCMReaderCallback" } },
{ "pid": 1, "tid": 22, "ts": 1667015.5029296875, "dur": 663.254976272583, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.663254976272583, "detail": "UnityEngine.AudioClip/PCMSetPositionCallback" } },
{ "pid": 1, "tid": 22, "ts": 1667679.8095703125, "dur": 688.4300112724304, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6884300112724304, "detail": "UnityEngine.Experimental.Audio.AudioSampleProvider/SampleFramesHandler" } },
{ "pid": 1, "tid": 22, "ts": 1668368.896484375, "dur": 551.8209934234619, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5518209934234619, "detail": "UnityEngine.AudioSettings/AudioConfigurationChangeHandler" } },
{ "pid": 1, "tid": 22, "ts": 1668921.38671875, "dur": 1429.237961769104, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.429237961769104, "detail": "UnityEngine.AudioSettings/Mobile" } },
{ "pid": 1, "tid": 22, "ts": 1670353.3935546875, "dur": 8176.938056945801, "ph": "X", "name": "UnityEngine.AudioModule.cpp", "args": { "durationMS": 8.1769380569458, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1678578.125, "dur": 4095.137119293213, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.095137119293213, "detail": "UnityEngine.WWW" } },
{ "pid": 1, "tid": 22, "ts": 1682904.1748046875, "dur": 6522.436141967773, "ph": "X", "name": "UnityEngine.UnityWebRequestWWWModule.cpp", "args": { "durationMS": 6.522436141967773, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1689517.4560546875, "dur": 605.0990223884583, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6050990223884583, "detail": "UnityEngine.Experimental.Video.VideoClipPlayable" } },
{ "pid": 1, "tid": 22, "ts": 1690123.1689453125, "dur": 2103.792905807495, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.103792905807495, "detail": "UnityEngine.Video.VideoPlayer" } },
{ "pid": 1, "tid": 22, "ts": 1692265.0146484375, "dur": 578.9770483970642, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5789770483970642, "detail": "UnityEngine.Video.VideoPlayer/ErrorEventHandler" } },
{ "pid": 1, "tid": 22, "ts": 1692844.7265625, "dur": 514.4960284233093, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5144960284233093, "detail": "UnityEngine.Video.VideoPlayer/EventHandler" } },
{ "pid": 1, "tid": 22, "ts": 1693359.7412109375, "dur": 590.694010257721, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.590694010257721, "detail": "UnityEngine.Video.VideoPlayer/FrameReadyEventHandler" } },
{ "pid": 1, "tid": 22, "ts": 1693951.171875, "dur": 612.449049949646, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.612449049949646, "detail": "UnityEngine.Video.VideoPlayer/TimeEventHandler" } },
{ "pid": 1, "tid": 22, "ts": 1694566.650390625, "dur": 3223.5541343688965, "ph": "X", "name": "UnityEngine.VideoModule.cpp", "args": { "durationMS": 3.2235541343688965, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1697835.0830078125, "dur": 7587.891101837158, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.587891101837158, "detail": "UnityEngine.Event" } },
{ "pid": 1, "tid": 22, "ts": 1705466.30859375, "dur": 3262.381076812744, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.262381076812744, "detail": "UnityEngine.GUI" } },
{ "pid": 1, "tid": 22, "ts": 1708729.736328125, "dur": 1983.5079908370972, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9835079908370972, "detail": "UnityEngine.GUIContent" } },
{ "pid": 1, "tid": 22, "ts": 1710713.9892578125, "dur": 500.59300661087036, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5005930066108704, "detail": "UnityEngine.GUILayout" } },
{ "pid": 1, "tid": 22, "ts": 1711215.33203125, "dur": 8158.53214263916, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.15853214263916, "detail": "UnityEngine.GUILayoutEntry" } },
{ "pid": 1, "tid": 22, "ts": 1719374.6337890625, "dur": 35433.51745605469, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 35.43351745605469, "detail": "UnityEngine.GUILayoutGroup" } },
{ "pid": 1, "tid": 22, "ts": 1755061.6455078125, "dur": 7151.111125946045, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.151111125946045, "detail": "UnityEngine.GUILayoutUtility" } },
{ "pid": 1, "tid": 22, "ts": 1762213.5009765625, "dur": 4720.047950744629, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.720047950744629, "detail": "UnityEngine.GUIScrollGroup" } },
{ "pid": 1, "tid": 22, "ts": 1767246.58203125, "dur": 19069.35691833496, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 19.06935691833496, "detail": "UnityEngine.GUISkin" } },
{ "pid": 1, "tid": 22, "ts": 1786317.0166015625, "dur": 5476.778030395508, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.476778030395508, "detail": "UnityEngine.GUIStyle" } },
{ "pid": 1, "tid": 22, "ts": 1791794.7998046875, "dur": 1638.7580633163452, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6387580633163452, "detail": "UnityEngine.GUIStyleState" } },
{ "pid": 1, "tid": 22, "ts": 1793434.2041015625, "dur": 1558.4028959274292, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5584028959274292, "detail": "UnityEngine.GUITargetAttribute" } },
{ "pid": 1, "tid": 22, "ts": 1794993.408203125, "dur": 4805.747032165527, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.805747032165527, "detail": "UnityEngine.GUIUtility" } },
{ "pid": 1, "tid": 22, "ts": 1800129.2724609375, "dur": 493.22202801704407, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.49322202801704407, "detail": "UnityEngine.TextEditor" } },
{ "pid": 1, "tid": 22, "ts": 1800623.1689453125, "dur": 577.567994594574, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.577567994594574, "detail": "UnityEngine.GUI/WindowFunction" } },
{ "pid": 1, "tid": 22, "ts": 1801217.6513671875, "dur": 503.82500886917114, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5038250088691711, "detail": "UnityEngine.GUILayoutUtility/LayoutCache" } },
{ "pid": 1, "tid": 22, "ts": 1801722.2900390625, "dur": 459.72198247909546, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.45972198247909546, "detail": "UnityEngine.GUISkin/SkinChangedDelegate" } },
{ "pid": 1, "tid": 22, "ts": 1802198.974609375, "dur": 50394.11544799805, "ph": "X", "name": "UnityEngine.IMGUIModule.cpp", "args": { "durationMS": 50.39411544799805, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1852825.68359375, "dur": 971.3329672813416, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9713329672813416, "detail": "System.Reflection.CustomAttributeFormatException" } },
{ "pid": 1, "tid": 22, "ts": 1853797.7294921875, "dur": 1879.4699907302856, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8794699907302856, "detail": "System.Reflection.CustomAttributeNamedArgument" } },
{ "pid": 1, "tid": 22, "ts": 1855678.1005859375, "dur": 6368.250846862793, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.368250846862793, "detail": "System.Reflection.CustomAttributeTypedArgument" } },
{ "pid": 1, "tid": 22, "ts": 1862164.0625, "dur": 39422.94692993164, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 39.42294692993164, "detail": "System.DBNull" } },
{ "pid": 1, "tid": 22, "ts": 1901588.134765625, "dur": 38342.44155883789, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 38.34244155883789, "detail": "System.DTSubString" } },
{ "pid": 1, "tid": 22, "ts": 1939943.9697265625, "dur": 26601.96304321289, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 26.60196304321289, "detail": "System.DateTime" } },
{ "pid": 1, "tid": 22, "ts": 1966688.232421875, "dur": 18276.708602905273, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.276708602905273, "detail": "System.DateTimeFormat" } },
{ "pid": 1, "tid": 22, "ts": 1984979.3701171875, "dur": 54090.13748168945, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 54.09013748168945, "detail": "System.Globalization.DateTimeFormatInfo" } },
{ "pid": 1, "tid": 22, "ts": 2039070.4345703125, "dur": 11164.438247680664, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.164438247680664, "detail": "System.Globalization.DateTimeFormatInfoScanner" } },
{ "pid": 1, "tid": 22, "ts": 2050248.291015625, "dur": 71977.24151611328, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 71.97724151611328, "detail": "System.DateTimeParse" } },
{ "pid": 1, "tid": 22, "ts": 2122229.00390625, "dur": 71937.60681152344, "ph": "X", "name": "mscorlib3.cpp", "args": { "durationMS": 71.93760681152344, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 2194188.4765625, "dur": 1950.9578943252563, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9509578943252563, "detail": "System.Runtime.Serialization.SerializationInfoEnumerator" } },
{ "pid": 1, "tid": 22, "ts": 2196140.625, "dur": 1173.5540628433228, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1735540628433228, "detail": "System.Runtime.Serialization.SerializationObjectManager" } },
{ "pid": 1, "tid": 22, "ts": 2197315.4296875, "dur": 578.1149864196777, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5781149864196777, "detail": "System.Runtime.Remoting.Messaging.ServerContextTerminatorSink" } },
{ "pid": 1, "tid": 22, "ts": 2197894.287109375, "dur": 2585.968017578125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.585968017578125, "detail": "System.Runtime.Remoting.ServerIdentity" } },
{ "pid": 1, "tid": 22, "ts": 2200480.712890625, "dur": 466.68899059295654, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.46668899059295654, "detail": "System.Runtime.Remoting.Messaging.ServerObjectReplySink" } },
{ "pid": 1, "tid": 22, "ts": 2200948.2421875, "dur": 1051.0170459747314, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0510170459747314, "detail": "System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink" } },
{ "pid": 1, "tid": 22, "ts": 2202015.13671875, "dur": 153454.69665527344, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 153.45469665527344, "detail": "Mono.Globalization.Unicode.SimpleCollator" } },
{ "pid": 1, "tid": 22, "ts": 2355470.703125, "dur": 10983.827590942383, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.983827590942383, "detail": "System.Single" } },
{ "pid": 1, "tid": 22, "ts": 2366456.0546875, "dur": 1287.1869802474976, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2871869802474976, "detail": "System.Runtime.Remoting.SingleCallIdentity" } },
{ "pid": 1, "tid": 22, "ts": 2367744.384765625, "dur": 1421.8770265579224, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4218770265579224, "detail": "System.Runtime.Remoting.SingletonIdentity" } },
{ "pid": 1, "tid": 22, "ts": 2369166.748046875, "dur": 368.8249886035919, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3688249886035919, "detail": "System.Runtime.Remoting.Channels.SinkProviderData" } },
{ "pid": 1, "tid": 22, "ts": 2369536.376953125, "dur": 2349.346160888672, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.349346160888672, "detail": "System.Runtime.Serialization.Formatters.Binary.SizedArray" } },
{ "pid": 1, "tid": 22, "ts": 2371910.64453125, "dur": 11569.600105285645, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.569600105285645, "detail": "Mono.Xml.SmallXmlParser" } },
{ "pid": 1, "tid": 22, "ts": 2383737.79296875, "dur": 355.1969826221466, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3551969826221466, "detail": "System.Runtime.Remoting.Metadata.SoapAttribute" } },
{ "pid": 1, "tid": 22, "ts": 2384093.994140625, "dur": 461.4329934120178, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4614329934120178, "detail": "System.Runtime.Remoting.Metadata.SoapFieldAttribute" } },
{ "pid": 1, "tid": 22, "ts": 2384555.908203125, "dur": 874.6840357780457, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8746840357780457, "detail": "System.Runtime.Remoting.Metadata.SoapMethodAttribute" } },
{ "pid": 1, "tid": 22, "ts": 2385558.59375, "dur": 6010.878086090088, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.010878086090088, "detail": "System.Runtime.Remoting.SoapServices" } },
{ "pid": 1, "tid": 22, "ts": 2391570.3125, "dur": 1494.4939613342285, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4944939613342285, "detail": "System.Runtime.Remoting.Metadata.SoapTypeAttribute" } },
{ "pid": 1, "tid": 22, "ts": 2393065.91796875, "dur": 3447.3531246185303, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.4473531246185303, "detail": "System.Globalization.SortKey" } },
{ "pid": 1, "tid": 22, "ts": 2396514.404296875, "dur": 8019.817352294922, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.019817352294922, "detail": "Mono.Globalization.Unicode.SortKeyBuffer" } },
{ "pid": 1, "tid": 22, "ts": 2404552.978515625, "dur": 9805.340766906738, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.805340766906738, "detail": "System.Collections.SortedList" } },
{ "pid": 1, "tid": 22, "ts": 2414359.375, "dur": 23325.599670410156, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 23.325599670410156, "detail": "System.Threading.SpinLock" } },
{ "pid": 1, "tid": 22, "ts": 2437686.279296875, "dur": 880.1389932632446, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8801389932632446, "detail": "System.Threading.SpinWait" } },
{ "pid": 1, "tid": 22, "ts": 2438567.3828125, "dur": 2809.3700408935547, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.8093700408935547, "detail": "System.Collections.Stack" } },
{ "pid": 1, "tid": 22, "ts": 2441377.685546875, "dur": 4352.435111999512, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.352435111999512, "detail": "System.Runtime.Remoting.Messaging.StackBuilderSink" } },
{ "pid": 1, "tid": 22, "ts": 2445743.1640625, "dur": 2565.387010574341, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.565387010574341, "detail": "System.Diagnostics.StackFrame" } },
{ "pid": 1, "tid": 22, "ts": 2448309.326171875, "dur": 531.5830111503601, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5315830111503601, "detail": "System.Threading.Tasks.StackGuard" } },
{ "pid": 1, "tid": 22, "ts": 2448841.796875, "dur": 628.9100050926208, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6289100050926208, "detail": "System.StackOverflowException" } },
{ "pid": 1, "tid": 22, "ts": 2449471.19140625, "dur": 6808.714389801025, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.808714389801025, "detail": "System.Diagnostics.StackTrace" } },
{ "pid": 1, "tid": 22, "ts": 2456281.005859375, "dur": 1375.9989738464355, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3759989738464355, "detail": "System.Threading.Tasks.StandardTaskContinuation" } },
{ "pid": 1, "tid": 22, "ts": 2457895.263671875, "dur": 8557.05738067627, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.55705738067627, "detail": "System.IO.Stream" } },
{ "pid": 1, "tid": 22, "ts": 2466452.880859375, "dur": 12361.481666564941, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.361481666564941, "detail": "System.IO.StreamReader" } },
{ "pid": 1, "tid": 22, "ts": 2478817.3828125, "dur": 36032.41729736328, "ph": "X", "name": "mscorlib11.cpp", "args": { "durationMS": 36.03241729736328, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 2514868.1640625, "dur": 23970.439910888672, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 23.970439910888672, "detail": "UnityEngine.UI.LayoutUtility" } },
{ "pid": 1, "tid": 22, "ts": 2538839.84375, "dur": 6206.35986328125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.20635986328125, "detail": "UnityEngine.UI.Mask" } },
{ "pid": 1, "tid": 22, "ts": 2545047.119140625, "dur": 10613.176345825195, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.613176345825195, "detail": "UnityEngine.UI.MaskUtilities" } },
{ "pid": 1, "tid": 22, "ts": 2555660.888671875, "dur": 8429.58927154541, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.42958927154541, "detail": "UnityEngine.UI.MaskableGraphic" } },
{ "pid": 1, "tid": 22, "ts": 2564091.796875, "dur": 1370.5579042434692, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3705579042434692, "detail": "UnityEngine.UI.Misc" } },
{ "pid": 1, "tid": 22, "ts": 2565477.294921875, "dur": 1903.688907623291, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.903688907623291, "detail": "UnityEngine.UI.MultipleDisplayUtilities" } },
{ "pid": 1, "tid": 22, "ts": 2567381.34765625, "dur": 3846.7938899993896, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.8467938899993896, "detail": "UnityEngine.UI.Navigation" } },
{ "pid": 1, "tid": 22, "ts": 2571229.4921875, "dur": 2357.6619625091553, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3576619625091553, "detail": "UnityEngine.UI.Outline" } },
{ "pid": 1, "tid": 22, "ts": 2573587.890625, "dur": 3399.172067642212, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.399172067642212, "detail": "UnityEngine.EventSystems.Physics2DRaycaster" } },
{ "pid": 1, "tid": 22, "ts": 2576988.28125, "dur": 6809.109210968018, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.809109210968018, "detail": "UnityEngine.EventSystems.PhysicsRaycaster" } },
{ "pid": 1, "tid": 22, "ts": 2583798.33984375, "dur": 10934.565544128418, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.934565544128418, "detail": "UnityEngine.EventSystems.PointerEventData" } },
{ "pid": 1, "tid": 22, "ts": 2594733.642578125, "dur": 14513.754844665527, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.513754844665527, "detail": "UnityEngine.EventSystems.PointerInputModule" } },
{ "pid": 1, "tid": 22, "ts": 2609248.53515625, "dur": 1990.7200336456299, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9907200336456299, "detail": "UnityEngine.UI.PositionAsUV1" } },
{ "pid": 1, "tid": 22, "ts": 2611239.990234375, "dur": 6571.107864379883, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.571107864379883, "detail": "UnityEngine.UI.RawImage" } },
{ "pid": 1, "tid": 22, "ts": 2617812.255859375, "dur": 3542.6580905914307, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.5426580905914307, "detail": "UnityEngine.EventSystems.RaycastResult" } },
{ "pid": 1, "tid": 22, "ts": 2621355.95703125, "dur": 2594.1131114959717, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5941131114959717, "detail": "UnityEngine.EventSystems.RaycasterManager" } },
{ "pid": 1, "tid": 22, "ts": 2623950.927734375, "dur": 24948.802947998047, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.948802947998047, "detail": "UnityEngine.UI.RectMask2D" } },
{ "pid": 1, "tid": 22, "ts": 2648901.123046875, "dur": 1623.7969398498535, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6237969398498535, "detail": "UnityEngine.UI.RectangularVertexClipper" } },
{ "pid": 1, "tid": 22, "ts": 2650525.87890625, "dur": 17912.90855407715, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.91290855407715, "detail": "UnityEngine.UI.ReflectionMethodsCache" } },
{ "pid": 1, "tid": 22, "ts": 2668440.4296875, "dur": 62841.6633605957, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 62.8416633605957, "detail": "UnityEngine.UI.ScrollRect" } },
{ "pid": 1, "tid": 22, "ts": 2731282.958984375, "dur": 21242.347717285156, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 21.242347717285156, "detail": "UnityEngine.UI.Scrollbar" } },
{ "pid": 1, "tid": 22, "ts": 2752526.3671875, "dur": 33664.15023803711, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 33.66415023803711, "detail": "UnityEngine.UI.Selectable" } },
{ "pid": 1, "tid": 22, "ts": 2786191.650390625, "dur": 1019.102931022644, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.019102931022644, "detail": "UnityEngine.UI.SetPropertyUtility" } },
{ "pid": 1, "tid": 22, "ts": 2787211.42578125, "dur": 6019.739151000977, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.019739151000977, "detail": "UnityEngine.UI.Shadow" } },
{ "pid": 1, "tid": 22, "ts": 2793232.177734375, "dur": 38886.9514465332, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 38.8869514465332, "detail": "UnityEngine.UI.Slider" } },
{ "pid": 1, "tid": 22, "ts": 2832122.314453125, "dur": 92217.25463867188, "ph": "X", "name": "UnityEngine.UI2.cpp", "args": { "durationMS": 92.21725463867188, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 2924365.966796875, "dur": 1994.1469430923462, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9941469430923462, "detail": "System.Array/InternalEnumerator`1<System.Int16>" } },
{ "pid": 1, "tid": 22, "ts": 2926362.3046875, "dur": 1809.8310232162476, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8098310232162476, "detail": "System.Array/InternalEnumerator`1<System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 2928174.072265625, "dur": 1940.9699440002441, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9409699440002441, "detail": "System.Array/InternalEnumerator`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 22, "ts": 2930117.431640625, "dur": 1829.9469947814941, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8299469947814941, "detail": "System.Array/InternalEnumerator`1<System.Int64>" } },
{ "pid": 1, "tid": 22, "ts": 2931948.974609375, "dur": 1929.7308921813965, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9297308921813965, "detail": "System.Array/InternalEnumerator`1<System.IntPtr>" } },
{ "pid": 1, "tid": 22, "ts": 2933881.103515625, "dur": 1958.886981010437, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.958886981010437, "detail": "System.Array/InternalEnumerator`1<System.Globalization.InternalCodePageDataItem>" } },
{ "pid": 1, "tid": 22, "ts": 2935842.7734375, "dur": 2003.6280155181885, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0036280155181885, "detail": "System.Array/InternalEnumerator`1<System.Globalization.InternalEncodingDataItem>" } },
{ "pid": 1, "tid": 22, "ts": 2937848.6328125, "dur": 1943.774938583374, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.943774938583374, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Keyframe>" } },
{ "pid": 1, "tid": 22, "ts": 2939794.43359375, "dur": 1964.5639657974243, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9645639657974243, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>" } },
{ "pid": 1, "tid": 22, "ts": 2941761.474609375, "dur": 2032.4668884277344, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0324668884277344, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 22, "ts": 2943795.654296875, "dur": 1952.9259204864502, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9529259204864502, "detail": "System.Array/InternalEnumerator`1<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 2945750.9765625, "dur": 2727.0028591156006, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.7270028591156006, "detail": "System.Array/InternalEnumerator`1<System.Reflection.ParameterModifier>" } },
{ "pid": 1, "tid": 22, "ts": 2948479.736328125, "dur": 1961.0559940338135, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9610559940338135, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Plane>" } },
{ "pid": 1, "tid": 22, "ts": 2950443.359375, "dur": 1984.7609996795654, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9847609996795654, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Playables.PlayableBinding>" } },
{ "pid": 1, "tid": 22, "ts": 2952430.17578125, "dur": 2338.1738662719727, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3381738662719727, "detail": "System.Array/InternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>" } },
{ "pid": 1, "tid": 22, "ts": 2954770.5078125, "dur": 1955.7909965515137, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9557909965515137, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Quaternion>" } },
{ "pid": 1, "tid": 22, "ts": 2956728.271484375, "dur": 2174.3710041046143, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.1743710041046143, "detail": "System.Array/InternalEnumerator`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 22, "ts": 2958904.78515625, "dur": 1987.691044807434, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.987691044807434, "detail": "System.Array/InternalEnumerator`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 22, "ts": 2960901.123046875, "dur": 2120.872974395752, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.120872974395752, "detail": "System.Array/InternalEnumerator`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 22, "ts": 2963023.92578125, "dur": 1931.3700199127197, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9313700199127197, "detail": "System.Array/InternalEnumerator`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 22, "ts": 2964957.275390625, "dur": 1923.8439798355103, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9238439798355103, "detail": "System.Array/InternalEnumerator`1<System.SByte>" } },
{ "pid": 1, "tid": 22, "ts": 2966882.8125, "dur": 2046.8409061431885, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0468409061431885, "detail": "System.Array/InternalEnumerator`1<System.Single>" } },
{ "pid": 1, "tid": 22, "ts": 2968932.12890625, "dur": 2039.7119522094727, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0397119522094727, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 22, "ts": 2970974.12109375, "dur": 3698.992967605591, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.698992967605591, "detail": "System.Array/InternalEnumerator`1<System.TimeSpan>" } },
{ "pid": 1, "tid": 22, "ts": 2974675.78125, "dur": 3874.1800785064697, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.8741800785064697, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 22, "ts": 2978551.7578125, "dur": 1967.3110246658325, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9673110246658325, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 22, "ts": 2980521.240234375, "dur": 2076.7879486083984, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0767879486083984, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 22, "ts": 2982600.341796875, "dur": 1978.6829948425293, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9786829948425293, "detail": "System.Array/InternalEnumerator`1<System.UInt16>" } },
{ "pid": 1, "tid": 22, "ts": 2984580.56640625, "dur": 1900.6730318069458, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9006730318069458, "detail": "System.Array/InternalEnumerator`1<System.UInt32>" } },
{ "pid": 1, "tid": 22, "ts": 2986483.3984375, "dur": 3812.9541873931885, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.8129541873931885, "detail": "System.Array/InternalEnumerator`1<System.UInt64>" } },
{ "pid": 1, "tid": 22, "ts": 2990298.33984375, "dur": 2220.088005065918, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.220088005065918, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 22, "ts": 2992520.263671875, "dur": 1886.4710330963135, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8864710330963135, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 22, "ts": 2994408.69140625, "dur": 3381.026029586792, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.381026029586792, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 22, "ts": 2997791.9921875, "dur": 7390.752792358398, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.390752792358398, "detail": "System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 22, "ts": 3005184.814453125, "dur": 2017.23313331604, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.01723313331604, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 22, "ts": 3007204.345703125, "dur": 1936.5099668502808, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9365099668502808, "detail": "System.Array/InternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>" } },
{ "pid": 1, "tid": 22, "ts": 3009143.06640625, "dur": 2081.3560485839844, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0813560485839844, "detail": "System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>" } },
{ "pid": 1, "tid": 22, "ts": 3011226.318359375, "dur": 2739.2618656158447, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.7392618656158447, "detail": "System.Array/InternalEnumerator`1<System.ParameterizedStrings/FormatParam>" } },
{ "pid": 1, "tid": 22, "ts": 3013968.994140625, "dur": 1874.5099306106567, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8745099306106567, "detail": "System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>" } },
{ "pid": 1, "tid": 22, "ts": 3015845.703125, "dur": 37322.42965698242, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 37.32242965698242, "detail": "System.Array/InternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>" } },
{ "pid": 1, "tid": 22, "ts": 3053170.166015625, "dur": 1937.393069267273, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.937393069267273, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 22, "ts": 3055109.619140625, "dur": 3425.974130630493, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.425974130630493, "detail": "UnityEngine.Events.InvokableCall`1<System.Boolean>" } },
{ "pid": 1, "tid": 22, "ts": 3058538.0859375, "dur": 3098.716974258423, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.098716974258423, "detail": "UnityEngine.Events.InvokableCall`1<UnityEngine.Color>" } },
{ "pid": 1, "tid": 22, "ts": 3061638.916015625, "dur": 2928.6599159240723, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.9286599159240723, "detail": "UnityEngine.Events.InvokableCall`1<System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 3064569.091796875, "dur": 19474.037170410156, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 19.474037170410156, "detail": "UnityEngine.Events.InvokableCall`1<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3084045.41015625, "dur": 3230.884075164795, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.230884075164795, "detail": "UnityEngine.Events.InvokableCall`1<System.Single>" } },
{ "pid": 1, "tid": 22, "ts": 3087278.564453125, "dur": 3051.8221855163574, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.0518221855163574, "detail": "UnityEngine.Events.InvokableCall`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 22, "ts": 3090332.275390625, "dur": 1582.1049213409424, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.5821049213409424, "detail": "UnityEngine.Events.InvokableCall`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3091916.50390625, "dur": 1908.0660343170166, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9080660343170166, "detail": "UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3093826.416015625, "dur": 2251.0828971862793, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2510828971862793, "detail": "UnityEngine.Events.InvokableCall`4<System.Object,System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3096079.345703125, "dur": 1573.0109214782715, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.5730109214782715, "detail": "System.Linq.Enumerable/Iterator`1<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3097654.296875, "dur": 1636.3370418548584, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.6363370418548584, "detail": "System.IO.Iterator`1<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3099309.08203125, "dur": 1028.2340049743652, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0282340049743652, "detail": "System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3100340.576171875, "dur": 993.09903383255, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.99309903383255, "detail": "System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 3101335.205078125, "dur": 937.1539950370789, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9371539950370789, "detail": "System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3102274.169921875, "dur": 1470.5300331115723, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.4705300331115723, "detail": "System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 3103746.337890625, "dur": 1232.3440313339233, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2323440313339233, "detail": "System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3104980.95703125, "dur": 6052.7849197387695, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.0527849197387695, "detail": "System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 22, "ts": 3111035.400390625, "dur": 928.134024143219, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.928134024143219, "detail": "System.Collections.Generic.LinkedListNode`1<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3111965.33203125, "dur": 13039.040565490723, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 13.039040565490723, "detail": "System.Collections.Generic.LinkedList`1<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3125006.34765625, "dur": 2306.087017059326, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.306087017059326, "detail": "System.RuntimeType/ListBuilder`1<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3127314.697265625, "dur": 4218.352317810059, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.218352317810059, "detail": "UnityEngine.UI.ListPool`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 22, "ts": 3131535.15625, "dur": 1060.7000589370728, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0607000589370728, "detail": "UnityEngine.UI.ListPool`1<System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 3132597.65625, "dur": 1493.293046951294, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.493293046951294, "detail": "UnityEngine.UI.ListPool`1<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3134093.26171875, "dur": 1108.6159944534302, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1086159944534302, "detail": "UnityEngine.UI.ListPool`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 22, "ts": 3135203.61328125, "dur": 1140.2740478515625, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1402740478515625, "detail": "UnityEngine.UI.ListPool`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 22, "ts": 3136346.19140625, "dur": 1143.4439420700073, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1434439420700073, "detail": "UnityEngine.UI.ListPool`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 22, "ts": 3137492.431640625, "dur": 55024.330139160156, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 55.024330139160156, "detail": "System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 22, "ts": 3192518.798828125, "dur": 25209.867477416992, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 25.209867477416992, "detail": "System.Collections.Generic.List`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 22, "ts": 3217730.46875, "dur": 24892.969131469727, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 24.892969131469727, "detail": "System.Collections.Generic.List`1<System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 3242626.46484375, "dur": 21713.327407836914, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 21.713327407836914, "detail": "System.Collections.Generic.List`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 22, "ts": 3264341.796875, "dur": 42848.297119140625, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 42.848297119140625, "detail": "System.Collections.Generic.List`1<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3307192.3828125, "dur": 21449.403762817383, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 21.449403762817383, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 22, "ts": 3328644.287109375, "dur": 20343.32847595215, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 20.34332847595215, "detail": "System.Collections.Generic.List`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 22, "ts": 3348990.478515625, "dur": 52250.92315673828, "ph": "X", "name": "Generics3.cpp", "args": { "durationMS": 52.25092315673828, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 3401257.8125, "dur": 60762.203216552734, "ph": "X", "name": "Idle", "args": { "durationMS": 60.762203216552734, "detail": "" } },
{ "pid": 1, "tid": 23, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 23, "ts": 1250930.17578125, "dur": 21961.645126342773, "ph": "X", "name": "Idle", "args": { "durationMS": 21.961645126342773, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1283087.646484375, "dur": 4106.297016143799, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 4.106297016143799, "detail": "System.Core" } },
{ "pid": 1, "tid": 23, "ts": 1288383.1787109375, "dur": 234347.80883789062, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 234.34780883789062, "detail": "System" } },
{ "pid": 1, "tid": 23, "ts": 1289890.2587890625, "dur": 232839.99633789062, "ph": "X", "name": "System_Attr.cpp", "args": { "durationMS": 232.83999633789062, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1524788.57421875, "dur": 13144.326210021973, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 13.144326210021973, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 23, "ts": 1524821.1669921875, "dur": 13111.130714416504, "ph": "X", "name": "UnityEngine.AnimationModule_Attr.cpp", "args": { "durationMS": 13.111130714416504, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1537935.791015625, "dur": 43800.987243652344, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 43.800987243652344, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 23, "ts": 1537954.833984375, "dur": 43781.13555908203, "ph": "X", "name": "UnityEngine.UI_Attr.cpp", "args": { "durationMS": 43.78113555908203, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1586112.1826171875, "dur": 30508.426666259766, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 30.508426666259766, "detail": "System.Text.RegularExpressions.RegexCode" } },
{ "pid": 1, "tid": 23, "ts": 1616621.4599609375, "dur": 3274.2180824279785, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.2742180824279785, "detail": "System.Text.RegularExpressions.RegexFC" } },
{ "pid": 1, "tid": 23, "ts": 1619896.728515625, "dur": 18365.49949645996, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.36549949645996, "detail": "System.Text.RegularExpressions.RegexFCD" } },
{ "pid": 1, "tid": 23, "ts": 1638263.3056640625, "dur": 22880.367279052734, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 22.880367279052734, "detail": "System.Text.RegularExpressions.RegexInterpreter" } },
{ "pid": 1, "tid": 23, "ts": 1661144.8974609375, "dur": 2380.530834197998, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.380530834197998, "detail": "System.Text.RegularExpressions.RegexMatchTimeoutException" } },
{ "pid": 1, "tid": 23, "ts": 1663526.2451171875, "dur": 10611.392974853516, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.611392974853516, "detail": "System.Text.RegularExpressions.RegexNode" } },
{ "pid": 1, "tid": 23, "ts": 1674152.34375, "dur": 47849.96032714844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 47.84996032714844, "detail": "System.Text.RegularExpressions.RegexParser" } },
{ "pid": 1, "tid": 23, "ts": 1722003.173828125, "dur": 1749.998927116394, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.749998927116394, "detail": "System.Text.RegularExpressions.RegexPrefix" } },
{ "pid": 1, "tid": 23, "ts": 1723753.90625, "dur": 11263.569831848145, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.263569831848145, "detail": "System.Text.RegularExpressions.RegexRunner" } },
{ "pid": 1, "tid": 23, "ts": 1735043.9453125, "dur": 366.67901277542114, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.36667901277542114, "detail": "System.Text.RegularExpressions.RegexTree" } },
{ "pid": 1, "tid": 23, "ts": 1735411.4990234375, "dur": 32048.110961914062, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 32.04811096191406, "detail": "System.Text.RegularExpressions.RegexWriter" } },
{ "pid": 1, "tid": 23, "ts": 1767460.44921875, "dur": 581.5790295600891, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5815790295600891, "detail": "SR" } },
{ "pid": 1, "tid": 23, "ts": 1769263.427734375, "dur": 1312.6680850982666, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3126680850982666, "detail": "System.Net.Sockets.SocketException" } },
{ "pid": 1, "tid": 23, "ts": 1770576.904296875, "dur": 2562.3209476470947, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5623209476470947, "detail": "System.Diagnostics.Stopwatch" } },
{ "pid": 1, "tid": 23, "ts": 1773646.8505859375, "dur": 1001.0219812393188, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0010219812393188, "detail": "System.ComponentModel.TypeConverterAttribute" } },
{ "pid": 1, "tid": 23, "ts": 1774648.681640625, "dur": 2430.4168224334717, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4304168224334717, "detail": "System.UncNameHelper" } },
{ "pid": 1, "tid": 23, "ts": 1777100.830078125, "dur": 223274.0020751953, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 223.2740020751953, "detail": "System.Uri" } },
{ "pid": 1, "tid": 23, "ts": 2000378.0517578125, "dur": 52742.9313659668, "ph": "X", "name": "System1.cpp", "args": { "durationMS": 52.7429313659668, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 2053155.517578125, "dur": 697.6709961891174, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6976709961891174, "detail": "System.ObsoleteAttribute" } },
{ "pid": 1, "tid": 23, "ts": 2054227.294921875, "dur": 2668.6010360717773, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6686010360717773, "detail": "System.OperatingSystem" } },
{ "pid": 1, "tid": 23, "ts": 2056896.728515625, "dur": 1009.4850063323975, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0094850063323975, "detail": "System.OperationCanceledException" } },
{ "pid": 1, "tid": 23, "ts": 2058016.11328125, "dur": 344.7299897670746, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3447299897670746, "detail": "System.Runtime.Serialization.OptionalFieldAttribute" } },
{ "pid": 1, "tid": 23, "ts": 2058361.572265625, "dur": 1615.70405960083, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.61570405960083, "detail": "System.OrdinalComparer" } },
{ "pid": 1, "tid": 23, "ts": 2060091.30859375, "dur": 628.1139850616455, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6281139850616455, "detail": "System.OutOfMemoryException" } },
{ "pid": 1, "tid": 23, "ts": 2060720.21484375, "dur": 798.6549735069275, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7986549735069275, "detail": "System.OverflowException" } },
{ "pid": 1, "tid": 23, "ts": 2061675.048828125, "dur": 5010.0417137146, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.0100417137146, "detail": "System.Reflection.ParameterInfo" } },
{ "pid": 1, "tid": 23, "ts": 2066686.03515625, "dur": 606.7280173301697, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6067280173301697, "detail": "System.Reflection.ParameterModifier" } },
{ "pid": 1, "tid": 23, "ts": 2067293.45703125, "dur": 16384.34600830078, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.38434600830078, "detail": "System.ParameterizedStrings" } },
{ "pid": 1, "tid": 23, "ts": 2083678.955078125, "dur": 500.3030300140381, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5003030300140381, "detail": "System.Threading.ParameterizedThreadStart" } },
{ "pid": 1, "tid": 23, "ts": 2084180.17578125, "dur": 2431.706190109253, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.431706190109253, "detail": "System.ParamsArray" } },
{ "pid": 1, "tid": 23, "ts": 2086636.474609375, "dur": 10706.791877746582, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.706791877746582, "detail": "System.ParseNumbers" } },
{ "pid": 1, "tid": 23, "ts": 2097343.994140625, "dur": 567.2720074653625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5672720074653625, "detail": "System.Runtime.Serialization.Formatters.Binary.ParseRecord" } },
{ "pid": 1, "tid": 23, "ts": 2097912.109375, "dur": 49185.279846191406, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 49.185279846191406, "detail": "System.IO.Path" } },
{ "pid": 1, "tid": 23, "ts": 2147391.845703125, "dur": 3753.324031829834, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.753324031829834, "detail": "System.IO.PathTooLongException" } },
{ "pid": 1, "tid": 23, "ts": 2151146.240234375, "dur": 903.7880301475525, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9037880301475525, "detail": "System.IO.PinnedBufferMemoryStream" } },
{ "pid": 1, "tid": 23, "ts": 2152051.025390625, "dur": 399.63600039482117, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.39963600039482117, "detail": "System.Threading.PlatformHelper" } },
{ "pid": 1, "tid": 23, "ts": 2152465.576171875, "dur": 620.1880574226379, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6201880574226379, "detail": "System.PlatformNotSupportedException" } },
{ "pid": 1, "tid": 23, "ts": 2153086.669921875, "dur": 1787.9480123519897, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7879480123519897, "detail": "System.Reflection.Pointer" } },
{ "pid": 1, "tid": 23, "ts": 2154875.48828125, "dur": 827.5299668312073, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8275299668312073, "detail": "System.PointerSpec" } },
{ "pid": 1, "tid": 23, "ts": 2155850.830078125, "dur": 3649.7128009796143, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6497128009796143, "detail": "System.Runtime.Serialization.Formatters.Binary.PrimitiveArray" } },
{ "pid": 1, "tid": 23, "ts": 2159524.658203125, "dur": 3240.3998374938965, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.2403998374938965, "detail": "System.Reflection.Emit.PropertyBuilder" } },
{ "pid": 1, "tid": 23, "ts": 2162765.869140625, "dur": 2704.26607131958, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.70426607131958, "detail": "System.Reflection.PropertyInfo" } },
{ "pid": 1, "tid": 23, "ts": 2165470.947265625, "dur": 1529.7670364379883, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5297670364379883, "detail": "System.Runtime.Remoting.ProviderData" } },
{ "pid": 1, "tid": 23, "ts": 2167001.46484375, "dur": 559.490978717804, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.559490978717804, "detail": "System.Runtime.Remoting.Proxies.ProxyAttribute" } },
{ "pid": 1, "tid": 23, "ts": 2167730.712890625, "dur": 5635.605812072754, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.635605812072754, "detail": "System.Collections.Queue" } },
{ "pid": 1, "tid": 23, "ts": 2173367.431640625, "dur": 1034.837007522583, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.034837007522583, "detail": "System.Threading.QueueUserWorkItemCallback" } },
{ "pid": 1, "tid": 23, "ts": 2174402.83203125, "dur": 2013.6229991912842, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.013622999191284, "detail": "System.Security.Cryptography.RNGCryptoServiceProvider" } },
{ "pid": 1, "tid": 23, "ts": 2176417.48046875, "dur": 2595.3547954559326, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5953547954559326, "detail": "System.Random" } },
{ "pid": 1, "tid": 23, "ts": 2179013.916015625, "dur": 495.2940046787262, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4952940046787262, "detail": "System.Security.Cryptography.RandomNumberGenerator" } },
{ "pid": 1, "tid": 23, "ts": 2179509.765625, "dur": 686.9560480117798, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6869560480117798, "detail": "System.RankException" } },
{ "pid": 1, "tid": 23, "ts": 2180197.75390625, "dur": 10060.572624206543, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.060572624206543, "detail": "System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo" } },
{ "pid": 1, "tid": 23, "ts": 2190259.033203125, "dur": 8270.318984985352, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.270318984985352, "detail": "System.Runtime.Remoting.Proxies.RealProxy" } },
{ "pid": 1, "tid": 23, "ts": 2198863.76953125, "dur": 1812.6189708709717, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8126189708709717, "detail": "System.Reflection.ReflectionTypeLoadException" } },
{ "pid": 1, "tid": 23, "ts": 2200677.490234375, "dur": 5610.573768615723, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.610573768615723, "detail": "System.Globalization.RegionInfo" } },
{ "pid": 1, "tid": 23, "ts": 2206289.0625, "dur": 2556.468963623047, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.556468963623047, "detail": "System.Threading.RegisteredWaitHandle" } },
{ "pid": 1, "tid": 23, "ts": 2208846.923828125, "dur": 355.17799854278564, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.35517799854278564, "detail": "Microsoft.Win32.Registry" } },
{ "pid": 1, "tid": 23, "ts": 2209216.796875, "dur": 5226.133823394775, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.226133823394775, "detail": "Microsoft.Win32.RegistryKey" } },
{ "pid": 1, "tid": 23, "ts": 2214443.84765625, "dur": 530.6380391120911, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5306380391120911, "detail": "Microsoft.Win32.RegistryKeyComparer" } },
{ "pid": 1, "tid": 23, "ts": 2215169.921875, "dur": 89442.00897216797, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 89.44200897216797, "detail": "System.Runtime.Remoting.RemotingConfiguration" } },
{ "pid": 1, "tid": 23, "ts": 2304613.28125, "dur": 887.5910043716431, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8875910043716431, "detail": "System.Runtime.Remoting.RemotingException" } },
{ "pid": 1, "tid": 23, "ts": 2305501.953125, "dur": 26513.591766357422, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 26.513591766357422, "detail": "System.Runtime.Remoting.Proxies.RemotingProxy" } },
{ "pid": 1, "tid": 23, "ts": 2332017.578125, "dur": 26965.452194213867, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 26.965452194213867, "detail": "System.Runtime.Remoting.RemotingServices" } },
{ "pid": 1, "tid": 23, "ts": 2358984.375, "dur": 1108.4290742874146, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1084290742874146, "detail": "System.Runtime.Remoting.Messaging.RemotingSurrogate" } },
{ "pid": 1, "tid": 23, "ts": 2360093.505859375, "dur": 1435.2149963378906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4352149963378906, "detail": "System.Runtime.Remoting.Messaging.RemotingSurrogateSelector" } },
{ "pid": 1, "tid": 23, "ts": 2361529.541015625, "dur": 360.92498898506165, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.36092498898506165, "detail": "System.ResolveEventArgs" } },
{ "pid": 1, "tid": 23, "ts": 2361891.11328125, "dur": 671.8289852142334, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6718289852142334, "detail": "System.ResolveEventHandler" } },
{ "pid": 1, "tid": 23, "ts": 2362564.208984375, "dur": 1153.0840396881104, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1530840396881104, "detail": "System.Resources.ResourceLocator" } },
{ "pid": 1, "tid": 23, "ts": 2363717.7734375, "dur": 3816.941976547241, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.816941976547241, "detail": "System.Resources.ResourceManager" } },
{ "pid": 1, "tid": 23, "ts": 2367536.1328125, "dur": 22601.591110229492, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 22.601591110229492, "detail": "System.Resources.ResourceReader" } },
{ "pid": 1, "tid": 23, "ts": 2390140.380859375, "dur": 96033.6685180664, "ph": "X", "name": "mscorlib9.cpp", "args": { "durationMS": 96.0336685180664, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 2486226.5625, "dur": 2201.225996017456, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.201225996017456, "detail": "UnityEngine.EventSystems.AbstractEventData" } },
{ "pid": 1, "tid": 23, "ts": 2488428.955078125, "dur": 2022.5820541381836, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0225820541381836, "detail": "UnityEngine.UI.AnimationTriggers" } },
{ "pid": 1, "tid": 23, "ts": 2490452.1484375, "dur": 7812.615394592285, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.812615394592285, "detail": "UnityEngine.UI.AspectRatioFitter" } },
{ "pid": 1, "tid": 23, "ts": 2498265.869140625, "dur": 982.25998878479, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.98225998878479, "detail": "UnityEngine.EventSystems.AxisEventData" } },
{ "pid": 1, "tid": 23, "ts": 2499249.0234375, "dur": 544.1880226135254, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5441880226135254, "detail": "UnityEngine.EventSystems.BaseEventData" } },
{ "pid": 1, "tid": 23, "ts": 2499793.701171875, "dur": 2552.592992782593, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5525929927825928, "detail": "UnityEngine.EventSystems.BaseInput" } },
{ "pid": 1, "tid": 23, "ts": 2502347.16796875, "dur": 9680.22346496582, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.68022346496582, "detail": "UnityEngine.EventSystems.BaseInputModule" } },
{ "pid": 1, "tid": 23, "ts": 2512028.3203125, "dur": 2280.4689407348633, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2804689407348633, "detail": "UnityEngine.UI.BaseMeshEffect" } },
{ "pid": 1, "tid": 23, "ts": 2514310.05859375, "dur": 3037.4667644500732, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0374667644500732, "detail": "UnityEngine.EventSystems.BaseRaycaster" } },
{ "pid": 1, "tid": 23, "ts": 2517488.525390625, "dur": 2637.261152267456, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.637261152267456, "detail": "UnityEngine.UI.Button" } },
{ "pid": 1, "tid": 23, "ts": 2520127.44140625, "dur": 31754.432678222656, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 31.754432678222656, "detail": "UnityEngine.UI.CanvasScaler" } },
{ "pid": 1, "tid": 23, "ts": 2551895.99609375, "dur": 10079.850196838379, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.079850196838379, "detail": "UnityEngine.UI.CanvasUpdateRegistry" } },
{ "pid": 1, "tid": 23, "ts": 2561977.05078125, "dur": 1956.247091293335, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.956247091293335, "detail": "UnityEngine.UI.ClipperRegistry" } },
{ "pid": 1, "tid": 23, "ts": 2563934.5703125, "dur": 2973.4668731689453, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.9734668731689453, "detail": "UnityEngine.UI.Clipping" } },
{ "pid": 1, "tid": 23, "ts": 2566908.69140625, "dur": 5829.999923706055, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.829999923706055, "detail": "UnityEngine.UI.ColorBlock" } },
{ "pid": 1, "tid": 23, "ts": 2572740.234375, "dur": 3890.0539875030518, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.8900539875030518, "detail": "UnityEngine.UI.CoroutineTween.ColorTween" } },
{ "pid": 1, "tid": 23, "ts": 2576630.859375, "dur": 4012.3848915100098, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.01238489151001, "detail": "UnityEngine.UI.ContentSizeFitter" } },
{ "pid": 1, "tid": 23, "ts": 2580644.287109375, "dur": 34607.3112487793, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 34.6073112487793, "detail": "UnityEngine.UI.DefaultControls" } },
{ "pid": 1, "tid": 23, "ts": 2615252.44140625, "dur": 78811.05041503906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 78.81105041503906, "detail": "UnityEngine.UI.Dropdown" } },
{ "pid": 1, "tid": 23, "ts": 2694080.322265625, "dur": 16593.503952026367, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.593503952026367, "detail": "UnityEngine.EventSystems.EventSystem" } },
{ "pid": 1, "tid": 23, "ts": 2710674.8046875, "dur": 5358.763217926025, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.358763217926025, "detail": "UnityEngine.EventSystems.EventTrigger" } },
{ "pid": 1, "tid": 23, "ts": 2716060.302734375, "dur": 12797.800064086914, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.797800064086914, "detail": "UnityEngine.EventSystems.ExecuteEvents" } },
{ "pid": 1, "tid": 23, "ts": 2728859.375, "dur": 2689.678192138672, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.689678192138672, "detail": "UnityEngine.UI.CoroutineTween.FloatTween" } },
{ "pid": 1, "tid": 23, "ts": 2731549.8046875, "dur": 6897.865295410156, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.897865295410156, "detail": "UnityEngine.UI.FontData" } },
{ "pid": 1, "tid": 23, "ts": 2738448.73046875, "dur": 7346.685886383057, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.346685886383057, "detail": "UnityEngine.UI.FontUpdateTracker" } },
{ "pid": 1, "tid": 23, "ts": 2745796.38671875, "dur": 41343.116760253906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 41.343116760253906, "detail": "UnityEngine.UI.Graphic" } },
{ "pid": 1, "tid": 23, "ts": 2787140.380859375, "dur": 42863.08288574219, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 42.86308288574219, "detail": "UnityEngine.UI.GraphicRaycaster" } },
{ "pid": 1, "tid": 23, "ts": 2830004.39453125, "dur": 6321.497917175293, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.321497917175293, "detail": "UnityEngine.UI.GraphicRegistry" } },
{ "pid": 1, "tid": 23, "ts": 2836326.66015625, "dur": 11691.071510314941, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.691071510314941, "detail": "UnityEngine.UI.GridLayoutGroup" } },
{ "pid": 1, "tid": 23, "ts": 2848018.5546875, "dur": 982.2010397911072, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9822010397911072, "detail": "UnityEngine.UI.HorizontalLayoutGroup" } },
{ "pid": 1, "tid": 23, "ts": 2849001.953125, "dur": 12271.760940551758, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.271760940551758, "detail": "UnityEngine.UI.HorizontalOrVerticalLayoutGroup" } },
{ "pid": 1, "tid": 23, "ts": 2861276.123046875, "dur": 126545.66955566406, "ph": "X", "name": "UnityEngine.UI.cpp", "args": { "durationMS": 126.54566955566406, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 2987854.4921875, "dur": 14099.569320678711, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 14.099569320678711, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>" } },
{ "pid": 1, "tid": 23, "ts": 3001955.810546875, "dur": 7421.293258666992, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.421293258666992, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3010013.916015625, "dur": 2515.4800415039062, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5154800415039062, "detail": "System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3012542.48046875, "dur": 1057.3920011520386, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0573920011520386, "detail": "System.Threading.SparselyPopulatedArrayAddInfo`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3013601.5625, "dur": 1359.341025352478, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.359341025352478, "detail": "System.Threading.SparselyPopulatedArrayFragment`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3014962.890625, "dur": 2202.709913253784, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.202709913253784, "detail": "System.Threading.SparselyPopulatedArray`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3017173.33984375, "dur": 33728.843688964844, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 33.728843688964844, "detail": "System.Collections.Generic.Stack`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3050904.052734375, "dur": 595.8160161972046, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5958160161972046, "detail": "System.Reflection.MonoProperty/StaticGetter`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3051820.068359375, "dur": 818.560004234314, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.818560004234314, "detail": "System.Runtime.CompilerServices.TaskAwaiter`1<System.Boolean>" } },
{ "pid": 1, "tid": 23, "ts": 3052640.380859375, "dur": 11207.972526550293, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 11.207972526550293, "detail": "System.Runtime.CompilerServices.TaskAwaiter`1<System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 3063850.09765625, "dur": 994.5240616798401, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9945240616798401, "detail": "System.Runtime.CompilerServices.TaskAwaiter`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3064850.09765625, "dur": 911.2869501113892, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9112869501113892, "detail": "System.Runtime.CompilerServices.TaskAwaiter`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 23, "ts": 3065764.6484375, "dur": 513.2449865341187, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5132449865341187, "detail": "System.Threading.Tasks.TaskFactory`1<System.Boolean>" } },
{ "pid": 1, "tid": 23, "ts": 3066279.541015625, "dur": 16533.85353088379, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 16.53385353088379, "detail": "System.Threading.Tasks.TaskFactory`1<System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 3082816.162109375, "dur": 536.5779995918274, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5365779995918274, "detail": "System.Threading.Tasks.TaskFactory`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3083355.46875, "dur": 511.80797815322876, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5118079781532288, "detail": "System.Threading.Tasks.TaskFactory`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 23, "ts": 3083869.140625, "dur": 6072.014808654785, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.072014808654785, "detail": "System.Threading.Tasks.Task`1<System.Boolean>" } },
{ "pid": 1, "tid": 23, "ts": 3089942.626953125, "dur": 5563.016414642334, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.563016414642334, "detail": "System.Threading.Tasks.Task`1<System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 3095507.568359375, "dur": 5151.434898376465, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.151434898376465, "detail": "System.Threading.Tasks.Task`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3100660.64453125, "dur": 6287.0049476623535, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.2870049476623535, "detail": "System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 23, "ts": 3106951.904296875, "dur": 7696.0768699646, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.6960768699646, "detail": "System.Tuple`2<System.Object,System.Char>" } },
{ "pid": 1, "tid": 23, "ts": 3114649.658203125, "dur": 3544.2049503326416, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.5442049503326416, "detail": "System.Tuple`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3118196.2890625, "dur": 4416.1176681518555, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.4161176681518555, "detail": "System.Tuple`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3122615.234375, "dur": 791.4590239524841, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7914590239524841, "detail": "System.Tuple`4<System.Object,System.Object,System.Int32,System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 3123409.1796875, "dur": 628.3239722251892, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6283239722251892, "detail": "System.Tuple`4<System.Object,System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3124039.794921875, "dur": 1698.0490684509277, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.6980490684509277, "detail": "UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween>" } },
{ "pid": 1, "tid": 23, "ts": 3125739.501953125, "dur": 1599.2679595947266, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.5992679595947266, "detail": "UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.FloatTween>" } },
{ "pid": 1, "tid": 23, "ts": 3127340.576171875, "dur": 615.1480078697205, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6151480078697205, "detail": "UnityEngine.Events.UnityAction`1<System.Boolean>" } },
{ "pid": 1, "tid": 23, "ts": 3127957.51953125, "dur": 717.6090478897095, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7176090478897095, "detail": "UnityEngine.Events.UnityAction`1<UnityEngine.Color>" } },
{ "pid": 1, "tid": 23, "ts": 3128678.22265625, "dur": 789.9389863014221, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7899389863014221, "detail": "UnityEngine.Events.UnityAction`1<System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 3129469.970703125, "dur": 658.1090092658997, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6581090092658997, "detail": "UnityEngine.Events.UnityAction`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3130129.8828125, "dur": 611.9160056114197, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6119160056114197, "detail": "UnityEngine.Events.UnityAction`1<UnityEngine.SceneManagement.Scene>" } },
{ "pid": 1, "tid": 23, "ts": 3130744.140625, "dur": 3458.010196685791, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.458010196685791, "detail": "UnityEngine.Events.UnityAction`1<System.Single>" } },
{ "pid": 1, "tid": 23, "ts": 3134203.857421875, "dur": 696.7020034790039, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6967020034790039, "detail": "UnityEngine.Events.UnityAction`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 23, "ts": 3134902.34375, "dur": 808.1629872322083, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8081629872322083, "detail": "UnityEngine.Events.UnityAction`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3135712.646484375, "dur": 760.5680227279663, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7605680227279663, "detail": "UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>" } },
{ "pid": 1, "tid": 23, "ts": 3136474.853515625, "dur": 734.2149615287781, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7342149615287781, "detail": "UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene>" } },
{ "pid": 1, "tid": 23, "ts": 3137211.42578125, "dur": 880.8600306510925, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8808600306510925, "detail": "UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3138094.482421875, "dur": 898.917019367218, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.898917019367218, "detail": "UnityEngine.Events.UnityAction`4<System.Object,System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3138995.1171875, "dur": 3070.4879760742188, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.0704879760742188, "detail": "UnityEngine.Events.UnityEvent`1<System.Boolean>" } },
{ "pid": 1, "tid": 23, "ts": 3142068.115234375, "dur": 3633.5501670837402, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.6335501670837402, "detail": "UnityEngine.Events.UnityEvent`1<UnityEngine.Color>" } },
{ "pid": 1, "tid": 23, "ts": 3145703.61328125, "dur": 3975.2140045166016, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.9752140045166016, "detail": "UnityEngine.Events.UnityEvent`1<System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 3149682.861328125, "dur": 34695.064544677734, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 34.695064544677734, "detail": "UnityEngine.Events.UnityEvent`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3184380.37109375, "dur": 2963.9108180999756, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.9639108180999756, "detail": "UnityEngine.Events.UnityEvent`1<System.Single>" } },
{ "pid": 1, "tid": 23, "ts": 3187346.6796875, "dur": 3031.9302082061768, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.0319302082061768, "detail": "UnityEngine.Events.UnityEvent`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 23, "ts": 3190381.34765625, "dur": 1144.7110176086426, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1447110176086426, "detail": "UnityEngine.Events.UnityEvent`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3191528.80859375, "dur": 1192.5389766693115, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1925389766693115, "detail": "UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3192723.388671875, "dur": 1777.387022972107, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.777387022972107, "detail": "UnityEngine.Events.UnityEvent`4<System.Object,System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3194502.9296875, "dur": 5322.862148284912, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.322862148284912, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3199827.880859375, "dur": 5388.3771896362305, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.3883771896362305, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 3205218.75, "dur": 5186.037063598633, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.186037063598633, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3210407.958984375, "dur": 5346.124649047852, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.346124649047852, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 23, "ts": 3215758.544921875, "dur": 1678.5529851913452, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.6785529851913452, "detail": "System.Linq.Enumerable/WhereArrayIterator`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3217440.673828125, "dur": 1951.6870975494385, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9516870975494385, "detail": "System.Linq.Enumerable/WhereEnumerableIterator`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3219395.5078125, "dur": 1791.6239500045776, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7916239500045776, "detail": "System.Linq.Enumerable/WhereListIterator`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3221191.162109375, "dur": 32265.9912109375, "ph": "X", "name": "Generics5.cpp", "args": { "durationMS": 32.2659912109375, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 3253481.4453125, "dur": 1069.2739486694336, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0692739486694336, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3254552.734375, "dur": 1552.2539615631104, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.5522539615631104, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 23, "ts": 3256106.93359375, "dur": 1085.1030349731445, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0851030349731445, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>" } },
{ "pid": 1, "tid": 23, "ts": 3257194.091796875, "dur": 1092.4220085144043, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0924220085144043, "detail": "System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle>" } },
{ "pid": 1, "tid": 23, "ts": 3258288.330078125, "dur": 878.046989440918, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.878046989440918, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 3259170.8984375, "dur": 894.3239450454712, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8943239450454712, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.LocalDataStoreSlot>" } },
{ "pid": 1, "tid": 23, "ts": 3260067.138671875, "dur": 882.9880356788635, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8829880356788635, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3260952.1484375, "dur": 1383.180022239685, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.383180022239685, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 23, "ts": 3262337.40234375, "dur": 875.6529688835144, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8756529688835144, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceSet>" } },
{ "pid": 1, "tid": 23, "ts": 3263216.064453125, "dur": 389.3289864063263, "ph": "X", "name": "Il2CppGenericComDefinitions3.cpp", "args": { "durationMS": 0.3893289864063263, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 3263624.0234375, "dur": 354.6519875526428, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3546519875526428, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 23, "ts": 3263980.95703125, "dur": 756.4039826393127, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7564039826393127, "detail": "System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 23, "ts": 3265814.697265625, "dur": 596.8010425567627, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5968010425567627, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 23, "ts": 3266806.640625, "dur": 655.3349494934082, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6553349494934082, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 23, "ts": 3267464.111328125, "dur": 340.0830030441284, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3400830030441284, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 23, "ts": 3267805.908203125, "dur": 409.9330008029938, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4099330008029938, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 23, "ts": 3273444.3359375, "dur": 497.30098247528076, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.49730098247528076, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 23, "ts": 3274110.83984375, "dur": 449.194997549057, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.449194997549057, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 23, "ts": 3274891.357421875, "dur": 343.8569903373718, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3438569903373718, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 23, "ts": 3275910.888671875, "dur": 889.5960450172424, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8895960450172424, "detail": "System.Collections.Generic.HashSet`1<UnityEngine.UI.IClippable>" } },
{ "pid": 1, "tid": 23, "ts": 3276802.978515625, "dur": 840.1639461517334, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8401639461517334, "detail": "System.Collections.Generic.HashSet`1<UnityEngine.UI.MaskableGraphic>" } },
{ "pid": 1, "tid": 23, "ts": 3277645.263671875, "dur": 821.8200206756592, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8218200206756592, "detail": "System.Collections.Generic.HashSet`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3278468.994140625, "dur": 848.3580350875854, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8483580350875854, "detail": "System.Collections.Generic.HashSet`1<UnityEngine.UI.Text>" } },
{ "pid": 1, "tid": 23, "ts": 3279319.580078125, "dur": 20456.192016601562, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 20.456192016601562, "detail": "System.Collections.Generic.ICollectionDebugView`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3308150.634765625, "dur": 397.4499702453613, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.39744997024536133, "detail": "System.Collections.Generic.ICollection`1<System.Collections.DictionaryEntry>" } },
{ "pid": 1, "tid": 23, "ts": 3309196.533203125, "dur": 403.07900309562683, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.40307900309562683, "detail": "System.Collections.Generic.ICollection`1<System.Runtime.CompilerServices.Ephemeron>" } },
{ "pid": 1, "tid": 23, "ts": 3310285.64453125, "dur": 1168.173909187317, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.168173909187317, "detail": "System.Collections.Generic.ICollection`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 23, "ts": 3311978.759765625, "dur": 422.99601435661316, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.42299601435661316, "detail": "System.Collections.Generic.ICollection`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>" } },
{ "pid": 1, "tid": 23, "ts": 3312403.564453125, "dur": 440.27599692344666, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.44027599692344666, "detail": "System.Collections.Generic.ICollection`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>" } },
{ "pid": 1, "tid": 23, "ts": 3315648.4375, "dur": 492.36997961997986, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.49236997961997986, "detail": "System.Collections.Generic.ICollection`1<System.Globalization.InternalCodePageDataItem>" } },
{ "pid": 1, "tid": 23, "ts": 3316143.5546875, "dur": 426.03200674057007, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.42603200674057007, "detail": "System.Collections.Generic.ICollection`1<System.Globalization.InternalEncodingDataItem>" } },
{ "pid": 1, "tid": 23, "ts": 3318828.61328125, "dur": 367.2339916229248, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3672339916229248, "detail": "System.Collections.Generic.ICollection`1<System.Reflection.ParameterModifier>" } },
{ "pid": 1, "tid": 23, "ts": 3320859.375, "dur": 410.6369912624359, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4106369912624359, "detail": "System.Collections.Generic.ICollection`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 23, "ts": 3324588.134765625, "dur": 558.1169724464417, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5581169724464417, "detail": "System.Collections.Generic.ICollection`1<System.Threading.WaitHandle>" } },
{ "pid": 1, "tid": 23, "ts": 3326038.818359375, "dur": 422.75500297546387, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.42275500297546387, "detail": "System.Collections.Generic.ICollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 23, "ts": 3326807.373046875, "dur": 426.7340302467346, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4267340302467346, "detail": "System.Collections.Generic.ICollection`1<System.Collections.Hashtable/bucket>" } },
{ "pid": 1, "tid": 23, "ts": 3327447.509765625, "dur": 392.88800954818726, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.39288800954818726, "detail": "System.Collections.Generic.ICollection`1<System.ParameterizedStrings/FormatParam>" } },
{ "pid": 1, "tid": 23, "ts": 3327936.767578125, "dur": 440.07599353790283, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.44007599353790283, "detail": "System.Collections.Generic.ICollection`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>" } },
{ "pid": 1, "tid": 23, "ts": 3342597.65625, "dur": 397.63396978378296, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.39763396978378296, "detail": "System.Collections.Generic.IEnumerator`1<System.Threading.WaitHandle>" } },
{ "pid": 1, "tid": 23, "ts": 3356013.18359375, "dur": 405.2079916000366, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4052079916000366, "detail": "System.Collections.Generic.IList`1<System.Collections.DictionaryEntry>" } },
{ "pid": 1, "tid": 23, "ts": 3357077.1484375, "dur": 396.2399959564209, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3962399959564209, "detail": "System.Collections.Generic.IList`1<System.Runtime.CompilerServices.Ephemeron>" } },
{ "pid": 1, "tid": 23, "ts": 3358005.37109375, "dur": 1184.1670274734497, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.1841670274734497, "detail": "System.Collections.Generic.IList`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 23, "ts": 3359720.458984375, "dur": 477.46598720550537, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.47746598720550537, "detail": "System.Collections.Generic.IList`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>" } },
{ "pid": 1, "tid": 23, "ts": 3360201.66015625, "dur": 485.14699935913086, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.48514699935913086, "detail": "System.Collections.Generic.IList`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>" } },
{ "pid": 1, "tid": 23, "ts": 3363174.8046875, "dur": 458.29200744628906, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.45829200744628906, "detail": "System.Collections.Generic.IList`1<System.Globalization.InternalCodePageDataItem>" } },
{ "pid": 1, "tid": 23, "ts": 3363635.986328125, "dur": 360.6310188770294, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3606310188770294, "detail": "System.Collections.Generic.IList`1<System.Globalization.InternalEncodingDataItem>" } },
{ "pid": 1, "tid": 23, "ts": 3366170.654296875, "dur": 419.4070100784302, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4194070100784302, "detail": "System.Collections.Generic.IList`1<System.Reflection.ParameterModifier>" } },
{ "pid": 1, "tid": 23, "ts": 3366694.3359375, "dur": 336.10597252845764, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.33610597252845764, "detail": "System.Collections.Generic.IList`1<UnityEngine.Playables.PlayableBinding>" } },
{ "pid": 1, "tid": 23, "ts": 3368027.099609375, "dur": 412.29599714279175, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.41229599714279175, "detail": "System.Collections.Generic.IList`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 23, "ts": 3371746.09375, "dur": 531.3119888305664, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5313119888305664, "detail": "System.Collections.Generic.IList`1<System.Threading.WaitHandle>" } },
{ "pid": 1, "tid": 23, "ts": 3372943.603515625, "dur": 383.85799527168274, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.38385799527168274, "detail": "System.Collections.Generic.IList`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 23, "ts": 3373620.849609375, "dur": 388.1089985370636, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3881089985370636, "detail": "System.Collections.Generic.IList`1<System.Collections.Hashtable/bucket>" } },
{ "pid": 1, "tid": 23, "ts": 3374187.98828125, "dur": 347.1980094909668, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3471980094909668, "detail": "System.Collections.Generic.IList`1<System.ParameterizedStrings/FormatParam>" } },
{ "pid": 1, "tid": 23, "ts": 3374600.341796875, "dur": 382.76898860931396, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.38276898860931396, "detail": "System.Collections.Generic.IList`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>" } },
{ "pid": 1, "tid": 23, "ts": 3390615.234375, "dur": 492.6590025424957, "ph": "X", "name": "Il2CppGenericComDefinitions6.cpp", "args": { "durationMS": 0.4926590025424957, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 3391123.53515625, "dur": 70896.2173461914, "ph": "X", "name": "Idle", "args": { "durationMS": 70.8962173461914, "detail": "" } },
{ "pid": 1, "tid": 24, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 24, "ts": 1251050.537109375, "dur": 21841.25328063965, "ph": "X", "name": "Idle", "args": { "durationMS": 21.84125328063965, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 1283079.7119140625, "dur": 4077.1608352661133, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 4.077160835266113, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 24, "ts": 1288425.537109375, "dur": 234256.65283203125, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 234.25665283203125, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 24, "ts": 1289977.4169921875, "dur": 232699.3865966797, "ph": "X", "name": "System.Configuration_Attr.cpp", "args": { "durationMS": 232.6993865966797, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 1524775.2685546875, "dur": 8362.462043762207, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 8.362462043762207, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 24, "ts": 1524786.0107421875, "dur": 8351.153373718262, "ph": "X", "name": "UnityEngine.TextRenderingModule_Attr.cpp", "args": { "durationMS": 8.351153373718262, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 1533140.7470703125, "dur": 8749.97615814209, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 8.74997615814209, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 24, "ts": 1533157.8369140625, "dur": 8732.053756713867, "ph": "X", "name": "UnityEngine.UIModule_Attr.cpp", "args": { "durationMS": 8.732053756713867, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 1541896.97265625, "dur": 1418.7300205230713, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 1.4187300205230713, "detail": "UnityEngine" } },
{ "pid": 1, "tid": 24, "ts": 1541989.2578125, "dur": 1325.9000778198242, "ph": "X", "name": "UnityEngine_Attr.cpp", "args": { "durationMS": 1.3259000778198242, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 1543318.84765625, "dur": 3525.007963180542, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 3.525007963180542, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 24, "ts": 1543337.2802734375, "dur": 3505.980968475342, "ph": "X", "name": "Assembly-CSharp_Attr.cpp", "args": { "durationMS": 3.505980968475342, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 1559912.109375, "dur": 3461.8680477142334, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.4618680477142334, "detail": "<Module>" } },
{ "pid": 1, "tid": 24, "ts": 1564132.6904296875, "dur": 1539.4420623779297, "ph": "X", "name": "UnityEngine.GridModule.cpp", "args": { "durationMS": 1.5394420623779297, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 1568003.5400390625, "dur": 25532.913208007812, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 25.532913208007812, "detail": "UnityEngine.AssetBundleCreateRequest" } },
{ "pid": 1, "tid": 24, "ts": 1593537.59765625, "dur": 796.0609793663025, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7960609793663025, "detail": "UnityEngine.AssetBundleRecompressOperation" } },
{ "pid": 1, "tid": 24, "ts": 1594334.3505859375, "dur": 2798.27880859375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.79827880859375, "detail": "UnityEngine.AssetBundleRequest" } },
{ "pid": 1, "tid": 24, "ts": 1597135.1318359375, "dur": 10372.800827026367, "ph": "X", "name": "UnityEngine.AssetBundleModule.cpp", "args": { "durationMS": 10.372800827026367, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 1607618.0419921875, "dur": 474.0149974822998, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4740149974822998, "detail": "UnityEngine.AssetFileNameExtensionAttribute" } },
{ "pid": 1, "tid": 24, "ts": 1608107.7880859375, "dur": 431.2480092048645, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4312480092048645, "detail": "UnityEngine.Bindings.FreeFunctionAttribute" } },
{ "pid": 1, "tid": 24, "ts": 1608892.4560546875, "dur": 5117.213249206543, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.117213249206543, "detail": "UnityEngine.NativeClassAttribute" } },
{ "pid": 1, "tid": 24, "ts": 1614010.498046875, "dur": 422.88997769355774, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.42288997769355774, "detail": "UnityEngine.Bindings.NativeConditionalAttribute" } },
{ "pid": 1, "tid": 24, "ts": 1614434.326171875, "dur": 1270.9050178527832, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2709050178527832, "detail": "UnityEngine.Bindings.NativeHeaderAttribute" } },
{ "pid": 1, "tid": 24, "ts": 1615705.9326171875, "dur": 1616.9049739837646, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6169049739837646, "detail": "UnityEngine.Bindings.NativeMethodAttribute" } },
{ "pid": 1, "tid": 24, "ts": 1617323.6083984375, "dur": 646.2990045547485, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6462990045547485, "detail": "UnityEngine.Bindings.NativeNameAttribute" } },
{ "pid": 1, "tid": 24, "ts": 1617970.703125, "dur": 532.9260230064392, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5329260230064392, "detail": "UnityEngine.Bindings.NativePropertyAttribute" } },
{ "pid": 1, "tid": 24, "ts": 1618818.115234375, "dur": 1451.8040418624878, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4518040418624878, "detail": "UnityEngine.Bindings.NativeTypeAttribute" } },
{ "pid": 1, "tid": 24, "ts": 1621000.9765625, "dur": 604.1249632835388, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6041249632835388, "detail": "UnityEngine.Scripting.RequiredByNativeCodeAttribute" } },
{ "pid": 1, "tid": 24, "ts": 1621606.4453125, "dur": 600.0359654426575, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6000359654426575, "detail": "UnityEngine.Bindings.StaticAccessorAttribute" } },
{ "pid": 1, "tid": 24, "ts": 1622662.109375, "dur": 3974.4508266448975, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.9744508266448975, "detail": "UnityEngine.UnityString" } },
{ "pid": 1, "tid": 24, "ts": 1627183.349609375, "dur": 24461.40480041504, "ph": "X", "name": "UnityEngine.SharedInternalsModule.cpp", "args": { "durationMS": 24.46140480041504, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 1651689.3310546875, "dur": 4564.541816711426, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.564541816711426, "detail": "UnityEngine.ParticleSystem" } },
{ "pid": 1, "tid": 24, "ts": 1656368.1640625, "dur": 2684.016227722168, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.684016227722168, "detail": "UnityEngine.ParticleSystem/EmitParams" } },
{ "pid": 1, "tid": 24, "ts": 1659053.1005859375, "dur": 2177.722215652466, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.177722215652466, "detail": "UnityEngine.ParticleSystem/Particle" } },
{ "pid": 1, "tid": 24, "ts": 1661233.642578125, "dur": 6873.400688171387, "ph": "X", "name": "UnityEngine.ParticleSystemModule.cpp", "args": { "durationMS": 6.873400688171387, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 1668181.884765625, "dur": 346.6640114784241, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3466640114784241, "detail": "<PrivateImplementationDetails>" } },
{ "pid": 1, "tid": 24, "ts": 1668529.4189453125, "dur": 17919.164657592773, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.919164657592773, "detail": "System.Text.ASCIIEncoding" } },
{ "pid": 1, "tid": 24, "ts": 1686449.5849609375, "dur": 3565.7620429992676, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.5657620429992676, "detail": "System.Threading.AbandonedMutexException" } },
{ "pid": 1, "tid": 24, "ts": 1690016.2353515625, "dur": 638.1240487098694, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6381240487098694, "detail": "System.Action" } },
{ "pid": 1, "tid": 24, "ts": 1690655.1513671875, "dur": 936.0690116882324, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9360690116882324, "detail": "System.Runtime.Remoting.ActivatedClientTypeEntry" } },
{ "pid": 1, "tid": 24, "ts": 1691591.9189453125, "dur": 677.2609949111938, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6772609949111938, "detail": "System.Runtime.Remoting.ActivatedServiceTypeEntry" } },
{ "pid": 1, "tid": 24, "ts": 1692270.01953125, "dur": 7741.798877716064, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.7417988777160645, "detail": "System.Runtime.Remoting.Activation.ActivationServices" } },
{ "pid": 1, "tid": 24, "ts": 1700012.939453125, "dur": 1948.909044265747, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.948909044265747, "detail": "System.Activator" } },
{ "pid": 1, "tid": 24, "ts": 1701962.5244140625, "dur": 9644.105911254883, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.644105911254883, "detail": "System.AggregateException" } },
{ "pid": 1, "tid": 24, "ts": 1711607.666015625, "dur": 682.3019981384277, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6823019981384277, "detail": "System.Reflection.AmbiguousMatchException" } },
{ "pid": 1, "tid": 24, "ts": 1712304.6875, "dur": 9348.910331726074, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.348910331726074, "detail": "System.AppDomain" } },
{ "pid": 1, "tid": 24, "ts": 1721654.541015625, "dur": 1176.1730909347534, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1761730909347534, "detail": "System.Runtime.Remoting.Activation.AppDomainLevelActivator" } },
{ "pid": 1, "tid": 24, "ts": 1722831.54296875, "dur": 419.7459816932678, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4197459816932678, "detail": "System.AppDomainSetup" } },
{ "pid": 1, "tid": 24, "ts": 1723252.0751953125, "dur": 686.4149570465088, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6864149570465088, "detail": "System.AppDomainUnloadedException" } },
{ "pid": 1, "tid": 24, "ts": 1723939.3310546875, "dur": 962.7040028572083, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9627040028572083, "detail": "System.ApplicationException" } },
{ "pid": 1, "tid": 24, "ts": 1724902.9541015625, "dur": 1198.294997215271, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.198294997215271, "detail": "System.Runtime.Remoting.Messaging.ArgInfo" } },
{ "pid": 1, "tid": 24, "ts": 1726116.2109375, "dur": 398.5770046710968, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3985770046710968, "detail": "System.ArgIterator" } },
{ "pid": 1, "tid": 24, "ts": 1726515.625, "dur": 2127.044916152954, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.127044916152954, "detail": "System.ArgumentException" } },
{ "pid": 1, "tid": 24, "ts": 1728644.04296875, "dur": 1137.61305809021, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.13761305809021, "detail": "System.ArgumentNullException" } },
{ "pid": 1, "tid": 24, "ts": 1729782.3486328125, "dur": 3602.7579307556152, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6027579307556152, "detail": "System.ArgumentOutOfRangeException" } },
{ "pid": 1, "tid": 24, "ts": 1733385.986328125, "dur": 1153.5420417785645, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1535420417785645, "detail": "System.ArithmeticException" } },
{ "pid": 1, "tid": 24, "ts": 1734540.283203125, "dur": 45641.9792175293, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 45.6419792175293, "detail": "System.Array" } },
{ "pid": 1, "tid": 24, "ts": 1780183.4716796875, "dur": 9830.29556274414, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.83029556274414, "detail": "System.Collections.ArrayList" } },
{ "pid": 1, "tid": 24, "ts": 1790014.892578125, "dur": 933.5470199584961, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9335470199584961, "detail": "System.ArraySpec" } },
{ "pid": 1, "tid": 24, "ts": 1790949.3408203125, "dur": 576.5260457992554, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5765260457992554, "detail": "System.ArrayTypeMismatchException" } },
{ "pid": 1, "tid": 24, "ts": 1791526.9775390625, "dur": 5709.845066070557, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.709845066070557, "detail": "System.Reflection.Assembly" } },
{ "pid": 1, "tid": 24, "ts": 1798755.7373046875, "dur": 576.3300061225891, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5763300061225891, "detail": "System.AssemblyLoadEventHandler" } },
{ "pid": 1, "tid": 24, "ts": 1799332.763671875, "dur": 11315.031051635742, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.315031051635742, "detail": "System.Reflection.AssemblyName" } },
{ "pid": 1, "tid": 24, "ts": 1811100.5859375, "dur": 638.5520100593567, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6385520100593567, "detail": "System.AsyncCallback" } },
{ "pid": 1, "tid": 24, "ts": 1811755.615234375, "dur": 608.2019805908203, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6082019805908203, "detail": "System.Threading.Tasks.AsyncCausalityTracer" } },
{ "pid": 1, "tid": 24, "ts": 1812364.501953125, "dur": 3844.03395652771, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.84403395652771, "detail": "System.Runtime.CompilerServices.AsyncMethodBuilderCore" } },
{ "pid": 1, "tid": 24, "ts": 1816371.337890625, "dur": 6967.250823974609, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.967250823974609, "detail": "System.Runtime.Remoting.Messaging.AsyncResult" } },
{ "pid": 1, "tid": 24, "ts": 1823479.736328125, "dur": 682.5720071792603, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6825720071792603, "detail": "System.Runtime.CompilerServices.AsyncTaskCache" } },
{ "pid": 1, "tid": 24, "ts": 1824163.0859375, "dur": 6619.335174560547, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.619335174560547, "detail": "System.Attribute" } },
{ "pid": 1, "tid": 24, "ts": 1830801.26953125, "dur": 670.1920032501221, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6701920032501221, "detail": "System.AttributeUsageAttribute" } },
{ "pid": 1, "tid": 24, "ts": 1831472.2900390625, "dur": 4458.552837371826, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.458552837371826, "detail": "System.Threading.Tasks.AwaitTaskContinuation" } },
{ "pid": 1, "tid": 24, "ts": 1835953.125, "dur": 3244.0409660339355, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.2440409660339355, "detail": "System.BadImageFormatException" } },
{ "pid": 1, "tid": 24, "ts": 1839211.9140625, "dur": 2711.1780643463135, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7111780643463135, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryArray" } },
{ "pid": 1, "tid": 24, "ts": 1841936.5234375, "dur": 4779.973030090332, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.779973030090332, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryAssembly" } },
{ "pid": 1, "tid": 24, "ts": 1846717.4072265625, "dur": 649.4490504264832, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6494490504264832, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo" } },
{ "pid": 1, "tid": 24, "ts": 1847497.4365234375, "dur": 4669.451713562012, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.669451713562012, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryConverter" } },
{ "pid": 1, "tid": 24, "ts": 1852168.5791015625, "dur": 438.2380247116089, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4382380247116089, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainAssembly" } },
{ "pid": 1, "tid": 24, "ts": 1852904.6630859375, "dur": 352.092981338501, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.352092981338501, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString" } },
{ "pid": 1, "tid": 24, "ts": 1853257.568359375, "dur": 7256.179332733154, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.256179332733154, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryFormatter" } },
{ "pid": 1, "tid": 24, "ts": 1860529.9072265625, "dur": 964.5919799804688, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9645919799804688, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall" } },
{ "pid": 1, "tid": 24, "ts": 1861495.60546875, "dur": 1207.358956336975, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.207358956336975, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn" } },
{ "pid": 1, "tid": 24, "ts": 1862703.7353515625, "dur": 854.4789552688599, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8544789552688599, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryObject" } },
{ "pid": 1, "tid": 24, "ts": 1863558.9599609375, "dur": 28640.655517578125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 28.640655517578125, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryObjectString" } },
{ "pid": 1, "tid": 24, "ts": 1892201.171875, "dur": 1302.623987197876, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.302623987197876, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap" } },
{ "pid": 1, "tid": 24, "ts": 1893504.8828125, "dur": 2018.7430381774902, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0187430381774902, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped" } },
{ "pid": 1, "tid": 24, "ts": 1895524.4140625, "dur": 49351.036071777344, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 49.351036071777344, "detail": "System.IO.BinaryReader" } },
{ "pid": 1, "tid": 24, "ts": 1944878.5400390625, "dur": 69357.57446289062, "ph": "X", "name": "mscorlib.cpp", "args": { "durationMS": 69.35757446289062, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 2014258.30078125, "dur": 1758.2108974456787, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7582108974456787, "detail": "System.Runtime.InteropServices.Marshal" } },
{ "pid": 1, "tid": 24, "ts": 2016174.560546875, "dur": 935.5690479278564, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9355690479278564, "detail": "System.MarshalByRefObject" } },
{ "pid": 1, "tid": 24, "ts": 2017110.9619140625, "dur": 659.1740250587463, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6591740250587463, "detail": "System.Runtime.InteropServices.MarshalDirectiveException" } },
{ "pid": 1, "tid": 24, "ts": 2017770.8740234375, "dur": 2632.8771114349365, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6328771114349365, "detail": "System.Math" } },
{ "pid": 1, "tid": 24, "ts": 2020404.6630859375, "dur": 12650.272369384766, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.650272369384766, "detail": "System.MemberAccessException" } },
{ "pid": 1, "tid": 24, "ts": 2033055.908203125, "dur": 546.4320182800293, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5464320182800293, "detail": "System.Reflection.MemberFilter" } },
{ "pid": 1, "tid": 24, "ts": 2033603.1494140625, "dur": 798.9950180053711, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7989950180053711, "detail": "System.Runtime.Serialization.MemberHolder" } },
{ "pid": 1, "tid": 24, "ts": 2034403.076171875, "dur": 2088.4170532226562, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0884170532226562, "detail": "System.Reflection.MemberInfo" } },
{ "pid": 1, "tid": 24, "ts": 2036492.1875, "dur": 7438.347816467285, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.438347816467285, "detail": "System.Reflection.MemberInfoSerializationHolder" } },
{ "pid": 1, "tid": 24, "ts": 2043931.396484375, "dur": 646.0210084915161, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6460210084915161, "detail": "System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped" } },
{ "pid": 1, "tid": 24, "ts": 2044578.369140625, "dur": 634.7150206565857, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6347150206565857, "detail": "System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped" } },
{ "pid": 1, "tid": 24, "ts": 2045213.623046875, "dur": 508.46701860427856, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5084670186042786, "detail": "System.Runtime.Serialization.Formatters.Binary.MemberReference" } },
{ "pid": 1, "tid": 24, "ts": 2045736.6943359375, "dur": 10114.1357421875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.1141357421875, "detail": "System.IO.MemoryStream" } },
{ "pid": 1, "tid": 24, "ts": 2055851.5625, "dur": 6976.019859313965, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.976019859313965, "detail": "System.Runtime.Remoting.Messaging.MessageDictionary" } },
{ "pid": 1, "tid": 24, "ts": 2062830.078125, "dur": 561.8979930877686, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5618979930877686, "detail": "System.Runtime.Serialization.Formatters.Binary.MessageEnd" } },
{ "pid": 1, "tid": 24, "ts": 2063409.66796875, "dur": 778.003990650177, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.778003990650177, "detail": "System.MethodAccessException" } },
{ "pid": 1, "tid": 24, "ts": 2064202.880859375, "dur": 6878.6821365356445, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.8786821365356445, "detail": "System.Reflection.MethodBase" } },
{ "pid": 1, "tid": 24, "ts": 2071082.51953125, "dur": 388.02799582481384, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.38802799582481384, "detail": "System.Reflection.MethodBody" } },
{ "pid": 1, "tid": 24, "ts": 2071471.435546875, "dur": 1491.7418956756592, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4917418956756592, "detail": "System.Reflection.Emit.MethodBuilder" } },
{ "pid": 1, "tid": 24, "ts": 2072963.8671875, "dur": 10713.212966918945, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.713212966918945, "detail": "System.Runtime.Remoting.Messaging.MethodCall" } },
{ "pid": 1, "tid": 24, "ts": 2083693.115234375, "dur": 6367.214202880859, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.367214202880859, "detail": "System.Reflection.MethodInfo" } },
{ "pid": 1, "tid": 24, "ts": 2090061.279296875, "dur": 7482.119083404541, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.482119083404541, "detail": "System.Runtime.Remoting.Messaging.MethodResponse" } },
{ "pid": 1, "tid": 24, "ts": 2097544.189453125, "dur": 559.4439506530762, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5594439506530762, "detail": "System.Runtime.Remoting.Messaging.MethodReturnDictionary" } },
{ "pid": 1, "tid": 24, "ts": 2098104.4921875, "dur": 683.9489936828613, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6839489936828613, "detail": "System.Reflection.Missing" } },
{ "pid": 1, "tid": 24, "ts": 2098789.306640625, "dur": 1702.6300430297852, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7026300430297852, "detail": "System.MissingFieldException" } },
{ "pid": 1, "tid": 24, "ts": 2100492.67578125, "dur": 2386.0228061676025, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3860228061676025, "detail": "System.MissingMemberException" } },
{ "pid": 1, "tid": 24, "ts": 2102879.39453125, "dur": 2744.9610233306885, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7449610233306885, "detail": "System.MissingMethodException" } },
{ "pid": 1, "tid": 24, "ts": 2105625.48828125, "dur": 6851.846218109131, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.851846218109131, "detail": "System.Reflection.Module" } },
{ "pid": 1, "tid": 24, "ts": 2112499.755859375, "dur": 3619.5759773254395, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6195759773254395, "detail": "System.Threading.Monitor" } },
{ "pid": 1, "tid": 24, "ts": 2116120.361328125, "dur": 1891.185998916626, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.891185998916626, "detail": "System.Reflection.MonoAssembly" } },
{ "pid": 1, "tid": 24, "ts": 2118059.5703125, "dur": 727.897047996521, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.727897047996521, "detail": "System.MonoAsyncCall" } },
{ "pid": 1, "tid": 24, "ts": 2118788.330078125, "dur": 28016.05224609375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 28.01605224609375, "detail": "System.Reflection.MonoCMethod" } },
{ "pid": 1, "tid": 24, "ts": 2146805.6640625, "dur": 25148.536682128906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 25.148536682128906, "detail": "System.MonoCustomAttrs" } },
{ "pid": 1, "tid": 24, "ts": 2171955.078125, "dur": 1973.6100435256958, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9736100435256958, "detail": "System.Reflection.MonoEvent" } },
{ "pid": 1, "tid": 24, "ts": 2173929.6875, "dur": 540.7900214195251, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5407900214195251, "detail": "System.Reflection.MonoEventInfo" } },
{ "pid": 1, "tid": 24, "ts": 2174471.435546875, "dur": 3771.113872528076, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.771113872528076, "detail": "System.Reflection.MonoField" } },
{ "pid": 1, "tid": 24, "ts": 2178257.568359375, "dur": 10316.770553588867, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.316770553588867, "detail": "System.IO.MonoIO" } },
{ "pid": 1, "tid": 24, "ts": 2188729.4921875, "dur": 7781.1713218688965, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.7811713218688965, "detail": "System.Reflection.MonoMethod" } },
{ "pid": 1, "tid": 24, "ts": 2196511.23046875, "dur": 1420.578956604004, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.420578956604004, "detail": "System.Reflection.MonoMethodInfo" } },
{ "pid": 1, "tid": 24, "ts": 2197932.6171875, "dur": 10104.131698608398, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.104131698608398, "detail": "System.Runtime.Remoting.Messaging.MonoMethodMessage" } },
{ "pid": 1, "tid": 24, "ts": 2208038.0859375, "dur": 1442.236065864563, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.442236065864563, "detail": "System.Reflection.MonoModule" } },
{ "pid": 1, "tid": 24, "ts": 2209481.201171875, "dur": 1401.7820358276367, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4017820358276367, "detail": "System.Reflection.MonoParameterInfo" } },
{ "pid": 1, "tid": 24, "ts": 2210884.033203125, "dur": 12146.714210510254, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.146714210510254, "detail": "System.Reflection.MonoProperty" } },
{ "pid": 1, "tid": 24, "ts": 2223031.494140625, "dur": 2222.8879928588867, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2228879928588867, "detail": "System.Reflection.MonoPropertyInfo" } },
{ "pid": 1, "tid": 24, "ts": 2225255.859375, "dur": 382.61300325393677, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.38261300325393677, "detail": "System.MonoTODOAttribute" } },
{ "pid": 1, "tid": 24, "ts": 2225742.431640625, "dur": 413.37502002716064, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.41337502002716064, "detail": "System.MonoTypeInfo" } },
{ "pid": 1, "tid": 24, "ts": 2226257.568359375, "dur": 83440.68908691406, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 83.44068908691406, "detail": "System.MulticastDelegate" } },
{ "pid": 1, "tid": 24, "ts": 2309700.927734375, "dur": 16222.784042358398, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.2227840423584, "detail": "System.MulticastNotSupportedException" } },
{ "pid": 1, "tid": 24, "ts": 2326266.11328125, "dur": 6014.09912109375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.01409912109375, "detail": "System.Runtime.Serialization.Formatters.Binary.NameCache" } },
{ "pid": 1, "tid": 24, "ts": 2332282.2265625, "dur": 848.5400080680847, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8485400080680847, "detail": "System.Runtime.Serialization.Formatters.Binary.NameInfo" } },
{ "pid": 1, "tid": 24, "ts": 2333133.30078125, "dur": 1355.660080909729, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.355660080909729, "detail": "System.Threading.NativeEventCalls" } },
{ "pid": 1, "tid": 24, "ts": 2334517.578125, "dur": 1868.764042854309, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.868764042854309, "detail": "System.Resources.NeutralResourcesLanguageAttribute" } },
{ "pid": 1, "tid": 24, "ts": 2336386.962890625, "dur": 434.04099345207214, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.43404099345207214, "detail": "System.Collections.Generic.NonRandomizedStringEqualityComparer" } },
{ "pid": 1, "tid": 24, "ts": 2336956.298828125, "dur": 14854.449272155762, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.854449272155762, "detail": "System.Text.Normalization" } },
{ "pid": 1, "tid": 24, "ts": 2351831.298828125, "dur": 1243.6259984970093, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2436259984970093, "detail": "Mono.Globalization.Unicode.NormalizationTableUtil" } },
{ "pid": 1, "tid": 24, "ts": 2353075.927734375, "dur": 658.9869856834412, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6589869856834412, "detail": "System.NotImplementedException" } },
{ "pid": 1, "tid": 24, "ts": 2353735.595703125, "dur": 710.4529738426208, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7104529738426208, "detail": "System.NotSupportedException" } },
{ "pid": 1, "tid": 24, "ts": 2354447.021484375, "dur": 1615.455985069275, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.615455985069275, "detail": "System.NullConsoleDriver" } },
{ "pid": 1, "tid": 24, "ts": 2356063.4765625, "dur": 725.011944770813, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.725011944770813, "detail": "System.NullReferenceException" } },
{ "pid": 1, "tid": 24, "ts": 2356789.306640625, "dur": 588.5189771652222, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5885189771652222, "detail": "System.Nullable" } },
{ "pid": 1, "tid": 24, "ts": 2357378.90625, "dur": 18566.879272460938, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.566879272460938, "detail": "System.Number" } },
{ "pid": 1, "tid": 24, "ts": 2375948.73046875, "dur": 69207.763671875, "ph": "X", "name": "mscorlib7.cpp", "args": { "durationMS": 69.207763671875, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 2445466.064453125, "dur": 953.4650444984436, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9534650444984436, "detail": "System.Collections.EmptyReadOnlyDictionaryInternal/NodeEnumerator" } },
{ "pid": 1, "tid": 24, "ts": 2446420.654296875, "dur": 2786.322832107544, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.786322832107544, "detail": "System.Text.Encoding/DefaultDecoder" } },
{ "pid": 1, "tid": 24, "ts": 2449207.51953125, "dur": 2628.4780502319336, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6284780502319336, "detail": "System.Text.Encoding/DefaultEncoder" } },
{ "pid": 1, "tid": 24, "ts": 2451836.9140625, "dur": 2628.990888595581, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.628990888595581, "detail": "System.Text.Encoding/EncodingByteBuffer" } },
{ "pid": 1, "tid": 24, "ts": 2454466.796875, "dur": 2349.6179580688477, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3496179580688477, "detail": "System.Text.Encoding/EncodingCharBuffer" } },
{ "pid": 1, "tid": 24, "ts": 2456998.046875, "dur": 633.948028087616, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.633948028087616, "detail": "System.Reflection.EventInfo/AddEventAdapter" } },
{ "pid": 1, "tid": 24, "ts": 2457632.8125, "dur": 877.8380155563354, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8778380155563354, "detail": "System.Security.Policy.Evidence/EvidenceEnumerator" } },
{ "pid": 1, "tid": 24, "ts": 2458536.865234375, "dur": 2500.6980895996094, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5006980895996094, "detail": "System.Threading.ExecutionContext/Reader" } },
{ "pid": 1, "tid": 24, "ts": 2461038.330078125, "dur": 881.1530470848083, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8811530470848083, "detail": "System.IO.FileStream/ReadDelegate" } },
{ "pid": 1, "tid": 24, "ts": 2461920.41015625, "dur": 783.1059694290161, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7831059694290161, "detail": "System.IO.FileStream/WriteDelegate" } },
{ "pid": 1, "tid": 24, "ts": 2463002.9296875, "dur": 2325.9189128875732, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3259189128875732, "detail": "System.Guid/GuidResult" } },
{ "pid": 1, "tid": 24, "ts": 2465363.28125, "dur": 2411.2582206726074, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4112582206726074, "detail": "System.Collections.Hashtable/HashtableEnumerator" } },
{ "pid": 1, "tid": 24, "ts": 2467775.634765625, "dur": 970.7279801368713, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9707279801368713, "detail": "System.Collections.Hashtable/KeyCollection" } },
{ "pid": 1, "tid": 24, "ts": 2468747.314453125, "dur": 5166.311740875244, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.166311740875244, "detail": "System.Collections.Hashtable/SyncHashtable" } },
{ "pid": 1, "tid": 24, "ts": 2473914.794921875, "dur": 658.381998538971, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.658381998538971, "detail": "System.Collections.Hashtable/bucket" } },
{ "pid": 1, "tid": 24, "ts": 2474817.626953125, "dur": 525.9360074996948, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5259360074996948, "detail": "System.Runtime.Remoting.Lifetime.Lease/RenewalDelegate" } },
{ "pid": 1, "tid": 24, "ts": 2475456.787109375, "dur": 1582.8649997711182, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5828649997711182, "detail": "System.Collections.ListDictionaryInternal/NodeEnumerator" } },
{ "pid": 1, "tid": 24, "ts": 2477040.283203125, "dur": 885.1550221443176, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8851550221443176, "detail": "System.Runtime.Remoting.Messaging.LogicalCallContext/Reader" } },
{ "pid": 1, "tid": 24, "ts": 2477926.26953125, "dur": 369.0129816532135, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3690129816532135, "detail": "Mono.Globalization.Unicode.MSCompatUnicodeTable/<>c" } },
{ "pid": 1, "tid": 24, "ts": 2478295.8984375, "dur": 1892.477035522461, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.892477035522461, "detail": "System.Runtime.Remoting.Messaging.MessageDictionary/DictionaryEnumerator" } },
{ "pid": 1, "tid": 24, "ts": 2480523.681640625, "dur": 508.69202613830566, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5086920261383057, "detail": "System.Reflection.MonoProperty/GetterAdapter" } },
{ "pid": 1, "tid": 24, "ts": 2481033.69140625, "dur": 1134.3979835510254, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1343979835510254, "detail": "System.Number/NumberBuffer" } },
{ "pid": 1, "tid": 24, "ts": 2482168.9453125, "dur": 8371.624946594238, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.371624946594238, "detail": "System.NumberFormatter/CustomInfo" } },
{ "pid": 1, "tid": 24, "ts": 2490541.259765625, "dur": 447.01799750328064, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.44701799750328064, "detail": "System.Threading.OSSpecificSynchronizationContext/<>c" } },
{ "pid": 1, "tid": 24, "ts": 2491312.5, "dur": 696.1340308189392, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6961340308189392, "detail": "System.Threading.OSSpecificSynchronizationContext/InvocationEntryDelegate" } },
{ "pid": 1, "tid": 24, "ts": 2492127.197265625, "dur": 394.3929970264435, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3943929970264435, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectReader/TopLevelAssemblyTypeResolver" } },
{ "pid": 1, "tid": 24, "ts": 2492631.8359375, "dur": 1558.9030981063843, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5589030981063843, "detail": "System.ParameterizedStrings/FormatParam" } },
{ "pid": 1, "tid": 24, "ts": 2494191.40625, "dur": 1110.8139753341675, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1108139753341675, "detail": "System.ParameterizedStrings/LowLevelStack" } },
{ "pid": 1, "tid": 24, "ts": 2495318.115234375, "dur": 1360.7701063156128, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3607701063156128, "detail": "System.Collections.Queue/QueueEnumerator" } },
{ "pid": 1, "tid": 24, "ts": 2497133.30078125, "dur": 3020.005226135254, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.020005226135254, "detail": "System.Resources.ResourceReader/ResourceEnumerator" } },
{ "pid": 1, "tid": 24, "ts": 2500274.169921875, "dur": 691.9539570808411, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6919539570808411, "detail": "System.Security.SecurityElement/SecurityAttribute" } },
{ "pid": 1, "tid": 24, "ts": 2500966.796875, "dur": 3140.7759189605713, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.1407759189605713, "detail": "System.Threading.SemaphoreSlim/<WaitUntilCountOrTimeoutAsync>d__31" } },
{ "pid": 1, "tid": 24, "ts": 2504108.3984375, "dur": 396.91299200057983, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.39691299200057983, "detail": "System.Threading.SemaphoreSlim/TaskNode" } },
{ "pid": 1, "tid": 24, "ts": 2504776.85546875, "dur": 456.7109942436218, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4567109942436218, "detail": "Mono.Globalization.Unicode.SimpleCollator/Escape" } },
{ "pid": 1, "tid": 24, "ts": 2505414.306640625, "dur": 1827.5740146636963, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8275740146636963, "detail": "Mono.Xml.SmallXmlParser/AttrListImpl" } },
{ "pid": 1, "tid": 24, "ts": 2507400.634765625, "dur": 2406.893014907837, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.406893014907837, "detail": "System.Collections.SortedList/SortedListEnumerator" } },
{ "pid": 1, "tid": 24, "ts": 2509839.111328125, "dur": 1619.0389394760132, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6190389394760132, "detail": "System.Collections.Stack/StackEnumerator" } },
{ "pid": 1, "tid": 24, "ts": 2511470.703125, "dur": 1152.3480415344238, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1523480415344238, "detail": "System.IO.Stream/<>c" } },
{ "pid": 1, "tid": 24, "ts": 2512623.779296875, "dur": 2093.219995498657, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0932199954986572, "detail": "System.IO.Stream/NullStream" } },
{ "pid": 1, "tid": 24, "ts": 2514718.017578125, "dur": 1234.0919971466064, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2340919971466064, "detail": "System.IO.Stream/ReadWriteTask" } },
{ "pid": 1, "tid": 24, "ts": 2515952.63671875, "dur": 1656.9639444351196, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6569639444351196, "detail": "System.IO.Stream/SynchronousAsyncResult" } },
{ "pid": 1, "tid": 24, "ts": 2517610.3515625, "dur": 876.3829469680786, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8763829469680786, "detail": "System.IO.StreamReader/NullStreamReader" } },
{ "pid": 1, "tid": 24, "ts": 2518487.548828125, "dur": 363.9490008354187, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3639490008354187, "detail": "System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation/<>c" } },
{ "pid": 1, "tid": 24, "ts": 2518852.05078125, "dur": 803.5020232200623, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8035020232200623, "detail": "System.Threading.Tasks.Task/<>c" } },
{ "pid": 1, "tid": 24, "ts": 2519656.494140625, "dur": 18227.848052978516, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.227848052978516, "detail": "System.Threading.Tasks.Task/<>c__DisplayClass178_0" } },
{ "pid": 1, "tid": 24, "ts": 2537885.498046875, "dur": 575.3909945487976, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5753909945487976, "detail": "System.Threading.Tasks.Task/ContingentProperties" } },
{ "pid": 1, "tid": 24, "ts": 2538461.9140625, "dur": 1963.7349843978882, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9637349843978882, "detail": "System.Threading.Tasks.Task/DelayPromise" } },
{ "pid": 1, "tid": 24, "ts": 2540673.095703125, "dur": 1257.959008216858, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.257959008216858, "detail": "System.Threading.Tasks.TaskFactory/CompleteOnInvokePromise" } },
{ "pid": 1, "tid": 24, "ts": 2541945.3125, "dur": 494.41298842430115, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.49441298842430115, "detail": "System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation/<>c" } },
{ "pid": 1, "tid": 24, "ts": 2542440.91796875, "dur": 1154.1500091552734, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1541500091552734, "detail": "System.IO.TextReader/<>c" } },
{ "pid": 1, "tid": 24, "ts": 2543910.15625, "dur": 1034.0380668640137, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0340380668640137, "detail": "System.IO.TextReader/SyncTextReader" } },
{ "pid": 1, "tid": 24, "ts": 2544945.068359375, "dur": 2436.6610050201416, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4366610050201416, "detail": "System.IO.TextWriter/<>c" } },
{ "pid": 1, "tid": 24, "ts": 2547382.8125, "dur": 543.1070327758789, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5431070327758789, "detail": "System.IO.TextWriter/NullTextWriter" } },
{ "pid": 1, "tid": 24, "ts": 2547926.7578125, "dur": 5570.395946502686, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.5703959465026855, "detail": "System.IO.TextWriter/SyncTextWriter" } },
{ "pid": 1, "tid": 24, "ts": 2553498.046875, "dur": 1870.9518909454346, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8709518909454346, "detail": "System.Threading.ThreadPoolWorkQueue/QueueSegment" } },
{ "pid": 1, "tid": 24, "ts": 2555370.361328125, "dur": 4700.425148010254, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.700425148010254, "detail": "System.Threading.ThreadPoolWorkQueue/WorkStealingQueue" } },
{ "pid": 1, "tid": 24, "ts": 2560071.77734375, "dur": 4013.3700370788574, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.013370037078857, "detail": "System.Globalization.TimeSpanFormat/FormatLiterals" } },
{ "pid": 1, "tid": 24, "ts": 2564099.853515625, "dur": 385.27801632881165, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.38527801632881165, "detail": "System.TimeZoneInfo/<>c" } },
{ "pid": 1, "tid": 24, "ts": 2564485.595703125, "dur": 5439.072608947754, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.439072608947754, "detail": "System.TimeZoneInfo/AdjustmentRule" } },
{ "pid": 1, "tid": 24, "ts": 2569925.78125, "dur": 1646.920919418335, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.646920919418335, "detail": "System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION" } },
{ "pid": 1, "tid": 24, "ts": 2571596.19140625, "dur": 749.1230368614197, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7491230368614197, "detail": "System.TimeZoneInfo/TIME_ZONE_INFORMATION" } },
{ "pid": 1, "tid": 24, "ts": 2572346.19140625, "dur": 6187.222003936768, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.187222003936768, "detail": "System.TimeZoneInfo/TransitionTime" } },
{ "pid": 1, "tid": 24, "ts": 2578534.423828125, "dur": 5982.612133026123, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.982612133026123, "detail": "System.Threading.Timer/Scheduler" } },
{ "pid": 1, "tid": 24, "ts": 2584517.578125, "dur": 669.9299812316895, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6699299812316895, "detail": "System.Threading.Timer/TimerComparer" } },
{ "pid": 1, "tid": 24, "ts": 2585188.720703125, "dur": 524.9339938163757, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5249339938163757, "detail": "System.TypeIdentifiers/Display" } },
{ "pid": 1, "tid": 24, "ts": 2585714.599609375, "dur": 727.1530032157898, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7271530032157898, "detail": "System.TypeNames/ATypeName" } },
{ "pid": 1, "tid": 24, "ts": 2586462.646484375, "dur": 576.4229893684387, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5764229893684387, "detail": "System.Text.UTF32Encoding/UTF32Decoder" } },
{ "pid": 1, "tid": 24, "ts": 2587040.52734375, "dur": 1842.5819873809814, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8425819873809814, "detail": "System.Text.UTF7Encoding/Decoder" } },
{ "pid": 1, "tid": 24, "ts": 2588884.033203125, "dur": 512.5249624252319, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5125249624252319, "detail": "System.Text.UTF7Encoding/DecoderUTF7Fallback" } },
{ "pid": 1, "tid": 24, "ts": 2589397.4609375, "dur": 845.350980758667, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.845350980758667, "detail": "System.Text.UTF7Encoding/DecoderUTF7FallbackBuffer" } },
{ "pid": 1, "tid": 24, "ts": 2590243.408203125, "dur": 1401.1690616607666, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4011690616607666, "detail": "System.Text.UTF7Encoding/Encoder" } },
{ "pid": 1, "tid": 24, "ts": 2591645.5078125, "dur": 1906.1650037765503, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9061650037765503, "detail": "System.Text.UTF8Encoding/UTF8Decoder" } },
{ "pid": 1, "tid": 24, "ts": 2593552.490234375, "dur": 1810.6520175933838, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8106520175933838, "detail": "System.Text.UTF8Encoding/UTF8Encoder" } },
{ "pid": 1, "tid": 24, "ts": 2595364.013671875, "dur": 2090.498924255371, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.090498924255371, "detail": "System.Text.UnicodeEncoding/Decoder" } },
{ "pid": 1, "tid": 24, "ts": 2597567.3828125, "dur": 551.1500239372253, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5511500239372253, "detail": "System.Console/WindowsConsole/WindowsCancelHandler" } },
{ "pid": 1, "tid": 24, "ts": 2598119.140625, "dur": 345.9089994430542, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3459089994430542, "detail": "System.IO.Stream/SynchronousAsyncResult/<>c" } },
{ "pid": 1, "tid": 24, "ts": 2598468.017578125, "dur": 119817.69561767578, "ph": "X", "name": "mscorlib16.cpp", "args": { "durationMS": 119.81769561767578, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 2718329.833984375, "dur": 3299.7419834136963, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.2997419834136963, "detail": "UnityEngine._Scripting.APIUpdating.APIUpdaterRuntimeHelpers" } },
{ "pid": 1, "tid": 24, "ts": 2721630.615234375, "dur": 370.88099122047424, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.37088099122047424, "detail": "UnityEngine.AddComponentMenu" } },
{ "pid": 1, "tid": 24, "ts": 2722021.484375, "dur": 2300.3220558166504, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3003220558166504, "detail": "UnityEngine.AnimationCurve" } },
{ "pid": 1, "tid": 24, "ts": 2724322.75390625, "dur": 3182.780981063843, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.1827809810638428, "detail": "UnityEngine.Application" } },
{ "pid": 1, "tid": 24, "ts": 2727506.591796875, "dur": 1230.5039167404175, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2305039167404175, "detail": "UnityEngine.Events.ArgumentCache" } },
{ "pid": 1, "tid": 24, "ts": 2728770.5078125, "dur": 1318.4149265289307, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3184149265289307, "detail": "UnityEngine.AsyncOperation" } },
{ "pid": 1, "tid": 24, "ts": 2730089.599609375, "dur": 1349.7780561447144, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3497780561447144, "detail": "Unity.IO.LowLevel.Unsafe.AsyncReadManagerMetricsFilters" } },
{ "pid": 1, "tid": 24, "ts": 2731440.4296875, "dur": 1612.617015838623, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.612617015838623, "detail": "Unity.IO.LowLevel.Unsafe.AsyncReadManagerRequestMetric" } },
{ "pid": 1, "tid": 24, "ts": 2733053.955078125, "dur": 4825.984954833984, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.825984954833984, "detail": "UnityEngine.AttributeHelperEngine" } },
{ "pid": 1, "tid": 24, "ts": 2737896.240234375, "dur": 1916.3249731063843, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9163249731063843, "detail": "UnityEngine.Events.BaseInvokableCall" } },
{ "pid": 1, "tid": 24, "ts": 2739813.4765625, "dur": 630.6149959564209, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6306149959564209, "detail": "UnityEngine.Rendering.BatchCullingContext" } },
{ "pid": 1, "tid": 24, "ts": 2740552.734375, "dur": 1851.3280153274536, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8513280153274536, "detail": "UnityEngine.Rendering.BatchRendererGroup" } },
{ "pid": 1, "tid": 24, "ts": 2742428.955078125, "dur": 1017.503023147583, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.017503023147583, "detail": "UnityEngine.BeforeRenderHelper" } },
{ "pid": 1, "tid": 24, "ts": 2743747.314453125, "dur": 600.4810333251953, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6004810333251953, "detail": "UnityEngine.BootConfigData" } },
{ "pid": 1, "tid": 24, "ts": 2744348.6328125, "dur": 5165.615081787109, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.165615081787109, "detail": "UnityEngine.Bounds" } },
{ "pid": 1, "tid": 24, "ts": 2749514.892578125, "dur": 734.0779900550842, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7340779900550842, "detail": "UnityEngine.Experimental.Rendering.BuiltinRuntimeReflectionSystem" } },
{ "pid": 1, "tid": 24, "ts": 2750249.755859375, "dur": 3714.1618728637695, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.7141618728637695, "detail": "UnityEngine.Camera" } },
{ "pid": 1, "tid": 24, "ts": 2753977.05078125, "dur": 497.58100509643555, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.49758100509643555, "detail": "UnityEngine.Experimental.Playables.CameraPlayable" } },
{ "pid": 1, "tid": 24, "ts": 2754615.966796875, "dur": 7503.859043121338, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.503859043121338, "detail": "UnityEngine.Color" } },
{ "pid": 1, "tid": 24, "ts": 2762120.60546875, "dur": 2289.539098739624, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.289539098739624, "detail": "UnityEngine.Color32" } },
{ "pid": 1, "tid": 24, "ts": 2764440.673828125, "dur": 1361.8109226226807, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3618109226226807, "detail": "UnityEngine.Component" } },
{ "pid": 1, "tid": 24, "ts": 2765941.162109375, "dur": 848.412036895752, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.848412036895752, "detail": "UnityEngine.Coroutine" } },
{ "pid": 1, "tid": 24, "ts": 2766790.283203125, "dur": 3785.029888153076, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.785029888153076, "detail": "UnityEngine.Cubemap" } },
{ "pid": 1, "tid": 24, "ts": 2770576.416015625, "dur": 3641.3331031799316, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6413331031799316, "detail": "UnityEngine.CubemapArray" } },
{ "pid": 1, "tid": 24, "ts": 2774218.75, "dur": 968.5109853744507, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9685109853744507, "detail": "UnityEngine.CullingGroup" } },
{ "pid": 1, "tid": 24, "ts": 2775324.462890625, "dur": 693.1089758872986, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6931089758872986, "detail": "UnityEngine.CustomRenderTextureManager" } },
{ "pid": 1, "tid": 24, "ts": 2776018.5546875, "dur": 525.4899859428406, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5254899859428406, "detail": "UnityEngine.CustomYieldInstruction" } },
{ "pid": 1, "tid": 24, "ts": 2776544.921875, "dur": 907.2420001029968, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9072420001029968, "detail": "UnityEngine.Sprites.DataUtility" } },
{ "pid": 1, "tid": 24, "ts": 2777469.482421875, "dur": 3136.3189220428467, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.1363189220428467, "detail": "UnityEngine.Debug" } },
{ "pid": 1, "tid": 24, "ts": 2780606.689453125, "dur": 1049.3500232696533, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0493500232696533, "detail": "UnityEngine.DebugLogHandler" } },
{ "pid": 1, "tid": 24, "ts": 2781656.982421875, "dur": 689.5189881324768, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6895189881324768, "detail": "UnityEngine.Profiling.Experimental.DebugScreenCapture" } },
{ "pid": 1, "tid": 24, "ts": 2782661.62109375, "dur": 1119.8478937149048, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1198478937149048, "detail": "UnityEngine.Internal.DefaultValueAttribute" } },
{ "pid": 1, "tid": 24, "ts": 2783782.2265625, "dur": 1377.7039051055908, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3777039051055908, "detail": "UnityEngine.Experimental.GlobalIllumination.DirectionalLight" } },
{ "pid": 1, "tid": 24, "ts": 2785286.865234375, "dur": 2128.6349296569824, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1286349296569824, "detail": "UnityEngine.Experimental.GlobalIllumination.DiscLight" } },
{ "pid": 1, "tid": 24, "ts": 2787416.50390625, "dur": 3948.1358528137207, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.9481358528137207, "detail": "UnityEngine.Display" } },
{ "pid": 1, "tid": 24, "ts": 2791365.478515625, "dur": 384.6700191497803, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3846700191497803, "detail": "UnityEngine.DrivenRectTransformTracker" } },
{ "pid": 1, "tid": 24, "ts": 2792642.822265625, "dur": 398.72199296951294, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.39872199296951294, "detail": "UnityEngine.FailedToLoadScriptObject" } },
{ "pid": 1, "tid": 24, "ts": 2793477.5390625, "dur": 2747.1439838409424, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7471439838409424, "detail": "UnityEngine.GameObject" } },
{ "pid": 1, "tid": 24, "ts": 2796349.12109375, "dur": 2381.5479278564453, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3815479278564453, "detail": "UnityEngine.Gradient" } },
{ "pid": 1, "tid": 24, "ts": 2798760.7421875, "dur": 30325.70457458496, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 30.32570457458496, "detail": "UnityEngine.Experimental.Rendering.GraphicsFormatUtility" } },
{ "pid": 1, "tid": 24, "ts": 2829452.1484375, "dur": 1970.0000286102295, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9700000286102295, "detail": "UnityEngine.Events.InvokableCall" } },
{ "pid": 1, "tid": 24, "ts": 2831422.8515625, "dur": 2372.451066970825, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.372451066970825, "detail": "UnityEngine.Events.InvokableCallList" } },
{ "pid": 1, "tid": 24, "ts": 2834091.552734375, "dur": 1565.4420852661133, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5654420852661133, "detail": "UnityEngine.Rendering.LODParameters" } },
{ "pid": 1, "tid": 24, "ts": 2835657.71484375, "dur": 366.3710057735443, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3663710057735443, "detail": "UnityEngine.LayerMask" } },
{ "pid": 1, "tid": 24, "ts": 2836024.90234375, "dur": 1578.6900520324707, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5786900520324707, "detail": "UnityEngine.Light" } },
{ "pid": 1, "tid": 24, "ts": 2837604.4921875, "dur": 913.9209985733032, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9139209985733032, "detail": "UnityEngine.LightBakingOutput" } },
{ "pid": 1, "tid": 24, "ts": 2838519.287109375, "dur": 6401.320934295654, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.401320934295654, "detail": "UnityEngine.Experimental.GlobalIllumination.LightDataGI" } },
{ "pid": 1, "tid": 24, "ts": 2845102.783203125, "dur": 8744.253158569336, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.744253158569336, "detail": "UnityEngine.Experimental.GlobalIllumination.LightmapperUtils" } },
{ "pid": 1, "tid": 24, "ts": 2853847.900390625, "dur": 1369.2439794540405, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3692439794540405, "detail": "UnityEngine.Experimental.GlobalIllumination.Lightmapping" } },
{ "pid": 1, "tid": 24, "ts": 2855233.3984375, "dur": 3772.9668617248535, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.7729668617248535, "detail": "UnityEngine.Experimental.GlobalIllumination.LinearColor" } },
{ "pid": 1, "tid": 24, "ts": 2859575.1953125, "dur": 3185.6069564819336, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.1856069564819336, "detail": "UnityEngine.Logger" } },
{ "pid": 1, "tid": 24, "ts": 2862883.7890625, "dur": 2183.7949752807617, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1837949752807617, "detail": "UnityEngine.ManagedStreamHelpers" } },
{ "pid": 1, "tid": 24, "ts": 2865068.603515625, "dur": 2568.6111450195312, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5686111450195312, "detail": "UnityEngine.Material" } },
{ "pid": 1, "tid": 24, "ts": 2867637.939453125, "dur": 584.7640037536621, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5847640037536621, "detail": "UnityEngine.Experimental.Playables.MaterialEffectPlayable" } },
{ "pid": 1, "tid": 24, "ts": 2868223.388671875, "dur": 8263.175010681152, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.263175010681152, "detail": "UnityEngine.Mathf" } },
{ "pid": 1, "tid": 24, "ts": 2876680.6640625, "dur": 7061.607837677002, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.061607837677002, "detail": "UnityEngine.Matrix4x4" } },
{ "pid": 1, "tid": 24, "ts": 2883743.1640625, "dur": 3757.112979888916, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.757112979888916, "detail": "UnityEngine.Profiling.Memory.Experimental.MemoryProfiler" } },
{ "pid": 1, "tid": 24, "ts": 2887501.708984375, "dur": 12854.645729064941, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.854645729064941, "detail": "UnityEngine.Mesh" } },
{ "pid": 1, "tid": 24, "ts": 2901030.2734375, "dur": 31470.66307067871, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 31.47066307067871, "detail": "UnityEngine.MonoBehaviour" } },
{ "pid": 1, "tid": 24, "ts": 2932772.94921875, "dur": 887.753963470459, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.887753963470459, "detail": "UnityEngine.Scripting.APIUpdating.MovedFromAttributeData" } },
{ "pid": 1, "tid": 24, "ts": 2934790.52734375, "dur": 5616.916179656982, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.616916179656982, "detail": "UnityEngine.Object" } },
{ "pid": 1, "tid": 24, "ts": 2940408.203125, "dur": 499.91101026535034, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.49991101026535034, "detail": "UnityEngine.Rendering.OnDemandRendering" } },
{ "pid": 1, "tid": 24, "ts": 2940921.875, "dur": 6049.141407012939, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.0491414070129395, "detail": "UnityEngine.Events.PersistentCall" } },
{ "pid": 1, "tid": 24, "ts": 2946972.16796875, "dur": 1445.5289840698242, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4455289840698242, "detail": "UnityEngine.Events.PersistentCallGroup" } },
{ "pid": 1, "tid": 24, "ts": 2948432.861328125, "dur": 2711.1191749572754, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7111191749572754, "detail": "UnityEngine.Plane" } },
{ "pid": 1, "tid": 24, "ts": 2951145.01953125, "dur": 1058.899998664856, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.058899998664856, "detail": "UnityEngine.Playables.Playable" } },
{ "pid": 1, "tid": 24, "ts": 2952204.58984375, "dur": 1473.6640453338623, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4736640453338623, "detail": "UnityEngine.Playables.PlayableAsset" } },
{ "pid": 1, "tid": 24, "ts": 2953680.17578125, "dur": 1229.5459508895874, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2295459508895874, "detail": "UnityEngine.Playables.PlayableBehaviour" } },
{ "pid": 1, "tid": 24, "ts": 2954910.400390625, "dur": 604.5470237731934, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6045470237731934, "detail": "UnityEngine.Playables.PlayableBinding" } },
{ "pid": 1, "tid": 24, "ts": 2955534.912109375, "dur": 2356.2839031219482, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3562839031219482, "detail": "UnityEngine.Playables.PlayableHandle" } },
{ "pid": 1, "tid": 24, "ts": 2957891.845703125, "dur": 859.8339557647705, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8598339557647705, "detail": "UnityEngine.Playables.PlayableOutput" } },
{ "pid": 1, "tid": 24, "ts": 2958752.44140625, "dur": 1792.3879623413086, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7923879623413086, "detail": "UnityEngine.Playables.PlayableOutputHandle" } },
{ "pid": 1, "tid": 24, "ts": 2960545.8984375, "dur": 8979.098320007324, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.979098320007324, "detail": "UnityEngine.Networking.PlayerConnection.PlayerConnection" } },
{ "pid": 1, "tid": 24, "ts": 2969526.123046875, "dur": 2674.607038497925, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.674607038497925, "detail": "UnityEngine.PlayerConnectionInternal" } },
{ "pid": 1, "tid": 24, "ts": 2972202.1484375, "dur": 16725.852966308594, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.725852966308594, "detail": "UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents" } },
{ "pid": 1, "tid": 24, "ts": 2988929.19921875, "dur": 720.1189994812012, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7201189994812012, "detail": "UnityEngine.LowLevel.PlayerLoopSystem" } },
{ "pid": 1, "tid": 24, "ts": 2989908.203125, "dur": 1355.9709787368774, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3559709787368774, "detail": "UnityEngine.Experimental.GlobalIllumination.PointLight" } },
{ "pid": 1, "tid": 24, "ts": 2991884.033203125, "dur": 9469.06566619873, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.46906566619873, "detail": "UnityEngine.Quaternion" } },
{ "pid": 1, "tid": 24, "ts": 3001617.919921875, "dur": 666.3070321083069, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6663070321083069, "detail": "UnityEngine.RangeInt" } },
{ "pid": 1, "tid": 24, "ts": 3002285.400390625, "dur": 1819.2009925842285, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8192009925842285, "detail": "UnityEngine.Ray" } },
{ "pid": 1, "tid": 24, "ts": 3004122.55859375, "dur": 12601.726531982422, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.601726531982422, "detail": "UnityEngine.Rect" } },
{ "pid": 1, "tid": 24, "ts": 3016725.5859375, "dur": 24748.355865478516, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.748355865478516, "detail": "UnityEngine.RectOffset" } },
{ "pid": 1, "tid": 24, "ts": 3041475.5859375, "dur": 5952.6567459106445, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.9526567459106445, "detail": "UnityEngine.RectTransform" } },
{ "pid": 1, "tid": 24, "ts": 3047428.955078125, "dur": 1551.6550540924072, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5516550540924072, "detail": "UnityEngine.Experimental.GlobalIllumination.RectangleLight" } },
{ "pid": 1, "tid": 24, "ts": 3048981.689453125, "dur": 854.5610308647156, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8545610308647156, "detail": "UnityEngine.ReflectionProbe" } },
{ "pid": 1, "tid": 24, "ts": 3049855.224609375, "dur": 11404.708862304688, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.404708862304688, "detail": "UnityEngine.Rendering.RenderPipeline" } },
{ "pid": 1, "tid": 24, "ts": 3061260.986328125, "dur": 3733.955144882202, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.733955144882202, "detail": "UnityEngine.Rendering.RenderPipelineAsset" } },
{ "pid": 1, "tid": 24, "ts": 3064996.337890625, "dur": 20009.014129638672, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.009014129638672, "detail": "UnityEngine.Rendering.RenderPipelineManager" } },
{ "pid": 1, "tid": 24, "ts": 3085025.146484375, "dur": 7930.500030517578, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.930500030517578, "detail": "UnityEngine.RenderTexture" } },
{ "pid": 1, "tid": 24, "ts": 3092958.49609375, "dur": 128752.22778320312, "ph": "X", "name": "UnityEngine.CoreModule.cpp", "args": { "durationMS": 128.75222778320312, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 3224849.12109375, "dur": 414.8080050945282, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4148080050945282, "detail": "System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 24, "ts": 3225268.798828125, "dur": 498.759001493454, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.498759001493454, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 24, "ts": 3226681.640625, "dur": 878.4610033035278, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8784610033035278, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 24, "ts": 3227562.744140625, "dur": 747.3240494728088, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7473240494728088, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 24, "ts": 3228312.01171875, "dur": 472.80099987983704, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.47280099987983704, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 24, "ts": 3228788.330078125, "dur": 448.16601276397705, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.44816601276397705, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 24, "ts": 3229240.966796875, "dur": 1588.6770486831665, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.5886770486831665, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 24, "ts": 3231139.16015625, "dur": 444.78100538253784, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.44478100538253784, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 24, "ts": 3231586.42578125, "dur": 459.04600620269775, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.45904600620269775, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 24, "ts": 3232047.8515625, "dur": 1619.0640926361084, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.6190640926361084, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 24, "ts": 3233669.43359375, "dur": 705.676019191742, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7056760191917419, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 24, "ts": 3234377.9296875, "dur": 832.3670029640198, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8323670029640198, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 24, "ts": 3235212.646484375, "dur": 362.8079891204834, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3628079891204834, "detail": "System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3240490.966796875, "dur": 410.2259874343872, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4102259874343872, "detail": "System.Comparison`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 24, "ts": 3241330.56640625, "dur": 760.208010673523, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.760208010673523, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2<System.Runtime.Serialization.MemberHolder,System.Reflection.MemberInfo[]>" } },
{ "pid": 1, "tid": 24, "ts": 3242106.201171875, "dur": 742.1189546585083, "ph": "X", "name": "Il2CppGenericComDefinitions.cpp", "args": { "durationMS": 0.7421189546585083, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 3242884.521484375, "dur": 855.7810187339783, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8557810187339783, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3243746.58203125, "dur": 701.604962348938, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.701604962348938, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2<System.String,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3245791.748046875, "dur": 1661.3340377807617, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.6613340377807617, "detail": "System.Collections.Generic.Dictionary`2<UnityEngine.Canvas,UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.Graphic>>" } },
{ "pid": 1, "tid": 24, "ts": 3247456.0546875, "dur": 1020.7210779190063, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0207210779190063, "detail": "System.Collections.Generic.Dictionary`2<UnityEngine.Font,System.Collections.Generic.HashSet`1<UnityEngine.UI.Text>>" } },
{ "pid": 1, "tid": 24, "ts": 3248478.759765625, "dur": 962.4579548835754, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9624579548835754, "detail": "System.Collections.Generic.Dictionary`2<UnityEngine.UI.Graphic,System.Int32>" } },
{ "pid": 1, "tid": 24, "ts": 3249443.84765625, "dur": 1015.0959491729736, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0150959491729736, "detail": "System.Collections.Generic.Dictionary`2<System.Threading.IAsyncLocal,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3250461.181640625, "dur": 994.2010045051575, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9942010045051575, "detail": "System.Collections.Generic.Dictionary`2<UnityEngine.UI.ICanvasElement,System.Int32>" } },
{ "pid": 1, "tid": 24, "ts": 3251458.984375, "dur": 517.2010064125061, "ph": "X", "name": "Il2CppGenericComDefinitions1.cpp", "args": { "durationMS": 0.5172010064125061, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 3252001.708984375, "dur": 950.4719972610474, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9504719972610474, "detail": "System.Collections.Generic.Dictionary`2<UnityEngine.UI.IClipper,System.Int32>" } },
{ "pid": 1, "tid": 24, "ts": 3252954.345703125, "dur": 1337.2939825057983, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.3372939825057983, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>" } },
{ "pid": 1, "tid": 24, "ts": 3254293.9453125, "dur": 2877.8018951416016, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 2.8778018951416016, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3257173.828125, "dur": 885.1370215415955, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8851370215415955, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.EventSystems.PointerEventData>" } },
{ "pid": 1, "tid": 24, "ts": 3258060.791015625, "dur": 875.0349879264832, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8750349879264832, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.String>" } },
{ "pid": 1, "tid": 24, "ts": 3258937.744140625, "dur": 895.6400156021118, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8956400156021118, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task>" } },
{ "pid": 1, "tid": 24, "ts": 3259835.44921875, "dur": 861.6700172424316, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8616700172424316, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.TimeType>" } },
{ "pid": 1, "tid": 24, "ts": 3260699.951171875, "dur": 926.6189932823181, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9266189932823181, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GUILayoutUtility/LayoutCache>" } },
{ "pid": 1, "tid": 24, "ts": 3261628.41796875, "dur": 1108.482003211975, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.108482003211975, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 24, "ts": 3262739.990234375, "dur": 444.86498832702637, "ph": "X", "name": "Il2CppGenericComDefinitions2.cpp", "args": { "durationMS": 0.44486498832702637, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 3273471.6796875, "dur": 509.2020034790039, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5092020034790039, "detail": "System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 24, "ts": 3275451.904296875, "dur": 532.6840281486511, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5326840281486511, "detail": "System.Collections.Generic.LinkedList`1/Enumerator<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3278399.169921875, "dur": 990.0389909744263, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9900389909744263, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3301288.330078125, "dur": 447.9139745235443, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4479139745235443, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 24, "ts": 3302040.771484375, "dur": 362.8929853439331, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3628929853439331, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 24, "ts": 3302547.36328125, "dur": 493.54299902915955, "ph": "X", "name": "Il2CppGenericComDefinitions5.cpp", "args": { "durationMS": 0.49354299902915955, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 3315072.998046875, "dur": 823.041021823883, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8230410218238831, "detail": "System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>" } },
{ "pid": 1, "tid": 24, "ts": 3315898.193359375, "dur": 853.1299829483032, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8531299829483032, "detail": "System.Collections.Generic.LinkedList`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3317563.4765625, "dur": 425.28900504112244, "ph": "X", "name": "Il2CppGenericComDefinitions8.cpp", "args": { "durationMS": 0.42528900504112244, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 3318010.009765625, "dur": 562.2320175170898, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5622320175170898, "detail": "System.Collections.Generic.List`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 24, "ts": 3318573.974609375, "dur": 538.0989909172058, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5380989909172058, "detail": "System.Collections.Generic.List`1<Mono.Globalization.Unicode.Level2Map>" } },
{ "pid": 1, "tid": 24, "ts": 3319114.2578125, "dur": 1088.621973991394, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.088621973991394, "detail": "System.Collections.Generic.List`1<System.LocalDataStore>" } },
{ "pid": 1, "tid": 24, "ts": 3320204.345703125, "dur": 582.7100276947021, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5827100276947021, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Mask>" } },
{ "pid": 1, "tid": 24, "ts": 3320788.57421875, "dur": 531.5799713134766, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5315799713134766, "detail": "System.Collections.Generic.List`1<System.Reflection.MethodBase>" } },
{ "pid": 1, "tid": 24, "ts": 3321321.77734375, "dur": 483.59501361846924, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.48359501361846924, "detail": "System.Collections.Generic.List`1<System.Reflection.MethodInfo>" } },
{ "pid": 1, "tid": 24, "ts": 3321806.884765625, "dur": 491.100013256073, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.491100013256073, "detail": "System.Collections.Generic.List`1<System.ModifierSpec>" } },
{ "pid": 1, "tid": 24, "ts": 3322299.560546875, "dur": 969.2760109901428, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9692760109901428, "detail": "System.Collections.Generic.List`1<System.Reflection.Module>" } },
{ "pid": 1, "tid": 24, "ts": 3323270.5078125, "dur": 477.3530066013336, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4773530066013336, "detail": "System.Collections.Generic.List`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3323750, "dur": 480.99198937416077, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.48099198937416077, "detail": "System.Collections.Generic.List`1<UnityEngine.Events.PersistentCall>" } },
{ "pid": 1, "tid": 24, "ts": 3324232.421875, "dur": 785.9709858894348, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7859709858894348, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 24, "ts": 3325020.01953125, "dur": 540.0300025939941, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5400300025939941, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.RectMask2D>" } },
{ "pid": 1, "tid": 24, "ts": 3325563.4765625, "dur": 516.4369940757751, "ph": "X", "name": "Il2CppGenericComDefinitions11.cpp", "args": { "durationMS": 0.5164369940757751, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 3326101.5625, "dur": 519.9329853057861, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5199329853057861, "detail": "System.Collections.Generic.List`1<System.Threading.Timer>" } },
{ "pid": 1, "tid": 24, "ts": 3326623.53515625, "dur": 540.6700372695923, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5406700372695923, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Toggle>" } },
{ "pid": 1, "tid": 24, "ts": 3327166.015625, "dur": 515.425980091095, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.515425980091095, "detail": "System.Collections.Generic.List`1<UnityEngine.Transform>" } },
{ "pid": 1, "tid": 24, "ts": 3327683.10546875, "dur": 512.8160119056702, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5128160119056702, "detail": "System.Collections.Generic.List`1<System.Type>" } },
{ "pid": 1, "tid": 24, "ts": 3328197.509765625, "dur": 504.5129656791687, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5045129656791687, "detail": "System.Collections.Generic.List`1<System.TypeIdentifier>" } },
{ "pid": 1, "tid": 24, "ts": 3328703.369140625, "dur": 752.1130442619324, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7521130442619324, "detail": "System.Collections.Generic.List`1<System.TypeSpec>" } },
{ "pid": 1, "tid": 24, "ts": 3329456.787109375, "dur": 580.6019902229309, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5806019902229309, "detail": "System.Collections.Generic.List`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 24, "ts": 3330038.818359375, "dur": 613.8499975204468, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6138499975204468, "detail": "System.Collections.Generic.List`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 24, "ts": 3330654.052734375, "dur": 1290.2820110321045, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.2902820110321045, "detail": "System.Collections.Generic.List`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 24, "ts": 3331947.75390625, "dur": 569.2399740219116, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5692399740219116, "detail": "System.Collections.Generic.List`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 24, "ts": 3332518.798828125, "dur": 588.8590216636658, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5888590216636658, "detail": "System.Collections.Generic.List`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 24, "ts": 3333109.375, "dur": 1577.5829553604126, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.5775829553604126, "detail": "System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 24, "ts": 3334689.94140625, "dur": 412.6950204372406, "ph": "X", "name": "Il2CppGenericComDefinitions13.cpp", "args": { "durationMS": 0.4126950204372406, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 3335417.724609375, "dur": 504.4249892234802, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5044249892234802, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 24, "ts": 3336467.28515625, "dur": 374.4329810142517, "ph": "X", "name": "Il2CppGenericComDefinitions16.cpp", "args": { "durationMS": 0.3744329810142517, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 3337200.68359375, "dur": 124808.2275390625, "ph": "X", "name": "Idle", "args": { "durationMS": 124.8082275390625, "detail": "" } },
{ "pid": 1, "tid": 25, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 25, "ts": 1251189.3310546875, "dur": 21702.329635620117, "ph": "X", "name": "Idle", "args": { "durationMS": 21.702329635620117, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 1283332.6416015625, "dur": 3863.6538982391357, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 3.8636538982391357, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 25, "ts": 1288420.8984375, "dur": 234270.05004882812, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 234.27005004882812, "detail": "System.Core" } },
{ "pid": 1, "tid": 25, "ts": 1289949.3408203125, "dur": 232740.93627929688, "ph": "X", "name": "System.Core_Attr.cpp", "args": { "durationMS": 232.74093627929688, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 1524737.79296875, "dur": 6693.194389343262, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 6.693194389343262, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 25, "ts": 1524756.34765625, "dur": 6674.056053161621, "ph": "X", "name": "UnityEngine.InputLegacyModule_Attr.cpp", "args": { "durationMS": 6.674056053161621, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 1531434.08203125, "dur": 6297.078609466553, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 6.297078609466553, "detail": "UnityEngine.SpriteShapeModule" } },
{ "pid": 1, "tid": 25, "ts": 1531535.2783203125, "dur": 6195.483207702637, "ph": "X", "name": "UnityEngine.SpriteShapeModule_Attr.cpp", "args": { "durationMS": 6.195483207702637, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 1537734.130859375, "dur": 9139.978408813477, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 9.139978408813477, "detail": "UnityEngine.ParticleSystemModule" } },
{ "pid": 1, "tid": 25, "ts": 1537750.6103515625, "dur": 9122.953414916992, "ph": "X", "name": "UnityEngine.ParticleSystemModule_Attr.cpp", "args": { "durationMS": 9.122953414916992, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 1563355.1025390625, "dur": 32861.83166503906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 32.86183166503906, "detail": "UnityEngine.ImageConversion" } },
{ "pid": 1, "tid": 25, "ts": 1596220.3369140625, "dur": 1285.851001739502, "ph": "X", "name": "UnityEngine.ImageConversionModule.cpp", "args": { "durationMS": 1.285851001739502, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 1597566.89453125, "dur": 12345.321655273438, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.345321655273438, "detail": "UnityEngine.RaycastHit" } },
{ "pid": 1, "tid": 25, "ts": 1609915.1611328125, "dur": 2308.2151412963867, "ph": "X", "name": "UnityEngine.PhysicsModule.cpp", "args": { "durationMS": 2.3082151412963867, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 1612275.2685546875, "dur": 5001.309394836426, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.001309394836426, "detail": "System.UriFormatException" } },
{ "pid": 1, "tid": 25, "ts": 1617277.587890625, "dur": 54270.423889160156, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 54.270423889160156, "detail": "System.UriHelper" } },
{ "pid": 1, "tid": 25, "ts": 1671573.974609375, "dur": 10446.831703186035, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.446831703186035, "detail": "System.UriParser" } },
{ "pid": 1, "tid": 25, "ts": 1682826.0498046875, "dur": 7630.1679611206055, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.6301679611206055, "detail": "System.ComponentModel.Win32Exception" } },
{ "pid": 1, "tid": 25, "ts": 1690457.03125, "dur": 5738.696098327637, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.738696098327637, "detail": "System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension" } },
{ "pid": 1, "tid": 25, "ts": 1696196.77734375, "dur": 3547.518014907837, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.547518014907837, "detail": "System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension" } },
{ "pid": 1, "tid": 25, "ts": 1699745.2392578125, "dur": 1373.1509447097778, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3731509447097778, "detail": "System.Security.Cryptography.X509Certificates.X509Extension" } },
{ "pid": 1, "tid": 25, "ts": 1701119.2626953125, "dur": 6905.91287612915, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.90591287612915, "detail": "System.Security.Cryptography.X509Certificates.X509KeyUsageExtension" } },
{ "pid": 1, "tid": 25, "ts": 1708045.166015625, "dur": 7607.1367263793945, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.6071367263793945, "detail": "System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension" } },
{ "pid": 1, "tid": 25, "ts": 1715668.8232421875, "dur": 800.0640273094177, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8000640273094177, "detail": "System.Security.Cryptography.X509Certificates.X509Utils" } },
{ "pid": 1, "tid": 25, "ts": 1716492.1875, "dur": 764.0430331230164, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7640430331230164, "detail": "System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping" } },
{ "pid": 1, "tid": 25, "ts": 1717427.8564453125, "dur": 456.6049873828888, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4566049873828888, "detail": "System.Text.RegularExpressions.RegexCharClass/SingleRangeComparer" } },
{ "pid": 1, "tid": 25, "ts": 1718664.1845703125, "dur": 29405.68733215332, "ph": "X", "name": "System2.cpp", "args": { "durationMS": 29.40568733215332, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 1748113.76953125, "dur": 3357.8360080718994, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.3578360080718994, "detail": "UnityEngine.U2D.IK.CCD2D" } },
{ "pid": 1, "tid": 25, "ts": 1751472.65625, "dur": 3859.6880435943604, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.8596880435943604, "detail": "UnityEngine.U2D.IK.CCDSolver2D" } },
{ "pid": 1, "tid": 25, "ts": 1755333.1298828125, "dur": 9013.768196105957, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.013768196105957, "detail": "UnityEngine.U2D.IK.FABRIK2D" } },
{ "pid": 1, "tid": 25, "ts": 1764347.7783203125, "dur": 17873.546600341797, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.873546600341797, "detail": "UnityEngine.U2D.IK.FABRIKChain2D" } },
{ "pid": 1, "tid": 25, "ts": 1782222.0458984375, "dur": 4487.545967102051, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.487545967102051, "detail": "UnityEngine.U2D.IK.FabrikSolver2D" } },
{ "pid": 1, "tid": 25, "ts": 1786710.5712890625, "dur": 9630.188941955566, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.630188941955566, "detail": "UnityEngine.U2D.IK.IKChain2D" } },
{ "pid": 1, "tid": 25, "ts": 1796341.9189453125, "dur": 4916.585922241211, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.916585922241211, "detail": "UnityEngine.U2D.IK.IKManager2D" } },
{ "pid": 1, "tid": 25, "ts": 1801259.27734375, "dur": 1676.9330501556396, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6769330501556396, "detail": "UnityEngine.U2D.IK.IKUtility" } },
{ "pid": 1, "tid": 25, "ts": 1802936.8896484375, "dur": 1823.4570026397705, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8234570026397705, "detail": "UnityEngine.U2D.IK.Limb" } },
{ "pid": 1, "tid": 25, "ts": 1804761.474609375, "dur": 4267.560005187988, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.267560005187988, "detail": "UnityEngine.U2D.IK.LimbSolver2D" } },
{ "pid": 1, "tid": 25, "ts": 1809029.78515625, "dur": 9406.575202941895, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.406575202941895, "detail": "UnityEngine.U2D.IK.Solver2D" } },
{ "pid": 1, "tid": 25, "ts": 1818437.6220703125, "dur": 657.9879522323608, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6579879522323608, "detail": "UnityEngine.U2D.IK.Solver2DMenuAttribute" } },
{ "pid": 1, "tid": 25, "ts": 1819098.388671875, "dur": 30530.513763427734, "ph": "X", "name": "Unity.2D.IK.Runtime.cpp", "args": { "durationMS": 30.530513763427734, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 1849672.2412109375, "dur": 10608.466148376465, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.608466148376465, "detail": "Mono.Security.ASN1" } },
{ "pid": 1, "tid": 25, "ts": 1860282.1044921875, "dur": 2988.384962081909, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.988384962081909, "detail": "Mono.Security.ASN1Convert" } },
{ "pid": 1, "tid": 25, "ts": 1863271.3623046875, "dur": 725.2300381660461, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7252300381660461, "detail": "Mono.Security.BitConverterLE" } },
{ "pid": 1, "tid": 25, "ts": 1863997.55859375, "dur": 18566.58935546875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.56658935546875, "detail": "Mono.Security.Cryptography.CryptoConvert" } },
{ "pid": 1, "tid": 25, "ts": 1882570.068359375, "dur": 17446.30241394043, "ph": "X", "name": "Mono.Security.cpp", "args": { "durationMS": 17.44630241394043, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 1900036.9873046875, "dur": 1506.065011024475, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.506065011024475, "detail": "System.DateTimeRawInfo" } },
{ "pid": 1, "tid": 25, "ts": 1901544.0673828125, "dur": 38784.08432006836, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 38.78408432006836, "detail": "System.DateTimeResult" } },
{ "pid": 1, "tid": 25, "ts": 1940506.4697265625, "dur": 370.822012424469, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.370822012424469, "detail": "System.Diagnostics.Debugger" } },
{ "pid": 1, "tid": 25, "ts": 1942041.748046875, "dur": 16822.704315185547, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.822704315185547, "detail": "System.Decimal" } },
{ "pid": 1, "tid": 25, "ts": 1959182.7392578125, "dur": 3161.7698669433594, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.1617698669433594, "detail": "System.Text.Decoder" } },
{ "pid": 1, "tid": 25, "ts": 1962345.458984375, "dur": 532.5930118560791, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5325930118560791, "detail": "System.Text.DecoderExceptionFallback" } },
{ "pid": 1, "tid": 25, "ts": 1962878.662109375, "dur": 1065.22798538208, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.06522798538208, "detail": "System.Text.DecoderExceptionFallbackBuffer" } },
{ "pid": 1, "tid": 25, "ts": 1963944.580078125, "dur": 1409.1850519180298, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4091850519180298, "detail": "System.Text.DecoderFallback" } },
{ "pid": 1, "tid": 25, "ts": 1965354.4921875, "dur": 4199.2597579956055, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.1992597579956055, "detail": "System.Text.DecoderFallbackBuffer" } },
{ "pid": 1, "tid": 25, "ts": 1969554.6875, "dur": 702.5690078735352, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7025690078735352, "detail": "System.Text.DecoderFallbackException" } },
{ "pid": 1, "tid": 25, "ts": 1970257.9345703125, "dur": 5376.85489654541, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.37685489654541, "detail": "System.Text.DecoderNLS" } },
{ "pid": 1, "tid": 25, "ts": 1975635.986328125, "dur": 1764.059066772461, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.764059066772461, "detail": "System.Text.DecoderReplacementFallback" } },
{ "pid": 1, "tid": 25, "ts": 1977400.87890625, "dur": 943.4260129928589, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9434260129928589, "detail": "System.Text.DecoderReplacementFallbackBuffer" } },
{ "pid": 1, "tid": 25, "ts": 1978344.970703125, "dur": 29791.8701171875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 29.7918701171875, "detail": "System.DefaultBinder" } },
{ "pid": 1, "tid": 25, "ts": 2008632.8125, "dur": 27689.462661743164, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 27.689462661743164, "detail": "System.Delegate" } },
{ "pid": 1, "tid": 25, "ts": 2036436.5234375, "dur": 2670.6581115722656, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6706581115722656, "detail": "System.DelegateSerializationHolder" } },
{ "pid": 1, "tid": 25, "ts": 2039108.0322265625, "dur": 481.3699722290039, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4813699722290039, "detail": "System.Runtime.Serialization.DeserializationEventHandler" } },
{ "pid": 1, "tid": 25, "ts": 2039590.33203125, "dur": 927.7499914169312, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9277499914169312, "detail": "System.Collections.DictionaryEntry" } },
{ "pid": 1, "tid": 25, "ts": 2040518.6767578125, "dur": 345.16000747680664, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.34516000747680664, "detail": "System.Collections.Generic.DictionaryHashHelpers" } },
{ "pid": 1, "tid": 25, "ts": 2040864.74609375, "dur": 5959.6052169799805, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.9596052169799805, "detail": "System.IO.Directory" } },
{ "pid": 1, "tid": 25, "ts": 2046825.0732421875, "dur": 3813.754081726074, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.813754081726074, "detail": "System.IO.DirectoryInfo" } },
{ "pid": 1, "tid": 25, "ts": 2050640.13671875, "dur": 670.8810329437256, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6708810329437256, "detail": "System.IO.DirectoryNotFoundException" } },
{ "pid": 1, "tid": 25, "ts": 2051449.462890625, "dur": 491.7930066585541, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4917930066585541, "detail": "System.Runtime.Remoting.DisposerReplySink" } },
{ "pid": 1, "tid": 25, "ts": 2051942.138671875, "dur": 582.7820301055908, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5827820301055908, "detail": "System.DivideByZeroException" } },
{ "pid": 1, "tid": 25, "ts": 2052525.634765625, "dur": 1923.5060214996338, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9235060214996338, "detail": "System.Runtime.InteropServices.DllImportAttribute" } },
{ "pid": 1, "tid": 25, "ts": 2054464.111328125, "dur": 657.8759551048279, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6578759551048279, "detail": "System.DllNotFoundException" } },
{ "pid": 1, "tid": 25, "ts": 2055122.802734375, "dur": 6971.356391906738, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.971356391906738, "detail": "System.Double" } },
{ "pid": 1, "tid": 25, "ts": 2062094.7265625, "dur": 753.1200051307678, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7531200051307678, "detail": "System.IO.DriveNotFoundException" } },
{ "pid": 1, "tid": 25, "ts": 2062849.12109375, "dur": 1808.2990646362305, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8082990646362305, "detail": "System.Reflection.Emit.DynamicMethod" } },
{ "pid": 1, "tid": 25, "ts": 2064658.203125, "dur": 3245.0718879699707, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.2450718879699707, "detail": "System.Runtime.Remoting.Contexts.DynamicPropertyCollection" } },
{ "pid": 1, "tid": 25, "ts": 2067904.052734375, "dur": 813.6149644851685, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8136149644851685, "detail": "System.Empty" } },
{ "pid": 1, "tid": 25, "ts": 2068718.994140625, "dur": 2242.990016937256, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.242990016937256, "detail": "System.Collections.EmptyReadOnlyDictionaryInternal" } },
{ "pid": 1, "tid": 25, "ts": 2070962.646484375, "dur": 2754.2340755462646, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7542340755462646, "detail": "System.Text.Encoder" } },
{ "pid": 1, "tid": 25, "ts": 2073717.7734375, "dur": 547.3660230636597, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5473660230636597, "detail": "System.Text.EncoderExceptionFallback" } },
{ "pid": 1, "tid": 25, "ts": 2074266.11328125, "dur": 1404.9299955368042, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4049299955368042, "detail": "System.Text.EncoderExceptionFallbackBuffer" } },
{ "pid": 1, "tid": 25, "ts": 2075671.875, "dur": 1401.8139839172363, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4018139839172363, "detail": "System.Text.EncoderFallback" } },
{ "pid": 1, "tid": 25, "ts": 2077074.462890625, "dur": 2025.9199142456055, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0259199142456055, "detail": "System.Text.EncoderFallbackBuffer" } },
{ "pid": 1, "tid": 25, "ts": 2079101.318359375, "dur": 1286.352038383484, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2863520383834839, "detail": "System.Text.EncoderFallbackException" } },
{ "pid": 1, "tid": 25, "ts": 2080389.404296875, "dur": 6359.633922576904, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.359633922576904, "detail": "System.Text.EncoderNLS" } },
{ "pid": 1, "tid": 25, "ts": 2086750, "dur": 1491.4219379425049, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4914219379425049, "detail": "System.Text.EncoderReplacementFallback" } },
{ "pid": 1, "tid": 25, "ts": 2088242.1875, "dur": 2337.9390239715576, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3379390239715576, "detail": "System.Text.EncoderReplacementFallbackBuffer" } },
{ "pid": 1, "tid": 25, "ts": 2090580.810546875, "dur": 26972.667694091797, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 26.972667694091797, "detail": "System.Text.Encoding" } },
{ "pid": 1, "tid": 25, "ts": 2117554.443359375, "dur": 3814.9819374084473, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.8149819374084473, "detail": "System.Text.EncodingHelper" } },
{ "pid": 1, "tid": 25, "ts": 2121370.361328125, "dur": 42633.384704589844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 42.633384704589844, "detail": "System.Text.EncodingNLS" } },
{ "pid": 1, "tid": 25, "ts": 2164005.37109375, "dur": 1807.263970375061, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.807263970375061, "detail": "System.Text.EncodingProvider" } },
{ "pid": 1, "tid": 25, "ts": 2165813.4765625, "dur": 27748.23760986328, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 27.74823760986328, "detail": "System.Globalization.EncodingTable" } },
{ "pid": 1, "tid": 25, "ts": 2193564.94140625, "dur": 160774.26147460938, "ph": "X", "name": "mscorlib4.cpp", "args": { "durationMS": 160.77426147460938, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 2354395.5078125, "dur": 17914.430618286133, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.914430618286133, "detail": "System.IO.StreamWriter" } },
{ "pid": 1, "tid": 25, "ts": 2372311.03515625, "dur": 1663.538098335266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6635380983352661, "detail": "System.Runtime.Serialization.StreamingContext" } },
{ "pid": 1, "tid": 25, "ts": 2373985.3515625, "dur": 102973.1216430664, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 102.9731216430664, "detail": "System.String" } },
{ "pid": 1, "tid": 25, "ts": 2476959.716796875, "dur": 31006.954193115234, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 31.006954193115234, "detail": "System.Text.StringBuilder" } },
{ "pid": 1, "tid": 25, "ts": 2507967.28515625, "dur": 655.0930142402649, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6550930142402649, "detail": "System.Text.StringBuilderCache" } },
{ "pid": 1, "tid": 25, "ts": 2508623.291015625, "dur": 2407.423973083496, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.407423973083496, "detail": "System.StringComparer" } },
{ "pid": 1, "tid": 25, "ts": 2511155.76171875, "dur": 2797.5521087646484, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7975521087646484, "detail": "System.IO.StringReader" } },
{ "pid": 1, "tid": 25, "ts": 2513954.1015625, "dur": 727.2949814796448, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7272949814796448, "detail": "System.IO.StringResultHandler" } },
{ "pid": 1, "tid": 25, "ts": 2514749.267578125, "dur": 1346.4100360870361, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3464100360870361, "detail": "System.Reflection.StrongNameKeyPair" } },
{ "pid": 1, "tid": 25, "ts": 2516111.328125, "dur": 1359.9960803985596, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3599960803985596, "detail": "System.Threading.SynchronizationContext" } },
{ "pid": 1, "tid": 25, "ts": 2517472.412109375, "dur": 1214.7760391235352, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2147760391235352, "detail": "System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation" } },
{ "pid": 1, "tid": 25, "ts": 2518687.744140625, "dur": 802.8849959373474, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8028849959373474, "detail": "System.Threading.SynchronizationLockException" } },
{ "pid": 1, "tid": 25, "ts": 2519491.455078125, "dur": 1382.3050260543823, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3823050260543823, "detail": "System.SystemException" } },
{ "pid": 1, "tid": 25, "ts": 2521113.525390625, "dur": 18204.5841217041, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.2045841217041, "detail": "System.Globalization.TaiwanCalendar" } },
{ "pid": 1, "tid": 25, "ts": 2539319.091796875, "dur": 550.9699583053589, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5509699583053589, "detail": "System.Reflection.TargetException" } },
{ "pid": 1, "tid": 25, "ts": 2539871.337890625, "dur": 676.4209866523743, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6764209866523743, "detail": "System.Reflection.TargetInvocationException" } },
{ "pid": 1, "tid": 25, "ts": 2540548.583984375, "dur": 634.5570087432861, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6345570087432861, "detail": "System.Reflection.TargetParameterCountException" } },
{ "pid": 1, "tid": 25, "ts": 2541184.08203125, "dur": 44772.056579589844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 44.772056579589844, "detail": "System.Threading.Tasks.Task" } },
{ "pid": 1, "tid": 25, "ts": 2585960.44921875, "dur": 35190.330505371094, "ph": "X", "name": "mscorlib12.cpp", "args": { "durationMS": 35.190330505371094, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 2621169.189453125, "dur": 4062.8151893615723, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.062815189361572, "detail": "UnityEngine.UI.SpriteState" } },
{ "pid": 1, "tid": 25, "ts": 2625232.91015625, "dur": 50867.515563964844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 50.867515563964844, "detail": "UnityEngine.EventSystems.StandaloneInputModule" } },
{ "pid": 1, "tid": 25, "ts": 2676102.05078125, "dur": 10483.892440795898, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.483892440795898, "detail": "UnityEngine.UI.StencilMaterial" } },
{ "pid": 1, "tid": 25, "ts": 2686587.158203125, "dur": 22276.418685913086, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 22.276418685913086, "detail": "UnityEngine.UI.Text" } },
{ "pid": 1, "tid": 25, "ts": 2708864.74609375, "dur": 9932.162284851074, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.932162284851074, "detail": "UnityEngine.UI.Toggle" } },
{ "pid": 1, "tid": 25, "ts": 2718798.095703125, "dur": 14955.76286315918, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.95576286315918, "detail": "UnityEngine.UI.ToggleGroup" } },
{ "pid": 1, "tid": 25, "ts": 2733754.638671875, "dur": 18235.319137573242, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.235319137573242, "detail": "UnityEngine.EventSystems.TouchInputModule" } },
{ "pid": 1, "tid": 25, "ts": 2751990.966796875, "dur": 8957.651138305664, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.957651138305664, "detail": "UnityEngine.EventSystems.UIBehaviour" } },
{ "pid": 1, "tid": 25, "ts": 2760949.70703125, "dur": 13119.479179382324, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.119479179382324, "detail": "UnityEngine.UI.VertexHelper" } },
{ "pid": 1, "tid": 25, "ts": 2774069.82421875, "dur": 1418.6229705810547, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4186229705810547, "detail": "UnityEngine.UI.VerticalLayoutGroup" } },
{ "pid": 1, "tid": 25, "ts": 2775509.521484375, "dur": 1688.3260011672974, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6883260011672974, "detail": "UnityEngine.UI.Button/<OnFinishSubmit>d__9" } },
{ "pid": 1, "tid": 25, "ts": 2777519.04296875, "dur": 2591.930866241455, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.591930866241455, "detail": "UnityEngine.UI.DefaultControls/DefaultRuntimeFactory" } },
{ "pid": 1, "tid": 25, "ts": 2780111.572265625, "dur": 359.33899879455566, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.35933899879455566, "detail": "UnityEngine.UI.DefaultControls/Resources" } },
{ "pid": 1, "tid": 25, "ts": 2780471.6796875, "dur": 2130.592107772827, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.130592107772827, "detail": "UnityEngine.UI.Dropdown/<>c__DisplayClass62_0" } },
{ "pid": 1, "tid": 25, "ts": 2782603.02734375, "dur": 910.8549952507019, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9108549952507019, "detail": "UnityEngine.UI.Dropdown/<DelayedDestroyDropdownList>d__74" } },
{ "pid": 1, "tid": 25, "ts": 2783682.12890625, "dur": 1515.8309936523438, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5158309936523438, "detail": "UnityEngine.UI.Dropdown/DropdownItem" } },
{ "pid": 1, "tid": 25, "ts": 2785198.73046875, "dur": 1325.0150680541992, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3250150680541992, "detail": "UnityEngine.UI.Dropdown/OptionData" } },
{ "pid": 1, "tid": 25, "ts": 2786524.90234375, "dur": 595.1109528541565, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5951109528541565, "detail": "UnityEngine.UI.Dropdown/OptionDataList" } },
{ "pid": 1, "tid": 25, "ts": 2787120.60546875, "dur": 557.9320192337036, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5579320192337036, "detail": "UnityEngine.EventSystems.EventTrigger/Entry" } },
{ "pid": 1, "tid": 25, "ts": 2787839.35546875, "dur": 752.04998254776, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.75204998254776, "detail": "UnityEngine.EventSystems.ExecuteEvents/<>c" } },
{ "pid": 1, "tid": 25, "ts": 2788756.103515625, "dur": 1256.7369937896729, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2567369937896729, "detail": "UnityEngine.UI.GraphicRaycaster/<>c" } },
{ "pid": 1, "tid": 25, "ts": 2790122.55859375, "dur": 37831.302642822266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 37.831302642822266, "detail": "UnityEngine.UI.InputField/<CaretBlink>d__159" } },
{ "pid": 1, "tid": 25, "ts": 2827955.56640625, "dur": 2368.6771392822266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3686771392822266, "detail": "UnityEngine.UI.InputField/<MouseDragOutsideRect>d__179" } },
{ "pid": 1, "tid": 25, "ts": 2830526.3671875, "dur": 987.7409934997559, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9877409934997559, "detail": "UnityEngine.UI.InputField/OnValidateInput" } },
{ "pid": 1, "tid": 25, "ts": 2831657.2265625, "dur": 1494.499921798706, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.494499921798706, "detail": "UnityEngine.UI.LayoutGroup/<DelayedSetDirty>d__56" } },
{ "pid": 1, "tid": 25, "ts": 2833152.83203125, "dur": 2138.9858722686768, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1389858722686768, "detail": "UnityEngine.UI.LayoutRebuilder/<>c" } },
{ "pid": 1, "tid": 25, "ts": 2835292.724609375, "dur": 1832.481026649475, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.832481026649475, "detail": "UnityEngine.UI.LayoutUtility/<>c" } },
{ "pid": 1, "tid": 25, "ts": 2837304.6875, "dur": 982.1740388870239, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9821740388870239, "detail": "UnityEngine.EventSystems.PhysicsRaycaster/RaycastHitComparer" } },
{ "pid": 1, "tid": 25, "ts": 2838307.861328125, "dur": 1295.408010482788, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.295408010482788, "detail": "UnityEngine.EventSystems.PointerInputModule/ButtonState" } },
{ "pid": 1, "tid": 25, "ts": 2839604.00390625, "dur": 418.6670184135437, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4186670184135437, "detail": "UnityEngine.EventSystems.PointerInputModule/MouseButtonEventData" } },
{ "pid": 1, "tid": 25, "ts": 2840023.4375, "dur": 2196.274995803833, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.196274995803833, "detail": "UnityEngine.EventSystems.PointerInputModule/MouseState" } },
{ "pid": 1, "tid": 25, "ts": 2842220.458984375, "dur": 3167.1769618988037, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.1671769618988037, "detail": "UnityEngine.UI.ReflectionMethodsCache/GetRayIntersectionAllCallback" } },
{ "pid": 1, "tid": 25, "ts": 2845388.916015625, "dur": 1333.475947380066, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.333475947380066, "detail": "UnityEngine.UI.ReflectionMethodsCache/GetRayIntersectionAllNonAllocCallback" } },
{ "pid": 1, "tid": 25, "ts": 2846723.14453125, "dur": 1558.1570863723755, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5581570863723755, "detail": "UnityEngine.UI.ReflectionMethodsCache/GetRaycastNonAllocCallback" } },
{ "pid": 1, "tid": 25, "ts": 2848281.73828125, "dur": 1202.2740840911865, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2022740840911865, "detail": "UnityEngine.UI.ReflectionMethodsCache/Raycast2DCallback" } },
{ "pid": 1, "tid": 25, "ts": 2849485.107421875, "dur": 1507.1499347686768, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5071499347686768, "detail": "UnityEngine.UI.ReflectionMethodsCache/Raycast3DCallback" } },
{ "pid": 1, "tid": 25, "ts": 2850992.919921875, "dur": 1368.7000274658203, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3687000274658203, "detail": "UnityEngine.UI.ReflectionMethodsCache/RaycastAllCallback" } },
{ "pid": 1, "tid": 25, "ts": 2852547.607421875, "dur": 3827.0928859710693, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.8270928859710693, "detail": "UnityEngine.UI.Scrollbar/<ClickRepeat>d__58" } },
{ "pid": 1, "tid": 25, "ts": 2857039.794921875, "dur": 511.2680196762085, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5112680196762085, "detail": "UnityEngine.UI.ToggleGroup/<>c" } },
{ "pid": 1, "tid": 25, "ts": 2857553.7109375, "dur": 99706.1996459961, "ph": "X", "name": "UnityEngine.UI3.cpp", "args": { "durationMS": 99.7061996459961, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 2957279.78515625, "dur": 23422.70851135254, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 23.42270851135254, "detail": "System.Collections.Generic.List`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 25, "ts": 2980704.1015625, "dur": 22591.840744018555, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 22.591840744018555, "detail": "System.Collections.Generic.List`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 25, "ts": 3003298.095703125, "dur": 58591.35437011719, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 58.59135437011719, "detail": "System.Collections.Generic.List`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 25, "ts": 3061890.869140625, "dur": 47479.22897338867, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 47.47922897338867, "detail": "System.Collections.Generic.List`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 25, "ts": 3109392.822265625, "dur": 21471.054077148438, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 21.471054077148438, "detail": "System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 25, "ts": 3130865.966796875, "dur": 20390.33317565918, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 20.39033317565918, "detail": "System.Collections.Generic.List`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 25, "ts": 3151258.7890625, "dur": 51984.55047607422, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 51.98455047607422, "detail": "System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 25, "ts": 3203253.173828125, "dur": 5088.6712074279785, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.0886712074279785, "detail": "Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>" } },
{ "pid": 1, "tid": 25, "ts": 3208343.75, "dur": 4328.929901123047, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.328929901123047, "detail": "Unity.Collections.NativeArray`1<System.Byte>" } },
{ "pid": 1, "tid": 25, "ts": 3212674.31640625, "dur": 6392.766952514648, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.392766952514648, "detail": "Unity.Collections.NativeArray`1<System.Int32>" } },
{ "pid": 1, "tid": 25, "ts": 3219071.533203125, "dur": 4389.136791229248, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.389136791229248, "detail": "Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>" } },
{ "pid": 1, "tid": 25, "ts": 3223462.890625, "dur": 7372.466087341309, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.372466087341309, "detail": "Unity.Collections.NativeArray`1<UnityEngine.Plane>" } },
{ "pid": 1, "tid": 25, "ts": 3231132.080078125, "dur": 6420.895576477051, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.420895576477051, "detail": "System.Nullable`1<System.Boolean>" } },
{ "pid": 1, "tid": 25, "ts": 3237554.6875, "dur": 2776.7159938812256, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.7767159938812256, "detail": "System.Nullable`1<System.Int32>" } },
{ "pid": 1, "tid": 25, "ts": 3240336.181640625, "dur": 953.4389972686768, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9534389972686768, "detail": "System.Collections.Generic.ObjectComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 25, "ts": 3241291.748046875, "dur": 828.8429975509644, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8288429975509644, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 25, "ts": 3242123.53515625, "dur": 955.9269547462463, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9559269547462463, "detail": "System.Collections.Generic.ObjectComparer`1<System.Int32>" } },
{ "pid": 1, "tid": 25, "ts": 3243081.54296875, "dur": 962.5419974327087, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9625419974327087, "detail": "System.Collections.Generic.ObjectComparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 25, "ts": 3244051.7578125, "dur": 796.2890267372131, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7962890267372131, "detail": "System.Collections.Generic.ObjectComparer`1<System.Object>" } },
{ "pid": 1, "tid": 25, "ts": 3244850.341796875, "dur": 836.0159993171692, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8360159993171692, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 25, "ts": 3245688.4765625, "dur": 810.8229637145996, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8108229637145996, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 25, "ts": 3246501.46484375, "dur": 1554.4390678405762, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.5544390678405762, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 25, "ts": 3248057.861328125, "dur": 843.9409732818604, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8439409732818604, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 25, "ts": 3248903.3203125, "dur": 859.9169850349426, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8599169850349426, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 25, "ts": 3249765.380859375, "dur": 839.5340442657471, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8395340442657471, "detail": "System.Collections.Generic.ObjectComparer`1<System.UInt64>" } },
{ "pid": 1, "tid": 25, "ts": 3250607.177734375, "dur": 949.0019679069519, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9490019679069519, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 25, "ts": 3251558.10546875, "dur": 886.1159682273865, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8861159682273865, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 25, "ts": 3252446.2890625, "dur": 899.8330235481262, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8998330235481262, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 25, "ts": 3253348.388671875, "dur": 1097.282886505127, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.097282886505127, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 25, "ts": 3254447.75390625, "dur": 816.7640566825867, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8167640566825867, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 25, "ts": 3255267.578125, "dur": 3197.965145111084, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.197965145111084, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 25, "ts": 3258467.28515625, "dur": 2330.2409648895264, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3302409648895264, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>" } },
{ "pid": 1, "tid": 25, "ts": 3260799.560546875, "dur": 2439.054012298584, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.439054012298584, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>" } },
{ "pid": 1, "tid": 25, "ts": 3263240.234375, "dur": 2187.756061553955, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.187756061553955, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Char>" } },
{ "pid": 1, "tid": 25, "ts": 3265430.908203125, "dur": 2499.785900115967, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.499785900115967, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 25, "ts": 3267932.373046875, "dur": 2969.850778579712, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.969850778579712, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 25, "ts": 3270904.296875, "dur": 2578.845977783203, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.578845977783203, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>" } },
{ "pid": 1, "tid": 25, "ts": 3273496.58203125, "dur": 28034.194946289062, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 28.034194946289062, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 25, "ts": 3301533.203125, "dur": 2517.6429748535156, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5176429748535156, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 25, "ts": 3304053.22265625, "dur": 2345.1361656188965, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3451361656188965, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Object>" } },
{ "pid": 1, "tid": 25, "ts": 3306400.146484375, "dur": 2474.653959274292, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.474653959274292, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 25, "ts": 3308876.708984375, "dur": 2662.897825241089, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.662897825241089, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 25, "ts": 3311541.748046875, "dur": 2359.952926635742, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.359952926635742, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Single>" } },
{ "pid": 1, "tid": 25, "ts": 3313903.80859375, "dur": 2547.6632118225098, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5476632118225098, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 25, "ts": 3316457.51953125, "dur": 2593.9419269561768, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5939419269561768, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 25, "ts": 3319053.466796875, "dur": 2553.7028312683105, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5537028312683105, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 25, "ts": 3321609.130859375, "dur": 2537.5359058380127, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5375359058380127, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 25, "ts": 3324148.681640625, "dur": 2229.5730113983154, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2295730113983154, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 25, "ts": 3326380.615234375, "dur": 2247.3011016845703, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2473011016845703, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 25, "ts": 3328630.126953125, "dur": 2530.380964279175, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.530380964279175, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 25, "ts": 3331162.353515625, "dur": 2439.0928745269775, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4390928745269775, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 25, "ts": 3333603.759765625, "dur": 2436.6750717163086, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4366750717163086, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 25, "ts": 3336042.48046875, "dur": 3161.824941635132, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.161824941635132, "detail": "UnityEngine.UI.ObjectPool`1<System.Object>" } },
{ "pid": 1, "tid": 25, "ts": 3339207.03125, "dur": 661.5260243415833, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6615260243415833, "detail": "System.Predicate`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 25, "ts": 3339870.849609375, "dur": 574.0999579429626, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5740999579429626, "detail": "System.Predicate`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 25, "ts": 3340446.533203125, "dur": 595.6359505653381, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5956359505653381, "detail": "System.Predicate`1<System.Int32>" } },
{ "pid": 1, "tid": 25, "ts": 3341044.189453125, "dur": 564.985990524292, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.564985990524292, "detail": "System.Predicate`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 25, "ts": 3341610.595703125, "dur": 512.9260420799255, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5129260420799255, "detail": "System.Predicate`1<System.Object>" } },
{ "pid": 1, "tid": 25, "ts": 3342125.244140625, "dur": 737.1740341186523, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7371740341186523, "detail": "System.Predicate`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 25, "ts": 3342864.74609375, "dur": 629.6659708023071, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6296659708023071, "detail": "System.Predicate`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 25, "ts": 3343496.09375, "dur": 568.7209963798523, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5687209963798523, "detail": "System.Predicate`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 25, "ts": 3344066.162109375, "dur": 551.3959527015686, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5513959527015686, "detail": "System.Predicate`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 25, "ts": 3344618.896484375, "dur": 558.3480596542358, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5583480596542358, "detail": "System.Predicate`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 25, "ts": 3345178.955078125, "dur": 606.5450310707092, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6065450310707092, "detail": "System.Predicate`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 25, "ts": 3345787.353515625, "dur": 614.9740219116211, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6149740219116211, "detail": "System.Predicate`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 25, "ts": 3346405.2734375, "dur": 613.6019825935364, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6136019825935364, "detail": "System.Predicate`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 25, "ts": 3347020.99609375, "dur": 960.2069854736328, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9602069854736328, "detail": "System.Predicate`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 25, "ts": 3347983.154296875, "dur": 8554.137229919434, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.554137229919434, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>" } },
{ "pid": 1, "tid": 25, "ts": 3356540.0390625, "dur": 29708.656311035156, "ph": "X", "name": "Generics4.cpp", "args": { "durationMS": 29.708656311035156, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 3386265.380859375, "dur": 75746.337890625, "ph": "X", "name": "Idle", "args": { "durationMS": 75.746337890625, "detail": "" } },
{ "pid": 1, "tid": 26, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 26, "ts": 1251332.6416015625, "dur": 21559.179306030273, "ph": "X", "name": "Idle", "args": { "durationMS": 21.559179306030273, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 1283964.84375, "dur": 3159.8598957061768, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 3.1598598957061768, "detail": "System" } },
{ "pid": 1, "tid": 26, "ts": 1288437.6220703125, "dur": 234240.14282226562, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 234.24014282226562, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 26, "ts": 1289971.0693359375, "dur": 232705.2764892578, "ph": "X", "name": "Mono.Security_Attr.cpp", "args": { "durationMS": 232.7052764892578, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 1524713.8671875, "dur": 6776.882171630859, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 6.776882171630859, "detail": "UnityEngine.GridModule" } },
{ "pid": 1, "tid": 26, "ts": 1524756.4697265625, "dur": 6733.774662017822, "ph": "X", "name": "UnityEngine.GridModule_Attr.cpp", "args": { "durationMS": 6.733774662017822, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 1531493.65234375, "dur": 6580.465316772461, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 6.580465316772461, "detail": "UnityEngine.TilemapModule" } },
{ "pid": 1, "tid": 26, "ts": 1531533.447265625, "dur": 6540.185928344727, "ph": "X", "name": "UnityEngine.TilemapModule_Attr.cpp", "args": { "durationMS": 6.540185928344727, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 1538076.5380859375, "dur": 8621.789932250977, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 8.621789932250977, "detail": "UnityEngine.VideoModule" } },
{ "pid": 1, "tid": 26, "ts": 1538093.3837890625, "dur": 8604.423522949219, "ph": "X", "name": "UnityEngine.VideoModule_Attr.cpp", "args": { "durationMS": 8.604423522949219, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 1561752.44140625, "dur": 1650.2079963684082, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6502079963684082, "detail": "<Module>" } },
{ "pid": 1, "tid": 26, "ts": 1563430.908203125, "dur": 32791.255950927734, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 32.791255950927734, "detail": "UnityEngine.Physics2D" } },
{ "pid": 1, "tid": 26, "ts": 1596223.388671875, "dur": 13793.126106262207, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.793126106262207, "detail": "UnityEngine.RaycastHit2D" } },
{ "pid": 1, "tid": 26, "ts": 1610038.9404296875, "dur": 4803.367137908936, "ph": "X", "name": "UnityEngine.Physics2DModule.cpp", "args": { "durationMS": 4.8033671379089355, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 1614895.8740234375, "dur": 786.6490483283997, "ph": "X", "name": "UnityEngine.SpriteShapeModule.cpp", "args": { "durationMS": 0.7866490483283997, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 1615718.505859375, "dur": 8554.527282714844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.554527282714844, "detail": "UnityEngine.Canvas" } },
{ "pid": 1, "tid": 26, "ts": 1624274.2919921875, "dur": 534.72501039505, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.53472501039505, "detail": "UnityEngine.CanvasGroup" } },
{ "pid": 1, "tid": 26, "ts": 1624809.5703125, "dur": 4017.3730850219727, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.017373085021973, "detail": "UnityEngine.CanvasRenderer" } },
{ "pid": 1, "tid": 26, "ts": 1628828.0029296875, "dur": 9506.084442138672, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.506084442138672, "detail": "UnityEngine.RectTransformUtility" } },
{ "pid": 1, "tid": 26, "ts": 1638672.119140625, "dur": 28330.055236816406, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 28.330055236816406, "detail": "UnityEngine.Canvas/WillRenderCanvases" } },
{ "pid": 1, "tid": 26, "ts": 1667020.6298828125, "dur": 12679.525375366211, "ph": "X", "name": "UnityEngine.UIModule.cpp", "args": { "durationMS": 12.679525375366211, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 1679738.28125, "dur": 1035.417079925537, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.035417079925537, "detail": "UnityEngine.Networking.CertificateHandler" } },
{ "pid": 1, "tid": 26, "ts": 1680774.5361328125, "dur": 1580.711007118225, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.580711007118225, "detail": "UnityEngine.Networking.DownloadHandler" } },
{ "pid": 1, "tid": 26, "ts": 1682356.0791015625, "dur": 1216.3490056991577, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2163490056991577, "detail": "UnityEngine.Networking.DownloadHandlerBuffer" } },
{ "pid": 1, "tid": 26, "ts": 1683573.3642578125, "dur": 11404.483795166016, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.404483795166016, "detail": "UnityEngine.Networking.UnityWebRequest" } },
{ "pid": 1, "tid": 26, "ts": 1694978.6376953125, "dur": 1678.7540912628174, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6787540912628174, "detail": "UnityEngine.Networking.UnityWebRequestAsyncOperation" } },
{ "pid": 1, "tid": 26, "ts": 1696658.203125, "dur": 676.3039827346802, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6763039827346802, "detail": "UnityEngine.Networking.UploadHandler" } },
{ "pid": 1, "tid": 26, "ts": 1697555.17578125, "dur": 4610.52131652832, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.61052131652832, "detail": "UnityEngine.WWWTranscoder" } },
{ "pid": 1, "tid": 26, "ts": 1702166.50390625, "dur": 6604.149341583252, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.604149341583252, "detail": "UnityEngineInternal.WebRequestUtils" } },
{ "pid": 1, "tid": 26, "ts": 1708812.01171875, "dur": 14384.359359741211, "ph": "X", "name": "UnityEngine.UnityWebRequestModule.cpp", "args": { "durationMS": 14.384359359741211, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 1723246.58203125, "dur": 9560.383796691895, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.560383796691895, "detail": "ButtonClose" } },
{ "pid": 1, "tid": 26, "ts": 1732807.6171875, "dur": 683.8759779930115, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6838759779930115, "detail": "Global" } },
{ "pid": 1, "tid": 26, "ts": 1733492.431640625, "dur": 1751.0489225387573, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7510489225387573, "detail": "MusicFade" } },
{ "pid": 1, "tid": 26, "ts": 1735244.384765625, "dur": 19532.968521118164, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 19.532968521118164, "detail": "TapMain" } },
{ "pid": 1, "tid": 26, "ts": 1754778.4423828125, "dur": 2035.7921123504639, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.035792112350464, "detail": "process" } },
{ "pid": 1, "tid": 26, "ts": 1756815.185546875, "dur": 1011.3760232925415, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0113760232925415, "detail": "video" } },
{ "pid": 1, "tid": 26, "ts": 1757827.1484375, "dur": 1491.3100004196167, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4913100004196167, "detail": "TapMain/<LoadBGImg>d__33" } },
{ "pid": 1, "tid": 26, "ts": 1759319.3359375, "dur": 1226.7110347747803, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2267110347747803, "detail": "TapMain/<LoadBGMusic>d__35" } },
{ "pid": 1, "tid": 26, "ts": 1760546.7529296875, "dur": 1446.6100931167603, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4466100931167603, "detail": "TapMain/<LoadHandImg>d__34" } },
{ "pid": 1, "tid": 26, "ts": 1761994.2626953125, "dur": 1212.561011314392, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.212561011314392, "detail": "TapMain/<LoadWaterVoice>d__36" } },
{ "pid": 1, "tid": 26, "ts": 1763209.47265625, "dur": 17379.86946105957, "ph": "X", "name": "Assembly-CSharp.cpp", "args": { "durationMS": 17.37986946105957, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 1780668.212890625, "dur": 2252.5269985198975, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2525269985198975, "detail": "UnityEngine.SocialPlatforms.Impl.Achievement" } },
{ "pid": 1, "tid": 26, "ts": 1782921.5087890625, "dur": 2071.826934814453, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.071826934814453, "detail": "UnityEngine.SocialPlatforms.Impl.AchievementDescription" } },
{ "pid": 1, "tid": 26, "ts": 1784994.384765625, "dur": 20637.052536010742, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.637052536010742, "detail": "UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform" } },
{ "pid": 1, "tid": 26, "ts": 1805632.568359375, "dur": 1602.0159721374512, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6020159721374512, "detail": "UnityEngine.SocialPlatforms.GameCenter.GcAchievementData" } },
{ "pid": 1, "tid": 26, "ts": 1807235.4736328125, "dur": 962.020993232727, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.962020993232727, "detail": "UnityEngine.SocialPlatforms.GameCenter.GcAchievementDescriptionData" } },
{ "pid": 1, "tid": 26, "ts": 1808198.1201171875, "dur": 3833.5440158843994, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.8335440158843994, "detail": "UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard" } },
{ "pid": 1, "tid": 26, "ts": 1812032.8369140625, "dur": 1106.1400175094604, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1061400175094604, "detail": "UnityEngine.SocialPlatforms.GameCenter.GcScoreData" } },
{ "pid": 1, "tid": 26, "ts": 1813139.7705078125, "dur": 1395.7819938659668, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3957819938659668, "detail": "UnityEngine.SocialPlatforms.GameCenter.GcUserProfileData" } },
{ "pid": 1, "tid": 26, "ts": 1814536.4990234375, "dur": 3248.037099838257, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.248037099838257, "detail": "UnityEngine.SocialPlatforms.Impl.Leaderboard" } },
{ "pid": 1, "tid": 26, "ts": 1817785.64453125, "dur": 701.7720341682434, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7017720341682434, "detail": "UnityEngine.SocialPlatforms.Impl.LocalUser" } },
{ "pid": 1, "tid": 26, "ts": 1818734.375, "dur": 3607.496976852417, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.607496976852417, "detail": "UnityEngine.SocialPlatforms.Impl.Score" } },
{ "pid": 1, "tid": 26, "ts": 1822357.5439453125, "dur": 2156.266927719116, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.156266927719116, "detail": "UnityEngine.SocialPlatforms.Impl.UserProfile" } },
{ "pid": 1, "tid": 26, "ts": 1824865.72265625, "dur": 123714.64538574219, "ph": "X", "name": "UnityEngine.GameCenterModule.cpp", "args": { "durationMS": 123.71464538574219, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 1948600.341796875, "dur": 701.8680572509766, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7018680572509766, "detail": "System.IO.EndOfStreamException" } },
{ "pid": 1, "tid": 26, "ts": 1949303.1005859375, "dur": 704.1249871253967, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7041249871253967, "detail": "System.EntryPointNotFoundException" } },
{ "pid": 1, "tid": 26, "ts": 1950007.9345703125, "dur": 12605.83209991455, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.60583209991455, "detail": "System.Enum" } },
{ "pid": 1, "tid": 26, "ts": 1962614.74609375, "dur": 4430.238246917725, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.430238246917725, "detail": "System.Reflection.Emit.EnumBuilder" } },
{ "pid": 1, "tid": 26, "ts": 1967045.7763671875, "dur": 11795.125007629395, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.795125007629395, "detail": "System.Environment" } },
{ "pid": 1, "tid": 26, "ts": 1979055.908203125, "dur": 625.5120038986206, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6255120038986206, "detail": "System.Runtime.Remoting.Messaging.EnvoyTerminatorSink" } },
{ "pid": 1, "tid": 26, "ts": 1979682.12890625, "dur": 5956.941604614258, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.956941604614258, "detail": "System.Runtime.CompilerServices.Ephemeron" } },
{ "pid": 1, "tid": 26, "ts": 1985640.0146484375, "dur": 556.812047958374, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.556812047958374, "detail": "System.Globalization.EraInfo" } },
{ "pid": 1, "tid": 26, "ts": 1986197.509765625, "dur": 1026.3710021972656, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0263710021972656, "detail": "System.Runtime.Remoting.Messaging.ErrorMessage" } },
{ "pid": 1, "tid": 26, "ts": 1987497.802734375, "dur": 530.8110117912292, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5308110117912292, "detail": "System.EventHandler" } },
{ "pid": 1, "tid": 26, "ts": 1988029.4189453125, "dur": 1795.6750392913818, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7956750392913818, "detail": "System.Reflection.EventInfo" } },
{ "pid": 1, "tid": 26, "ts": 1989838.0126953125, "dur": 740.9740090370178, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7409740090370178, "detail": "System.Diagnostics.Tracing.EventSource" } },
{ "pid": 1, "tid": 26, "ts": 1990579.7119140625, "dur": 1942.1820640563965, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9421820640563965, "detail": "System.Threading.EventWaitHandle" } },
{ "pid": 1, "tid": 26, "ts": 1992522.705078125, "dur": 1067.9900646209717, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0679900646209717, "detail": "System.Security.Policy.Evidence" } },
{ "pid": 1, "tid": 26, "ts": 1993591.4306640625, "dur": 9658.635139465332, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.658635139465332, "detail": "System.Exception" } },
{ "pid": 1, "tid": 26, "ts": 2003267.7001953125, "dur": 1119.0439462661743, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1190439462661743, "detail": "System.Runtime.ExceptionServices.ExceptionDispatchInfo" } },
{ "pid": 1, "tid": 26, "ts": 2004387.5732421875, "dur": 840.3800129890442, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8403800129890442, "detail": "System.Reflection.ExceptionHandlingClause" } },
{ "pid": 1, "tid": 26, "ts": 2005254.150390625, "dur": 11793.085098266602, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.793085098266602, "detail": "System.Threading.ExecutionContext" } },
{ "pid": 1, "tid": 26, "ts": 2017047.9736328125, "dur": 936.9269609451294, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9369269609451294, "detail": "System.Threading.ExecutionContextSwitcher" } },
{ "pid": 1, "tid": 26, "ts": 2017985.83984375, "dur": 821.334958076477, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.821334958076477, "detail": "System.ExecutionEngineException" } },
{ "pid": 1, "tid": 26, "ts": 2018807.7392578125, "dur": 1605.855941772461, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.605855941772461, "detail": "Microsoft.Win32.ExpandString" } },
{ "pid": 1, "tid": 26, "ts": 2020414.55078125, "dur": 12096.096992492676, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.096096992492676, "detail": "System.Runtime.CompilerServices.ExtensionAttribute" } },
{ "pid": 1, "tid": 26, "ts": 2032511.8408203125, "dur": 1407.994031906128, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.407994031906128, "detail": "System.Runtime.InteropServices.ExternalException" } },
{ "pid": 1, "tid": 26, "ts": 2033933.7158203125, "dur": 2919.170141220093, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.9191701412200928, "detail": "System.Resources.FastResourceComparer" } },
{ "pid": 1, "tid": 26, "ts": 2036853.6376953125, "dur": 632.2389841079712, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6322389841079712, "detail": "System.FieldAccessException" } },
{ "pid": 1, "tid": 26, "ts": 2037500.9765625, "dur": 1431.9860935211182, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4319860935211182, "detail": "System.Reflection.Emit.FieldBuilder" } },
{ "pid": 1, "tid": 26, "ts": 2038933.837890625, "dur": 3887.539863586426, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.887539863586426, "detail": "System.Reflection.FieldInfo" } },
{ "pid": 1, "tid": 26, "ts": 2042968.75, "dur": 1999.3610382080078, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9993610382080078, "detail": "System.IO.File" } },
{ "pid": 1, "tid": 26, "ts": 2045125.732421875, "dur": 3419.171094894409, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.419171094894409, "detail": "System.IO.FileLoadException" } },
{ "pid": 1, "tid": 26, "ts": 2048558.59375, "dur": 3262.274980545044, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.262274980545044, "detail": "System.IO.FileNotFoundException" } },
{ "pid": 1, "tid": 26, "ts": 2051842.041015625, "dur": 23936.901092529297, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 23.936901092529297, "detail": "System.IO.FileStream" } },
{ "pid": 1, "tid": 26, "ts": 2075779.78515625, "dur": 732.5880527496338, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7325880527496338, "detail": "System.IO.FileStreamAsyncResult" } },
{ "pid": 1, "tid": 26, "ts": 2076513.18359375, "dur": 418.46898198127747, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.41846898198127747, "detail": "System.IO.FileSystemEnumerableFactory" } },
{ "pid": 1, "tid": 26, "ts": 2076932.6171875, "dur": 511.0120177268982, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5110120177268982, "detail": "System.IO.FileSystemEnumerableHelpers" } },
{ "pid": 1, "tid": 26, "ts": 2077444.3359375, "dur": 1486.353039741516, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4863530397415161, "detail": "System.IO.FileSystemInfo" } },
{ "pid": 1, "tid": 26, "ts": 2079457.763671875, "dur": 915.2289628982544, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9152289628982544, "detail": "System.Runtime.Serialization.FixupHolderList" } },
{ "pid": 1, "tid": 26, "ts": 2080491.943359375, "dur": 844.0359830856323, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8440359830856323, "detail": "System.FormatException" } },
{ "pid": 1, "tid": 26, "ts": 2081350.341796875, "dur": 1758.9479684829712, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7589479684829712, "detail": "System.Runtime.Serialization.FormatterConverter" } },
{ "pid": 1, "tid": 26, "ts": 2083226.07421875, "dur": 15097.513198852539, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.097513198852539, "detail": "System.Runtime.Serialization.FormatterServices" } },
{ "pid": 1, "tid": 26, "ts": 2098465.33203125, "dur": 2403.1929969787598, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4031929969787598, "detail": "System.GC" } },
{ "pid": 1, "tid": 26, "ts": 2100869.140625, "dur": 5783.936023712158, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.783936023712158, "detail": "System.Runtime.InteropServices.GCHandle" } },
{ "pid": 1, "tid": 26, "ts": 2106676.7578125, "dur": 4472.441673278809, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.472441673278809, "detail": "System.Reflection.Emit.GenericTypeParameterBuilder" } },
{ "pid": 1, "tid": 26, "ts": 2111150.146484375, "dur": 9846.089363098145, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.846089363098145, "detail": "System.Globalization.GregorianCalendar" } },
{ "pid": 1, "tid": 26, "ts": 2120997.55859375, "dur": 19739.08233642578, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 19.73908233642578, "detail": "System.Globalization.GregorianCalendarHelper" } },
{ "pid": 1, "tid": 26, "ts": 2140756.34765625, "dur": 43303.39050292969, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 43.30339050292969, "detail": "System.Guid" } },
{ "pid": 1, "tid": 26, "ts": 2184062.98828125, "dur": 174181.9610595703, "ph": "X", "name": "mscorlib5.cpp", "args": { "durationMS": 174.1819610595703, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 2358267.578125, "dur": 4501.571178436279, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.501571178436279, "detail": "System.Runtime.CompilerServices.TaskAwaiter" } },
{ "pid": 1, "tid": 26, "ts": 2362770.263671875, "dur": 895.9020376205444, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8959020376205444, "detail": "System.Threading.Tasks.TaskCanceledException" } },
{ "pid": 1, "tid": 26, "ts": 2363666.9921875, "dur": 768.9639925956726, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7689639925956726, "detail": "System.Threading.Tasks.TaskContinuation" } },
{ "pid": 1, "tid": 26, "ts": 2364477.05078125, "dur": 6728.861331939697, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.728861331939697, "detail": "System.Threading.Tasks.TaskExceptionHolder" } },
{ "pid": 1, "tid": 26, "ts": 2371206.54296875, "dur": 2056.09393119812, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.05609393119812, "detail": "System.Threading.Tasks.TaskFactory" } },
{ "pid": 1, "tid": 26, "ts": 2373263.18359375, "dur": 3110.697031021118, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.110697031021118, "detail": "System.Threading.Tasks.TaskScheduler" } },
{ "pid": 1, "tid": 26, "ts": 2376374.755859375, "dur": 1147.1129655838013, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1471129655838013, "detail": "System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation" } },
{ "pid": 1, "tid": 26, "ts": 2377522.94921875, "dur": 741.6529655456543, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7416529655456543, "detail": "System.Threading.Tasks.TaskSchedulerException" } },
{ "pid": 1, "tid": 26, "ts": 2378276.85546875, "dur": 30732.999801635742, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 30.732999801635742, "detail": "System.TermInfoDriver" } },
{ "pid": 1, "tid": 26, "ts": 2409027.83203125, "dur": 33866.695404052734, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 33.866695404052734, "detail": "System.TermInfoReader" } },
{ "pid": 1, "tid": 26, "ts": 2442960.205078125, "dur": 13825.51383972168, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.82551383972168, "detail": "System.Globalization.TextInfo" } },
{ "pid": 1, "tid": 26, "ts": 2456786.62109375, "dur": 675.0279664993286, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6750279664993286, "detail": "System.Globalization.TextInfoToLowerData" } },
{ "pid": 1, "tid": 26, "ts": 2457462.646484375, "dur": 603.4669876098633, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6034669876098633, "detail": "System.Globalization.TextInfoToUpperData" } },
{ "pid": 1, "tid": 26, "ts": 2458066.650390625, "dur": 3161.4630222320557, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.1614630222320557, "detail": "System.IO.TextReader" } },
{ "pid": 1, "tid": 26, "ts": 2461229.00390625, "dur": 4441.092967987061, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.4410929679870605, "detail": "System.IO.TextWriter" } },
{ "pid": 1, "tid": 26, "ts": 2465671.38671875, "dur": 8912.491798400879, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.912491798400879, "detail": "System.Threading.Thread" } },
{ "pid": 1, "tid": 26, "ts": 2474585.205078125, "dur": 578.6709785461426, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5786709785461426, "detail": "System.Threading.ThreadAbortException" } },
{ "pid": 1, "tid": 26, "ts": 2475164.55078125, "dur": 1158.060073852539, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.158060073852539, "detail": "System.Threading.ThreadHelper" } },
{ "pid": 1, "tid": 26, "ts": 2476322.998046875, "dur": 502.42000818252563, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5024200081825256, "detail": "System.Threading.ThreadInterruptedException" } },
{ "pid": 1, "tid": 26, "ts": 2476826.416015625, "dur": 3768.103837966919, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.768103837966919, "detail": "System.Threading.ThreadPool" } },
{ "pid": 1, "tid": 26, "ts": 2480813.96484375, "dur": 1435.2359771728516, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4352359771728516, "detail": "System.Threading.Tasks.ThreadPoolTaskScheduler" } },
{ "pid": 1, "tid": 26, "ts": 2482250, "dur": 4520.631790161133, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.520631790161133, "detail": "System.Threading.ThreadPoolWorkQueue" } },
{ "pid": 1, "tid": 26, "ts": 2486771.484375, "dur": 1151.1459350585938, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1511459350585938, "detail": "System.Threading.ThreadPoolWorkQueueThreadLocals" } },
{ "pid": 1, "tid": 26, "ts": 2487923.828125, "dur": 394.64399218559265, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.39464399218559265, "detail": "System.Threading.ThreadStart" } },
{ "pid": 1, "tid": 26, "ts": 2488330.810546875, "dur": 602.8800010681152, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6028800010681152, "detail": "System.Threading.ThreadStateException" } },
{ "pid": 1, "tid": 26, "ts": 2489052.001953125, "dur": 4484.066009521484, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.484066009521484, "detail": "System.ThrowHelper" } },
{ "pid": 1, "tid": 26, "ts": 2493680.6640625, "dur": 8667.939186096191, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.667939186096191, "detail": "System.TimeSpan" } },
{ "pid": 1, "tid": 26, "ts": 2502349.609375, "dur": 7103.542804718018, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.103542804718018, "detail": "System.Globalization.TimeSpanFormat" } },
{ "pid": 1, "tid": 26, "ts": 2509454.1015625, "dur": 513.2089853286743, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5132089853286743, "detail": "System.TimeType" } },
{ "pid": 1, "tid": 26, "ts": 2510289.306640625, "dur": 139539.09301757812, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 139.53909301757812, "detail": "System.TimeZoneInfo" } },
{ "pid": 1, "tid": 26, "ts": 2649831.54296875, "dur": 126311.49291992188, "ph": "X", "name": "mscorlib13.cpp", "args": { "durationMS": 126.31149291992188, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 2776178.955078125, "dur": 9085.349082946777, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.085349082946777, "detail": "System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 26, "ts": 2785266.357421875, "dur": 614.0140295028687, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6140140295028687, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Boolean>" } },
{ "pid": 1, "tid": 26, "ts": 2785882.32421875, "dur": 717.5009846687317, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7175009846687317, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Int32>" } },
{ "pid": 1, "tid": 26, "ts": 2786602.294921875, "dur": 698.2010006904602, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6982010006904602, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Object>" } },
{ "pid": 1, "tid": 26, "ts": 2787302.490234375, "dur": 614.5370006561279, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6145370006561279, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 26, "ts": 2787918.701171875, "dur": 1036.0230207443237, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0360230207443237, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>" } },
{ "pid": 1, "tid": 26, "ts": 2788956.54296875, "dur": 1216.9389724731445, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2169389724731445, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>" } },
{ "pid": 1, "tid": 26, "ts": 2790175.537109375, "dur": 1189.879059791565, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.189879059791565, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>" } },
{ "pid": 1, "tid": 26, "ts": 2791368.896484375, "dur": 977.0709872245789, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9770709872245789, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 26, "ts": 2792347.65625, "dur": 689.8840069770813, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6898840069770813, "detail": "System.Converter`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 26, "ts": 2793039.55078125, "dur": 669.6099638938904, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6696099638938904, "detail": "System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<System.Object,System.Object>" } },
{ "pid": 1, "tid": 26, "ts": 2793710.693359375, "dur": 2056.1721324920654, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0561721324920654, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>" } },
{ "pid": 1, "tid": 26, "ts": 2795781.982421875, "dur": 55409.183502197266, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 55.409183502197266, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 26, "ts": 2851192.87109375, "dur": 24685.728073120117, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 24.685728073120117, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 26, "ts": 2875880.859375, "dur": 23530.34019470215, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 23.53034019470215, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 26, "ts": 2899413.818359375, "dur": 45920.555114746094, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 45.920555114746094, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 26, "ts": 2946449.951171875, "dur": 1445.9800720214844, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.4459800720214844, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>" } },
{ "pid": 1, "tid": 26, "ts": 2947899.169921875, "dur": 1775.9829759597778, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7759829759597778, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>" } },
{ "pid": 1, "tid": 26, "ts": 2949677.490234375, "dur": 1243.5050010681152, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2435050010681152, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>" } },
{ "pid": 1, "tid": 26, "ts": 2950925.29296875, "dur": 1262.8720998764038, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2628720998764038, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>" } },
{ "pid": 1, "tid": 26, "ts": 2952190.673828125, "dur": 1500.2880096435547, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.5002880096435547, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 26, "ts": 2953694.3359375, "dur": 1328.0779123306274, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.3280779123306274, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>" } },
{ "pid": 1, "tid": 26, "ts": 2955024.4140625, "dur": 1260.0131034851074, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2600131034851074, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>" } },
{ "pid": 1, "tid": 26, "ts": 2956287.59765625, "dur": 1263.5449171066284, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2635449171066284, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>" } },
{ "pid": 1, "tid": 26, "ts": 2957554.443359375, "dur": 1252.0220279693604, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2520220279693604, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>" } },
{ "pid": 1, "tid": 26, "ts": 2958809.08203125, "dur": 1214.0130996704102, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2140130996704102, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>" } },
{ "pid": 1, "tid": 26, "ts": 2960025.146484375, "dur": 1224.8340845108032, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2248340845108032, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>" } },
{ "pid": 1, "tid": 26, "ts": 2961252.197265625, "dur": 1339.8940563201904, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.3398940563201904, "detail": "System.Array/EmptyInternalEnumerator`1<System.Boolean>" } },
{ "pid": 1, "tid": 26, "ts": 2962594.482421875, "dur": 1107.9260110855103, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1079260110855103, "detail": "System.Array/EmptyInternalEnumerator`1<System.Byte>" } },
{ "pid": 1, "tid": 26, "ts": 2963705.078125, "dur": 1125.757098197937, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.125757098197937, "detail": "System.Array/EmptyInternalEnumerator`1<System.Threading.CancellationTokenRegistration>" } },
{ "pid": 1, "tid": 26, "ts": 2964832.763671875, "dur": 1110.2880239486694, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1102880239486694, "detail": "System.Array/EmptyInternalEnumerator`1<System.Char>" } },
{ "pid": 1, "tid": 26, "ts": 2965945.068359375, "dur": 1142.8910493850708, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1428910493850708, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 26, "ts": 2967090.087890625, "dur": 1139.0979290008545, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1390979290008545, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 26, "ts": 2968231.689453125, "dur": 1138.4810209274292, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1384810209274292, "detail": "System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>" } },
{ "pid": 1, "tid": 26, "ts": 2969372.55859375, "dur": 1149.2630243301392, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1492630243301392, "detail": "System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>" } },
{ "pid": 1, "tid": 26, "ts": 2970524.4140625, "dur": 1185.244083404541, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.185244083404541, "detail": "System.Array/EmptyInternalEnumerator`1<System.DateTime>" } },
{ "pid": 1, "tid": 26, "ts": 2971711.9140625, "dur": 3234.028100967407, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.2340281009674072, "detail": "System.Array/EmptyInternalEnumerator`1<System.Decimal>" } },
{ "pid": 1, "tid": 26, "ts": 2974948.2421875, "dur": 1180.3869009017944, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1803869009017944, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.DictionaryEntry>" } },
{ "pid": 1, "tid": 26, "ts": 2976131.103515625, "dur": 1166.6169166564941, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1666169166564941, "detail": "System.Array/EmptyInternalEnumerator`1<System.Double>" } },
{ "pid": 1, "tid": 26, "ts": 2977300.048828125, "dur": 1139.991044998169, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.139991044998169, "detail": "System.Array/EmptyInternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>" } },
{ "pid": 1, "tid": 26, "ts": 2978441.89453125, "dur": 1120.2040910720825, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1202040910720825, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 26, "ts": 2979564.94140625, "dur": 1133.0379247665405, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1330379247665405, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>" } },
{ "pid": 1, "tid": 26, "ts": 2980699.951171875, "dur": 1121.3699579238892, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1213699579238892, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>" } },
{ "pid": 1, "tid": 26, "ts": 2981823.2421875, "dur": 1092.4469232559204, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0924469232559204, "detail": "System.Array/EmptyInternalEnumerator`1<System.Int16>" } },
{ "pid": 1, "tid": 26, "ts": 2982917.724609375, "dur": 1147.0400094985962, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1470400094985962, "detail": "System.Array/EmptyInternalEnumerator`1<System.Int32>" } },
{ "pid": 1, "tid": 26, "ts": 2984066.89453125, "dur": 1474.287986755371, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.474287986755371, "detail": "System.Array/EmptyInternalEnumerator`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 26, "ts": 2985542.724609375, "dur": 1106.2840223312378, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1062840223312378, "detail": "System.Array/EmptyInternalEnumerator`1<System.Int64>" } },
{ "pid": 1, "tid": 26, "ts": 2986651.123046875, "dur": 1136.240005493164, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.136240005493164, "detail": "System.Array/EmptyInternalEnumerator`1<System.IntPtr>" } },
{ "pid": 1, "tid": 26, "ts": 2987789.794921875, "dur": 1152.189016342163, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.152189016342163, "detail": "System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalCodePageDataItem>" } },
{ "pid": 1, "tid": 26, "ts": 2988943.603515625, "dur": 1180.0540685653687, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1800540685653687, "detail": "System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalEncodingDataItem>" } },
{ "pid": 1, "tid": 26, "ts": 2990125.9765625, "dur": 1180.8429956436157, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1808429956436157, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>" } },
{ "pid": 1, "tid": 26, "ts": 2991311.767578125, "dur": 1400.650978088379, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.400650978088379, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>" } },
{ "pid": 1, "tid": 26, "ts": 2992714.84375, "dur": 1092.041015625, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.092041015625, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 26, "ts": 2993810.05859375, "dur": 1112.3319864273071, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1123319864273071, "detail": "System.Array/EmptyInternalEnumerator`1<System.Object>" } },
{ "pid": 1, "tid": 26, "ts": 2994924.072265625, "dur": 1182.886004447937, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.182886004447937, "detail": "System.Array/EmptyInternalEnumerator`1<System.Reflection.ParameterModifier>" } },
{ "pid": 1, "tid": 26, "ts": 2996109.130859375, "dur": 1083.7349891662598, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0837349891662598, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Plane>" } },
{ "pid": 1, "tid": 26, "ts": 2997194.82421875, "dur": 1083.7630033493042, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0837630033493042, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>" } },
{ "pid": 1, "tid": 26, "ts": 2998280.76171875, "dur": 1092.6450490951538, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0926450490951538, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>" } },
{ "pid": 1, "tid": 26, "ts": 2999374.755859375, "dur": 1272.9579210281372, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2729579210281372, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>" } },
{ "pid": 1, "tid": 26, "ts": 3000650.634765625, "dur": 1207.719087600708, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.207719087600708, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 26, "ts": 3001861.572265625, "dur": 1072.3090171813965, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0723090171813965, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 26, "ts": 3002936.279296875, "dur": 1263.2299661636353, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2632299661636353, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 26, "ts": 3004201.66015625, "dur": 1112.8458976745605, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1128458976745605, "detail": "System.Array/EmptyInternalEnumerator`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 26, "ts": 3005316.650390625, "dur": 1094.9879884719849, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0949879884719849, "detail": "System.Array/EmptyInternalEnumerator`1<System.SByte>" } },
{ "pid": 1, "tid": 26, "ts": 3006413.57421875, "dur": 1070.7730054855347, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0707730054855347, "detail": "System.Array/EmptyInternalEnumerator`1<System.Single>" } },
{ "pid": 1, "tid": 26, "ts": 3007485.83984375, "dur": 1073.428988456726, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.073428988456726, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 26, "ts": 3008563.720703125, "dur": 1075.7440328598022, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0757440328598022, "detail": "System.Array/EmptyInternalEnumerator`1<System.TimeSpan>" } },
{ "pid": 1, "tid": 26, "ts": 3009641.357421875, "dur": 1111.786961555481, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.111786961555481, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 26, "ts": 3010754.8828125, "dur": 1820.3210830688477, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8203210830688477, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 26, "ts": 3012577.1484375, "dur": 1618.9219951629639, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.6189219951629639, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 26, "ts": 3014197.998046875, "dur": 1459.030032157898, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.459030032157898, "detail": "System.Array/EmptyInternalEnumerator`1<System.UInt16>" } },
{ "pid": 1, "tid": 26, "ts": 3015659.1796875, "dur": 1462.1599912643433, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.4621599912643433, "detail": "System.Array/EmptyInternalEnumerator`1<System.UInt32>" } },
{ "pid": 1, "tid": 26, "ts": 3017131.103515625, "dur": 22409.011840820312, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 22.409011840820312, "detail": "System.Array/EmptyInternalEnumerator`1<System.UInt64>" } },
{ "pid": 1, "tid": 26, "ts": 3039542.96875, "dur": 1195.0550079345703, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1950550079345703, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 26, "ts": 3040740.234375, "dur": 1188.3679628372192, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1883679628372192, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 26, "ts": 3041930.419921875, "dur": 1155.4698944091797, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1554698944091797, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 26, "ts": 3043088.623046875, "dur": 1146.2429761886597, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1462429761886597, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 26, "ts": 3044238.28125, "dur": 1109.2559099197388, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1092559099197388, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 26, "ts": 3045350.5859375, "dur": 1080.6909799575806, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0806909799575806, "detail": "System.Array/EmptyInternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>" } },
{ "pid": 1, "tid": 26, "ts": 3046436.03515625, "dur": 1114.1859292984009, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1141859292984009, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>" } },
{ "pid": 1, "tid": 26, "ts": 3047552.24609375, "dur": 1115.9170866012573, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1159170866012573, "detail": "System.Array/EmptyInternalEnumerator`1<System.ParameterizedStrings/FormatParam>" } },
{ "pid": 1, "tid": 26, "ts": 3048670.41015625, "dur": 1142.9749727249146, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1429749727249146, "detail": "System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>" } },
{ "pid": 1, "tid": 26, "ts": 3049815.185546875, "dur": 945.091962814331, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.945091962814331, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>" } },
{ "pid": 1, "tid": 26, "ts": 3050762.20703125, "dur": 933.7939620018005, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9337939620018005, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 26, "ts": 3051714.84375, "dur": 1529.1279554367065, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.5291279554367065, "detail": "System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 26, "ts": 3053246.58203125, "dur": 2472.5849628448486, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4725849628448486, "detail": "System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 26, "ts": 3055720.947265625, "dur": 3819.3490505218506, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.8193490505218506, "detail": "Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Rendering.BatchVisibility>" } },
{ "pid": 1, "tid": 26, "ts": 3059542.236328125, "dur": 24310.123443603516, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 24.310123443603516, "detail": "Unity.Collections.NativeArray`1/Enumerator<System.Byte>" } },
{ "pid": 1, "tid": 26, "ts": 3083854.736328125, "dur": 2271.250009536743, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.271250009536743, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 26, "ts": 3086127.9296875, "dur": 2179.5101165771484, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.1795101165771484, "detail": "System.Collections.Generic.List`1/Enumerator<System.Int32>" } },
{ "pid": 1, "tid": 26, "ts": 3088310.05859375, "dur": 1625.6029605865479, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.6256029605865479, "detail": "Unity.Collections.NativeArray`1/Enumerator<System.Int32>" } },
{ "pid": 1, "tid": 26, "ts": 3089937.744140625, "dur": 2252.650022506714, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.252650022506714, "detail": "System.Collections.Generic.List`1/Enumerator<System.Int32Enum>" } },
{ "pid": 1, "tid": 26, "ts": 3092192.626953125, "dur": 1896.8920707702637, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8968920707702637, "detail": "Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Experimental.GlobalIllumination.LightDataGI>" } },
{ "pid": 1, "tid": 26, "ts": 3094091.552734375, "dur": 2361.5260124206543, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3615260124206543, "detail": "System.Collections.Generic.HashSet`1/Enumerator<System.Object>" } },
{ "pid": 1, "tid": 26, "ts": 3096455.322265625, "dur": 3451.7440795898438, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.4517440795898438, "detail": "System.Collections.Generic.LinkedList`1/Enumerator<System.Object>" } },
{ "pid": 1, "tid": 26, "ts": 3099908.935546875, "dur": 2136.512041091919, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.136512041091919, "detail": "System.Collections.Generic.List`1/Enumerator<System.Object>" } },
{ "pid": 1, "tid": 26, "ts": 3102047.119140625, "dur": 2837.3780250549316, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.8373780250549316, "detail": "System.Collections.Generic.Stack`1/Enumerator<System.Object>" } },
{ "pid": 1, "tid": 26, "ts": 3104886.474609375, "dur": 1603.0930280685425, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.6030930280685425, "detail": "Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Plane>" } },
{ "pid": 1, "tid": 26, "ts": 3106491.455078125, "dur": 2235.8200550079346, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2358200550079346, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 26, "ts": 3108731.689453125, "dur": 2254.4589042663574, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2544589042663574, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 26, "ts": 3110988.525390625, "dur": 12212.824821472168, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 12.212824821472168, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 26, "ts": 3123203.61328125, "dur": 2275.578022003174, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.275578022003174, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 26, "ts": 3125482.666015625, "dur": 2171.036958694458, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.171036958694458, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 26, "ts": 3127655.2734375, "dur": 4071.7458724975586, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.071745872497559, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 26, "ts": 3131729.248046875, "dur": 2251.755952835083, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.251755952835083, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 26, "ts": 3133982.666015625, "dur": 2911.0100269317627, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.9110100269317627, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 26, "ts": 3136896.484375, "dur": 2308.0379962921143, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3080379962921143, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 26, "ts": 3139206.54296875, "dur": 4587.866306304932, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.587866306304932, "detail": "System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 26, "ts": 3143796.630859375, "dur": 2315.9639835357666, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3159639835357666, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 26, "ts": 3146114.74609375, "dur": 4411.425590515137, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.411425590515137, "detail": "System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 26, "ts": 3150529.541015625, "dur": 33959.381103515625, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 33.959381103515625, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 26, "ts": 3184491.2109375, "dur": 4311.962127685547, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.311962127685547, "detail": "System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>" } },
{ "pid": 1, "tid": 26, "ts": 3188820.3125, "dur": 72272.78900146484, "ph": "X", "name": "Generics1.cpp", "args": { "durationMS": 72.27278900146484, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 3261115.72265625, "dur": 986.395001411438, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.986395001411438, "detail": "System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>" } },
{ "pid": 1, "tid": 26, "ts": 3262104.248046875, "dur": 809.3429803848267, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8093429803848267, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.String>" } },
{ "pid": 1, "tid": 26, "ts": 3262915.52734375, "dur": 884.6819996833801, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8846819996833801, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.UriParser>" } },
{ "pid": 1, "tid": 26, "ts": 3263803.7109375, "dur": 907.4429869651794, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9074429869651794, "detail": "System.Collections.Generic.Dictionary`2<System.Type,System.AttributeUsageAttribute>" } },
{ "pid": 1, "tid": 26, "ts": 3264713.37890625, "dur": 900.225043296814, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.900225043296814, "detail": "System.Collections.Generic.Dictionary`2<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>" } },
{ "pid": 1, "tid": 26, "ts": 3265616.69921875, "dur": 910.8839631080627, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9108839631080627, "detail": "System.Collections.Generic.Dictionary`2<System.Type,System.MonoCustomAttrs/AttributeInfo>" } },
{ "pid": 1, "tid": 26, "ts": 3272958.251953125, "dur": 660.5349779129028, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6605349779129028, "detail": "System.Array/EmptyInternalEnumerator`1<System.Char>" } },
{ "pid": 1, "tid": 26, "ts": 3275854.98046875, "dur": 431.2310218811035, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4312310218811035, "detail": "System.Array/EmptyInternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>" } },
{ "pid": 1, "tid": 26, "ts": 3276956.54296875, "dur": 417.9820120334625, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4179820120334625, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 26, "ts": 3279272.216796875, "dur": 10505.64193725586, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 10.50564193725586, "detail": "System.Array/EmptyInternalEnumerator`1<System.Runtime.Remoting.Contexts.IContextProperty>" } },
{ "pid": 1, "tid": 26, "ts": 3290427.490234375, "dur": 488.37900161743164, "ph": "X", "name": "Il2CppGenericComDefinitions4.cpp", "args": { "durationMS": 0.48837900161743164, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 3298539.0625, "dur": 341.02898836135864, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.34102898836135864, "detail": "System.Array/InternalEnumerator`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 26, "ts": 3299684.08203125, "dur": 1316.9039487838745, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.3169039487838745, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UI.Graphic>" } },
{ "pid": 1, "tid": 26, "ts": 3303996.09375, "dur": 430.6589961051941, "ph": "X", "name": "Il2CppGenericComDefinitions7.cpp", "args": { "durationMS": 0.4306589961051941, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 3305091.064453125, "dur": 550.6830215454102, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5506830215454102, "detail": "System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 26, "ts": 3305645.263671875, "dur": 567.0909881591797, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5670909881591797, "detail": "System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>>" } },
{ "pid": 1, "tid": 26, "ts": 3306214.599609375, "dur": 596.9610214233398, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5969610214233398, "detail": "System.Collections.Generic.List`1<System.AggregateException>" } },
{ "pid": 1, "tid": 26, "ts": 3306813.4765625, "dur": 546.0419654846191, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5460419654846191, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseInputModule>" } },
{ "pid": 1, "tid": 26, "ts": 3307361.572265625, "dur": 599.219024181366, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.599219024181366, "detail": "System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>" } },
{ "pid": 1, "tid": 26, "ts": 3307962.40234375, "dur": 542.4440503120422, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5424440503120422, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseRaycaster>" } },
{ "pid": 1, "tid": 26, "ts": 3308506.591796875, "dur": 562.4209642410278, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5624209642410278, "detail": "System.Collections.Generic.List`1<UnityEngine.Canvas>" } },
{ "pid": 1, "tid": 26, "ts": 3309070.80078125, "dur": 563.817024230957, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.563817024230957, "detail": "System.Collections.Generic.List`1<UnityEngine.CanvasGroup>" } },
{ "pid": 1, "tid": 26, "ts": 3309636.474609375, "dur": 690.8440589904785, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6908440589904785, "detail": "System.Collections.Generic.List`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 26, "ts": 3310329.1015625, "dur": 979.7630310058594, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9797630310058594, "detail": "System.Collections.Generic.List`1<UnityEngine.Component>" } },
{ "pid": 1, "tid": 26, "ts": 3311310.302734375, "dur": 538.9829874038696, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5389829874038696, "detail": "System.Collections.Generic.List`1<Mono.Globalization.Unicode.Contraction>" } },
{ "pid": 1, "tid": 26, "ts": 3311851.07421875, "dur": 546.716034412384, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.546716034412384, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>" } },
{ "pid": 1, "tid": 26, "ts": 3312400.634765625, "dur": 414.0689969062805, "ph": "X", "name": "Il2CppGenericComDefinitions9.cpp", "args": { "durationMS": 0.4140689969062805, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 3312845.703125, "dur": 790.444016456604, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.790444016456604, "detail": "System.Collections.Generic.List`1<System.Exception>" } },
{ "pid": 1, "tid": 26, "ts": 3313637.939453125, "dur": 491.6679859161377, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4916679859161377, "detail": "System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>" } },
{ "pid": 1, "tid": 26, "ts": 3314131.34765625, "dur": 525.5839824676514, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5255839824676514, "detail": "System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry>" } },
{ "pid": 1, "tid": 26, "ts": 3314659.1796875, "dur": 529.6329855918884, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5296329855918884, "detail": "System.Collections.Generic.List`1<UnityEngine.GameObject>" } },
{ "pid": 1, "tid": 26, "ts": 3315190.4296875, "dur": 820.0539946556091, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8200539946556091, "detail": "System.Collections.Generic.List`1<UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard>" } },
{ "pid": 1, "tid": 26, "ts": 3316012.451171875, "dur": 629.2129755020142, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6292129755020142, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Graphic>" } },
{ "pid": 1, "tid": 26, "ts": 3316643.798828125, "dur": 512.3029947280884, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5123029947280884, "detail": "System.Collections.Generic.List`1<System.Threading.IAsyncLocal>" } },
{ "pid": 1, "tid": 26, "ts": 3317158.447265625, "dur": 478.2540202140808, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4782540202140808, "detail": "System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>" } },
{ "pid": 1, "tid": 26, "ts": 3317638.18359375, "dur": 518.4659957885742, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5184659957885742, "detail": "System.Collections.Generic.List`1<System.Runtime.Serialization.IDeserializationCallback>" } },
{ "pid": 1, "tid": 26, "ts": 3318159.66796875, "dur": 518.5489654541016, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5185489654541016, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>" } },
{ "pid": 1, "tid": 26, "ts": 3318680.419921875, "dur": 544.7360277175903, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5447360277175903, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Image>" } },
{ "pid": 1, "tid": 26, "ts": 3319226.318359375, "dur": 500.19800662994385, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5001980066299438, "detail": "System.Collections.Generic.List`1<System.Int32>" } },
{ "pid": 1, "tid": 26, "ts": 3319729.4921875, "dur": 422.45998978614807, "ph": "X", "name": "Il2CppGenericComDefinitions10.cpp", "args": { "durationMS": 0.42245998978614807, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 3320171.142578125, "dur": 610.6200218200684, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6106200218200684, "detail": "System.Collections.Generic.List`1<UnityEngine.RectTransform>" } },
{ "pid": 1, "tid": 26, "ts": 3320783.447265625, "dur": 559.8010420799255, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5598010420799255, "detail": "System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>" } },
{ "pid": 1, "tid": 26, "ts": 3321345.458984375, "dur": 556.9970011711121, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5569970011711121, "detail": "System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>" } },
{ "pid": 1, "tid": 26, "ts": 3321904.296875, "dur": 529.4560194015503, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5294560194015503, "detail": "System.Collections.Generic.List`1<UnityEngine.Rigidbody2D>" } },
{ "pid": 1, "tid": 26, "ts": 3322435.05859375, "dur": 575.1180052757263, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5751180052757263, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Selectable>" } },
{ "pid": 1, "tid": 26, "ts": 3323012.6953125, "dur": 548.0369925498962, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5480369925498962, "detail": "System.Collections.Generic.List`1<System.Runtime.Serialization.SerializationFieldInfo>" } },
{ "pid": 1, "tid": 26, "ts": 3323562.744140625, "dur": 534.5550179481506, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5345550179481506, "detail": "System.Collections.Generic.List`1<UnityEngine.U2D.IK.Solver2D>" } },
{ "pid": 1, "tid": 26, "ts": 3324100.830078125, "dur": 548.7589836120605, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5487589836120605, "detail": "System.Collections.Generic.List`1<UnityEngine.Sprite>" } },
{ "pid": 1, "tid": 26, "ts": 3324650.634765625, "dur": 915.3909683227539, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9153909683227539, "detail": "System.Collections.Generic.List`1<System.Diagnostics.StackFrame>" } },
{ "pid": 1, "tid": 26, "ts": 3325567.87109375, "dur": 486.8839979171753, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4868839979171753, "detail": "System.Collections.Generic.List`1<System.String>" } },
{ "pid": 1, "tid": 26, "ts": 3326056.396484375, "dur": 486.97298765182495, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.48697298765182495, "detail": "System.Collections.Generic.List`1<System.Threading.Tasks.Task>" } },
{ "pid": 1, "tid": 26, "ts": 3326545.41015625, "dur": 521.0360288619995, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5210360288619995, "detail": "System.Collections.Generic.List`1<System.TimeZoneInfo>" } },
{ "pid": 1, "tid": 26, "ts": 3327069.580078125, "dur": 454.8270106315613, "ph": "X", "name": "Il2CppGenericComDefinitions12.cpp", "args": { "durationMS": 0.4548270106315613, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 3327545.41015625, "dur": 859.0610027313232, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8590610027313232, "detail": "System.Collections.Generic.List`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 26, "ts": 3328406.005859375, "dur": 719.6810245513916, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7196810245513916, "detail": "System.Collections.Generic.List`1<System.IO.Directory/SearchData>" } },
{ "pid": 1, "tid": 26, "ts": 3329128.173828125, "dur": 548.1850504875183, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5481850504875183, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/DropdownItem>" } },
{ "pid": 1, "tid": 26, "ts": 3329678.7109375, "dur": 572.4030137062073, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5724030137062073, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData>" } },
{ "pid": 1, "tid": 26, "ts": 3330252.685546875, "dur": 546.7429757118225, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5467429757118225, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.EventTrigger/Entry>" } },
{ "pid": 1, "tid": 26, "ts": 3330801.513671875, "dur": 553.7779927253723, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5537779927253723, "detail": "System.Collections.Generic.List`1<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>" } },
{ "pid": 1, "tid": 26, "ts": 3331357.177734375, "dur": 549.3170022964478, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5493170022964478, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.PointerInputModule/ButtonState>" } },
{ "pid": 1, "tid": 26, "ts": 3331908.69140625, "dur": 531.6790342330933, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5316790342330933, "detail": "System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>" } },
{ "pid": 1, "tid": 26, "ts": 3332442.138671875, "dur": 531.9980382919312, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5319980382919312, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.StencilMaterial/MatEntry>" } },
{ "pid": 1, "tid": 26, "ts": 3332975.830078125, "dur": 1050.8679151535034, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0508679151535034, "detail": "System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>" } },
{ "pid": 1, "tid": 26, "ts": 3334028.3203125, "dur": 1939.3579959869385, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.9393579959869385, "detail": "System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 26, "ts": 3336631.103515625, "dur": 363.34699392318726, "ph": "X", "name": "Il2CppGenericComDefinitions14.cpp", "args": { "durationMS": 0.36334699392318726, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 3337186.03515625, "dur": 124818.77899169922, "ph": "X", "name": "Idle", "args": { "durationMS": 124.81877899169922, "detail": "" } },
{ "pid": 1, "tid": 27, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 27, "ts": 1251446.533203125, "dur": 21448.17543029785, "ph": "X", "name": "Idle", "args": { "durationMS": 21.44817543029785, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 1284133.544921875, "dur": 2988.7328147888184, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 2.9887328147888184, "detail": "System.Xml" } },
{ "pid": 1, "tid": 27, "ts": 1288452.2705078125, "dur": 235469.45190429688, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 235.46945190429688, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 27, "ts": 1289957.275390625, "dur": 233964.1571044922, "ph": "X", "name": "UnityEngine.CoreModule_Attr.cpp", "args": { "durationMS": 233.9641571044922, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 1524759.1552734375, "dur": 6626.680850982666, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 6.626680850982666, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 27, "ts": 1524772.4609375, "dur": 6612.832069396973, "ph": "X", "name": "UnityEngine.Physics2DModule_Attr.cpp", "args": { "durationMS": 6.612832069396973, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 1531388.916015625, "dur": 6643.984794616699, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 6.643984794616699, "detail": "UnityEngine.PhysicsModule" } },
{ "pid": 1, "tid": 27, "ts": 1531405.3955078125, "dur": 6626.986026763916, "ph": "X", "name": "UnityEngine.PhysicsModule_Attr.cpp", "args": { "durationMS": 6.626986026763916, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 1538044.189453125, "dur": 5917.642593383789, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 5.917642593383789, "detail": "UnityEngine.UnityWebRequestWWWModule" } },
{ "pid": 1, "tid": 27, "ts": 1538060.546875, "dur": 5900.630950927734, "ph": "X", "name": "UnityEngine.UnityWebRequestWWWModule_Attr.cpp", "args": { "durationMS": 5.900630950927734, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 1544760.8642578125, "dur": 731.6209673881531, "ph": "X", "name": "GenericInstanceMethods", "args": { "durationMS": 0.7316209673881531, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 1545930.908203125, "dur": 722.0199704170227, "ph": "X", "name": "GenericInstanceTypes", "args": { "durationMS": 0.7220199704170227, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 1547531.73828125, "dur": 8137.490272521973, "ph": "X", "name": "Write Windows Runtime Factories", "args": { "durationMS": 8.137490272521973, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 1559904.6630859375, "dur": 3446.8929767608643, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.4468929767608643, "detail": "<Module>" } },
{ "pid": 1, "tid": 27, "ts": 1563352.5390625, "dur": 47209.1064453125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 47.2091064453125, "detail": "<PrivateImplementationDetails>" } },
{ "pid": 1, "tid": 27, "ts": 1610716.796875, "dur": 52686.397552490234, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 52.686397552490234, "detail": "System.Security.Cryptography.AsnEncodedData" } },
{ "pid": 1, "tid": 27, "ts": 1663766.2353515625, "dur": 9557.141304016113, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.557141304016113, "detail": "System.Security.Cryptography.CAPI" } },
{ "pid": 1, "tid": 27, "ts": 1673630.7373046875, "dur": 503.9820075035095, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5039820075035095, "detail": "System.Text.RegularExpressions.Capture" } },
{ "pid": 1, "tid": 27, "ts": 1674760.986328125, "dur": 586.8750214576721, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5868750214576721, "detail": "System.Net.Configuration.DefaultProxySection" } },
{ "pid": 1, "tid": 27, "ts": 1675648.193359375, "dur": 12237.930297851562, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.237930297851562, "detail": "System.DomainNameHelper" } },
{ "pid": 1, "tid": 27, "ts": 1688036.4990234375, "dur": 625.5850195884705, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6255850195884705, "detail": "System.ComponentModel.EditorBrowsableAttribute" } },
{ "pid": 1, "tid": 27, "ts": 1689019.4091796875, "dur": 981.0220003128052, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9810220003128052, "detail": "System.Text.RegularExpressions.ExclusiveReference" } },
{ "pid": 1, "tid": 27, "ts": 1690001.220703125, "dur": 1057.4769973754883, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0574769973754883, "detail": "System.Text.RegularExpressions.Group" } },
{ "pid": 1, "tid": 27, "ts": 1691310.546875, "dur": 664.205014705658, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.664205014705658, "detail": "System.IOAsyncCallback" } },
{ "pid": 1, "tid": 27, "ts": 1691975.4638671875, "dur": 466.3900136947632, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4663900136947632, "detail": "System.IOAsyncResult" } },
{ "pid": 1, "tid": 27, "ts": 1692736.083984375, "dur": 7077.427387237549, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.077427387237549, "detail": "System.Net.IPAddress" } },
{ "pid": 1, "tid": 27, "ts": 1699814.5751953125, "dur": 5827.854633331299, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.827854633331299, "detail": "System.IPv4AddressHelper" } },
{ "pid": 1, "tid": 27, "ts": 1705643.06640625, "dur": 6053.896427154541, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.053896427154541, "detail": "System.Net.IPv6AddressFormatter" } },
{ "pid": 1, "tid": 27, "ts": 1711698.1201171875, "dur": 10500.123023986816, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.500123023986816, "detail": "System.IPv6AddressHelper" } },
{ "pid": 1, "tid": 27, "ts": 1722890.0146484375, "dur": 12595.658302307129, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.595658302307129, "detail": "System.IriHelper" } },
{ "pid": 1, "tid": 27, "ts": 1735486.572265625, "dur": 13125.459671020508, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.125459671020508, "detail": "System.Text.RegularExpressions.Match" } },
{ "pid": 1, "tid": 27, "ts": 1748972.900390625, "dur": 998.3869791030884, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9983869791030884, "detail": "System.Security.Cryptography.Oid" } },
{ "pid": 1, "tid": 27, "ts": 1749971.923828125, "dur": 1765.3909921646118, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7653909921646118, "detail": "System.Security.Cryptography.OidCollection" } },
{ "pid": 1, "tid": 27, "ts": 1751738.28125, "dur": 543.5329675674438, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5435329675674438, "detail": "System.Security.Cryptography.OidEnumerator" } },
{ "pid": 1, "tid": 27, "ts": 1752790.283203125, "dur": 393.63598823547363, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.39363598823547363, "detail": "System.Security.Cryptography.X509Certificates.PublicKey" } },
{ "pid": 1, "tid": 27, "ts": 1753184.814453125, "dur": 10969.111442565918, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.969111442565918, "detail": "System.Text.RegularExpressions.Regex" } },
{ "pid": 1, "tid": 27, "ts": 1764155.029296875, "dur": 7338.815212249756, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.338815212249756, "detail": "System.Text.RegularExpressions.RegexBoyerMoore" } },
{ "pid": 1, "tid": 27, "ts": 1771494.7509765625, "dur": 45803.35998535156, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 45.80335998535156, "detail": "System.Text.RegularExpressions.RegexCharClass" } },
{ "pid": 1, "tid": 27, "ts": 1817301.3916015625, "dur": 147471.81701660156, "ph": "X", "name": "System.cpp", "args": { "durationMS": 147.47181701660156, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 1965065.0634765625, "dur": 1005.8680772781372, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0058680772781372, "detail": "System.Security.Cryptography.HashAlgorithm" } },
{ "pid": 1, "tid": 27, "ts": 1966071.8994140625, "dur": 1832.1919441223145, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8321919441223145, "detail": "System.Collections.HashHelpers" } },
{ "pid": 1, "tid": 27, "ts": 1967904.78515625, "dur": 22986.164093017578, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 22.986164093017578, "detail": "System.Collections.Hashtable" } },
{ "pid": 1, "tid": 27, "ts": 1990908.69140625, "dur": 686.4359974861145, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6864359974861145, "detail": "System.Runtime.Remoting.Messaging.HeaderHandler" } },
{ "pid": 1, "tid": 27, "ts": 1991596.19140625, "dur": 5634.791851043701, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.634791851043701, "detail": "System.Globalization.HebrewNumber" } },
{ "pid": 1, "tid": 27, "ts": 1997451.5380859375, "dur": 1094.3430662155151, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0943430662155151, "detail": "System.IO.IOException" } },
{ "pid": 1, "tid": 27, "ts": 1998546.630859375, "dur": 810.0399971008301, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8100399971008301, "detail": "System.Runtime.Serialization.Formatters.Binary.IOUtil" } },
{ "pid": 1, "tid": 27, "ts": 1999357.666015625, "dur": 1691.4570331573486, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6914570331573486, "detail": "System.Runtime.Remoting.Identity" } },
{ "pid": 1, "tid": 27, "ts": 2001050.78125, "dur": 8568.076133728027, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.568076133728027, "detail": "System.Globalization.IdnMapping" } },
{ "pid": 1, "tid": 27, "ts": 2009619.7509765625, "dur": 1134.5880031585693, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1345880031585693, "detail": "System.Runtime.Remoting.Messaging.IllogicalCallContext" } },
{ "pid": 1, "tid": 27, "ts": 2010865.72265625, "dur": 648.1900215148926, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6481900215148926, "detail": "System.IndexOutOfRangeException" } },
{ "pid": 1, "tid": 27, "ts": 2011514.7705078125, "dur": 749.8189806938171, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7498189806938171, "detail": "System.InputRecord" } },
{ "pid": 1, "tid": 27, "ts": 2012280.1513671875, "dur": 6316.725254058838, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.316725254058838, "detail": "System.Int16" } },
{ "pid": 1, "tid": 27, "ts": 2018609.2529296875, "dur": 18103.439331054688, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.103439331054688, "detail": "System.Int32" } },
{ "pid": 1, "tid": 27, "ts": 2036725.4638671875, "dur": 5672.137260437012, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.672137260437012, "detail": "System.Int64" } },
{ "pid": 1, "tid": 27, "ts": 2042414.0625, "dur": 5129.162788391113, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.129162788391113, "detail": "System.IntPtr" } },
{ "pid": 1, "tid": 27, "ts": 2047543.9453125, "dur": 2158.7729454040527, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1587729454040527, "detail": "System.Runtime.Serialization.Formatters.Binary.IntSizedArray" } },
{ "pid": 1, "tid": 27, "ts": 2049841.30859375, "dur": 1392.7459716796875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3927459716796875, "detail": "System.Threading.Interlocked" } },
{ "pid": 1, "tid": 27, "ts": 2051248.046875, "dur": 475.831001996994, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.475831001996994, "detail": "System.Globalization.InternalCodePageDataItem" } },
{ "pid": 1, "tid": 27, "ts": 2051724.853515625, "dur": 720.3090190887451, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7203090190887451, "detail": "System.Text.InternalDecoderBestFitFallback" } },
{ "pid": 1, "tid": 27, "ts": 2052445.80078125, "dur": 2945.152997970581, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.945152997970581, "detail": "System.Text.InternalDecoderBestFitFallbackBuffer" } },
{ "pid": 1, "tid": 27, "ts": 2055391.845703125, "dur": 697.1640586853027, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6971640586853027, "detail": "System.Text.InternalEncoderBestFitFallback" } },
{ "pid": 1, "tid": 27, "ts": 2056089.84375, "dur": 3018.5201168060303, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0185201168060303, "detail": "System.Text.InternalEncoderBestFitFallbackBuffer" } },
{ "pid": 1, "tid": 27, "ts": 2059109.375, "dur": 442.7970051765442, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4427970051765442, "detail": "System.Globalization.InternalEncodingDataItem" } },
{ "pid": 1, "tid": 27, "ts": 2059751.953125, "dur": 1393.6920166015625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3936920166015625, "detail": "System.Runtime.Remoting.InternalRemotingServices" } },
{ "pid": 1, "tid": 27, "ts": 2061159.423828125, "dur": 894.428014755249, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.894428014755249, "detail": "System.Collections.Generic.InternalStringComparer" } },
{ "pid": 1, "tid": 27, "ts": 2062068.115234375, "dur": 380.840003490448, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.380840003490448, "detail": "System.Threading.InternalThread" } },
{ "pid": 1, "tid": 27, "ts": 2062449.70703125, "dur": 454.82000708580017, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.45482000708580017, "detail": "System.Runtime.CompilerServices.InternalsVisibleToAttribute" } },
{ "pid": 1, "tid": 27, "ts": 2062905.2734375, "dur": 501.8419623374939, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5018419623374939, "detail": "System.Collections.Generic.IntrospectiveSortUtilities" } },
{ "pid": 1, "tid": 27, "ts": 2063407.958984375, "dur": 841.0769701004028, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8410769701004028, "detail": "System.InvalidCastException" } },
{ "pid": 1, "tid": 27, "ts": 2064249.755859375, "dur": 1785.3209972381592, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7853209972381592, "detail": "System.Reflection.InvalidFilterCriteriaException" } },
{ "pid": 1, "tid": 27, "ts": 2066036.1328125, "dur": 863.2169961929321, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8632169961929321, "detail": "System.InvalidOperationException" } },
{ "pid": 1, "tid": 27, "ts": 2066899.90234375, "dur": 652.072012424469, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.652072012424469, "detail": "System.InvalidProgramException" } },
{ "pid": 1, "tid": 27, "ts": 2067552.734375, "dur": 1184.9379539489746, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1849379539489746, "detail": "System.InvalidTimeZoneException" } },
{ "pid": 1, "tid": 27, "ts": 2068897.4609375, "dur": 5834.203243255615, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.834203243255615, "detail": "System.Globalization.JapaneseCalendar" } },
{ "pid": 1, "tid": 27, "ts": 2074746.826171875, "dur": 22580.217361450195, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 22.580217361450195, "detail": "Microsoft.Win32.KeyHandler" } },
{ "pid": 1, "tid": 27, "ts": 2097328.125, "dur": 2518.9170837402344, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5189170837402344, "detail": "System.Collections.Generic.KeyNotFoundException" } },
{ "pid": 1, "tid": 27, "ts": 2099847.900390625, "dur": 435.0079894065857, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4350079894065857, "detail": "System.Collections.Generic.KeyValuePair" } },
{ "pid": 1, "tid": 27, "ts": 2100283.935546875, "dur": 565.9840106964111, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5659840106964111, "detail": "System.KnownTerminals" } },
{ "pid": 1, "tid": 27, "ts": 2100850.5859375, "dur": 7308.83264541626, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.30883264541626, "detail": "System.Text.Latin1Encoding" } },
{ "pid": 1, "tid": 27, "ts": 2108176.26953125, "dur": 7388.374805450439, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.3883748054504395, "detail": "System.Runtime.Remoting.Lifetime.Lease" } },
{ "pid": 1, "tid": 27, "ts": 2115565.673828125, "dur": 2547.7418899536133, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5477418899536133, "detail": "System.Runtime.Remoting.Lifetime.LeaseManager" } },
{ "pid": 1, "tid": 27, "ts": 2118114.2578125, "dur": 950.1659870147705, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9501659870147705, "detail": "System.Runtime.Remoting.Lifetime.LeaseSink" } },
{ "pid": 1, "tid": 27, "ts": 2119224.853515625, "dur": 1689.3349885940552, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6893349885940552, "detail": "System.Runtime.Remoting.Lifetime.LifetimeServices" } },
{ "pid": 1, "tid": 27, "ts": 2120916.259765625, "dur": 4861.1955642700195, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.8611955642700195, "detail": "System.Collections.ListDictionaryInternal" } },
{ "pid": 1, "tid": 27, "ts": 2126100.5859375, "dur": 10240.358352661133, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.240358352661133, "detail": "System.LocalDataStore" } },
{ "pid": 1, "tid": 27, "ts": 2136342.28515625, "dur": 447.613000869751, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.447613000869751, "detail": "System.LocalDataStoreElement" } },
{ "pid": 1, "tid": 27, "ts": 2136790.771484375, "dur": 495.62597274780273, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.49562597274780273, "detail": "System.LocalDataStoreHolder" } },
{ "pid": 1, "tid": 27, "ts": 2137287.109375, "dur": 5219.40803527832, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.21940803527832, "detail": "System.LocalDataStoreMgr" } },
{ "pid": 1, "tid": 27, "ts": 2142507.32421875, "dur": 1229.788064956665, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.229788064956665, "detail": "System.LocalDataStoreSlot" } },
{ "pid": 1, "tid": 27, "ts": 2143738.037109375, "dur": 1143.638014793396, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.143638014793396, "detail": "System.Reflection.LocalVariableInfo" } },
{ "pid": 1, "tid": 27, "ts": 2144882.568359375, "dur": 898.464024066925, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.898464024066925, "detail": "Locale" } },
{ "pid": 1, "tid": 27, "ts": 2145781.982421875, "dur": 1369.570016860962, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.369570016860962, "detail": "System.Threading.LockRecursionException" } },
{ "pid": 1, "tid": 27, "ts": 2147152.587890625, "dur": 18837.07046508789, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.83707046508789, "detail": "System.Runtime.Remoting.Messaging.LogicalCallContext" } },
{ "pid": 1, "tid": 27, "ts": 2165989.990234375, "dur": 1777.0819664001465, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7770819664001465, "detail": "System.Runtime.Serialization.LongList" } },
{ "pid": 1, "tid": 27, "ts": 2167768.06640625, "dur": 866.9799566268921, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8669799566268921, "detail": "System.Collections.LowLevelComparer" } },
{ "pid": 1, "tid": 27, "ts": 2168635.986328125, "dur": 541.0680174827576, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5410680174827576, "detail": "System.Runtime.Remoting.Messaging.MCMDictionary" } },
{ "pid": 1, "tid": 27, "ts": 2169178.22265625, "dur": 20522.563934326172, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.522563934326172, "detail": "Mono.Globalization.Unicode.MSCompatUnicodeTable" } },
{ "pid": 1, "tid": 27, "ts": 2189701.66015625, "dur": 1188.4419918060303, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1884419918060303, "detail": "Mono.Globalization.Unicode.MSCompatUnicodeTableUtil" } },
{ "pid": 1, "tid": 27, "ts": 2190891.11328125, "dur": 1837.2149467468262, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8372149467468262, "detail": "System.Resources.ManifestBasedResourceGroveler" } },
{ "pid": 1, "tid": 27, "ts": 2192867.1875, "dur": 11627.381324768066, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.627381324768066, "detail": "System.Threading.ManualResetEventSlim" } },
{ "pid": 1, "tid": 27, "ts": 2204498.046875, "dur": 173696.77734375, "ph": "X", "name": "mscorlib6.cpp", "args": { "durationMS": 173.69677734375, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 2378231.93359375, "dur": 677.6260137557983, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6776260137557983, "detail": "System.TimeZoneNotFoundException" } },
{ "pid": 1, "tid": 27, "ts": 2379092.7734375, "dur": 648.8760113716125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6488760113716125, "detail": "System.TimeoutException" } },
{ "pid": 1, "tid": 27, "ts": 2379742.1875, "dur": 356.55397176742554, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.35655397176742554, "detail": "System.Threading.TimeoutHelper" } },
{ "pid": 1, "tid": 27, "ts": 2380099.853515625, "dur": 2097.0330238342285, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0970330238342285, "detail": "System.Threading.Timer" } },
{ "pid": 1, "tid": 27, "ts": 2382197.509765625, "dur": 434.54498052597046, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.43454498052597046, "detail": "System.Threading.TimerCallback" } },
{ "pid": 1, "tid": 27, "ts": 2382820.556640625, "dur": 2494.313955307007, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.494313955307007, "detail": "System.Runtime.Remoting.Services.TrackingServices" } },
{ "pid": 1, "tid": 27, "ts": 2385315.673828125, "dur": 3019.1009044647217, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0191009044647217, "detail": "System.Runtime.Remoting.Proxies.TransparentProxy" } },
{ "pid": 1, "tid": 27, "ts": 2388629.150390625, "dur": 57216.26281738281, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 57.21626281738281, "detail": "System.Type" } },
{ "pid": 1, "tid": 27, "ts": 2445864.013671875, "dur": 4188.776969909668, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.188776969909668, "detail": "System.Reflection.Emit.TypeBuilder" } },
{ "pid": 1, "tid": 27, "ts": 2450479.00390625, "dur": 433.120995759964, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.433120995759964, "detail": "System.Runtime.Remoting.TypeEntry" } },
{ "pid": 1, "tid": 27, "ts": 2450913.0859375, "dur": 547.9219555854797, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5479219555854797, "detail": "System.Reflection.TypeFilter" } },
{ "pid": 1, "tid": 27, "ts": 2451472.900390625, "dur": 573.5120177268982, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5735120177268982, "detail": "System.Runtime.CompilerServices.TypeForwardedFromAttribute" } },
{ "pid": 1, "tid": 27, "ts": 2452367.431640625, "dur": 2449.8071670532227, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4498071670532227, "detail": "System.Runtime.Remoting.TypeInfo" } },
{ "pid": 1, "tid": 27, "ts": 2454817.87109375, "dur": 398.4209895133972, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3984209895133972, "detail": "System.Runtime.Serialization.Formatters.Binary.TypeInformation" } },
{ "pid": 1, "tid": 27, "ts": 2455216.796875, "dur": 1512.4109983444214, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5124109983444214, "detail": "System.TypeInitializationException" } },
{ "pid": 1, "tid": 27, "ts": 2456730.224609375, "dur": 2520.925998687744, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.520925998687744, "detail": "System.TypeLoadException" } },
{ "pid": 1, "tid": 27, "ts": 2459768.5546875, "dur": 14770.486831665039, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.770486831665039, "detail": "System.TypeSpec" } },
{ "pid": 1, "tid": 27, "ts": 2474540.283203125, "dur": 3142.9779529571533, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.1429779529571533, "detail": "System.TypedReference" } },
{ "pid": 1, "tid": 27, "ts": 2477683.837890625, "dur": 6999.849796295166, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.999849796295166, "detail": "System.UInt16" } },
{ "pid": 1, "tid": 27, "ts": 2484697.998046875, "dur": 5844.732761383057, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.844732761383057, "detail": "System.UInt32" } },
{ "pid": 1, "tid": 27, "ts": 2490553.7109375, "dur": 6030.243873596191, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.030243873596191, "detail": "System.UInt64" } },
{ "pid": 1, "tid": 27, "ts": 2496595.703125, "dur": 1904.9819707870483, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9049819707870483, "detail": "System.UIntPtr" } },
{ "pid": 1, "tid": 27, "ts": 2498501.220703125, "dur": 20824.13101196289, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.82413101196289, "detail": "System.Text.UTF32Encoding" } },
{ "pid": 1, "tid": 27, "ts": 2519326.416015625, "dur": 29451.10511779785, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 29.45110511779785, "detail": "System.Text.UTF7Encoding" } },
{ "pid": 1, "tid": 27, "ts": 2548778.3203125, "dur": 32612.61749267578, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 32.61261749267578, "detail": "System.Text.UTF8Encoding" } },
{ "pid": 1, "tid": 27, "ts": 2581404.052734375, "dur": 1120.9800243377686, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1209800243377686, "detail": "System.UnSafeCharBuffer" } },
{ "pid": 1, "tid": 27, "ts": 2582526.123046875, "dur": 641.59095287323, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.64159095287323, "detail": "System.UnauthorizedAccessException" } },
{ "pid": 1, "tid": 27, "ts": 2583168.212890625, "dur": 3038.944959640503, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.038944959640503, "detail": "System.IO.UnexceptionalStreamReader" } },
{ "pid": 1, "tid": 27, "ts": 2586208.984375, "dur": 1583.245038986206, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.583245038986206, "detail": "System.IO.UnexceptionalStreamWriter" } },
{ "pid": 1, "tid": 27, "ts": 2587792.724609375, "dur": 344.6759879589081, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3446759879589081, "detail": "System.UnhandledExceptionEventArgs" } },
{ "pid": 1, "tid": 27, "ts": 2588138.427734375, "dur": 554.4629693031311, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5544629693031311, "detail": "System.UnhandledExceptionEventHandler" } },
{ "pid": 1, "tid": 27, "ts": 2588713.8671875, "dur": 31683.3438873291, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 31.6833438873291, "detail": "System.Text.UnicodeEncoding" } },
{ "pid": 1, "tid": 27, "ts": 2620400.390625, "dur": 143948.76098632812, "ph": "X", "name": "mscorlib14.cpp", "args": { "durationMS": 143.94876098632812, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 2764800.048828125, "dur": 9482.035636901855, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.482035636901855, "detail": "System.Threading.Tasks.Task`1/<>c<System.Boolean>" } },
{ "pid": 1, "tid": 27, "ts": 2774293.212890625, "dur": 969.603955745697, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.969603955745697, "detail": "System.Threading.Tasks.Task`1/<>c<System.Int32>" } },
{ "pid": 1, "tid": 27, "ts": 2775264.892578125, "dur": 1314.1560554504395, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.3141560554504395, "detail": "System.Threading.Tasks.Task`1/<>c<System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 2776582.51953125, "dur": 622.4009990692139, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6224009990692139, "detail": "System.Threading.Tasks.Task`1/<>c<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 27, "ts": 2777207.51953125, "dur": 598.6570119857788, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5986570119857788, "detail": "System.Linq.Enumerable/<>c__DisplayClass6_0`1<System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 2777808.349609375, "dur": 3154.447078704834, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.154447078704834, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<System.Object,System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 2780965.087890625, "dur": 2515.93017578125, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.51593017578125, "detail": "UnityEngine.UI.CoroutineTween.TweenRunner`1/<Start>d__2<UnityEngine.UI.CoroutineTween.ColorTween>" } },
{ "pid": 1, "tid": 27, "ts": 2783483.154296875, "dur": 2240.0472164154053, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2400472164154053, "detail": "UnityEngine.UI.CoroutineTween.TweenRunner`1/<Start>d__2<UnityEngine.UI.CoroutineTween.FloatTween>" } },
{ "pid": 1, "tid": 27, "ts": 2785725.341796875, "dur": 990.3540015220642, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9903540015220642, "detail": "System.Action`1<System.Boolean>" } },
{ "pid": 1, "tid": 27, "ts": 2786717.28515625, "dur": 680.9530258178711, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6809530258178711, "detail": "System.Action`1<System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 2787401.123046875, "dur": 704.6329975128174, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7046329975128174, "detail": "System.Action`2<System.Boolean,System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 2788107.421875, "dur": 758.7870359420776, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7587870359420776, "detail": "System.Action`2<System.Object,System.Boolean>" } },
{ "pid": 1, "tid": 27, "ts": 2788869.873046875, "dur": 923.2710003852844, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9232710003852844, "detail": "System.Action`2<System.Object,System.Int32Enum>" } },
{ "pid": 1, "tid": 27, "ts": 2789795.654296875, "dur": 890.8380270004272, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8908380270004272, "detail": "System.Action`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 2790688.4765625, "dur": 847.4479913711548, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8474479913711548, "detail": "System.Action`3<System.Object,System.Boolean,UnityEngine.Profiling.Experimental.DebugScreenCapture>" } },
{ "pid": 1, "tid": 27, "ts": 2791538.0859375, "dur": 784.8120331764221, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7848120331764221, "detail": "System.Action`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 2792326.171875, "dur": 39048.79379272461, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 39.04879379272461, "detail": "System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 27, "ts": 2831377.685546875, "dur": 9071.49887084961, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.07149887084961, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 27, "ts": 2840451.171875, "dur": 8422.731399536133, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.422731399536133, "detail": "System.Collections.Generic.ArraySortHelper`1<System.Int32>" } },
{ "pid": 1, "tid": 27, "ts": 2848876.46484375, "dur": 9243.98422241211, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.24398422241211, "detail": "System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 27, "ts": 2858122.55859375, "dur": 8756.632804870605, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.756632804870605, "detail": "System.Collections.Generic.ArraySortHelper`1<System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 2866881.591796875, "dur": 8771.98314666748, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.77198314666748, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 27, "ts": 2875656.982421875, "dur": 8638.152122497559, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.638152122497559, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 27, "ts": 2884297.607421875, "dur": 8456.628799438477, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.456628799438477, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 27, "ts": 2892756.34765625, "dur": 8566.444396972656, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.566444396972656, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 27, "ts": 2901325.439453125, "dur": 9984.14421081543, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.98414421081543, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 27, "ts": 2911312.5, "dur": 18479.278564453125, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 18.479278564453125, "detail": "System.Collections.Generic.ArraySortHelper`1<System.UInt64>" } },
{ "pid": 1, "tid": 27, "ts": 2929794.189453125, "dur": 8064.925193786621, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.064925193786621, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 27, "ts": 2937861.328125, "dur": 8496.736526489258, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.496736526489258, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 27, "ts": 2946360.595703125, "dur": 8956.38370513916, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.95638370513916, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 27, "ts": 2955319.091796875, "dur": 8545.546531677246, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.545546531677246, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 27, "ts": 2963867.1875, "dur": 8497.4365234375, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.4974365234375, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 27, "ts": 2972367.1875, "dur": 11368.346214294434, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 11.368346214294434, "detail": "System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 2983739.2578125, "dur": 8571.117401123047, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.571117401123047, "detail": "System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 2992319.091796875, "dur": 6877.010822296143, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.877010822296143, "detail": "System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>" } },
{ "pid": 1, "tid": 27, "ts": 2999197.998046875, "dur": 7612.362861633301, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.612362861633301, "detail": "System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 3006821.044921875, "dur": 1049.0789413452148, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0490789413452148, "detail": "UnityEngine.Events.CachedInvokableCall`1<System.Boolean>" } },
{ "pid": 1, "tid": 27, "ts": 3007872.0703125, "dur": 947.733998298645, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.947733998298645, "detail": "UnityEngine.Events.CachedInvokableCall`1<System.Int32>" } },
{ "pid": 1, "tid": 27, "ts": 3008821.533203125, "dur": 800.0780344009399, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8000780344009399, "detail": "UnityEngine.Events.CachedInvokableCall`1<System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 3009623.53515625, "dur": 749.1989731788635, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7491989731788635, "detail": "UnityEngine.Events.CachedInvokableCall`1<System.Single>" } },
{ "pid": 1, "tid": 27, "ts": 3010385.009765625, "dur": 2686.0427856445312, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.6860427856445312, "detail": "System.Collections.Generic.Comparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 27, "ts": 3013072.998046875, "dur": 27770.706176757812, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 27.770706176757812, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 27, "ts": 3040845.21484375, "dur": 2142.9619789123535, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.1429619789123535, "detail": "System.Collections.Generic.Comparer`1<System.Int32>" } },
{ "pid": 1, "tid": 27, "ts": 3042990.478515625, "dur": 2069.9100494384766, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0699100494384766, "detail": "System.Collections.Generic.Comparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 27, "ts": 3045061.767578125, "dur": 1910.6169939041138, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9106169939041138, "detail": "System.Collections.Generic.Comparer`1<System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 3046974.365234375, "dur": 2099.004030227661, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.099004030227661, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 27, "ts": 3049075.439453125, "dur": 13107.120513916016, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 13.107120513916016, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 27, "ts": 3062184.5703125, "dur": 2582.4451446533203, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5824451446533203, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 27, "ts": 3064769.287109375, "dur": 18593.326568603516, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 18.593326568603516, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 27, "ts": 3083364.74609375, "dur": 2394.841194152832, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.394841194152832, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 27, "ts": 3085761.474609375, "dur": 2969.850778579712, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.969850778579712, "detail": "System.Collections.Generic.Comparer`1<System.UInt64>" } },
{ "pid": 1, "tid": 27, "ts": 3088733.154296875, "dur": 2452.8629779815674, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4528629779815674, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 27, "ts": 3091187.98828125, "dur": 2474.372148513794, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.474372148513794, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 27, "ts": 3093664.794921875, "dur": 2300.4510402679443, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3004510402679443, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 27, "ts": 3095967.041015625, "dur": 2340.3480052948, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3403480052948, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 27, "ts": 3098309.326171875, "dur": 2356.1019897460938, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3561019897460938, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 27, "ts": 3100667.96875, "dur": 785.8119606971741, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7858119606971741, "detail": "System.Comparison`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 27, "ts": 3101462.158203125, "dur": 663.7210249900818, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6637210249900818, "detail": "System.Comparison`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 27, "ts": 3102127.197265625, "dur": 616.1050200462341, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6161050200462341, "detail": "System.Comparison`1<System.Int32>" } },
{ "pid": 1, "tid": 27, "ts": 3102745.1171875, "dur": 697.1780061721802, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6971780061721802, "detail": "System.Comparison`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 27, "ts": 3103443.603515625, "dur": 649.8700380325317, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6498700380325317, "detail": "System.Comparison`1<System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 3104095.703125, "dur": 647.9970216751099, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6479970216751099, "detail": "System.Comparison`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 27, "ts": 3104745.361328125, "dur": 634.630024433136, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.634630024433136, "detail": "System.Comparison`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 27, "ts": 3105381.8359375, "dur": 659.5889925956726, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6595889925956726, "detail": "System.Comparison`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 27, "ts": 3106043.212890625, "dur": 641.0919427871704, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6410919427871704, "detail": "System.Comparison`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 27, "ts": 3106685.791015625, "dur": 626.7499923706055, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6267499923706055, "detail": "System.Comparison`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 27, "ts": 3107314.453125, "dur": 591.5079712867737, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5915079712867737, "detail": "System.Comparison`1<System.UInt64>" } },
{ "pid": 1, "tid": 27, "ts": 3107909.423828125, "dur": 592.1509861946106, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5921509861946106, "detail": "System.Comparison`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 27, "ts": 3108503.173828125, "dur": 559.9740147590637, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5599740147590637, "detail": "System.Comparison`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 27, "ts": 3109065.4296875, "dur": 665.9299731254578, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6659299731254578, "detail": "System.Comparison`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 27, "ts": 3109732.421875, "dur": 655.9509634971619, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6559509634971619, "detail": "System.Comparison`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 27, "ts": 3110390.380859375, "dur": 719.5169925689697, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7195169925689697, "detail": "System.Comparison`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 27, "ts": 3111112.060546875, "dur": 27476.06086730957, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 27.47606086730957, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 3138625, "dur": 67920.70007324219, "ph": "X", "name": "Generics.cpp", "args": { "durationMS": 67.92070007324219, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 3206572.509765625, "dur": 446.58300280570984, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44658300280570984, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3207020.263671875, "dur": 380.55500388145447, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38055500388145447, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3207401.611328125, "dur": 549.9699711799622, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5499699711799622, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3207952.392578125, "dur": 357.140988111496, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35714098811149597, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3208310.302734375, "dur": 358.26200246810913, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35826200246810913, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3208669.921875, "dur": 367.2510087490082, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3672510087490082, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3209037.841796875, "dur": 379.6270191669464, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3796270191669464, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3209418.701171875, "dur": 431.37797713279724, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43137797713279724, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3209851.318359375, "dur": 453.6089897155762, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45360898971557617, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3210306.396484375, "dur": 734.1870069503784, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7341870069503784, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3211041.259765625, "dur": 384.8070204257965, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3848070204257965, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3211427.24609375, "dur": 353.48498821258545, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35348498821258545, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3211781.73828125, "dur": 424.32498931884766, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.42432498931884766, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3212207.275390625, "dur": 367.1729862689972, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3671729862689972, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3212575.1953125, "dur": 365.15697836875916, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36515697836875916, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3212941.162109375, "dur": 370.6679940223694, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3706679940223694, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3213312.98828125, "dur": 371.39201164245605, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37139201164245605, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3213685.05859375, "dur": 361.627995967865, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.361627995967865, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3214047.8515625, "dur": 453.2819986343384, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4532819986343384, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3214502.197265625, "dur": 419.10701990127563, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41910701990127563, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3214922.119140625, "dur": 388.6440098285675, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3886440098285675, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3215311.767578125, "dur": 446.8199908733368, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4468199908733368, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3215760.009765625, "dur": 479.97698187828064, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47997698187828064, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3216241.2109375, "dur": 440.6239986419678, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4406239986419678, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3216683.837890625, "dur": 359.05998945236206, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35905998945236206, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3217043.9453125, "dur": 363.79000544548035, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36379000544548035, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3217408.69140625, "dur": 4255.386829376221, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 4.255386829376221, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3221665.771484375, "dur": 411.92999482154846, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41192999482154846, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3222079.1015625, "dur": 390.0719881057739, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3900719881057739, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3222470.458984375, "dur": 414.0929877758026, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4140929877758026, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3222886.23046875, "dur": 384.2790126800537, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3842790126800537, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3223271.728515625, "dur": 392.69402623176575, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39269402623176575, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3223665.771484375, "dur": 387.706995010376, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.387706995010376, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3224054.443359375, "dur": 412.82200813293457, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41282200813293457, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3224468.75, "dur": 382.53599405288696, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38253599405288696, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3224852.5390625, "dur": 388.1699740886688, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3881699740886688, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3225241.69921875, "dur": 360.2220118045807, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3602220118045807, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3225603.271484375, "dur": 396.2329924106598, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3962329924106598, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3226000.9765625, "dur": 393.8480019569397, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3938480019569397, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3226395.99609375, "dur": 924.5010018348694, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9245010018348694, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3227321.2890625, "dur": 405.82597255706787, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40582597255706787, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3227728.271484375, "dur": 406.8399965763092, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4068399965763092, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3228136.23046875, "dur": 521.9159722328186, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5219159722328186, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3228659.1796875, "dur": 378.574013710022, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.378574013710022, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3229038.57421875, "dur": 375.1559853553772, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3751559853553772, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3229414.794921875, "dur": 369.02400851249695, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36902400851249695, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3229784.66796875, "dur": 378.1149983406067, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3781149983406067, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3230164.0625, "dur": 447.55199551582336, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44755199551582336, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 27, "ts": 3230612.548828125, "dur": 596.3979959487915, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5963979959487915, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3231209.716796875, "dur": 499.63802099227905, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.49963802099227905, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3231710.44921875, "dur": 1735.2800369262695, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.7352800369262695, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3233446.533203125, "dur": 521.3820338249207, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5213820338249207, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3233968.994140625, "dur": 492.4060106277466, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4924060106277466, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3234462.890625, "dur": 513.359010219574, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.513359010219574, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3234977.294921875, "dur": 518.779993057251, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.518779993057251, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3235496.826171875, "dur": 497.6600110530853, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4976600110530853, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3235995.60546875, "dur": 508.92698764801025, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5089269876480103, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3236505.37109375, "dur": 509.71001386642456, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5097100138664246, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3237015.869140625, "dur": 469.14899349212646, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46914899349212646, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3237486.083984375, "dur": 465.73299169540405, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46573299169540405, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3237952.880859375, "dur": 493.45600605010986, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.49345600605010986, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3238447.265625, "dur": 472.00900316238403, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47200900316238403, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3238920.166015625, "dur": 457.92800188064575, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45792800188064575, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3239378.90625, "dur": 458.65899324417114, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45865899324417114, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3239838.623046875, "dur": 446.1729824542999, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4461729824542999, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3240285.64453125, "dur": 463.0729854106903, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4630729854106903, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3240749.755859375, "dur": 464.8810029029846, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4648810029029846, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3241215.576171875, "dur": 461.9069993495941, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4619069993495941, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3241678.22265625, "dur": 458.3379924297333, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4583379924297333, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3242137.20703125, "dur": 498.9420175552368, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4989420175552368, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3242638.18359375, "dur": 573.1390118598938, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5731390118598938, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3243212.646484375, "dur": 606.9819927215576, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6069819927215576, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3243820.556640625, "dur": 469.01100873947144, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46901100873947144, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3244290.52734375, "dur": 465.59298038482666, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46559298038482666, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3244757.080078125, "dur": 469.47601437568665, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46947601437568665, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3245227.294921875, "dur": 462.7619981765747, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4627619981765747, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3245691.162109375, "dur": 454.5449912548065, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4545449912548065, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3246146.484375, "dur": 486.380010843277, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.486380010843277, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3246634.27734375, "dur": 533.6089730262756, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5336089730262756, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3247168.701171875, "dur": 465.0849997997284, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4650849997997284, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3247635.009765625, "dur": 465.9459888935089, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4659459888935089, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3248101.5625, "dur": 467.8879976272583, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4678879976272583, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3248570.556640625, "dur": 474.4560122489929, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4744560122489929, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3249046.142578125, "dur": 462.5529944896698, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4625529944896698, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3249509.765625, "dur": 483.4609925746918, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4834609925746918, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3249994.140625, "dur": 484.1580092906952, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4841580092906952, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3250479.736328125, "dur": 508.1900358200073, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5081900358200073, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3250988.76953125, "dur": 500.6510019302368, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5006510019302368, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3251490.234375, "dur": 453.47902178764343, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45347902178764343, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3251944.82421875, "dur": 486.24300956726074, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.48624300956726074, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3252431.884765625, "dur": 468.07801723480225, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46807801723480225, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3252901.123046875, "dur": 499.0620017051697, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4990620017051697, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3253401.3671875, "dur": 622.0110058784485, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6220110058784485, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3254024.169921875, "dur": 472.96199202537537, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47296199202537537, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3254498.291015625, "dur": 480.428010225296, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.480428010225296, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3254979.736328125, "dur": 462.9000127315521, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4629000127315521, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3255443.359375, "dur": 464.05699849128723, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46405699849128723, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3255908.69140625, "dur": 443.4540271759033, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4434540271759033, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3256353.02734375, "dur": 473.9370048046112, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4739370048046112, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3256827.880859375, "dur": 473.20300340652466, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47320300340652466, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3257302.24609375, "dur": 468.42700242996216, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46842700242996216, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3257771.484375, "dur": 463.9260172843933, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4639260172843933, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3258236.572265625, "dur": 457.9260051250458, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4579260051250458, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3258695.3125, "dur": 464.21200037002563, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46421200037002563, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3259160.400390625, "dur": 449.69502091407776, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44969502091407776, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3259610.83984375, "dur": 540.6630039215088, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5406630039215088, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3260152.587890625, "dur": 479.87300157546997, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47987300157546997, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3260633.544921875, "dur": 475.2710163593292, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4752710163593292, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3261109.619140625, "dur": 479.5539975166321, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4795539975166321, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3261590.087890625, "dur": 469.1320061683655, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4691320061683655, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3262060.546875, "dur": 477.90300846099854, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47790300846099854, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3262539.55078125, "dur": 476.5409827232361, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4765409827232361, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3263017.08984375, "dur": 486.9459867477417, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4869459867477417, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3263505.126953125, "dur": 454.67299222946167, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45467299222946167, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3263960.693359375, "dur": 480.79100251197815, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.48079100251197815, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3264442.626953125, "dur": 449.73501563072205, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44973501563072205, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 27, "ts": 3264893.310546875, "dur": 380.88899850845337, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38088899850845337, "detail": "LastIndexOf" } },
{ "pid": 1, "tid": 27, "ts": 3265275.146484375, "dur": 580.4510116577148, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5804510116577148, "detail": "LastIndexOf" } },
{ "pid": 1, "tid": 27, "ts": 3265856.4453125, "dur": 898.8239765167236, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8988239765167236, "detail": "LastIndexOf" } },
{ "pid": 1, "tid": 27, "ts": 3267086.42578125, "dur": 775.022029876709, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.775022029876709, "detail": "Resize" } },
{ "pid": 1, "tid": 27, "ts": 3267862.79296875, "dur": 940.3910040855408, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9403910040855408, "detail": "Resize" } },
{ "pid": 1, "tid": 27, "ts": 3268805.17578125, "dur": 562.1930360794067, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5621930360794067, "detail": "Reverse" } },
{ "pid": 1, "tid": 27, "ts": 3269368.408203125, "dur": 551.6449809074402, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5516449809074402, "detail": "Reverse" } },
{ "pid": 1, "tid": 27, "ts": 3269921.38671875, "dur": 1153.4509658813477, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1534509658813477, "detail": "Reverse" } },
{ "pid": 1, "tid": 27, "ts": 3271075.927734375, "dur": 1047.6239919662476, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0476239919662476, "detail": "Reverse" } },
{ "pid": 1, "tid": 27, "ts": 3272124.755859375, "dur": 1160.0849628448486, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1600849628448486, "detail": "Reverse" } },
{ "pid": 1, "tid": 27, "ts": 3273286.1328125, "dur": 1005.3210258483887, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0053210258483887, "detail": "Reverse" } },
{ "pid": 1, "tid": 27, "ts": 3274292.96875, "dur": 865.2330040931702, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8652330040931702, "detail": "Reverse" } },
{ "pid": 1, "tid": 27, "ts": 3275158.935546875, "dur": 1014.773964881897, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.014773964881897, "detail": "Reverse" } },
{ "pid": 1, "tid": 27, "ts": 3276175.048828125, "dur": 1158.257007598877, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.158257007598877, "detail": "Reverse" } },
{ "pid": 1, "tid": 27, "ts": 3277334.47265625, "dur": 1062.419056892395, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.062419056892395, "detail": "Reverse" } },
{ "pid": 1, "tid": 27, "ts": 3278398.193359375, "dur": 11517.297744750977, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 11.517297744750977, "detail": "Reverse" } },
{ "pid": 1, "tid": 27, "ts": 3289916.9921875, "dur": 760.9500288963318, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7609500288963318, "detail": "Reverse" } },
{ "pid": 1, "tid": 27, "ts": 3290678.955078125, "dur": 698.0760097503662, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6980760097503662, "detail": "Reverse" } },
{ "pid": 1, "tid": 27, "ts": 3291378.173828125, "dur": 688.2240176200867, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6882240176200867, "detail": "Reverse" } },
{ "pid": 1, "tid": 27, "ts": 3292067.626953125, "dur": 746.4890480041504, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7464890480041504, "detail": "Reverse" } },
{ "pid": 1, "tid": 27, "ts": 3292815.185546875, "dur": 739.753007888794, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.739753007888794, "detail": "Reverse" } },
{ "pid": 1, "tid": 27, "ts": 3293555.908203125, "dur": 761.0610127449036, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7610610127449036, "detail": "Reverse" } },
{ "pid": 1, "tid": 27, "ts": 3294501.46484375, "dur": 372.50497937202454, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37250497937202454, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3294875, "dur": 361.4030182361603, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3614030182361603, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3295237.548828125, "dur": 378.98898124694824, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37898898124694824, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3295617.431640625, "dur": 522.2129821777344, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5222129821777344, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3296140.380859375, "dur": 511.9059681892395, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5119059681892395, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3296941.650390625, "dur": 456.75697922706604, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45675697922706604, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3297399.658203125, "dur": 451.6700208187103, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4516700208187103, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3297852.5390625, "dur": 741.6220307350159, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7416220307350159, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3298595.21484375, "dur": 693.0000185966492, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6930000185966492, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3299288.818359375, "dur": 2023.8220691680908, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.023822069168091, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3301313.96484375, "dur": 755.8789849281311, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7558789849281311, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3302070.80078125, "dur": 741.1539554595947, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7411539554595947, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3302812.744140625, "dur": 882.265031337738, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.882265031337738, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3303696.533203125, "dur": 758.2890391349792, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7582890391349792, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3304455.56640625, "dur": 750.7699728012085, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7507699728012085, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3305207.275390625, "dur": 750.0849962234497, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7500849962234497, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3305958.49609375, "dur": 757.436990737915, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.757436990737915, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3306717.041015625, "dur": 728.1799912452698, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7281799912452698, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3307446.2890625, "dur": 737.9390001296997, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7379390001296997, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3308185.302734375, "dur": 744.3399429321289, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7443399429321289, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3308930.419921875, "dur": 773.6160159111023, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7736160159111023, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3309705.078125, "dur": 1070.4330205917358, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0704330205917358, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3310776.85546875, "dur": 795.6219911575317, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7956219911575317, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3311885.009765625, "dur": 1042.1099662780762, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0421099662780762, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3312928.22265625, "dur": 1060.0680112838745, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0600680112838745, "detail": "Sort" } },
{ "pid": 1, "tid": 27, "ts": 3313989.2578125, "dur": 607.2289943695068, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6072289943695068, "detail": "TrueForAll" } },
{ "pid": 1, "tid": 27, "ts": 3315253.662109375, "dur": 722.3790287971497, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7223790287971497, "detail": "UnsafeLoad" } },
{ "pid": 1, "tid": 27, "ts": 3319481.201171875, "dur": 730.1700115203857, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7301700115203857, "detail": "GetCustomAttributeOfType" } },
{ "pid": 1, "tid": 27, "ts": 3320212.40234375, "dur": 719.49702501297, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.71949702501297, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 27, "ts": 3320933.10546875, "dur": 662.6279950141907, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6626279950141907, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 27, "ts": 3321596.6796875, "dur": 641.2019729614258, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6412019729614258, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 27, "ts": 3322239.013671875, "dur": 659.5640182495117, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6595640182495117, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 27, "ts": 3322899.658203125, "dur": 691.9150352478027, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6919150352478027, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 27, "ts": 3323592.7734375, "dur": 639.4209861755371, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6394209861755371, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 27, "ts": 3324456.298828125, "dur": 415.7640039920807, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4157640039920807, "detail": "GetValueOrDefault" } },
{ "pid": 1, "tid": 27, "ts": 3324873.046875, "dur": 518.4580087661743, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5184580087661743, "detail": "GetComponent" } },
{ "pid": 1, "tid": 27, "ts": 3325392.333984375, "dur": 355.06799817085266, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35506799817085266, "detail": "GetComponentInChildren" } },
{ "pid": 1, "tid": 27, "ts": 3325748.53515625, "dur": 353.0550003051758, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3530550003051758, "detail": "GetComponentInParent" } },
{ "pid": 1, "tid": 27, "ts": 3326395.01953125, "dur": 333.5689902305603, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3335689902305603, "detail": "GetComponents" } },
{ "pid": 1, "tid": 27, "ts": 3328135.498046875, "dur": 971.0580110549927, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9710580110549927, "detail": "ForAll" } },
{ "pid": 1, "tid": 27, "ts": 3329107.421875, "dur": 490.8750057220459, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4908750057220459, "detail": "UnboxValues" } },
{ "pid": 1, "tid": 27, "ts": 3329599.12109375, "dur": 442.5809979438782, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4425809979438782, "detail": "UnboxValues" } },
{ "pid": 1, "tid": 27, "ts": 3330042.96875, "dur": 414.92000222206116, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41492000222206116, "detail": "UnboxValues" } },
{ "pid": 1, "tid": 27, "ts": 3330726.07421875, "dur": 2536.115884780884, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.536115884780884, "detail": "GetOrAddComponent" } },
{ "pid": 1, "tid": 27, "ts": 3333263.427734375, "dur": 1012.7639770507812, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0127639770507812, "detail": "Any" } },
{ "pid": 1, "tid": 27, "ts": 3334277.34375, "dur": 1042.4890518188477, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0424890518188477, "detail": "Any" } },
{ "pid": 1, "tid": 27, "ts": 3335320.556640625, "dur": 935.0730180740356, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9350730180740356, "detail": "CombinePredicates" } },
{ "pid": 1, "tid": 27, "ts": 3336256.8359375, "dur": 1063.349962234497, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.063349962234497, "detail": "Count" } },
{ "pid": 1, "tid": 27, "ts": 3337321.2890625, "dur": 963.1779789924622, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9631779789924622, "detail": "First" } },
{ "pid": 1, "tid": 27, "ts": 3338285.400390625, "dur": 1048.63703250885, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.04863703250885, "detail": "SingleOrDefault" } },
{ "pid": 1, "tid": 27, "ts": 3339335.205078125, "dur": 928.48801612854, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.92848801612854, "detail": "Where" } },
{ "pid": 1, "tid": 27, "ts": 3340265.13671875, "dur": 992.8810000419617, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9928810000419617, "detail": "CanHandleEvent" } },
{ "pid": 1, "tid": 27, "ts": 3341259.033203125, "dur": 2219.5520401000977, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.2195520401000977, "detail": "Execute" } },
{ "pid": 1, "tid": 27, "ts": 3343479.4921875, "dur": 935.5120062828064, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9355120062828064, "detail": "ExecuteHierarchy" } },
{ "pid": 1, "tid": 27, "ts": 3344416.259765625, "dur": 724.8209714889526, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7248209714889526, "detail": "GetEventHandler" } },
{ "pid": 1, "tid": 27, "ts": 3345142.333984375, "dur": 1744.7470426559448, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.7447470426559448, "detail": "GetEventList" } },
{ "pid": 1, "tid": 27, "ts": 3346887.939453125, "dur": 553.0680418014526, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5530680418014526, "detail": "ShouldSendToComponent" } },
{ "pid": 1, "tid": 27, "ts": 3347442.138671875, "dur": 599.094033241272, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.599094033241272, "detail": "ValidateEventData" } },
{ "pid": 1, "tid": 27, "ts": 3348041.9921875, "dur": 391.2460207939148, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3912460207939148, "detail": "AddComponent" } },
{ "pid": 1, "tid": 27, "ts": 3348434.326171875, "dur": 464.9939835071564, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46499398350715637, "detail": "GetComponent" } },
{ "pid": 1, "tid": 27, "ts": 3349164.55078125, "dur": 363.427996635437, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.363427996635437, "detail": "GetComponentInChildren" } },
{ "pid": 1, "tid": 27, "ts": 3349528.80859375, "dur": 401.56999230384827, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40156999230384827, "detail": "GetComponents" } },
{ "pid": 1, "tid": 27, "ts": 3349931.640625, "dur": 356.1820089817047, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3561820089817047, "detail": "GetComponents" } },
{ "pid": 1, "tid": 27, "ts": 3350288.818359375, "dur": 352.0030081272125, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3520030081272125, "detail": "GetComponentsInChildren" } },
{ "pid": 1, "tid": 27, "ts": 3350641.845703125, "dur": 385.81499457359314, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38581499457359314, "detail": "GetComponentsInParent" } },
{ "pid": 1, "tid": 27, "ts": 3351028.80859375, "dur": 363.28601837158203, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36328601837158203, "detail": "GetComponentsInParent" } },
{ "pid": 1, "tid": 27, "ts": 3351819.82421875, "dur": 1214.6179676055908, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2146179676055908, "detail": "SetProperty" } },
{ "pid": 1, "tid": 27, "ts": 3353035.64453125, "dur": 444.47001814842224, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44447001814842224, "detail": "SetProperty" } },
{ "pid": 1, "tid": 27, "ts": 3353480.95703125, "dur": 440.1470124721527, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4401470124721527, "detail": "SetProperty" } },
{ "pid": 1, "tid": 27, "ts": 3353922.119140625, "dur": 450.5990147590637, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4505990147590637, "detail": "SetProperty" } },
{ "pid": 1, "tid": 27, "ts": 3354374.0234375, "dur": 374.35999512672424, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37435999512672424, "detail": "SetProperty" } },
{ "pid": 1, "tid": 27, "ts": 3354749.267578125, "dur": 399.20100569725037, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39920100569725037, "detail": "SetProperty" } },
{ "pid": 1, "tid": 27, "ts": 3355438.720703125, "dur": 424.30800199508667, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.42430800199508667, "detail": "EnsureInitializedCore" } },
{ "pid": 1, "tid": 27, "ts": 3356406.982421875, "dur": 356.61500692367554, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35661500692367554, "detail": "GetAllocArrayFromChannel" } },
{ "pid": 1, "tid": 27, "ts": 3357295.41015625, "dur": 470.41797637939453, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47041797637939453, "detail": "GetAllocArrayFromChannel" } },
{ "pid": 1, "tid": 27, "ts": 3357766.845703125, "dur": 543.6620116233826, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5436620116233826, "detail": "GetAllocArrayFromChannel" } },
{ "pid": 1, "tid": 27, "ts": 3358311.279296875, "dur": 502.07000970840454, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5020700097084045, "detail": "GetAllocArrayFromChannel" } },
{ "pid": 1, "tid": 27, "ts": 3358814.453125, "dur": 487.839013338089, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.487839013338089, "detail": "GetAllocArrayFromChannel" } },
{ "pid": 1, "tid": 27, "ts": 3359829.833984375, "dur": 624.3480443954468, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6243480443954468, "detail": "GetListForChannel" } },
{ "pid": 1, "tid": 27, "ts": 3360455.322265625, "dur": 630.6020021438599, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6306020021438599, "detail": "GetListForChannel" } },
{ "pid": 1, "tid": 27, "ts": 3361086.9140625, "dur": 745.9250092506409, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7459250092506409, "detail": "GetUVsImpl" } },
{ "pid": 1, "tid": 27, "ts": 3361833.984375, "dur": 733.3440184593201, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7333440184593201, "detail": "GetUVsImpl" } },
{ "pid": 1, "tid": 27, "ts": 3362568.359375, "dur": 446.3160037994385, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4463160037994385, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 27, "ts": 3363015.869140625, "dur": 387.2489929199219, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3872489929199219, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 27, "ts": 3363404.052734375, "dur": 392.7660286426544, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3927660286426544, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 27, "ts": 3363797.607421875, "dur": 447.2079873085022, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4472079873085022, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 27, "ts": 3364245.849609375, "dur": 413.32098841667175, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41332098841667175, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 27, "ts": 3364660.15625, "dur": 406.468003988266, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.406468003988266, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 27, "ts": 3365067.87109375, "dur": 1110.321044921875, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.110321044921875, "detail": "SetUvsImpl" } },
{ "pid": 1, "tid": 27, "ts": 3366179.19921875, "dur": 666.716992855072, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.666716992855072, "detail": "SetUvsImpl" } },
{ "pid": 1, "tid": 27, "ts": 3367387.20703125, "dur": 352.24899649620056, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35224899649620056, "detail": "ConvertExistingDataToNativeArray" } },
{ "pid": 1, "tid": 27, "ts": 3368904.78515625, "dur": 503.7490129470825, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5037490129470825, "detail": "EnsureListElemCount" } },
{ "pid": 1, "tid": 27, "ts": 3369409.423828125, "dur": 469.65402364730835, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46965402364730835, "detail": "EnsureListElemCount" } },
{ "pid": 1, "tid": 27, "ts": 3369880.37109375, "dur": 988.7630343437195, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9887630343437195, "detail": "ResizeList" } },
{ "pid": 1, "tid": 27, "ts": 3370870.60546875, "dur": 728.6179661750793, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7286179661750793, "detail": "ResizeList" } },
{ "pid": 1, "tid": 27, "ts": 3372957.51953125, "dur": 553.7880063056946, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5537880063056946, "detail": "Instantiate" } },
{ "pid": 1, "tid": 27, "ts": 3373512.6953125, "dur": 377.58100032806396, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37758100032806396, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 27, "ts": 3373891.357421875, "dur": 370.79697847366333, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37079697847366333, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 27, "ts": 3374262.6953125, "dur": 356.6579818725586, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3566579818725586, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 27, "ts": 3374620.361328125, "dur": 360.3630065917969, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3603630065917969, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 27, "ts": 3374981.689453125, "dur": 363.6769950389862, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3636769950389862, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 27, "ts": 3375346.19140625, "dur": 356.86200857162476, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35686200857162476, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 27, "ts": 3375704.1015625, "dur": 357.8089773654938, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3578089773654938, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 27, "ts": 3376062.98828125, "dur": 354.6300232410431, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3546300232410431, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 27, "ts": 3376418.701171875, "dur": 375.5449950695038, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3755449950695038, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 27, "ts": 3376795.166015625, "dur": 378.34399938583374, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37834399938583374, "detail": "GetBuiltinResource" } },
{ "pid": 1, "tid": 27, "ts": 3377174.31640625, "dur": 359.58200693130493, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35958200693130493, "detail": "IsReferenceOrContainsReferences" } },
{ "pid": 1, "tid": 27, "ts": 3377534.912109375, "dur": 383.74701142311096, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38374701142311096, "detail": "CreateInstance" } },
{ "pid": 1, "tid": 27, "ts": 3377919.921875, "dur": 564.8620128631592, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5648620128631592, "detail": "SetClass" } },
{ "pid": 1, "tid": 27, "ts": 3378485.83984375, "dur": 356.38201236724854, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35638201236724854, "detail": "SetStruct" } },
{ "pid": 1, "tid": 27, "ts": 3378843.505859375, "dur": 346.3369905948639, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3463369905948639, "detail": "SetStruct" } },
{ "pid": 1, "tid": 27, "ts": 3379190.91796875, "dur": 420.18499970436096, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.42018499970436096, "detail": "SetStruct" } },
{ "pid": 1, "tid": 27, "ts": 3379612.060546875, "dur": 352.1040081977844, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3521040081977844, "detail": "SetStruct" } },
{ "pid": 1, "tid": 27, "ts": 3379965.087890625, "dur": 384.30699706077576, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38430699706077576, "detail": "SetStruct" } },
{ "pid": 1, "tid": 27, "ts": 3380350.5859375, "dur": 361.6419732570648, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3616419732570648, "detail": "SetStruct" } },
{ "pid": 1, "tid": 27, "ts": 3381033.69140625, "dur": 352.07802057266235, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35207802057266235, "detail": "SetStruct" } },
{ "pid": 1, "tid": 27, "ts": 3381386.962890625, "dur": 448.66299629211426, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44866299629211426, "detail": "FromCancellation" } },
{ "pid": 1, "tid": 27, "ts": 3381836.9140625, "dur": 460.33400297164917, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46033400297164917, "detail": "FromCancellation" } },
{ "pid": 1, "tid": 27, "ts": 3388754.638671875, "dur": 31729.707717895508, "ph": "X", "name": "GenericMethods1.cpp", "args": { "durationMS": 31.729707717895508, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 3420506.34765625, "dur": 41513.62609863281, "ph": "X", "name": "Idle", "args": { "durationMS": 41.51362609863281, "detail": "" } },
{ "pid": 1, "tid": 11, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 11, "ts": 3575506.103515625, "dur": 103115.478515625, "ph": "X", "name": "Idle", "args": { "durationMS": 103.115478515625, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 3689517.333984375, "dur": 3177.816152572632, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 3.177816152572632, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 11, "ts": 3692874.755859375, "dur": 954.4339776039124, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 0.9544339776039124, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 11, "ts": 3693831.54296875, "dur": 5806.481838226318, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 5.806481838226318, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 11, "ts": 3700059.08203125, "dur": 370.9550201892853, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.3709550201892853, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 11, "ts": 3700518.798828125, "dur": 5198.342323303223, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 5.198342323303223, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 11, "ts": 3705722.900390625, "dur": 171480.31616210938, "ph": "X", "name": "Idle", "args": { "durationMS": 171.48031616210938, "detail": "" } },
{ "pid": 1, "tid": 10, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 10, "ts": 3575524.90234375, "dur": 103096.48132324219, "ph": "X", "name": "Idle", "args": { "durationMS": 103.09648132324219, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 3690390.13671875, "dur": 2314.445972442627, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 2.314445972442627, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 10, "ts": 3693626.220703125, "dur": 29711.74430847168, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 29.71174430847168, "detail": "Generic Methods" } },
{ "pid": 1, "tid": 10, "ts": 3724967.7734375, "dur": 19835.6990814209, "ph": "X", "name": "Merge Invokers", "args": { "durationMS": 19.8356990814209, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 3744811.767578125, "dur": 132398.40698242188, "ph": "X", "name": "Idle", "args": { "durationMS": 132.39840698242188, "detail": "" } },
{ "pid": 1, "tid": 9, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 9, "ts": 3575776.611328125, "dur": 102847.25952148438, "ph": "X", "name": "Idle", "args": { "durationMS": 102.84725952148438, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 3691043.9453125, "dur": 4550.849914550781, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 4.550849914550781, "detail": "mscorlib" } },
{ "pid": 1, "tid": 9, "ts": 3695696.533203125, "dur": 3665.20094871521, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 3.66520094871521, "detail": "System.Core" } },
{ "pid": 1, "tid": 9, "ts": 3699368.1640625, "dur": 5327.155113220215, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 5.327155113220215, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 9, "ts": 3704702.392578125, "dur": 172495.13244628906, "ph": "X", "name": "Idle", "args": { "durationMS": 172.49513244628906, "detail": "" } },
{ "pid": 1, "tid": 7, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 7, "ts": 3576095.947265625, "dur": 102539.77966308594, "ph": "X", "name": "Idle", "args": { "durationMS": 102.53977966308594, "detail": "" } },
{ "pid": 1, "tid": 7, "ts": 3690375, "dur": 3473.820924758911, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 3.473820924758911, "detail": "System" } },
{ "pid": 1, "tid": 7, "ts": 3693857.177734375, "dur": 5003.805160522461, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 5.003805160522461, "detail": "System.Xml" } },
{ "pid": 1, "tid": 7, "ts": 3698920.166015625, "dur": 931.8069815635681, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.9318069815635681, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 7, "ts": 3700268.798828125, "dur": 544.0660119056702, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.5440660119056702, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 7, "ts": 3701438.96484375, "dur": 29605.38101196289, "ph": "X", "name": "Collect Method Tables", "args": { "durationMS": 29.60538101196289, "detail": "" } },
{ "pid": 1, "tid": 7, "ts": 3731050.78125, "dur": 146171.2188720703, "ph": "X", "name": "Idle", "args": { "durationMS": 146.1712188720703, "detail": "" } },
{ "pid": 1, "tid": 6, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 6, "ts": 3576205.078125, "dur": 102423.28643798828, "ph": "X", "name": "Idle", "args": { "durationMS": 102.42328643798828, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 3691681.15234375, "dur": 1040.1979684829712, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 1.0401979684829712, "detail": "System.Xml" } },
{ "pid": 1, "tid": 6, "ts": 3693022.705078125, "dur": 184056.8084716797, "ph": "X", "name": "All Collect Metadata", "args": { "durationMS": 184.0568084716797, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 3696240.966796875, "dur": 66972.09930419922, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 66.97209930419922, "detail": "mscorlib" } },
{ "pid": 1, "tid": 6, "ts": 3696629.638671875, "dur": 9599.712371826172, "ph": "X", "name": "UpdateEmptyTokens", "args": { "durationMS": 9.599712371826172, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 3706229.98046875, "dur": 7601.006984710693, "ph": "X", "name": "ValidateTokens", "args": { "durationMS": 7.601006984710693, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 3763515.625, "dur": 3660.3140830993652, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 3.6603140830993652, "detail": "System" } },
{ "pid": 1, "tid": 6, "ts": 3763515.625, "dur": 391.20301604270935, "ph": "X", "name": "UpdateEmptyTokens", "args": { "durationMS": 0.39120301604270935, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 3763906.982421875, "dur": 397.7929949760437, "ph": "X", "name": "ValidateTokens", "args": { "durationMS": 0.3977929949760437, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 3767176.7578125, "dur": 409.2649817466736, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.4092649817466736, "detail": "System.Core" } },
{ "pid": 1, "tid": 6, "ts": 3767586.42578125, "dur": 417.6729917526245, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.4176729917526245, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 6, "ts": 3768004.8828125, "dur": 9226.473808288574, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 9.226473808288574, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 6, "ts": 3768005.126953125, "dur": 1013.0319595336914, "ph": "X", "name": "UpdateEmptyTokens", "args": { "durationMS": 1.0130319595336914, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 3769018.310546875, "dur": 915.4719710350037, "ph": "X", "name": "ValidateTokens", "args": { "durationMS": 0.9154719710350037, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 3777571.044921875, "dur": 393.00400018692017, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.39300400018692017, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 6, "ts": 3777964.84375, "dur": 446.63700461387634, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.44663700461387634, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 6, "ts": 3778682.6171875, "dur": 1062.9290342330933, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 1.0629290342330933, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 6, "ts": 3779868.65234375, "dur": 432.68001079559326, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.43268001079559326, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 6, "ts": 3780301.7578125, "dur": 399.30498600006104, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.39930498600006104, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 6, "ts": 3780701.66015625, "dur": 750.2560019493103, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.7502560019493103, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 6, "ts": 3781629.150390625, "dur": 8602.105140686035, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 8.602105140686035, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 6, "ts": 3781629.150390625, "dur": 772.2830176353455, "ph": "X", "name": "UpdateEmptyTokens", "args": { "durationMS": 0.7722830176353455, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 3782401.611328125, "dur": 789.7050380706787, "ph": "X", "name": "ValidateTokens", "args": { "durationMS": 0.7897050380706787, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 3790567.138671875, "dur": 466.1270081996918, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.4661270081996918, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 5, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 5, "ts": 3576315.4296875, "dur": 102325.83618164062, "ph": "X", "name": "Idle", "args": { "durationMS": 102.32583618164062, "detail": "" } },
{ "pid": 1, "tid": 5, "ts": 3690405.029296875, "dur": 2303.3862113952637, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 2.3033862113952637, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 5, "ts": 3693658.447265625, "dur": 18792.959213256836, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 18.792959213256836, "detail": "mscorlib" } },
{ "pid": 1, "tid": 5, "ts": 3712464.111328125, "dur": 164746.0479736328, "ph": "X", "name": "Idle", "args": { "durationMS": 164.7460479736328, "detail": "" } },
{ "pid": 1, "tid": 8, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 8, "ts": 3663271.97265625, "dur": 15369.670867919922, "ph": "X", "name": "Idle", "args": { "durationMS": 15.369670867919922, "detail": "" } },
{ "pid": 1, "tid": 8, "ts": 3690629.8828125, "dur": 3488.3577823638916, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 3.4883577823638916, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 8, "ts": 3694126.46484375, "dur": 7995.026111602783, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 7.995026111602783, "detail": "System" } },
{ "pid": 1, "tid": 8, "ts": 3702133.7890625, "dur": 175062.63732910156, "ph": "X", "name": "Idle", "args": { "durationMS": 175.06263732910156, "detail": "" } },
{ "pid": 1, "tid": 36, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 36, "ts": 3663273.92578125, "dur": 15375.481605529785, "ph": "X", "name": "Idle", "args": { "durationMS": 15.375481605529785, "detail": "" } },
{ "pid": 1, "tid": 36, "ts": 3690401.123046875, "dur": 3405.102014541626, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 3.405102014541626, "detail": "System.Core" } },
{ "pid": 1, "tid": 36, "ts": 3693816.650390625, "dur": 5843.9130783081055, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 5.8439130783081055, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 36, "ts": 3699945.068359375, "dur": 634.3860030174255, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.6343860030174255, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 36, "ts": 3700755.859375, "dur": 360.38899421691895, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.36038899421691895, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 36, "ts": 3701148.4375, "dur": 176046.0968017578, "ph": "X", "name": "Idle", "args": { "durationMS": 176.0460968017578, "detail": "" } },
{ "pid": 1, "tid": 27, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 27, "ts": 3909449.951171875, "dur": 27015.579223632812, "ph": "X", "name": "Idle", "args": { "durationMS": 27.015579223632812, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 3948517.08984375, "dur": 67868.45397949219, "ph": "X", "name": "Write Global Metadata", "args": { "durationMS": 67.86845397949219, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 3949587.890625, "dur": 66796.1654663086, "ph": "X", "name": "WriteMetadata", "args": { "durationMS": 66.7961654663086, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 3953031.982421875, "dur": 53154.16717529297, "ph": "X", "name": "Il2CppMetadataUsage.c", "args": { "durationMS": 53.15416717529297, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 4006187.255859375, "dur": 6754.024982452393, "ph": "X", "name": "Il2CppGenericInstCollectorComponent", "args": { "durationMS": 6.754024982452393, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 4020945.068359375, "dur": 169939.6514892578, "ph": "X", "name": "CompilerCalculateTypeValues", "args": { "durationMS": 169.9396514892578, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 4020960.693359375, "dur": 169921.08154296875, "ph": "X", "name": "Il2CppCCTypeValuesTable.cpp", "args": { "durationMS": 169.92108154296875, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 4061391.11328125, "dur": 124181.95343017578, "ph": "X", "name": "Il2CppCCalculateTypeValues.cpp", "args": { "durationMS": 124.18195343017578, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 4206954.1015625, "dur": 2343.980073928833, "ph": "X", "name": "Il2CppMetadataRegistration.c", "args": { "durationMS": 2.343980073928833, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 4209302.734375, "dur": 28198.883056640625, "ph": "X", "name": "Idle", "args": { "durationMS": 28.198883056640625, "detail": "" } },
{ "pid": 1, "tid": 26, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 26, "ts": 3909568.84765625, "dur": 26901.60369873047, "ph": "X", "name": "Idle", "args": { "durationMS": 26.90160369873047, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 3936516.6015625, "dur": 977.3910045623779, "ph": "X", "name": "Idle", "args": { "durationMS": 0.9773910045623779, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 3947861.083984375, "dur": 34666.80908203125, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 34.66680908203125, "detail": "System" } },
{ "pid": 1, "tid": 26, "ts": 3952925.048828125, "dur": 29602.291107177734, "ph": "X", "name": "System_CodeGen.c", "args": { "durationMS": 29.602291107177734, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 3982539.0625, "dur": 933.0090284347534, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.9330090284347534, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 26, "ts": 3982556.15234375, "dur": 915.4070019721985, "ph": "X", "name": "UnityEngine.InputLegacyModule_CodeGen.c", "args": { "durationMS": 0.9154070019721985, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 3983474.609375, "dur": 2626.394033432007, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 2.626394033432007, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 26, "ts": 3983491.455078125, "dur": 2608.9558601379395, "ph": "X", "name": "UnityEngine.IMGUIModule_CodeGen.c", "args": { "durationMS": 2.6089558601379395, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 3986103.759765625, "dur": 1052.2589683532715, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.0522589683532715, "detail": "UnityEngine.VideoModule" } },
{ "pid": 1, "tid": 26, "ts": 3986148.92578125, "dur": 1006.6590309143066, "ph": "X", "name": "UnityEngine.VideoModule_CodeGen.c", "args": { "durationMS": 1.0066590309143066, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 3987160.888671875, "dur": 29052.343368530273, "ph": "X", "name": "Idle", "args": { "durationMS": 29.052343368530273, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 4017645.751953125, "dur": 20893.32389831543, "ph": "X", "name": "Il2CppGenericInstDefinitions.c", "args": { "durationMS": 20.89332389831543, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 4038915.771484375, "dur": 198591.82739257812, "ph": "X", "name": "Idle", "args": { "durationMS": 198.59182739257812, "detail": "" } },
{ "pid": 1, "tid": 25, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 25, "ts": 3909719.7265625, "dur": 26750.953674316406, "ph": "X", "name": "Idle", "args": { "durationMS": 26.750953674316406, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 3936534.912109375, "dur": 958.1080079078674, "ph": "X", "name": "Idle", "args": { "durationMS": 0.9581080079078674, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 3947852.05078125, "dur": 34811.01608276367, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 34.81101608276367, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 25, "ts": 3952936.03515625, "dur": 29726.25732421875, "ph": "X", "name": "Mono.Security_CodeGen.c", "args": { "durationMS": 29.72625732421875, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 3982673.095703125, "dur": 1247.8320598602295, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.2478320598602295, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 25, "ts": 3982688.232421875, "dur": 1232.125997543335, "ph": "X", "name": "UnityEngine.TextRenderingModule_CodeGen.c", "args": { "durationMS": 1.232125997543335, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 3983923.095703125, "dur": 543.2400107383728, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.5432400107383728, "detail": "UnityEngine.PhysicsModule" } },
{ "pid": 1, "tid": 25, "ts": 3983958.49609375, "dur": 507.4940323829651, "ph": "X", "name": "UnityEngine.PhysicsModule_CodeGen.c", "args": { "durationMS": 0.5074940323829651, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 3984468.75, "dur": 1247.873067855835, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.247873067855835, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 25, "ts": 3984485.107421875, "dur": 1230.897068977356, "ph": "X", "name": "UnityEngine.UnityWebRequestModule_CodeGen.c", "args": { "durationMS": 1.230897068977356, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 3985718.994140625, "dur": 566.2460327148438, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.5662460327148438, "detail": "UnityEngine.UnityWebRequestWWWModule" } },
{ "pid": 1, "tid": 25, "ts": 3985732.91015625, "dur": 551.7889857292175, "ph": "X", "name": "UnityEngine.UnityWebRequestWWWModule_CodeGen.c", "args": { "durationMS": 0.5517889857292175, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 3986287.109375, "dur": 1483.8900566101074, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.4838900566101074, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 25, "ts": 3986302.24609375, "dur": 1468.4330224990845, "ph": "X", "name": "Unity.2D.IK.Runtime_CodeGen.c", "args": { "durationMS": 1.4684330224990845, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 3987775.390625, "dur": 28441.123962402344, "ph": "X", "name": "Idle", "args": { "durationMS": 28.441123962402344, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 4017880.859375, "dur": 137957.3211669922, "ph": "X", "name": "Il2CppGenericMethodTable.c", "args": { "durationMS": 137.9573211669922, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 4155856.4453125, "dur": 81659.23309326172, "ph": "X", "name": "Idle", "args": { "durationMS": 81.65923309326172, "detail": "" } },
{ "pid": 1, "tid": 24, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 24, "ts": 3909825.439453125, "dur": 26664.867401123047, "ph": "X", "name": "Idle", "args": { "durationMS": 26.664867401123047, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 3936494.62890625, "dur": 995.8509802818298, "ph": "X", "name": "Idle", "args": { "durationMS": 0.9958509802818298, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 3957856.689453125, "dur": 24670.00389099121, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 24.67000389099121, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 24, "ts": 3957888.427734375, "dur": 24637.65525817871, "ph": "X", "name": "System.Configuration_CodeGen.c", "args": { "durationMS": 24.63765525817871, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 3982538.330078125, "dur": 534.9559783935547, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.5349559783935547, "detail": "UnityEngine.GridModule" } },
{ "pid": 1, "tid": 24, "ts": 3982556.15234375, "dur": 516.5129899978638, "ph": "X", "name": "UnityEngine.GridModule_CodeGen.c", "args": { "durationMS": 0.5165129899978638, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 3983075.927734375, "dur": 439.8159980773926, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.4398159980773926, "detail": "UnityEngine.AssetBundleModule" } },
{ "pid": 1, "tid": 24, "ts": 3983091.064453125, "dur": 424.1289794445038, "ph": "X", "name": "UnityEngine.AssetBundleModule_CodeGen.c", "args": { "durationMS": 0.4241289794445038, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 3983517.822265625, "dur": 598.7239480018616, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.5987239480018616, "detail": "UnityEngine.ImageConversionModule" } },
{ "pid": 1, "tid": 24, "ts": 3983531.005859375, "dur": 585.1029753684998, "ph": "X", "name": "UnityEngine.ImageConversionModule_CodeGen.c", "args": { "durationMS": 0.5851029753684998, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 3984118.896484375, "dur": 483.025997877121, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.48302599787712097, "detail": "UnityEngine.SpriteShapeModule" } },
{ "pid": 1, "tid": 24, "ts": 3984134.765625, "dur": 466.88398718833923, "ph": "X", "name": "UnityEngine.SpriteShapeModule_CodeGen.c", "args": { "durationMS": 0.46688398718833923, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 3984604.248046875, "dur": 2328.361988067627, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 2.328361988067627, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 24, "ts": 3984618.65234375, "dur": 2313.3010864257812, "ph": "X", "name": "UnityEngine.GameCenterModule_CodeGen.c", "args": { "durationMS": 2.3133010864257812, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 3986949.951171875, "dur": 29263.389587402344, "ph": "X", "name": "Idle", "args": { "durationMS": 29.263389587402344, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 4021231.201171875, "dur": 162671.56982421875, "ph": "X", "name": "CompilerCalculateFieldValues", "args": { "durationMS": 162.67156982421875, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 4021245.849609375, "dur": 162654.5867919922, "ph": "X", "name": "Il2CppCCFieldValuesTable.cpp", "args": { "durationMS": 162.6545867919922, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 4044571.77734375, "dur": 131013.97705078125, "ph": "X", "name": "Il2CppCCalculateFieldValues.cpp", "args": { "durationMS": 131.01397705078125, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 4183916.50390625, "dur": 53581.939697265625, "ph": "X", "name": "Idle", "args": { "durationMS": 53.581939697265625, "detail": "" } },
{ "pid": 1, "tid": 23, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 23, "ts": 3909938.4765625, "dur": 26557.567596435547, "ph": "X", "name": "Idle", "args": { "durationMS": 26.557567596435547, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 3936499.267578125, "dur": 987.0339632034302, "ph": "X", "name": "Idle", "args": { "durationMS": 0.9870339632034302, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 3949423.33984375, "dur": 33242.36297607422, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 33.24236297607422, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 23, "ts": 3952948.73046875, "dur": 29716.106414794922, "ph": "X", "name": "UnityEngine.SharedInternalsModule_CodeGen.c", "args": { "durationMS": 29.716106414794922, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 3982673.095703125, "dur": 1496.4120388031006, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.4964120388031006, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 23, "ts": 3982688.232421875, "dur": 1480.739951133728, "ph": "X", "name": "UnityEngine.AnimationModule_CodeGen.c", "args": { "durationMS": 1.480739951133728, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 3984171.875, "dur": 505.4219961166382, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.5054219961166382, "detail": "UnityEngine.TilemapModule" } },
{ "pid": 1, "tid": 23, "ts": 3984187.98828125, "dur": 489.10897970199585, "ph": "X", "name": "UnityEngine.TilemapModule_CodeGen.c", "args": { "durationMS": 0.48910897970199585, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 3984679.6875, "dur": 907.3260426521301, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.9073260426521301, "detail": "UnityEngine.ParticleSystemModule" } },
{ "pid": 1, "tid": 23, "ts": 3984722.16796875, "dur": 864.2289638519287, "ph": "X", "name": "UnityEngine.ParticleSystemModule_CodeGen.c", "args": { "durationMS": 0.8642289638519287, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 3985592.28515625, "dur": 13705.121994018555, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 13.705121994018555, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 23, "ts": 3985607.421875, "dur": 13689.435005187988, "ph": "X", "name": "UnityEngine.UI_CodeGen.c", "args": { "durationMS": 13.689435005187988, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 3999304.443359375, "dur": 16921.30470275879, "ph": "X", "name": "Idle", "args": { "durationMS": 16.92130470275879, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4019966.552734375, "dur": 26215.274810791016, "ph": "X", "name": "Il2CppGenericMethodDefinitions.c", "args": { "durationMS": 26.215274810791016, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4046199.951171875, "dur": 191310.53161621094, "ph": "X", "name": "Idle", "args": { "durationMS": 191.31053161621094, "detail": "" } },
{ "pid": 1, "tid": 22, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 22, "ts": 3910001.220703125, "dur": 26483.665466308594, "ph": "X", "name": "Idle", "args": { "durationMS": 26.483665466308594, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 3936489.74609375, "dur": 1010.8699798583984, "ph": "X", "name": "Idle", "args": { "durationMS": 1.0108699798583984, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 3947869.140625, "dur": 34786.91101074219, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 34.78691101074219, "detail": "System.Core" } },
{ "pid": 1, "tid": 22, "ts": 3952912.109375, "dur": 29743.154525756836, "ph": "X", "name": "System.Core_CodeGen.c", "args": { "durationMS": 29.743154525756836, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 3982666.50390625, "dur": 567.4639940261841, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.5674639940261841, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 22, "ts": 3982682.861328125, "dur": 550.5930185317993, "ph": "X", "name": "UnityEngine.Physics2DModule_CodeGen.c", "args": { "durationMS": 0.5505930185317993, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 3983236.083984375, "dur": 1151.4439582824707, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.1514439582824707, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 22, "ts": 3983255.615234375, "dur": 1131.3810348510742, "ph": "X", "name": "UnityEngine.AudioModule_CodeGen.c", "args": { "durationMS": 1.1313810348510742, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 3984389.892578125, "dur": 1908.5479974746704, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.9085479974746704, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 22, "ts": 3984404.78515625, "dur": 1893.2750225067139, "ph": "X", "name": "UnityEngine.UIModule_CodeGen.c", "args": { "durationMS": 1.8932750225067139, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 3986300.537109375, "dur": 483.14398527145386, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.48314398527145386, "detail": "UnityEngine" } },
{ "pid": 1, "tid": 22, "ts": 3986318.603515625, "dur": 464.8529887199402, "ph": "X", "name": "UnityEngine_CodeGen.c", "args": { "durationMS": 0.4648529887199402, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 3986786.1328125, "dur": 1151.431918144226, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.151431918144226, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 22, "ts": 3986801.26953125, "dur": 1135.5040073394775, "ph": "X", "name": "Assembly-CSharp_CodeGen.c", "args": { "durationMS": 1.1355040073394775, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 3987941.650390625, "dur": 28279.70314025879, "ph": "X", "name": "Idle", "args": { "durationMS": 28.27970314025879, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4018269.775390625, "dur": 7580.918788909912, "ph": "X", "name": "Il2CppGenericClassTable.c", "args": { "durationMS": 7.580918788909912, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4029728.759765625, "dur": 207766.9677734375, "ph": "X", "name": "Idle", "args": { "durationMS": 207.7669677734375, "detail": "" } },
{ "pid": 1, "tid": 21, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 21, "ts": 3910146.728515625, "dur": 26340.280532836914, "ph": "X", "name": "Idle", "args": { "durationMS": 26.340280532836914, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 3936494.62890625, "dur": 990.382969379425, "ph": "X", "name": "Idle", "args": { "durationMS": 0.990382969379425, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 3951697.509765625, "dur": 84478.85131835938, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 84.47885131835938, "detail": "mscorlib" } },
{ "pid": 1, "tid": 21, "ts": 3952942.87109375, "dur": 83232.80334472656, "ph": "X", "name": "mscorlib_CodeGen.c", "args": { "durationMS": 83.23280334472656, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4037017.822265625, "dur": 200384.21630859375, "ph": "X", "name": "Write Global Code Metadata", "args": { "durationMS": 200.38421630859375, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4041277.587890625, "dur": 1600.0360250473022, "ph": "X", "name": "Il2CppReversePInvokeWrapperTable.cpp", "args": { "durationMS": 1.6000360250473022, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4043512.6953125, "dur": 121077.72064208984, "ph": "X", "name": "Il2CppGenericMethodPointerTable.cpp", "args": { "durationMS": 121.07772064208984, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4164902.83203125, "dur": 50173.75183105469, "ph": "X", "name": "Il2CppInvokerTable.cpp", "args": { "durationMS": 50.17375183105469, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4218165.0390625, "dur": 13453.632354736328, "ph": "X", "name": "Il2CppInteropDataTable.cpp", "args": { "durationMS": 13.453632354736328, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4236214.35546875, "dur": 1184.51988697052, "ph": "X", "name": "Il2CppCodeRegistration.cpp", "args": { "durationMS": 1.18451988697052, "detail": "" } },
{ "pid": 1, "tid": 20, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 20, "ts": 3910260.009765625, "dur": 26247.386932373047, "ph": "X", "name": "Idle", "args": { "durationMS": 26.247386932373047, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 3936510.498046875, "dur": 975.441038608551, "ph": "X", "name": "Idle", "args": { "durationMS": 0.975441038608551, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 3947838.8671875, "dur": 34478.702545166016, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 34.478702545166016, "detail": "System.Xml" } },
{ "pid": 1, "tid": 20, "ts": 3952878.90625, "dur": 29437.271118164062, "ph": "X", "name": "System.Xml_CodeGen.c", "args": { "durationMS": 29.437271118164062, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 3982385.25390625, "dur": 15508.203506469727, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 15.508203506469727, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 20, "ts": 3982403.564453125, "dur": 15489.012718200684, "ph": "X", "name": "UnityEngine.CoreModule_CodeGen.c", "args": { "durationMS": 15.489012718200684, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 3997900.390625, "dur": 18339.815139770508, "ph": "X", "name": "Idle", "args": { "durationMS": 18.339815139770508, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 4020207.275390625, "dur": 137836.51733398438, "ph": "X", "name": "Il2CppTypeDefinitions.c", "args": { "durationMS": 137.83651733398438, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 4158060.546875, "dur": 79438.17138671875, "ph": "X", "name": "Idle", "args": { "durationMS": 79.43817138671875, "detail": "" } }
],
"meta_datetime": "04/02/2022 09:46:31",
"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.3.0.0",
"meta_cpu_count": "8"}