profile.json 682.5 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301
{
"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": 1041.592001914978, "dur": 5342149.4140625, "ph": "X", "name": "il2cpp.exe", "args": { "durationMS": 5342.1494140625, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 23524.124145507812, "dur": 5318156.73828125, "ph": "X", "name": "ConvertAssemblies", "args": { "durationMS": 5318.15673828125, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 63227.06985473633, "dur": 412683.41064453125, "ph": "X", "name": "InitializePhase", "args": { "durationMS": 412.68341064453125, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 63227.58865356445, "dur": 411171.20361328125, "ph": "X", "name": "Collect assemblies to convert", "args": { "durationMS": 411.17120361328125, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 476439.63623046875, "dur": 110527.61840820312, "ph": "X", "name": "SetupPhase", "args": { "durationMS": 110.52761840820312, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 476949.5544433594, "dur": 47782.997131347656, "ph": "X", "name": "RegisterCorlib", "args": { "durationMS": 47.782997131347656, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 526371.5209960938, "dur": 24882.965087890625, "ph": "X", "name": "PreProcessIL", "args": { "durationMS": 24.882965087890625, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 526371.9482421875, "dur": 12469.977378845215, "ph": "X", "name": "Inject base types and finalizers into COM and Windows Runtime types", "args": { "durationMS": 12.469977378845215, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 526780.8227539062, "dur": 11045.947074890137, "ph": "X", "name": "ModifyCOMAndWindowsRuntimeTypes in assembly", "args": { "durationMS": 11.045947074890137, "detail": "mscorlib" } },
{ "pid": 1, "tid": 1, "ts": 538842.041015625, "dur": 12411.983489990234, "ph": "X", "name": "ApplyDefaultMarshalAsAttribute", "args": { "durationMS": 12.411983489990234, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 539225.1586914062, "dur": 9334.09595489502, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 9.33409595489502, "detail": "mscorlib" } },
{ "pid": 1, "tid": 1, "ts": 548627.9296875, "dur": 344.8590040206909, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.3448590040206909, "detail": "System" } },
{ "pid": 1, "tid": 1, "ts": 549057.4340820312, "dur": 979.3019890785217, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.9793019890785217, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 1, "ts": 550490.4174804688, "dur": 611.0720038414001, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.6110720038414001, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 1, "ts": 551562.98828125, "dur": 7050.398349761963, "ph": "X", "name": "WriteResources", "args": { "durationMS": 7.050398349761963, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 559267.5170898438, "dur": 26554.46434020996, "ph": "X", "name": "CopyEtcFolder", "args": { "durationMS": 26.55446434020996, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 585822.4487304688, "dur": 1144.0379619598389, "ph": "X", "name": "Build Results", "args": { "durationMS": 1.1440379619598389, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 588964.1723632812, "dur": 773016.6625976562, "ph": "X", "name": "PrimaryCollectionPhase", "args": { "durationMS": 773.0166625976562, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 590442.8100585938, "dur": 33397.987365722656, "ph": "X", "name": "Create Scheduler", "args": { "durationMS": 33.397987365722656, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 596990.234375, "dur": 10174.980163574219, "ph": "X", "name": "ForkedContextScope.Setup", "args": { "durationMS": 10.174980163574219, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 623841.4306640625, "dur": 62882.999420166016, "ph": "X", "name": "Scheduling", "args": { "durationMS": 62.882999420166016, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 688156.005859375, "dur": 633829.345703125, "ph": "X", "name": "PhaseWorkScheduler.WaitForEmptyQueue", "args": { "durationMS": 633.829345703125, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1324360.7177734375, "dur": 33310.760498046875, "ph": "X", "name": "ForkedContextScope.MergeBack", "args": { "durationMS": 33.310760498046875, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1341551.3916015625, "dur": 653.9599895477295, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.6539599895477295, "detail": "Unity.IL2CPP.Contexts.Components.VirtualCallCollector" } },
{ "pid": 1, "tid": 1, "ts": 1342513.427734375, "dur": 14873.735427856445, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 14.873735427856445, "detail": "Unity.IL2CPP.Naming.NamingComponent" } },
{ "pid": 1, "tid": 1, "ts": 1345417.3583984375, "dur": 1119.418978691101, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.119418978691101, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 1, "ts": 1346537.109375, "dur": 4549.68786239624, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 4.54968786239624, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 1, "ts": 1351087.5244140625, "dur": 1398.3960151672363, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.3983960151672363, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 1, "ts": 1352816.5283203125, "dur": 461.52299642562866, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.46152299642562866, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 1, "ts": 1353444.2138671875, "dur": 1397.3710536956787, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.3973710536956787, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 1, "ts": 1354842.041015625, "dur": 1872.2339868545532, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.8722339868545532, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 1, "ts": 1357004.7607421875, "dur": 380.30898571014404, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.38030898571014404, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 1, "ts": 1357730.46875, "dur": 4249.622821807861, "ph": "X", "name": "Build Results", "args": { "durationMS": 4.249622821807861, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1365011.8408203125, "dur": 3135829.58984375, "ph": "X", "name": "PrimaryWritePhase", "args": { "durationMS": 3135.82958984375, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1365476.6845703125, "dur": 52008.3122253418, "ph": "X", "name": "Create Scheduler", "args": { "durationMS": 52.0083122253418, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1417486.328125, "dur": 35078.82308959961, "ph": "X", "name": "Scheduling", "args": { "durationMS": 35.07882308959961, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1452573.2421875, "dur": 2904807.373046875, "ph": "X", "name": "PhaseWorkScheduler.WaitForEmptyQueue", "args": { "durationMS": 2904.807373046875, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4357577.1484375, "dur": 80218.51348876953, "ph": "X", "name": "ForkedContextScope.MergeBack", "args": { "durationMS": 80.21851348876953, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4357876.46484375, "dur": 36710.5827331543, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 36.7105827331543, "detail": "Unity.IL2CPP.Contexts.Components.MetadataUsageCollectorComponent" } },
{ "pid": 1, "tid": 1, "ts": 4437822.75390625, "dur": 63018.035888671875, "ph": "X", "name": "Build Results", "args": { "durationMS": 63.018035888671875, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4502740.234375, "dur": 292532.40966796875, "ph": "X", "name": "SecondaryCollectionPhase", "args": { "durationMS": 292.53240966796875, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4502741.2109375, "dur": 280217.59033203125, "ph": "X", "name": "Scheduling", "args": { "durationMS": 280.21759033203125, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4503183.59375, "dur": 2405.4667949676514, "ph": "X", "name": "Create Scheduler", "args": { "durationMS": 2.4054667949676514, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4543282.71484375, "dur": 236727.1270751953, "ph": "X", "name": "PhaseWorkScheduler.WaitForEmptyQueue", "args": { "durationMS": 236.7271270751953, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4780172.8515625, "dur": 2772.711992263794, "ph": "X", "name": "ForkedContextScope.MergeBack", "args": { "durationMS": 2.772711992263794, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4782958.984375, "dur": 12313.039779663086, "ph": "X", "name": "Build Results", "args": { "durationMS": 12.313039779663086, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4795588.37890625, "dur": 409708.4045410156, "ph": "X", "name": "SecondaryWritePhase", "args": { "durationMS": 409.7084045410156, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4796177.24609375, "dur": 3175.2240657806396, "ph": "X", "name": "Part1", "args": { "durationMS": 3.1752240657806396, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4796177.734375, "dur": 585.1719975471497, "ph": "X", "name": "Scheduling", "args": { "durationMS": 0.5851719975471497, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4796763.18359375, "dur": 2588.5009765625, "ph": "X", "name": "Build Results", "args": { "durationMS": 2.5885009765625, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4799943.84765625, "dur": 18803.0948638916, "ph": "X", "name": "Part3", "args": { "durationMS": 18.8030948638916, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4799944.3359375, "dur": 18800.128936767578, "ph": "X", "name": "Scheduling", "args": { "durationMS": 18.800128936767578, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4800208.984375, "dur": 18533.43963623047, "ph": "X", "name": "WriteUnresolvedStubs", "args": { "durationMS": 18.53343963623047, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4801521.97265625, "dur": 17219.039916992188, "ph": "X", "name": "UnresolvedVirtualCallStubs.cpp", "args": { "durationMS": 17.219039916992188, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4820858.3984375, "dur": 384437.80517578125, "ph": "X", "name": "Part4", "args": { "durationMS": 384.43780517578125, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4820858.88671875, "dur": 384122.98583984375, "ph": "X", "name": "Scheduling", "args": { "durationMS": 384.12298583984375, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4821563.96484375, "dur": 2087.3029232025146, "ph": "X", "name": "Create Scheduler", "args": { "durationMS": 2.0873029232025146, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4850071.2890625, "dur": 353626.15966796875, "ph": "X", "name": "PhaseWorkScheduler.WaitForEmptyQueue", "args": { "durationMS": 353.62615966796875, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5203851.5625, "dur": 1121.1559772491455, "ph": "X", "name": "ForkedContextScope.MergeBack", "args": { "durationMS": 1.1211559772491455, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5205530.76171875, "dur": 132264.49584960938, "ph": "X", "name": "MetadataWritePhase", "args": { "durationMS": 132.26449584960938, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5216308.10546875, "dur": 12422.629356384277, "ph": "X", "name": "StringLiteralWriter", "args": { "durationMS": 12.422629356384277, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5229069.82421875, "dur": 1231.2880754470825, "ph": "X", "name": "Metadata Strings", "args": { "durationMS": 1.2312880754470825, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5230305.17578125, "dur": 3139.2319202423096, "ph": "X", "name": "Events", "args": { "durationMS": 3.1392319202423096, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5233444.82421875, "dur": 4637.810230255127, "ph": "X", "name": "Properties", "args": { "durationMS": 4.637810230255127, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5238083.984375, "dur": 19286.272048950195, "ph": "X", "name": "Methods", "args": { "durationMS": 19.286272048950195, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5257370.60546875, "dur": 1157.3100090026855, "ph": "X", "name": "Parameter Default Values", "args": { "durationMS": 1.1573100090026855, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5258528.80859375, "dur": 3467.301845550537, "ph": "X", "name": "Field Default Values", "args": { "durationMS": 3.467301845550537, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5261997.0703125, "dur": 854.9959659576416, "ph": "X", "name": "Field and Parameter Default Values Data", "args": { "durationMS": 0.8549959659576416, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5262853.515625, "dur": 1401.0779857635498, "ph": "X", "name": "Field Marshaled Sizes", "args": { "durationMS": 1.4010779857635498, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5264255.37109375, "dur": 14016.166687011719, "ph": "X", "name": "Parameters", "args": { "durationMS": 14.016166687011719, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5278271.97265625, "dur": 5925.130367279053, "ph": "X", "name": "Fields", "args": { "durationMS": 5.925130367279053, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5284198.2421875, "dur": 1546.0480451583862, "ph": "X", "name": "Generic Parameters", "args": { "durationMS": 1.5460480451583862, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5285744.62890625, "dur": 624.2020130157471, "ph": "X", "name": "Generic Parameter Constraints", "args": { "durationMS": 0.6242020130157471, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5286369.140625, "dur": 1323.3250379562378, "ph": "X", "name": "Generic Containers", "args": { "durationMS": 1.3233250379562378, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5287693.359375, "dur": 682.6030015945435, "ph": "X", "name": "Nested Types", "args": { "durationMS": 0.6826030015945435, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5288375.9765625, "dur": 756.2140226364136, "ph": "X", "name": "Interfaces", "args": { "durationMS": 0.7562140226364136, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5289133.30078125, "dur": 3521.127939224243, "ph": "X", "name": "VTables", "args": { "durationMS": 3.521127939224243, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5292654.78515625, "dur": 2068.930149078369, "ph": "X", "name": "Interface Offsets", "args": { "durationMS": 2.068930149078369, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5294727.05078125, "dur": 20312.89291381836, "ph": "X", "name": "Type Definitions", "args": { "durationMS": 20.31289291381836, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5315635.7421875, "dur": 5741.144180297852, "ph": "X", "name": "Images", "args": { "durationMS": 5.741144180297852, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5321378.41796875, "dur": 3039.0241146087646, "ph": "X", "name": "Assemblies", "args": { "durationMS": 3.0390241146087646, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5324418.45703125, "dur": 446.91601395606995, "ph": "X", "name": "Field Refs", "args": { "durationMS": 0.44691601395606995, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5324866.2109375, "dur": 782.3569774627686, "ph": "X", "name": "Referenced Assemblies", "args": { "durationMS": 0.7823569774627686, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5325649.4140625, "dur": 2561.8438720703125, "ph": "X", "name": "Attribute Types Ranges", "args": { "durationMS": 2.5618438720703125, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5328211.9140625, "dur": 2978.178024291992, "ph": "X", "name": "Attribute Types", "args": { "durationMS": 2.978178024291992, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5331190.4296875, "dur": 1092.7879810333252, "ph": "X", "name": "Unresolved Virtual Call Parameter Types", "args": { "durationMS": 1.0927879810333252, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5332284.1796875, "dur": 367.30900406837463, "ph": "X", "name": "Unresolved Virtual Call Parameter Ranges", "args": { "durationMS": 0.36730900406837463, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5332654.78515625, "dur": 429.2429983615875, "ph": "X", "name": "Windows Runtime type names", "args": { "durationMS": 0.4292429983615875, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5333401.85546875, "dur": 1343.662977218628, "ph": "X", "name": "Exported Types", "args": { "durationMS": 1.343662977218628, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5338663.0859375, "dur": 2226.21488571167, "ph": "X", "name": "CompletionPhase", "args": { "durationMS": 2.22621488571167, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5340473.14453125, "dur": 415.66699743270874, "ph": "X", "name": "Build Results", "args": { "durationMS": 0.41566699743270874, "detail": "" } },
{ "pid": 1, "tid": 7, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 7, "ts": 614565.673828125, "dur": 60210.34622192383, "ph": "X", "name": "Idle", "args": { "durationMS": 60.21034622192383, "detail": "" } },
{ "pid": 1, "tid": 7, "ts": 677222.8393554688, "dur": 475454.58984375, "ph": "X", "name": "All Warm up Naming", "args": { "durationMS": 475.45458984375, "detail": "" } },
{ "pid": 1, "tid": 7, "ts": 677778.9306640625, "dur": 372044.73876953125, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 372.04473876953125, "detail": "mscorlib" } },
{ "pid": 1, "tid": 7, "ts": 1050055.908203125, "dur": 385.23000478744507, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.38523000478744507, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 7, "ts": 1050441.7724609375, "dur": 657.8229665756226, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.6578229665756226, "detail": "System.Xml" } },
{ "pid": 1, "tid": 7, "ts": 1051100.341796875, "dur": 18399.60289001465, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 18.39960289001465, "detail": "System" } },
{ "pid": 1, "tid": 7, "ts": 1069501.3427734375, "dur": 4174.292087554932, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 4.174292087554932, "detail": "System.Core" } },
{ "pid": 1, "tid": 7, "ts": 1073677.24609375, "dur": 1497.318983078003, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 1.497318983078003, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 7, "ts": 1075175.78125, "dur": 24609.601974487305, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 24.609601974487305, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 7, "ts": 1099805.17578125, "dur": 502.2299885749817, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.5022299885749817, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 7, "ts": 1100308.10546875, "dur": 933.830976486206, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.933830976486206, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 7, "ts": 1101242.5537109375, "dur": 709.3200087547302, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.7093200087547302, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 7, "ts": 1101952.63671875, "dur": 804.8700094223022, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.8048700094223022, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 7, "ts": 1102788.2080078125, "dur": 506.20800256729126, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.5062080025672913, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 7, "ts": 1103295.0439453125, "dur": 2794.4719791412354, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 2.7944719791412354, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 7, "ts": 1106241.8212890625, "dur": 1315.4219388961792, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 1.3154219388961792, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 7, "ts": 1107558.10546875, "dur": 1037.1229648590088, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 1.0371229648590088, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 7, "ts": 1108595.947265625, "dur": 2181.913137435913, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 2.181913137435913, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 7, "ts": 1110779.052734375, "dur": 393.979012966156, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.393979012966156, "detail": "UnityEngine.ParticleSystemModule" } },
{ "pid": 1, "tid": 7, "ts": 1111174.072265625, "dur": 35938.419342041016, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 35.938419342041016, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 7, "ts": 1147351.1962890625, "dur": 446.3129937648773, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.4463129937648773, "detail": "UnityEngine.VideoModule" } },
{ "pid": 1, "tid": 7, "ts": 1147798.2177734375, "dur": 1949.7209787368774, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 1.9497209787368774, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 7, "ts": 1149761.962890625, "dur": 2908.698081970215, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 2.908698081970215, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 7, "ts": 1152683.349609375, "dur": 169811.49291992188, "ph": "X", "name": "Idle", "args": { "durationMS": 169.81149291992188, "detail": "" } },
{ "pid": 1, "tid": 5, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 5, "ts": 614584.716796875, "dur": 60191.25747680664, "ph": "X", "name": "Idle", "args": { "durationMS": 60.19125747680664, "detail": "" } },
{ "pid": 1, "tid": 5, "ts": 676092.1020507812, "dur": 3877.3341178894043, "ph": "X", "name": "Idle", "args": { "durationMS": 3.8773341178894043, "detail": "" } },
{ "pid": 1, "tid": 5, "ts": 682713.9892578125, "dur": 28371.48094177246, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 28.37148094177246, "detail": "System.Xml" } },
{ "pid": 1, "tid": 5, "ts": 711480.1635742188, "dur": 20984.516143798828, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 20.984516143798828, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 5, "ts": 732468.2006835938, "dur": 15882.950782775879, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 15.882950782775879, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 5, "ts": 748412.353515625, "dur": 2877.166986465454, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 2.877166986465454, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 5, "ts": 751584.5947265625, "dur": 1600.045084953308, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 1.600045084953308, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 5, "ts": 753187.1337890625, "dur": 3961.74693107605, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 3.96174693107605, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 5, "ts": 757151.7333984375, "dur": 384.2390179634094, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.3842390179634094, "detail": "UnityEngine.AssetBundleModule" } },
{ "pid": 1, "tid": 5, "ts": 757537.9028320312, "dur": 1987.4279499053955, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 1.9874279499053955, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 5, "ts": 759527.83203125, "dur": 361.61500215530396, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.36161500215530396, "detail": "UnityEngine.ImageConversionModule" } },
{ "pid": 1, "tid": 5, "ts": 759891.2963867188, "dur": 464.11001682281494, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.46411001682281494, "detail": "UnityEngine.PhysicsModule" } },
{ "pid": 1, "tid": 5, "ts": 760357.3608398438, "dur": 890.067994594574, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.890067994594574, "detail": "UnityEngine.SpriteShapeModule" } },
{ "pid": 1, "tid": 5, "ts": 761250.1220703125, "dur": 373.9280104637146, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.3739280104637146, "detail": "UnityEngine.TilemapModule" } },
{ "pid": 1, "tid": 5, "ts": 761665.7104492188, "dur": 4655.023097991943, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 4.655023097991943, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 5, "ts": 766326.5380859375, "dur": 2793.7779426574707, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 2.7937779426574707, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 5, "ts": 769124.8779296875, "dur": 11439.541816711426, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 11.439541816711426, "detail": "UnityEngine.ParticleSystemModule" } },
{ "pid": 1, "tid": 5, "ts": 780696.1059570312, "dur": 7287.755966186523, "ph": "X", "name": "Collect Windows Runtime Data", "args": { "durationMS": 7.287755966186523, "detail": "mscorlib" } },
{ "pid": 1, "tid": 5, "ts": 788979.248046875, "dur": 39342.830657958984, "ph": "X", "name": "Collect CCW Marshaling Functions", "args": { "durationMS": 39.342830657958984, "detail": "mscorlib" } },
{ "pid": 1, "tid": 5, "ts": 828324.5849609375, "dur": 10044.10457611084, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 10.04410457611084, "detail": "System" } },
{ "pid": 1, "tid": 5, "ts": 838377.6245117188, "dur": 546.4190244674683, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.5464190244674683, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 5, "ts": 839051.5747070312, "dur": 759.0279579162598, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.7590279579162598, "detail": "UnityEngine.VideoModule" } },
{ "pid": 1, "tid": 5, "ts": 839893.5546875, "dur": 482613.8610839844, "ph": "X", "name": "Idle", "args": { "durationMS": 482.6138610839844, "detail": "" } },
{ "pid": 1, "tid": 6, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 6, "ts": 614595.21484375, "dur": 60187.67547607422, "ph": "X", "name": "Idle", "args": { "durationMS": 60.18767547607422, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 676118.9575195312, "dur": 3856.360912322998, "ph": "X", "name": "Idle", "args": { "durationMS": 3.856360912322998, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 682731.5063476562, "dur": 50986.12976074219, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 50.98612976074219, "detail": "System" } },
{ "pid": 1, "tid": 6, "ts": 733728.9428710938, "dur": 14590.216636657715, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 14.590216636657715, "detail": "System.Xml" } },
{ "pid": 1, "tid": 6, "ts": 748404.9072265625, "dur": 3891.88814163208, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 3.89188814163208, "detail": "System.Core" } },
{ "pid": 1, "tid": 6, "ts": 752299.4384765625, "dur": 3333.388090133667, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 3.333388090133667, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 6, "ts": 755635.986328125, "dur": 3443.160057067871, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 3.443160057067871, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 6, "ts": 759081.8481445312, "dur": 8305.252075195312, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 8.305252075195312, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 6, "ts": 767391.357421875, "dur": 5075.450897216797, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 5.075450897216797, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 6, "ts": 772470.0927734375, "dur": 620.9040284156799, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.6209040284156799, "detail": "UnityEngine.UnityWebRequestWWWModule" } },
{ "pid": 1, "tid": 6, "ts": 773093.2006835938, "dur": 1261.7219686508179, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 1.2617219686508179, "detail": "UnityEngine.VideoModule" } },
{ "pid": 1, "tid": 6, "ts": 774357.2998046875, "dur": 2642.575979232788, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 2.642575979232788, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 6, "ts": 777054.0161132812, "dur": 4365.762233734131, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 4.365762233734131, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 6, "ts": 781422.119140625, "dur": 6272.238254547119, "ph": "X", "name": "Collect Windows Runtime Data", "args": { "durationMS": 6.272238254547119, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 6, "ts": 792766.0522460938, "dur": 900.9950160980225, "ph": "X", "name": "Collect CCW Marshaling Functions", "args": { "durationMS": 0.9009950160980225, "detail": "System" } },
{ "pid": 1, "tid": 6, "ts": 793905.7006835938, "dur": 3002.501964569092, "ph": "X", "name": "Collect CCW Marshaling Functions", "args": { "durationMS": 3.002501964569092, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 6, "ts": 798298.583984375, "dur": 2333.714008331299, "ph": "X", "name": "Collect CCW Marshaling Functions", "args": { "durationMS": 2.333714008331299, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 6, "ts": 800912.59765625, "dur": 495.06598711013794, "ph": "X", "name": "Collect CCW Marshaling Functions", "args": { "durationMS": 0.49506598711013794, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 6, "ts": 801513.427734375, "dur": 84209.41162109375, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 84.20941162109375, "detail": "mscorlib" } },
{ "pid": 1, "tid": 6, "ts": 885827.392578125, "dur": 436672.2412109375, "ph": "X", "name": "Idle", "args": { "durationMS": 436.6722412109375, "detail": "" } },
{ "pid": 1, "tid": 8, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 8, "ts": 622313.5375976562, "dur": 52497.596740722656, "ph": "X", "name": "Idle", "args": { "durationMS": 52.497596740722656, "detail": "" } },
{ "pid": 1, "tid": 8, "ts": 676111.1450195312, "dur": 3624.0289211273193, "ph": "X", "name": "Idle", "args": { "durationMS": 3.6240289211273193, "detail": "" } },
{ "pid": 1, "tid": 8, "ts": 682746.5209960938, "dur": 24334.58137512207, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 24.33458137512207, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 8, "ts": 710550.1098632812, "dur": 3604.344129562378, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 3.604344129562378, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 8, "ts": 714159.5458984375, "dur": 879.006028175354, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 0.879006028175354, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 8, "ts": 715461.0595703125, "dur": 2166.055917739868, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 2.166055917739868, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 8, "ts": 717691.7724609375, "dur": 26127.267837524414, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 26.127267837524414, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 8, "ts": 743823.8525390625, "dur": 25817.69561767578, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 25.81769561767578, "detail": "System" } },
{ "pid": 1, "tid": 8, "ts": 769652.099609375, "dur": 55097.15270996094, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 55.09715270996094, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 8, "ts": 824752.9907226562, "dur": 8432.55615234375, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 8.43255615234375, "detail": "System.Xml" } },
{ "pid": 1, "tid": 8, "ts": 833195.9228515625, "dur": 931.1760067939758, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.9311760067939758, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 8, "ts": 834248.1689453125, "dur": 351.9289791584015, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.3519289791584015, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 8, "ts": 834602.3559570312, "dur": 562.1119737625122, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.5621119737625122, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 8, "ts": 835166.6259765625, "dur": 705.0540447235107, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.7050540447235107, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 8, "ts": 835874.1455078125, "dur": 799.9809980392456, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.7999809980392456, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 8, "ts": 836770.4467773438, "dur": 355.9420108795166, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.3559420108795166, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 8, "ts": 837128.173828125, "dur": 908.532977104187, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.908532977104187, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 8, "ts": 838563.4155273438, "dur": 13714.645385742188, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 13.714645385742188, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 8, "ts": 852284.6069335938, "dur": 470210.14404296875, "ph": "X", "name": "Idle", "args": { "durationMS": 470.21014404296875, "detail": "" } },
{ "pid": 1, "tid": 9, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 9, "ts": 622637.6342773438, "dur": 52155.20477294922, "ph": "X", "name": "Idle", "args": { "durationMS": 52.15520477294922, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 676112.9760742188, "dur": 3620.8279132843018, "ph": "X", "name": "Idle", "args": { "durationMS": 3.6208279132843018, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 682725.2807617188, "dur": 129359.78698730469, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 129.3597869873047, "detail": "mscorlib" } },
{ "pid": 1, "tid": 9, "ts": 813554.1381835938, "dur": 3213.2339477539062, "ph": "X", "name": "Merging Generic Sharing", "args": { "durationMS": 3.2132339477539062, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 816770.6298828125, "dur": 17082.534790039062, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 17.082534790039062, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 9, "ts": 833861.6943359375, "dur": 14136.938095092773, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 14.136938095092773, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 9, "ts": 848005.6762695312, "dur": 474481.4453125, "ph": "X", "name": "Idle", "args": { "durationMS": 474.4814453125, "detail": "" } },
{ "pid": 1, "tid": 10, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 10, "ts": 622816.2841796875, "dur": 51965.10314941406, "ph": "X", "name": "Idle", "args": { "durationMS": 51.96510314941406, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 676100.6469726562, "dur": 3639.2781734466553, "ph": "X", "name": "Idle", "args": { "durationMS": 3.6392781734466553, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 682736.6333007812, "dur": 28510.91194152832, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 28.51091194152832, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 10, "ts": 711591.3696289062, "dur": 3638.1380558013916, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 3.6381380558013916, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 10, "ts": 715232.2387695312, "dur": 358.6989939212799, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 0.3586989939212799, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 10, "ts": 715638.18359375, "dur": 359.86900329589844, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 0.35986900329589844, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 10, "ts": 716000, "dur": 664.3549799919128, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 0.6643549799919128, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 10, "ts": 716666.748046875, "dur": 1833.0880403518677, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 1.8330880403518677, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 10, "ts": 718722.4731445312, "dur": 1596.1430072784424, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 1.5961430072784424, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 10, "ts": 720326.1108398438, "dur": 2280.808925628662, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 2.280808925628662, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 10, "ts": 723210.0830078125, "dur": 335213.56201171875, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 335.21356201171875, "detail": "mscorlib" } },
{ "pid": 1, "tid": 10, "ts": 1058554.0771484375, "dur": 263947.9064941406, "ph": "X", "name": "Idle", "args": { "durationMS": 263.9479064941406, "detail": "" } },
{ "pid": 1, "tid": 11, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 11, "ts": 623791.9921875, "dur": 50991.390228271484, "ph": "X", "name": "Idle", "args": { "durationMS": 50.991390228271484, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 677045.5322265625, "dur": 643845.0927734375, "ph": "X", "name": "All Generics Collection", "args": { "durationMS": 643.8450927734375, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 677543.3959960938, "dur": 613331.3598632812, "ph": "X", "name": "GenericsCollector.Collect", "args": { "durationMS": 613.3313598632812, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 680596.4965820312, "dur": 59239.70413208008, "ph": "X", "name": "GenericCodeFlowGraphCollector.Collect", "args": { "durationMS": 59.23970413208008, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 680597.1069335938, "dur": 57809.72671508789, "ph": "X", "name": "GenericCodeFlowGraphCollector.GetTypesAndMethodsForAnalysis", "args": { "durationMS": 57.80972671508789, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 1290876.0986328125, "dur": 10752.561569213867, "ph": "X", "name": "CollectGenericVirtualMethods.Collect", "args": { "durationMS": 10.752561569213867, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 1301629.150390625, "dur": 1510.4870796203613, "ph": "X", "name": "AddExtraTypes", "args": { "durationMS": 1.5104870796203613, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 1317569.2138671875, "dur": 1755.599021911621, "ph": "X", "name": "Add Windows Runtime type names", "args": { "durationMS": 1.755599021911621, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 1319375.8544921875, "dur": 1513.5160684585571, "ph": "X", "name": "Collect Generic CCWMarshallingFunctions", "args": { "durationMS": 1.5135160684585571, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 1320921.630859375, "dur": 1579.6239376068115, "ph": "X", "name": "Idle", "args": { "durationMS": 1.5796239376068115, "detail": "" } },
{ "pid": 1, "tid": 12, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 12, "ts": 623868.2861328125, "dur": 50932.23190307617, "ph": "X", "name": "Idle", "args": { "durationMS": 50.93223190307617, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 676109.0087890625, "dur": 3869.135856628418, "ph": "X", "name": "Idle", "args": { "durationMS": 3.869135856628418, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 682740.1123046875, "dur": 42016.807556152344, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 42.016807556152344, "detail": "System.Core" } },
{ "pid": 1, "tid": 12, "ts": 724772.94921875, "dur": 23541.8643951416, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 23.5418643951416, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 12, "ts": 748444.7021484375, "dur": 68536.55242919922, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 68.53655242919922, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 12, "ts": 816984.9853515625, "dur": 15194.937705993652, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 15.194937705993652, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 12, "ts": 832241.8823242188, "dur": 6161.8452072143555, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 6.1618452072143555, "detail": "System.Core" } },
{ "pid": 1, "tid": 12, "ts": 838406.25, "dur": 849.1020202636719, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.8491020202636719, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 12, "ts": 839257.5073242188, "dur": 406.8079888820648, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.4068079888820648, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 12, "ts": 839673.9501953125, "dur": 1138.8920545578003, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 1.1388920545578003, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 12, "ts": 840818.5424804688, "dur": 481677.7648925781, "ph": "X", "name": "Idle", "args": { "durationMS": 481.6777648925781, "detail": "" } },
{ "pid": 1, "tid": 17, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 17, "ts": 1341527.2216796875, "dur": 629.4800043106079, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.6294800043106079, "detail": "Unity.IL2CPP.Contexts.Components.MetadataUsageCollectorComponent" } },
{ "pid": 1, "tid": 17, "ts": 1342183.59375, "dur": 4261.906147003174, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 4.261906147003174, "detail": "Unity.IL2CPP.Contexts.Components.StatsComponent" } },
{ "pid": 1, "tid": 17, "ts": 4357940.91796875, "dur": 4171.63610458374, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 4.17163610458374, "detail": "Unity.IL2CPP.Contexts.Components.VirtualCallCollector" } },
{ "pid": 1, "tid": 17, "ts": 4362308.10546875, "dur": 75230.03387451172, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 75.23003387451172, "detail": "Unity.IL2CPP.Naming.NamingComponent" } },
{ "pid": 1, "tid": 17, "ts": 4362308.59375, "dur": 1087.5970125198364, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.0875970125198364, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 17, "ts": 4363396.97265625, "dur": 5297.080993652344, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 5.297080993652344, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 17, "ts": 4368806.640625, "dur": 3270.810127258301, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 3.270810127258301, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 17, "ts": 4372079.1015625, "dur": 7282.871723175049, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 7.282871723175049, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 17, "ts": 4379372.0703125, "dur": 5833.205699920654, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 5.833205699920654, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 17, "ts": 4385263.18359375, "dur": 2701.6870975494385, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.7016870975494385, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 17, "ts": 4387967.28515625, "dur": 904.6499729156494, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.9046499729156494, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 17, "ts": 4388871.58203125, "dur": 3613.618850708008, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 3.613618850708008, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 17, "ts": 4392555.6640625, "dur": 2188.5199546813965, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.1885199546813965, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 17, "ts": 4394746.09375, "dur": 940.3219819068909, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.9403219819068909, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 17, "ts": 4395687.01171875, "dur": 3909.2438220977783, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 3.9092438220977783, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 17, "ts": 4399705.078125, "dur": 2126.6109943389893, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.1266109943389893, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 17, "ts": 4401833.0078125, "dur": 723.2760190963745, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.7232760190963745, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 17, "ts": 4402556.640625, "dur": 3207.602024078369, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 3.207602024078369, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 17, "ts": 4405828.125, "dur": 2105.057954788208, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.105057954788208, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 17, "ts": 4407934.08203125, "dur": 732.5999736785889, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.7325999736785889, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 17, "ts": 4408666.9921875, "dur": 4159.630298614502, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 4.159630298614502, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 17, "ts": 4412935.05859375, "dur": 2953.0160427093506, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.9530160427093506, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 17, "ts": 4415890.625, "dur": 1038.9670133590698, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.0389670133590698, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 17, "ts": 4416930.17578125, "dur": 4944.453239440918, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 4.944453239440918, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 17, "ts": 4422012.20703125, "dur": 2999.1118907928467, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.9991118907928467, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 17, "ts": 4425013.18359375, "dur": 1076.5159130096436, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.0765159130096436, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 17, "ts": 4426090.8203125, "dur": 3337.8639221191406, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 3.3378639221191406, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 17, "ts": 4429517.578125, "dur": 1979.8359870910645, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.9798359870910645, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 17, "ts": 4431498.53515625, "dur": 598.0640053749084, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.5980640053749084, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 17, "ts": 4432096.6796875, "dur": 3249.7830390930176, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 3.2497830390930176, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 17, "ts": 4435347.65625, "dur": 2189.784049987793, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.189784049987793, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 14, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 14, "ts": 1341538.2080078125, "dur": 660.254955291748, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.660254955291748, "detail": "Unity.IL2CPP.Contexts.Components.MethodCollector" } },
{ "pid": 1, "tid": 14, "ts": 1342205.9326171875, "dur": 3375.762939453125, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 3.375762939453125, "detail": "Unity.IL2CPP.Metadata.VTableBuilder" } },
{ "pid": 1, "tid": 14, "ts": 4357905.2734375, "dur": 22347.26333618164, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 22.34726333618164, "detail": "Unity.IL2CPP.Contexts.Components.MethodCollector" } },
{ "pid": 1, "tid": 14, "ts": 4780502.9296875, "dur": 2388.277053833008, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 2.388277053833008, "detail": "Unity.IL2CPP.Contexts.Components.TypeCollector" } },
{ "pid": 1, "tid": 14, "ts": 5204049.8046875, "dur": 899.3269801139832, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.8993269801139832, "detail": "Unity.IL2CPP.Contexts.Components.SourceAnnotationWriterComponent" } },
{ "pid": 1, "tid": 13, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 13, "ts": 1341560.1806640625, "dur": 668.3939695358276, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.6683939695358276, "detail": "Unity.IL2CPP.Symbols.SymbolsCollector" } },
{ "pid": 1, "tid": 13, "ts": 1342241.2109375, "dur": 1238.2690906524658, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 1.2382690906524658, "detail": "Unity.IL2CPP.Contexts.Components.WindowsRuntimeTypeWithNameComponent" } },
{ "pid": 1, "tid": 13, "ts": 4357984.86328125, "dur": 21347.259521484375, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 21.347259521484375, "detail": "Unity.IL2CPP.Contexts.Components.TypeCollector" } },
{ "pid": 1, "tid": 15, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 15, "ts": 1341578.369140625, "dur": 659.0830087661743, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.6590830087661743, "detail": "Unity.IL2CPP.Contexts.Components.SharedMethodCollector" } },
{ "pid": 1, "tid": 15, "ts": 4358170.41015625, "dur": 13376.13296508789, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 13.37613296508789, "detail": "Unity.IL2CPP.Contexts.Components.StatsComponent" } },
{ "pid": 1, "tid": 4, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 4, "ts": 1341594.482421875, "dur": 2527.109146118164, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 2.527109146118164, "detail": "Unity.IL2CPP.Contexts.Components.TypeCollector" } },
{ "pid": 1, "tid": 4, "ts": 4357961.42578125, "dur": 27420.135498046875, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 27.420135498046875, "detail": "Unity.IL2CPP.Contexts.Components.SharedMethodCollector" } },
{ "pid": 1, "tid": 18, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 18, "ts": 1341603.1494140625, "dur": 668.2890057563782, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.6682890057563782, "detail": "Unity.IL2CPP.Tiny.TinyTypeCollectorComponent" } },
{ "pid": 1, "tid": 18, "ts": 4358197.75390625, "dur": 15115.350723266602, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 15.115350723266602, "detail": "Unity.IL2CPP.Metadata.VTableBuilder" } },
{ "pid": 1, "tid": 19, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 19, "ts": 1341612.060546875, "dur": 637.6050114631653, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.6376050114631653, "detail": "Unity.IL2CPP.Tiny.TinyStringCollectorComponent" } },
{ "pid": 1, "tid": 19, "ts": 1342527.099609375, "dur": 918.5050129890442, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.9185050129890442, "detail": "Unity.IL2CPP.Contexts.Components.MessageLoggerComponent" } },
{ "pid": 1, "tid": 19, "ts": 4358002.9296875, "dur": 23739.505767822266, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 23.739505767822266, "detail": "Unity.IL2CPP.Metadata.GenericMethodCollectorComponent" } },
{ "pid": 1, "tid": 16, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 16, "ts": 1341630.0048828125, "dur": 2968.5959815979004, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 2.9685959815979004, "detail": "Unity.IL2CPP.Metadata.GenericMethodCollectorComponent" } },
{ "pid": 1, "tid": 16, "ts": 4357926.7578125, "dur": 2245.2030181884766, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 2.2452030181884766, "detail": "Unity.IL2CPP.Symbols.SymbolsCollector" } },
{ "pid": 1, "tid": 16, "ts": 4360185.546875, "dur": 31853.975296020508, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 31.853975296020508, "detail": "Unity.IL2CPP.Contexts.Components.CppDeclarationsComponent" } },
{ "pid": 1, "tid": 20, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 20, "ts": 1367087.890625, "dur": 71289.1616821289, "ph": "X", "name": "Idle", "args": { "durationMS": 71.2891616821289, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1450200.3173828125, "dur": 2098.30904006958, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 2.09830904006958, "detail": "mscorlib" } },
{ "pid": 1, "tid": 20, "ts": 1453761.1083984375, "dur": 257125.9765625, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 257.1259765625, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 20, "ts": 1455394.1650390625, "dur": 255490.7989501953, "ph": "X", "name": "UnityEngine.SharedInternalsModule_Attr.cpp", "args": { "durationMS": 255.4907989501953, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1715894.1650390625, "dur": 20989.547729492188, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 20.989547729492188, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 20, "ts": 1715909.912109375, "dur": 20973.209381103516, "ph": "X", "name": "UnityEngine.AnimationModule_Attr.cpp", "args": { "durationMS": 20.973209381103516, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1736887.451171875, "dur": 13749.238014221191, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 13.749238014221191, "detail": "UnityEngine.VideoModule" } },
{ "pid": 1, "tid": 20, "ts": 1736905.8837890625, "dur": 13730.254173278809, "ph": "X", "name": "UnityEngine.VideoModule_Attr.cpp", "args": { "durationMS": 13.730254173278809, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1760490.6005859375, "dur": 3648.5068798065186, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6485068798065186, "detail": "<Module>" } },
{ "pid": 1, "tid": 20, "ts": 1764885.3759765625, "dur": 1768.5940265655518, "ph": "X", "name": "UnityEngine.GridModule.cpp", "args": { "durationMS": 1.7685940265655518, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1769263.0615234375, "dur": 49093.849182128906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 49.093849182128906, "detail": "UnityEngine.Font" } },
{ "pid": 1, "tid": 20, "ts": 1818396.8505859375, "dur": 9958.907127380371, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.958907127380371, "detail": "UnityEngine.TextGenerationSettings" } },
{ "pid": 1, "tid": 20, "ts": 1828356.5673828125, "dur": 36774.784088134766, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 36.774784088134766, "detail": "UnityEngine.TextGenerator" } },
{ "pid": 1, "tid": 20, "ts": 1865188.8427734375, "dur": 859.9939942359924, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8599939942359924, "detail": "UnityEngine.UIVertex" } },
{ "pid": 1, "tid": 20, "ts": 1866062.8662109375, "dur": 41846.97341918945, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 41.84697341918945, "detail": "UnityEngine.Font/FontTextureRebuildCallback" } },
{ "pid": 1, "tid": 20, "ts": 1907913.2080078125, "dur": 27031.208038330078, "ph": "X", "name": "UnityEngine.TextRenderingModule.cpp", "args": { "durationMS": 27.031208038330078, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1934989.6240234375, "dur": 2241.3859367370605, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2413859367370605, "detail": "System.DateTimeRawInfo" } },
{ "pid": 1, "tid": 20, "ts": 1937231.8115234375, "dur": 2045.0868606567383, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0450868606567383, "detail": "System.DateTimeResult" } },
{ "pid": 1, "tid": 20, "ts": 1939527.587890625, "dur": 720.5550074577332, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7205550074577332, "detail": "System.Diagnostics.Debugger" } },
{ "pid": 1, "tid": 20, "ts": 1940249.1455078125, "dur": 447.70699739456177, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.44770699739456177, "detail": "System.Diagnostics.DebuggerBrowsableAttribute" } },
{ "pid": 1, "tid": 20, "ts": 1940711.3037109375, "dur": 796.8949675559998, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7968949675559998, "detail": "System.Diagnostics.DebuggerDisplayAttribute" } },
{ "pid": 1, "tid": 20, "ts": 1942031.8603515625, "dur": 551.1789917945862, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5511789917945862, "detail": "System.Diagnostics.DebuggerTypeProxyAttribute" } },
{ "pid": 1, "tid": 20, "ts": 1942583.8623046875, "dur": 49175.54473876953, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 49.17554473876953, "detail": "System.Decimal" } },
{ "pid": 1, "tid": 20, "ts": 1991760.8642578125, "dur": 442.6969885826111, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4426969885826111, "detail": "System.Runtime.CompilerServices.DecimalConstantAttribute" } },
{ "pid": 1, "tid": 20, "ts": 1992204.4677734375, "dur": 5509.426116943359, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.509426116943359, "detail": "System.Text.Decoder" } },
{ "pid": 1, "tid": 20, "ts": 1997714.84375, "dur": 768.2389616966248, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7682389616966248, "detail": "System.Text.DecoderExceptionFallback" } },
{ "pid": 1, "tid": 20, "ts": 1998484.0087890625, "dur": 1490.7019138336182, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4907019138336182, "detail": "System.Text.DecoderExceptionFallbackBuffer" } },
{ "pid": 1, "tid": 20, "ts": 1999975.4638671875, "dur": 2355.304956436157, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3553049564361572, "detail": "System.Text.DecoderFallback" } },
{ "pid": 1, "tid": 20, "ts": 2002331.787109375, "dur": 30902.14729309082, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 30.90214729309082, "detail": "System.Text.DecoderFallbackBuffer" } },
{ "pid": 1, "tid": 20, "ts": 2033234.9853515625, "dur": 772.1850275993347, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7721850275993347, "detail": "System.Text.DecoderFallbackException" } },
{ "pid": 1, "tid": 20, "ts": 2034007.8125, "dur": 5921.931743621826, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.921931743621826, "detail": "System.Text.DecoderNLS" } },
{ "pid": 1, "tid": 20, "ts": 2039930.7861328125, "dur": 1852.9549837112427, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8529549837112427, "detail": "System.Text.DecoderReplacementFallback" } },
{ "pid": 1, "tid": 20, "ts": 2041784.66796875, "dur": 1024.4230031967163, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0244230031967163, "detail": "System.Text.DecoderReplacementFallbackBuffer" } },
{ "pid": 1, "tid": 20, "ts": 2042809.9365234375, "dur": 43547.24884033203, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 43.54724884033203, "detail": "System.DefaultBinder" } },
{ "pid": 1, "tid": 20, "ts": 2086667.724609375, "dur": 771.1229920387268, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7711229920387268, "detail": "System.Reflection.DefaultMemberAttribute" } },
{ "pid": 1, "tid": 20, "ts": 2087439.697265625, "dur": 33868.76678466797, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 33.86876678466797, "detail": "System.Delegate" } },
{ "pid": 1, "tid": 20, "ts": 2121432.12890625, "dur": 2885.8180046081543, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.8858180046081543, "detail": "System.DelegateSerializationHolder" } },
{ "pid": 1, "tid": 20, "ts": 2124319.3359375, "dur": 624.8109936714172, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6248109936714172, "detail": "System.Runtime.Serialization.DeserializationEventHandler" } },
{ "pid": 1, "tid": 20, "ts": 2124945.068359375, "dur": 19166.70036315918, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 19.16670036315918, "detail": "System.Collections.DictionaryEntry" } },
{ "pid": 1, "tid": 20, "ts": 2144113.28125, "dur": 472.5109934806824, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4725109934806824, "detail": "System.Collections.Generic.DictionaryHashHelpers" } },
{ "pid": 1, "tid": 20, "ts": 2144586.669921875, "dur": 12078.261375427246, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.078261375427246, "detail": "System.IO.Directory" } },
{ "pid": 1, "tid": 20, "ts": 2156666.748046875, "dur": 5112.1110916137695, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.1121110916137695, "detail": "System.IO.DirectoryInfo" } },
{ "pid": 1, "tid": 20, "ts": 2161780.2734375, "dur": 671.6129779815674, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6716129779815674, "detail": "System.IO.DirectoryNotFoundException" } },
{ "pid": 1, "tid": 20, "ts": 2162597.65625, "dur": 487.84300684928894, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.48784300684928894, "detail": "System.Runtime.Remoting.DisposerReplySink" } },
{ "pid": 1, "tid": 20, "ts": 2163086.669921875, "dur": 537.3150110244751, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5373150110244751, "detail": "System.DivideByZeroException" } },
{ "pid": 1, "tid": 20, "ts": 2163624.755859375, "dur": 4133.906841278076, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.133906841278076, "detail": "System.Runtime.InteropServices.DllImportAttribute" } },
{ "pid": 1, "tid": 20, "ts": 2167774.4140625, "dur": 716.733992099762, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.716733992099762, "detail": "System.DllNotFoundException" } },
{ "pid": 1, "tid": 20, "ts": 2168491.943359375, "dur": 28238.040924072266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 28.238040924072266, "detail": "System.Double" } },
{ "pid": 1, "tid": 20, "ts": 2196731.689453125, "dur": 683.3539605140686, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6833539605140686, "detail": "System.IO.DriveNotFoundException" } },
{ "pid": 1, "tid": 20, "ts": 2197416.015625, "dur": 1466.845989227295, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.466845989227295, "detail": "System.Reflection.Emit.DynamicMethod" } },
{ "pid": 1, "tid": 20, "ts": 2198883.7890625, "dur": 3859.853982925415, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.859853982925415, "detail": "System.Runtime.Remoting.Contexts.DynamicPropertyCollection" } },
{ "pid": 1, "tid": 20, "ts": 2202744.873046875, "dur": 838.4970426559448, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8384970426559448, "detail": "System.Empty" } },
{ "pid": 1, "tid": 20, "ts": 2203584.47265625, "dur": 2818.8819885253906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.8188819885253906, "detail": "System.Collections.EmptyReadOnlyDictionaryInternal" } },
{ "pid": 1, "tid": 20, "ts": 2206405.029296875, "dur": 2419.869899749756, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.419869899749756, "detail": "System.Text.Encoder" } },
{ "pid": 1, "tid": 20, "ts": 2208825.927734375, "dur": 535.7769727706909, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5357769727706909, "detail": "System.Text.EncoderExceptionFallback" } },
{ "pid": 1, "tid": 20, "ts": 2209362.548828125, "dur": 1421.8709468841553, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4218709468841553, "detail": "System.Text.EncoderExceptionFallbackBuffer" } },
{ "pid": 1, "tid": 20, "ts": 2210785.400390625, "dur": 1454.522967338562, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.454522967338562, "detail": "System.Text.EncoderFallback" } },
{ "pid": 1, "tid": 20, "ts": 2212240.966796875, "dur": 3710.484027862549, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.710484027862549, "detail": "System.Text.EncoderFallbackBuffer" } },
{ "pid": 1, "tid": 20, "ts": 2215952.63671875, "dur": 1259.8919868469238, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2598919868469238, "detail": "System.Text.EncoderFallbackException" } },
{ "pid": 1, "tid": 20, "ts": 2217213.623046875, "dur": 34327.64434814453, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 34.32764434814453, "detail": "System.Text.EncoderNLS" } },
{ "pid": 1, "tid": 20, "ts": 2251542.48046875, "dur": 1619.5440292358398, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6195440292358398, "detail": "System.Text.EncoderReplacementFallback" } },
{ "pid": 1, "tid": 20, "ts": 2253163.0859375, "dur": 2644.070863723755, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.644070863723755, "detail": "System.Text.EncoderReplacementFallbackBuffer" } },
{ "pid": 1, "tid": 20, "ts": 2255808.349609375, "dur": 51168.01834106445, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 51.16801834106445, "detail": "System.Text.Encoding" } },
{ "pid": 1, "tid": 20, "ts": 2306977.294921875, "dur": 4360.372066497803, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.360372066497803, "detail": "System.Text.EncodingHelper" } },
{ "pid": 1, "tid": 20, "ts": 2311339.111328125, "dur": 16915.34423828125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.91534423828125, "detail": "System.Text.EncodingNLS" } },
{ "pid": 1, "tid": 20, "ts": 2328255.37109375, "dur": 2360.80002784729, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.36080002784729, "detail": "System.Text.EncodingProvider" } },
{ "pid": 1, "tid": 20, "ts": 2330616.943359375, "dur": 119688.51470947266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 119.68851470947266, "detail": "System.Globalization.EncodingTable" } },
{ "pid": 1, "tid": 20, "ts": 2450308.837890625, "dur": 51408.912658691406, "ph": "X", "name": "mscorlib4.cpp", "args": { "durationMS": 51.408912658691406, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 2501806.640625, "dur": 681.8079948425293, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6818079948425293, "detail": "UnityEngine.Experimental.Video.VideoClipPlayable" } },
{ "pid": 1, "tid": 20, "ts": 2502489.2578125, "dur": 2122.0390796661377, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1220390796661377, "detail": "UnityEngine.Video.VideoPlayer" } },
{ "pid": 1, "tid": 20, "ts": 2504646.97265625, "dur": 699.6049880981445, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6996049880981445, "detail": "UnityEngine.Video.VideoPlayer/ErrorEventHandler" } },
{ "pid": 1, "tid": 20, "ts": 2505347.65625, "dur": 526.5539884567261, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5265539884567261, "detail": "UnityEngine.Video.VideoPlayer/EventHandler" } },
{ "pid": 1, "tid": 20, "ts": 2505874.755859375, "dur": 624.908983707428, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.624908983707428, "detail": "UnityEngine.Video.VideoPlayer/FrameReadyEventHandler" } },
{ "pid": 1, "tid": 20, "ts": 2506500.48828125, "dur": 611.1249923706055, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6111249923706055, "detail": "UnityEngine.Video.VideoPlayer/TimeEventHandler" } },
{ "pid": 1, "tid": 20, "ts": 2507114.501953125, "dur": 3499.152898788452, "ph": "X", "name": "UnityEngine.VideoModule.cpp", "args": { "durationMS": 3.499152898788452, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 2510643.06640625, "dur": 8337.140083312988, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.337140083312988, "detail": "System.IO.StreamWriter" } },
{ "pid": 1, "tid": 20, "ts": 2518980.712890625, "dur": 1781.3949584960938, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7813949584960938, "detail": "System.Runtime.Serialization.StreamingContext" } },
{ "pid": 1, "tid": 20, "ts": 2520774.658203125, "dur": 175531.8145751953, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 175.5318145751953, "detail": "System.String" } },
{ "pid": 1, "tid": 20, "ts": 2696307.861328125, "dur": 107495.0942993164, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 107.4950942993164, "detail": "System.Text.StringBuilder" } },
{ "pid": 1, "tid": 20, "ts": 2803803.7109375, "dur": 650.3409743309021, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6503409743309021, "detail": "System.Text.StringBuilderCache" } },
{ "pid": 1, "tid": 20, "ts": 2804454.833984375, "dur": 2927.2241592407227, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.9272241592407227, "detail": "System.StringComparer" } },
{ "pid": 1, "tid": 20, "ts": 2807553.22265625, "dur": 3311.4800453186035, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.3114800453186035, "detail": "System.IO.StringReader" } },
{ "pid": 1, "tid": 20, "ts": 2810865.72265625, "dur": 722.2300171852112, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7222300171852112, "detail": "System.IO.StringResultHandler" } },
{ "pid": 1, "tid": 20, "ts": 2811600.830078125, "dur": 1929.0770292282104, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9290770292282104, "detail": "System.Reflection.StrongNameKeyPair" } },
{ "pid": 1, "tid": 20, "ts": 2813547.8515625, "dur": 5264.2621994018555, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.2642621994018555, "detail": "System.Threading.SynchronizationContext" } },
{ "pid": 1, "tid": 20, "ts": 2818813.232421875, "dur": 1257.9110860824585, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2579110860824585, "detail": "System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation" } },
{ "pid": 1, "tid": 20, "ts": 2820072.021484375, "dur": 678.339958190918, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.678339958190918, "detail": "System.Threading.SynchronizationLockException" } },
{ "pid": 1, "tid": 20, "ts": 2820751.220703125, "dur": 971.9730019569397, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9719730019569397, "detail": "System.SystemException" } },
{ "pid": 1, "tid": 20, "ts": 2821724.365234375, "dur": 1061.9930028915405, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0619930028915405, "detail": "System.Threading.Tasks.SystemThreadingTasks_TaskDebugView" } },
{ "pid": 1, "tid": 20, "ts": 2822979.4921875, "dur": 3486.506938934326, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.486506938934326, "detail": "System.Globalization.TaiwanCalendar" } },
{ "pid": 1, "tid": 20, "ts": 2826467.041015625, "dur": 633.137047290802, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.633137047290802, "detail": "System.Reflection.TargetException" } },
{ "pid": 1, "tid": 20, "ts": 2827101.07421875, "dur": 749.692976474762, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.749692976474762, "detail": "System.Reflection.TargetInvocationException" } },
{ "pid": 1, "tid": 20, "ts": 2827851.5625, "dur": 613.1470203399658, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6131470203399658, "detail": "System.Reflection.TargetParameterCountException" } },
{ "pid": 1, "tid": 20, "ts": 2828465.8203125, "dur": 77159.3246459961, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 77.1593246459961, "detail": "System.Threading.Tasks.Task" } },
{ "pid": 1, "tid": 20, "ts": 2905629.638671875, "dur": 45467.201232910156, "ph": "X", "name": "mscorlib12.cpp", "args": { "durationMS": 45.467201232910156, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 2951152.587890625, "dur": 598.6360311508179, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5986360311508179, "detail": "System.Linq.Error" } },
{ "pid": 1, "tid": 20, "ts": 2951753.90625, "dur": 1140.6219005584717, "ph": "X", "name": "System.Core.cpp", "args": { "durationMS": 1.1406219005584717, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 2952942.626953125, "dur": 2997.586965560913, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.997586965560913, "detail": "UnityEngine.U2D.IK.CCD2D" } },
{ "pid": 1, "tid": 20, "ts": 2955941.162109375, "dur": 4724.081039428711, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.724081039428711, "detail": "UnityEngine.U2D.IK.CCDSolver2D" } },
{ "pid": 1, "tid": 20, "ts": 2960666.015625, "dur": 10218.130111694336, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.218130111694336, "detail": "UnityEngine.U2D.IK.FABRIK2D" } },
{ "pid": 1, "tid": 20, "ts": 2970885.009765625, "dur": 2116.770029067993, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.116770029067993, "detail": "UnityEngine.U2D.IK.FABRIKChain2D" } },
{ "pid": 1, "tid": 20, "ts": 2973002.685546875, "dur": 5236.980438232422, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.236980438232422, "detail": "UnityEngine.U2D.IK.FabrikSolver2D" } },
{ "pid": 1, "tid": 20, "ts": 2978240.72265625, "dur": 10270.997047424316, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.270997047424316, "detail": "UnityEngine.U2D.IK.IKChain2D" } },
{ "pid": 1, "tid": 20, "ts": 2988512.6953125, "dur": 5876.425266265869, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.876425266265869, "detail": "UnityEngine.U2D.IK.IKManager2D" } },
{ "pid": 1, "tid": 20, "ts": 2994389.6484375, "dur": 2291.288137435913, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.291288137435913, "detail": "UnityEngine.U2D.IK.IKUtility" } },
{ "pid": 1, "tid": 20, "ts": 2996682.373046875, "dur": 2265.522003173828, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.265522003173828, "detail": "UnityEngine.U2D.IK.Limb" } },
{ "pid": 1, "tid": 20, "ts": 2998948.974609375, "dur": 4743.224620819092, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.743224620819092, "detail": "UnityEngine.U2D.IK.LimbSolver2D" } },
{ "pid": 1, "tid": 20, "ts": 3003693.115234375, "dur": 22053.8330078125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 22.0538330078125, "detail": "UnityEngine.U2D.IK.Solver2D" } },
{ "pid": 1, "tid": 20, "ts": 3025748.046875, "dur": 705.2789926528931, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7052789926528931, "detail": "UnityEngine.U2D.IK.Solver2DMenuAttribute" } },
{ "pid": 1, "tid": 20, "ts": 3026457.763671875, "dur": 27331.140518188477, "ph": "X", "name": "Unity.2D.IK.Runtime.cpp", "args": { "durationMS": 27.331140518188477, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 3053810.546875, "dur": 97173.2406616211, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 97.1732406616211, "detail": "UnityEngine.UI.Selectable" } },
{ "pid": 1, "tid": 20, "ts": 3150985.3515625, "dur": 6879.904747009277, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.879904747009277, "detail": "UnityEngine.UI.SetPropertyUtility" } },
{ "pid": 1, "tid": 20, "ts": 3157866.2109375, "dur": 22103.605270385742, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 22.103605270385742, "detail": "UnityEngine.UI.Shadow" } },
{ "pid": 1, "tid": 20, "ts": 3179971.19140625, "dur": 28115.421295166016, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 28.115421295166016, "detail": "UnityEngine.UI.Slider" } },
{ "pid": 1, "tid": 20, "ts": 3208087.646484375, "dur": 3358.3669662475586, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.3583669662475586, "detail": "UnityEngine.UI.SpriteState" } },
{ "pid": 1, "tid": 20, "ts": 3211447.021484375, "dur": 35267.696380615234, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 35.267696380615234, "detail": "UnityEngine.EventSystems.StandaloneInputModule" } },
{ "pid": 1, "tid": 20, "ts": 3246716.30859375, "dur": 16729.80499267578, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.72980499267578, "detail": "UnityEngine.UI.StencilMaterial" } },
{ "pid": 1, "tid": 20, "ts": 3263448.974609375, "dur": 32682.73162841797, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 32.68273162841797, "detail": "UnityEngine.UI.Text" } },
{ "pid": 1, "tid": 20, "ts": 3296133.056640625, "dur": 8736.72866821289, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.73672866821289, "detail": "UnityEngine.UI.Toggle" } },
{ "pid": 1, "tid": 20, "ts": 3304870.60546875, "dur": 24648.942947387695, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.648942947387695, "detail": "UnityEngine.UI.ToggleGroup" } },
{ "pid": 1, "tid": 20, "ts": 3329520.99609375, "dur": 10681.339263916016, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.681339263916016, "detail": "UnityEngine.EventSystems.TouchInputModule" } },
{ "pid": 1, "tid": 20, "ts": 3340203.369140625, "dur": 1735.037922859192, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.735037922859192, "detail": "UnityEngine.EventSystems.UIBehaviour" } },
{ "pid": 1, "tid": 20, "ts": 3341939.697265625, "dur": 27736.331939697266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 27.736331939697266, "detail": "UnityEngine.UI.VertexHelper" } },
{ "pid": 1, "tid": 20, "ts": 3369677.24609375, "dur": 10839.374542236328, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.839374542236328, "detail": "UnityEngine.UI.VerticalLayoutGroup" } },
{ "pid": 1, "tid": 20, "ts": 3380541.9921875, "dur": 3792.37699508667, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.79237699508667, "detail": "UnityEngine.UI.Button/<OnFinishSubmit>d__9" } },
{ "pid": 1, "tid": 20, "ts": 3384662.109375, "dur": 2360.759973526001, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.360759973526001, "detail": "UnityEngine.UI.DefaultControls/DefaultRuntimeFactory" } },
{ "pid": 1, "tid": 20, "ts": 3387023.681640625, "dur": 375.0720024108887, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.37507200241088867, "detail": "UnityEngine.UI.DefaultControls/Resources" } },
{ "pid": 1, "tid": 20, "ts": 3387399.658203125, "dur": 1615.3849363327026, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6153849363327026, "detail": "UnityEngine.UI.Dropdown/<>c__DisplayClass62_0" } },
{ "pid": 1, "tid": 20, "ts": 3389015.869140625, "dur": 858.2410216331482, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8582410216331482, "detail": "UnityEngine.UI.Dropdown/<DelayedDestroyDropdownList>d__74" } },
{ "pid": 1, "tid": 20, "ts": 3390042.48046875, "dur": 1608.219027519226, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.608219027519226, "detail": "UnityEngine.UI.Dropdown/DropdownItem" } },
{ "pid": 1, "tid": 20, "ts": 3391651.611328125, "dur": 7070.709228515625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.070709228515625, "detail": "UnityEngine.UI.Dropdown/OptionData" } },
{ "pid": 1, "tid": 20, "ts": 3398723.876953125, "dur": 672.6740002632141, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6726740002632141, "detail": "UnityEngine.UI.Dropdown/OptionDataList" } },
{ "pid": 1, "tid": 20, "ts": 3399397.94921875, "dur": 699.0229487419128, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6990229487419128, "detail": "UnityEngine.EventSystems.EventTrigger/Entry" } },
{ "pid": 1, "tid": 20, "ts": 3400289.55078125, "dur": 989.5879626274109, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9895879626274109, "detail": "UnityEngine.EventSystems.ExecuteEvents/<>c" } },
{ "pid": 1, "tid": 20, "ts": 3401589.111328125, "dur": 1260.0939273834229, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2600939273834229, "detail": "UnityEngine.UI.GraphicRaycaster/<>c" } },
{ "pid": 1, "tid": 20, "ts": 3402958.740234375, "dur": 24279.130935668945, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.279130935668945, "detail": "UnityEngine.UI.InputField/<CaretBlink>d__159" } },
{ "pid": 1, "tid": 20, "ts": 3427239.013671875, "dur": 5175.279140472412, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.175279140472412, "detail": "UnityEngine.UI.InputField/<MouseDragOutsideRect>d__179" } },
{ "pid": 1, "tid": 20, "ts": 3432732.666015625, "dur": 1721.432089805603, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.721432089805603, "detail": "UnityEngine.UI.InputField/OnValidateInput" } },
{ "pid": 1, "tid": 20, "ts": 3434642.333984375, "dur": 1721.0229635238647, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7210229635238647, "detail": "UnityEngine.UI.LayoutGroup/<DelayedSetDirty>d__56" } },
{ "pid": 1, "tid": 20, "ts": 3436364.501953125, "dur": 2606.245994567871, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.606245994567871, "detail": "UnityEngine.UI.LayoutRebuilder/<>c" } },
{ "pid": 1, "tid": 20, "ts": 3438971.6796875, "dur": 2436.0949993133545, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4360949993133545, "detail": "UnityEngine.UI.LayoutUtility/<>c" } },
{ "pid": 1, "tid": 20, "ts": 3441638.671875, "dur": 1192.9620504379272, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1929620504379272, "detail": "UnityEngine.EventSystems.PhysicsRaycaster/RaycastHitComparer" } },
{ "pid": 1, "tid": 20, "ts": 3442851.07421875, "dur": 1598.5521078109741, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5985521078109741, "detail": "UnityEngine.EventSystems.PointerInputModule/ButtonState" } },
{ "pid": 1, "tid": 20, "ts": 3444450.68359375, "dur": 1200.212001800537, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.200212001800537, "detail": "UnityEngine.EventSystems.PointerInputModule/MouseButtonEventData" } },
{ "pid": 1, "tid": 20, "ts": 3445651.85546875, "dur": 3543.4110164642334, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.5434110164642334, "detail": "UnityEngine.EventSystems.PointerInputModule/MouseState" } },
{ "pid": 1, "tid": 20, "ts": 3449197.265625, "dur": 3616.534948348999, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.616534948348999, "detail": "UnityEngine.UI.ReflectionMethodsCache/GetRayIntersectionAllCallback" } },
{ "pid": 1, "tid": 20, "ts": 3452814.453125, "dur": 28114.513397216797, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 28.114513397216797, "detail": "UnityEngine.UI.ReflectionMethodsCache/GetRayIntersectionAllNonAllocCallback" } },
{ "pid": 1, "tid": 20, "ts": 3480929.931640625, "dur": 1313.5229349136353, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3135229349136353, "detail": "UnityEngine.UI.ReflectionMethodsCache/GetRaycastNonAllocCallback" } },
{ "pid": 1, "tid": 20, "ts": 3482244.62890625, "dur": 1089.0740156173706, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0890740156173706, "detail": "UnityEngine.UI.ReflectionMethodsCache/Raycast2DCallback" } },
{ "pid": 1, "tid": 20, "ts": 3483334.228515625, "dur": 1440.966010093689, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.440966010093689, "detail": "UnityEngine.UI.ReflectionMethodsCache/Raycast3DCallback" } },
{ "pid": 1, "tid": 20, "ts": 3484776.123046875, "dur": 1304.6410083770752, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3046410083770752, "detail": "UnityEngine.UI.ReflectionMethodsCache/RaycastAllCallback" } },
{ "pid": 1, "tid": 20, "ts": 3486253.662109375, "dur": 2774.087905883789, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.774087905883789, "detail": "UnityEngine.UI.Scrollbar/<ClickRepeat>d__58" } },
{ "pid": 1, "tid": 20, "ts": 3489662.59765625, "dur": 4901.407718658447, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.901407718658447, "detail": "UnityEngine.UI.ToggleGroup/<>c" } },
{ "pid": 1, "tid": 20, "ts": 3494566.162109375, "dur": 111845.96252441406, "ph": "X", "name": "UnityEngine.UI3.cpp", "args": { "durationMS": 111.84596252441406, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 3606436.5234375, "dur": 29777.36473083496, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 29.77736473083496, "detail": "Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>" } },
{ "pid": 1, "tid": 20, "ts": 3636217.7734375, "dur": 10988.916397094727, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 10.988916397094727, "detail": "Unity.Collections.NativeArray`1<UnityEngine.Plane>" } },
{ "pid": 1, "tid": 20, "ts": 3647210.693359375, "dur": 449.06100630760193, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.44906100630760193, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2/Node<System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3647662.59765625, "dur": 10519.20223236084, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 10.51920223236084, "detail": "System.Nullable`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 3658184.326171875, "dur": 24132.287979125977, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 24.132287979125977, "detail": "System.Nullable`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 3682321.044921875, "dur": 1954.6129703521729, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9546129703521729, "detail": "System.Collections.Generic.ObjectComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 20, "ts": 3684278.80859375, "dur": 3841.494083404541, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.841494083404541, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 20, "ts": 3688123.046875, "dur": 1374.8430013656616, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.3748430013656616, "detail": "System.Collections.Generic.ObjectComparer`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 3689499.755859375, "dur": 1415.4410362243652, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.4154410362243652, "detail": "System.Collections.Generic.ObjectComparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 20, "ts": 3690917.48046875, "dur": 1332.8739404678345, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.3328739404678345, "detail": "System.Collections.Generic.ObjectComparer`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3692262.6953125, "dur": 1381.4059495925903, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.3814059495925903, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 20, "ts": 3693646.728515625, "dur": 1628.2720565795898, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.6282720565795898, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 20, "ts": 3695277.099609375, "dur": 1214.8430347442627, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2148430347442627, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 20, "ts": 3696494.384765625, "dur": 30483.495712280273, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 30.483495712280273, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 20, "ts": 3726981.93359375, "dur": 856.0609817504883, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8560609817504883, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 20, "ts": 3727840.087890625, "dur": 834.1740369796753, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8341740369796753, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 20, "ts": 3728676.26953125, "dur": 819.0490007400513, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8190490007400513, "detail": "System.Collections.Generic.ObjectComparer`1<System.UInt64>" } },
{ "pid": 1, "tid": 20, "ts": 3729497.55859375, "dur": 10009.284973144531, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 10.009284973144531, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 20, "ts": 3739509.033203125, "dur": 899.1480469703674, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8991480469703674, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 20, "ts": 3740415.771484375, "dur": 812.2439384460449, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8122439384460449, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 20, "ts": 3741229.736328125, "dur": 812.8179907798767, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8128179907798767, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 20, "ts": 3742044.677734375, "dur": 797.9050278663635, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7979050278663635, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 20, "ts": 3742844.482421875, "dur": 860.6979846954346, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8606979846954346, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 20, "ts": 3743708.0078125, "dur": 2721.184015274048, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.721184015274048, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 20, "ts": 3746430.908203125, "dur": 2243.8669204711914, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2438669204711914, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 3748680.17578125, "dur": 2315.2520656585693, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3152520656585693, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>" } },
{ "pid": 1, "tid": 20, "ts": 3750997.314453125, "dur": 2029.6010971069336, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0296010971069336, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Char>" } },
{ "pid": 1, "tid": 20, "ts": 3753028.564453125, "dur": 2153.218984603882, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.153218984603882, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 20, "ts": 3755185.302734375, "dur": 2236.4768981933594, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2364768981933594, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 20, "ts": 3757425.048828125, "dur": 21241.9490814209, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 21.2419490814209, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 3778669.189453125, "dur": 2221.4760780334473, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2214760780334473, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 20, "ts": 3780892.333984375, "dur": 2434.9381923675537, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4349381923675537, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 20, "ts": 3783329.345703125, "dur": 2355.2560806274414, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3552560806274414, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3785688.232421875, "dur": 3280.2939414978027, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.2802939414978027, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 20, "ts": 3788970.458984375, "dur": 4403.10001373291, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.40310001373291, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 20, "ts": 3793375.244140625, "dur": 2718.9948558807373, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.7189948558807373, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 20, "ts": 3796096.435546875, "dur": 4608.2048416137695, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.6082048416137695, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Single>" } },
{ "pid": 1, "tid": 20, "ts": 3800706.54296875, "dur": 8176.383972167969, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.176383972167969, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 20, "ts": 3808884.765625, "dur": 2592.4999713897705, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5924999713897705, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 20, "ts": 3811479.4921875, "dur": 2831.93302154541, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.83193302154541, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 20, "ts": 3814316.40625, "dur": 5614.646911621094, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.614646911621094, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 20, "ts": 3819935.05859375, "dur": 2787.0070934295654, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.7870070934295654, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 20, "ts": 3822724.12109375, "dur": 2185.1909160614014, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.1851909160614014, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 20, "ts": 3824910.888671875, "dur": 2331.5269947052, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3315269947052, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 20, "ts": 3827244.140625, "dur": 2505.4309368133545, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5054309368133545, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 20, "ts": 3829751.953125, "dur": 2407.5708389282227, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4075708389282227, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 20, "ts": 3832161.62109375, "dur": 2417.7122116088867, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4177122116088867, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 20, "ts": 3834581.787109375, "dur": 5653.01513671875, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.65301513671875, "detail": "UnityEngine.UI.ObjectPool`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3840237.548828125, "dur": 760.8060240745544, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7608060240745544, "detail": "System.Predicate`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 20, "ts": 3841000.48828125, "dur": 691.94096326828, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.69194096326828, "detail": "System.Predicate`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 20, "ts": 3841694.091796875, "dur": 616.0030364990234, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6160030364990234, "detail": "System.Predicate`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 3842312.255859375, "dur": 645.7130312919617, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6457130312919617, "detail": "System.Predicate`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 20, "ts": 3842959.9609375, "dur": 639.0819549560547, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6390819549560547, "detail": "System.Predicate`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3843600.830078125, "dur": 644.7489857673645, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6447489857673645, "detail": "System.Predicate`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 20, "ts": 3844247.55859375, "dur": 664.5439863204956, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6645439863204956, "detail": "System.Predicate`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 20, "ts": 3844914.306640625, "dur": 657.5850248336792, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6575850248336792, "detail": "System.Predicate`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 20, "ts": 3845573.486328125, "dur": 653.6380052566528, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6536380052566528, "detail": "System.Predicate`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 20, "ts": 3846229.00390625, "dur": 647.8379964828491, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6478379964828491, "detail": "System.Predicate`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 20, "ts": 3846878.90625, "dur": 2371.6678619384766, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3716678619384766, "detail": "System.Predicate`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 20, "ts": 3849252.197265625, "dur": 4755.463123321533, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.755463123321533, "detail": "System.Predicate`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 20, "ts": 3854009.521484375, "dur": 713.9649987220764, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7139649987220764, "detail": "System.Predicate`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 20, "ts": 3854725.5859375, "dur": 658.9679718017578, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6589679718017578, "detail": "System.Predicate`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 20, "ts": 3855386.474609375, "dur": 673.0909943580627, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6730909943580627, "detail": "System.Predicate`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 20, "ts": 3856061.767578125, "dur": 757.5249671936035, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7575249671936035, "detail": "System.Predicate`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 20, "ts": 3856821.533203125, "dur": 8538.758277893066, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.538758277893066, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>" } },
{ "pid": 1, "tid": 20, "ts": 3865362.548828125, "dur": 7617.615699768066, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.617615699768066, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>" } },
{ "pid": 1, "tid": 20, "ts": 3872981.93359375, "dur": 11841.421127319336, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 11.841421127319336, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3885335.693359375, "dur": 2004.1649341583252, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.004164934158325, "detail": "System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3887341.796875, "dur": 723.7489819526672, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7237489819526672, "detail": "System.Threading.SparselyPopulatedArrayAddInfo`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3888067.3828125, "dur": 1498.8120794296265, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.4988120794296265, "detail": "System.Threading.SparselyPopulatedArrayFragment`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3889568.115234375, "dur": 2410.3710651397705, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4103710651397705, "detail": "System.Threading.SparselyPopulatedArray`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3891980.95703125, "dur": 624.1210103034973, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6241210103034973, "detail": "System.Collections.Generic.StackDebugView`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3892606.93359375, "dur": 11470.051765441895, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 11.470051765441895, "detail": "System.Collections.Generic.Stack`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3904079.1015625, "dur": 609.5079779624939, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6095079779624939, "detail": "System.Reflection.MonoProperty/StaticGetter`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3904690.4296875, "dur": 2123.4850883483887, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.1234850883483887, "detail": "System.Threading.Tasks.SystemThreadingTasks_FutureDebugView`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3907143.310546875, "dur": 1248.1379508972168, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2481379508972168, "detail": "System.Runtime.CompilerServices.TaskAwaiter`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 3908393.5546875, "dur": 760.2970004081726, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7602970004081726, "detail": "System.Runtime.CompilerServices.TaskAwaiter`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 3909155.517578125, "dur": 905.6920409202576, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9056920409202576, "detail": "System.Runtime.CompilerServices.TaskAwaiter`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3910063.4765625, "dur": 1083.7080478668213, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0837080478668213, "detail": "System.Runtime.CompilerServices.TaskAwaiter`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 20, "ts": 3911148.92578125, "dur": 859.2219948768616, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8592219948768616, "detail": "System.Threading.Tasks.TaskFactory`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 3912009.765625, "dur": 3237.4279499053955, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.2374279499053955, "detail": "System.Threading.Tasks.TaskFactory`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 3915249.267578125, "dur": 528.5509824752808, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5285509824752808, "detail": "System.Threading.Tasks.TaskFactory`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3915780.029296875, "dur": 520.052969455719, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.520052969455719, "detail": "System.Threading.Tasks.TaskFactory`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 20, "ts": 3916304.443359375, "dur": 6357.411861419678, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.357411861419678, "detail": "System.Threading.Tasks.Task`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 3922665.0390625, "dur": 50722.97668457031, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 50.72297668457031, "detail": "System.Threading.Tasks.Task`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 3973389.892578125, "dur": 5584.017753601074, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.584017753601074, "detail": "System.Threading.Tasks.Task`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3978976.318359375, "dur": 13144.948959350586, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 13.144948959350586, "detail": "System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 20, "ts": 3992124.51171875, "dur": 3903.4199714660645, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.9034199714660645, "detail": "System.Tuple`2<System.Object,System.Char>" } },
{ "pid": 1, "tid": 20, "ts": 3996030.029296875, "dur": 3878.704786300659, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.878704786300659, "detail": "System.Tuple`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3999910.888671875, "dur": 4546.236991882324, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.546236991882324, "detail": "System.Tuple`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4004459.9609375, "dur": 642.6560282707214, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6426560282707214, "detail": "System.Tuple`4<System.Object,System.Object,System.Int32,System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 4005104.736328125, "dur": 633.5650086402893, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6335650086402893, "detail": "System.Tuple`4<System.Object,System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4005740.72265625, "dur": 2360.3670597076416, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3603670597076416, "detail": "UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween>" } },
{ "pid": 1, "tid": 20, "ts": 4008103.271484375, "dur": 1756.1639547348022, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7561639547348022, "detail": "UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.FloatTween>" } },
{ "pid": 1, "tid": 20, "ts": 4009861.572265625, "dur": 646.4679837226868, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6464679837226868, "detail": "UnityEngine.Events.UnityAction`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 4010509.765625, "dur": 7311.553955078125, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.311553955078125, "detail": "UnityEngine.Events.UnityAction`1<UnityEngine.Color>" } },
{ "pid": 1, "tid": 20, "ts": 4017823.486328125, "dur": 589.7610187530518, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5897610187530518, "detail": "UnityEngine.Events.UnityAction`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 4018414.794921875, "dur": 635.750949382782, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.635750949382782, "detail": "UnityEngine.Events.UnityAction`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4019052.978515625, "dur": 615.7789826393127, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6157789826393127, "detail": "UnityEngine.Events.UnityAction`1<UnityEngine.SceneManagement.Scene>" } },
{ "pid": 1, "tid": 20, "ts": 4019670.166015625, "dur": 664.6650433540344, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6646650433540344, "detail": "UnityEngine.Events.UnityAction`1<System.Single>" } },
{ "pid": 1, "tid": 20, "ts": 4020336.9140625, "dur": 668.1070327758789, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6681070327758789, "detail": "UnityEngine.Events.UnityAction`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 20, "ts": 4021007.32421875, "dur": 750.6680488586426, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7506680488586426, "detail": "UnityEngine.Events.UnityAction`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4021760.009765625, "dur": 965.3809666633606, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9653809666633606, "detail": "UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>" } },
{ "pid": 1, "tid": 20, "ts": 4022727.294921875, "dur": 691.046953201294, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.691046953201294, "detail": "UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene>" } },
{ "pid": 1, "tid": 20, "ts": 4023420.8984375, "dur": 4476.928234100342, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.476928234100342, "detail": "UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4027900.390625, "dur": 945.0149536132812, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9450149536132812, "detail": "UnityEngine.Events.UnityAction`4<System.Object,System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4028847.16796875, "dur": 3212.5282287597656, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.2125282287597656, "detail": "UnityEngine.Events.UnityEvent`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 4032061.767578125, "dur": 3071.835994720459, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.071835994720459, "detail": "UnityEngine.Events.UnityEvent`1<UnityEngine.Color>" } },
{ "pid": 1, "tid": 20, "ts": 4035135.986328125, "dur": 8294.429779052734, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.294429779052734, "detail": "UnityEngine.Events.UnityEvent`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 4043432.861328125, "dur": 2944.1769123077393, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.9441769123077393, "detail": "UnityEngine.Events.UnityEvent`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4046385.009765625, "dur": 4407.451152801514, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.407451152801514, "detail": "UnityEngine.Events.UnityEvent`1<System.Single>" } },
{ "pid": 1, "tid": 20, "ts": 4050794.921875, "dur": 6389.378070831299, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.389378070831299, "detail": "UnityEngine.Events.UnityEvent`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 20, "ts": 4057187.01171875, "dur": 1186.7979764938354, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1867979764938354, "detail": "UnityEngine.Events.UnityEvent`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4058376.46484375, "dur": 1292.549967765808, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.292549967765808, "detail": "UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4059672.119140625, "dur": 18138.572692871094, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 18.138572692871094, "detail": "UnityEngine.Events.UnityEvent`4<System.Object,System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4077813.4765625, "dur": 12287.891387939453, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 12.287891387939453, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4090104.736328125, "dur": 5535.165786743164, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.535165786743164, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 4095642.578125, "dur": 6704.298973083496, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.704298973083496, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4102349.609375, "dur": 5547.4443435668945, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.5474443435668945, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 20, "ts": 4107899.4140625, "dur": 1590.4779434204102, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.5904779434204102, "detail": "System.Linq.Enumerable/WhereArrayIterator`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4109491.69921875, "dur": 23951.974868774414, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 23.951974868774414, "detail": "System.Linq.Enumerable/WhereEnumerableIterator`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4133446.2890625, "dur": 3185.64510345459, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.18564510345459, "detail": "System.Linq.Enumerable/WhereListIterator`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4136637.6953125, "dur": 101439.5751953125, "ph": "X", "name": "Generics5.cpp", "args": { "durationMS": 101.4395751953125, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 4238089.35546875, "dur": 119326.10321044922, "ph": "X", "name": "Idle", "args": { "durationMS": 119.32610321044922, "detail": "" } },
{ "pid": 1, "tid": 21, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 21, "ts": 1416843.6279296875, "dur": 21534.446716308594, "ph": "X", "name": "Idle", "args": { "durationMS": 21.534446716308594, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1451026.9775390625, "dur": 1484.9419593811035, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 1.4849419593811035, "detail": "System.Core" } },
{ "pid": 1, "tid": 21, "ts": 1453726.1962890625, "dur": 259597.99194335938, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 259.5979919433594, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 21, "ts": 1455370.361328125, "dur": 257953.125, "ph": "X", "name": "UnityEngine.CoreModule_Attr.cpp", "args": { "durationMS": 257.953125, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1725018.4326171875, "dur": 5528.872013092041, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 5.528872013092041, "detail": "UnityEngine.SpriteShapeModule" } },
{ "pid": 1, "tid": 21, "ts": 1725034.1796875, "dur": 5512.609004974365, "ph": "X", "name": "UnityEngine.SpriteShapeModule_Attr.cpp", "args": { "durationMS": 5.512609004974365, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1730550.6591796875, "dur": 12798.56014251709, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 12.79856014251709, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 21, "ts": 1730567.5048828125, "dur": 12781.122207641602, "ph": "X", "name": "UnityEngine.UnityWebRequestModule_Attr.cpp", "args": { "durationMS": 12.781122207641602, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1744663.6962890625, "dur": 681.2750101089478, "ph": "X", "name": "GenericInstanceMethods", "args": { "durationMS": 0.6812750101089478, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1745741.69921875, "dur": 1283.1659317016602, "ph": "X", "name": "GenericComDefinitions", "args": { "durationMS": 1.2831659317016602, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1762087.890625, "dur": 46644.54650878906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 46.64454650878906, "detail": "System.Text.RegularExpressions.RegexCode" } },
{ "pid": 1, "tid": 21, "ts": 1808734.130859375, "dur": 2038.6631488800049, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.038663148880005, "detail": "System.Text.RegularExpressions.RegexFC" } },
{ "pid": 1, "tid": 21, "ts": 1810773.8037109375, "dur": 16318.868637084961, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.31886863708496, "detail": "System.Text.RegularExpressions.RegexFCD" } },
{ "pid": 1, "tid": 21, "ts": 1827093.994140625, "dur": 37336.39144897461, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 37.33639144897461, "detail": "System.Text.RegularExpressions.RegexInterpreter" } },
{ "pid": 1, "tid": 21, "ts": 1864431.5185546875, "dur": 3113.8479709625244, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.1138479709625244, "detail": "System.Text.RegularExpressions.RegexMatchTimeoutException" } },
{ "pid": 1, "tid": 21, "ts": 1867546.5087890625, "dur": 23367.094039916992, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 23.367094039916992, "detail": "System.Text.RegularExpressions.RegexNode" } },
{ "pid": 1, "tid": 21, "ts": 1890930.5419921875, "dur": 76029.86907958984, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 76.02986907958984, "detail": "System.Text.RegularExpressions.RegexParser" } },
{ "pid": 1, "tid": 21, "ts": 1966961.5478515625, "dur": 992.933988571167, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.992933988571167, "detail": "System.Text.RegularExpressions.RegexPrefix" } },
{ "pid": 1, "tid": 21, "ts": 1967955.6884765625, "dur": 14402.57453918457, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.40257453918457, "detail": "System.Text.RegularExpressions.RegexRunner" } },
{ "pid": 1, "tid": 21, "ts": 1982388.0615234375, "dur": 652.1050333976746, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6521050333976746, "detail": "System.Text.RegularExpressions.RegexTree" } },
{ "pid": 1, "tid": 21, "ts": 1983041.3818359375, "dur": 48469.19250488281, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 48.46919250488281, "detail": "System.Text.RegularExpressions.RegexWriter" } },
{ "pid": 1, "tid": 21, "ts": 2031511.962890625, "dur": 615.8159971237183, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6158159971237183, "detail": "SR" } },
{ "pid": 1, "tid": 21, "ts": 2032128.662109375, "dur": 510.87599992752075, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5108759999275208, "detail": "System.Net.Configuration.ServicePointManagerElement" } },
{ "pid": 1, "tid": 21, "ts": 2033528.3203125, "dur": 1230.5909395217896, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2305909395217896, "detail": "System.Net.Sockets.SocketException" } },
{ "pid": 1, "tid": 21, "ts": 2034759.6435546875, "dur": 1567.652940750122, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.567652940750122, "detail": "System.Diagnostics.Stopwatch" } },
{ "pid": 1, "tid": 21, "ts": 2036857.7880859375, "dur": 1256.5209865570068, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2565209865570068, "detail": "System.ComponentModel.TypeConverterAttribute" } },
{ "pid": 1, "tid": 21, "ts": 2038115.1123046875, "dur": 3084.144115447998, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.084144115447998, "detail": "System.UncNameHelper" } },
{ "pid": 1, "tid": 21, "ts": 2041216.6748046875, "dur": 307004.7912597656, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 307.0047912597656, "detail": "System.Uri" } },
{ "pid": 1, "tid": 21, "ts": 2348224.853515625, "dur": 133554.70275878906, "ph": "X", "name": "System1.cpp", "args": { "durationMS": 133.55470275878906, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 2481829.345703125, "dur": 745.3200221061707, "ph": "X", "name": "UnityEngine.cpp", "args": { "durationMS": 0.7453200221061707, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 2482595.947265625, "dur": 3653.5191535949707, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6535191535949707, "detail": "System.Resources.ResourceSet" } },
{ "pid": 1, "tid": 21, "ts": 2486264.892578125, "dur": 3602.458953857422, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.602458953857422, "detail": "System.Runtime.Remoting.Messaging.ReturnMessage" } },
{ "pid": 1, "tid": 21, "ts": 2489868.408203125, "dur": 1375.8310079574585, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3758310079574585, "detail": "System.Reflection.RtFieldInfo" } },
{ "pid": 1, "tid": 21, "ts": 2491245.1171875, "dur": 492.85200238227844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.49285200238227844, "detail": "Mono.Runtime" } },
{ "pid": 1, "tid": 21, "ts": 2491758.30078125, "dur": 1746.667981147766, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7466679811477661, "detail": "System.Reflection.RuntimeAssembly" } },
{ "pid": 1, "tid": 21, "ts": 2493506.103515625, "dur": 1459.5389366149902, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4595389366149902, "detail": "Mono.RuntimeClassHandle" } },
{ "pid": 1, "tid": 21, "ts": 2495181.15234375, "dur": 1922.2290515899658, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9222290515899658, "detail": "System.Reflection.RuntimeConstructorInfo" } },
{ "pid": 1, "tid": 21, "ts": 2497104.4921875, "dur": 917.389988899231, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.917389988899231, "detail": "Mono.RuntimeEventHandle" } },
{ "pid": 1, "tid": 21, "ts": 2498023.193359375, "dur": 1372.860074043274, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.372860074043274, "detail": "System.Reflection.RuntimeEventInfo" } },
{ "pid": 1, "tid": 21, "ts": 2499396.728515625, "dur": 3420.111894607544, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.420111894607544, "detail": "System.RuntimeFieldHandle" } },
{ "pid": 1, "tid": 21, "ts": 2502817.626953125, "dur": 1370.826005935669, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.370826005935669, "detail": "System.Reflection.RuntimeFieldInfo" } },
{ "pid": 1, "tid": 21, "ts": 2504190.185546875, "dur": 1694.3399906158447, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6943399906158447, "detail": "Mono.RuntimeGPtrArrayHandle" } },
{ "pid": 1, "tid": 21, "ts": 2505885.009765625, "dur": 1411.8709564208984, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4118709564208984, "detail": "Mono.RuntimeGenericParamInfoHandle" } },
{ "pid": 1, "tid": 21, "ts": 2507298.095703125, "dur": 676.9479513168335, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6769479513168335, "detail": "System.Runtime.CompilerServices.RuntimeHelpers" } },
{ "pid": 1, "tid": 21, "ts": 2507975.830078125, "dur": 2123.361110687256, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.123361110687256, "detail": "Mono.RuntimeMarshal" } },
{ "pid": 1, "tid": 21, "ts": 2510100.09765625, "dur": 3704.8990726470947, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.7048990726470947, "detail": "System.RuntimeMethodHandle" } },
{ "pid": 1, "tid": 21, "ts": 2513806.15234375, "dur": 2628.2129287719727, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6282129287719727, "detail": "System.Reflection.RuntimeMethodInfo" } },
{ "pid": 1, "tid": 21, "ts": 2516727.294921875, "dur": 838.8220071792603, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8388220071792603, "detail": "Mono.RuntimePropertyHandle" } },
{ "pid": 1, "tid": 21, "ts": 2517566.89453125, "dur": 1949.5490789413452, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9495490789413452, "detail": "System.Reflection.RuntimePropertyInfo" } },
{ "pid": 1, "tid": 21, "ts": 2519737.060546875, "dur": 6551.183700561523, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.551183700561523, "detail": "System.Resources.RuntimeResourceSet" } },
{ "pid": 1, "tid": 21, "ts": 2526304.19921875, "dur": 164102.06604003906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 164.10206604003906, "detail": "System.RuntimeType" } },
{ "pid": 1, "tid": 21, "ts": 2690407.71484375, "dur": 7908.463954925537, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.908463954925537, "detail": "System.RuntimeTypeHandle" } },
{ "pid": 1, "tid": 21, "ts": 2698317.138671875, "dur": 1728.3509969711304, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7283509969711304, "detail": "System.Runtime.CompilerServices.RuntimeWrappedException" } },
{ "pid": 1, "tid": 21, "ts": 2700046.142578125, "dur": 7046.655178070068, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.046655178070068, "detail": "System.SByte" } },
{ "pid": 1, "tid": 21, "ts": 2707375.9765625, "dur": 938.1870031356812, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9381870031356812, "detail": "System.Security.Cryptography.SHA1CryptoServiceProvider" } },
{ "pid": 1, "tid": 21, "ts": 2708314.94140625, "dur": 73401.93176269531, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 73.40193176269531, "detail": "System.Security.Cryptography.SHA1Internal" } },
{ "pid": 1, "tid": 21, "ts": 2781718.75, "dur": 452.95700430870056, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.45295700430870056, "detail": "SR" } },
{ "pid": 1, "tid": 21, "ts": 2782309.08203125, "dur": 574.1859674453735, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5741859674453735, "detail": "System.Runtime.InteropServices.SafeBuffer" } },
{ "pid": 1, "tid": 21, "ts": 2782884.27734375, "dur": 349.90498423576355, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.34990498423576355, "detail": "Microsoft.Win32.SafeHandles.SafeFileHandle" } },
{ "pid": 1, "tid": 21, "ts": 2783513.671875, "dur": 643.8450217247009, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6438450217247009, "detail": "Mono.SafeGPtrArrayHandle" } },
{ "pid": 1, "tid": 21, "ts": 2784158.447265625, "dur": 3756.0060024261475, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.7560060024261475, "detail": "System.Runtime.InteropServices.SafeHandle" } },
{ "pid": 1, "tid": 21, "ts": 2787915.283203125, "dur": 363.0630075931549, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3630630075931549, "detail": "Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid" } },
{ "pid": 1, "tid": 21, "ts": 2788506.103515625, "dur": 645.1979875564575, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6451979875564575, "detail": "System.Runtime.Serialization.SafeSerializationEventArgs" } },
{ "pid": 1, "tid": 21, "ts": 2789152.099609375, "dur": 4735.077857971191, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.735077857971191, "detail": "System.Runtime.Serialization.SafeSerializationManager" } },
{ "pid": 1, "tid": 21, "ts": 2793887.939453125, "dur": 1518.3600187301636, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5183600187301636, "detail": "Mono.SafeStringMarshal" } },
{ "pid": 1, "tid": 21, "ts": 2796228.515625, "dur": 9082.796096801758, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.082796096801758, "detail": "System.Security.SecurityElement" } },
{ "pid": 1, "tid": 21, "ts": 2805312.01171875, "dur": 1756.1849355697632, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7561849355697632, "detail": "System.Security.SecurityException" } },
{ "pid": 1, "tid": 21, "ts": 2807269.04296875, "dur": 11167.30785369873, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.16730785369873, "detail": "Mono.Xml.SecurityParser" } },
{ "pid": 1, "tid": 21, "ts": 2818452.63671875, "dur": 522.8760242462158, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5228760242462158, "detail": "System.Threading.SemaphoreFullException" } },
{ "pid": 1, "tid": 21, "ts": 2818976.5625, "dur": 11970.561981201172, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.970561981201172, "detail": "System.Threading.SemaphoreSlim" } },
{ "pid": 1, "tid": 21, "ts": 2830947.998046875, "dur": 526.4729857444763, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5264729857444763, "detail": "System.Threading.SendOrPostCallback" } },
{ "pid": 1, "tid": 21, "ts": 2831475.5859375, "dur": 435.13402342796326, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.43513402342796326, "detail": "System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache" } },
{ "pid": 1, "tid": 21, "ts": 2832158.935546875, "dur": 1331.4329385757446, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3314329385757446, "detail": "System.Runtime.Serialization.Formatters.Binary.SerStack" } },
{ "pid": 1, "tid": 21, "ts": 2833857.421875, "dur": 689.067006111145, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.689067006111145, "detail": "System.Runtime.Serialization.SerializationEntry" } },
{ "pid": 1, "tid": 21, "ts": 2834546.875, "dur": 6152.958869934082, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.152958869934082, "detail": "System.Runtime.Serialization.SerializationEventHandler" } },
{ "pid": 1, "tid": 21, "ts": 2840700.927734375, "dur": 5877.711772918701, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.877711772918701, "detail": "System.Runtime.Serialization.SerializationEvents" } },
{ "pid": 1, "tid": 21, "ts": 2846579.58984375, "dur": 821.0840225219727, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8210840225219727, "detail": "System.Runtime.Serialization.SerializationEventsCache" } },
{ "pid": 1, "tid": 21, "ts": 2847401.611328125, "dur": 1071.395993232727, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.071395993232727, "detail": "System.Runtime.Serialization.SerializationException" } },
{ "pid": 1, "tid": 21, "ts": 2848473.388671875, "dur": 2907.0401191711426, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.9070401191711426, "detail": "System.Runtime.Serialization.SerializationFieldInfo" } },
{ "pid": 1, "tid": 21, "ts": 2851381.34765625, "dur": 1578.7830352783203, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5787830352783203, "detail": "System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord" } },
{ "pid": 1, "tid": 21, "ts": 2852961.42578125, "dur": 17171.504974365234, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.171504974365234, "detail": "System.Runtime.Serialization.SerializationInfo" } },
{ "pid": 1, "tid": 21, "ts": 2870135.986328125, "dur": 94257.65991210938, "ph": "X", "name": "mscorlib10.cpp", "args": { "durationMS": 94.25765991210938, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 2964413.818359375, "dur": 21274.64485168457, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 21.27464485168457, "detail": "UnityEngine.UI.GraphicRaycaster" } },
{ "pid": 1, "tid": 21, "ts": 2985689.453125, "dur": 9738.030433654785, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.738030433654785, "detail": "UnityEngine.UI.GraphicRegistry" } },
{ "pid": 1, "tid": 21, "ts": 2995428.22265625, "dur": 39183.24279785156, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 39.18324279785156, "detail": "UnityEngine.UI.GridLayoutGroup" } },
{ "pid": 1, "tid": 21, "ts": 3034612.79296875, "dur": 1333.8489532470703, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3338489532470703, "detail": "UnityEngine.UI.HorizontalLayoutGroup" } },
{ "pid": 1, "tid": 21, "ts": 3035947.509765625, "dur": 15322.397232055664, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.322397232055664, "detail": "UnityEngine.UI.HorizontalOrVerticalLayoutGroup" } },
{ "pid": 1, "tid": 21, "ts": 3051271.240234375, "dur": 160979.98046875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 160.97998046875, "detail": "UnityEngine.UI.Image" } },
{ "pid": 1, "tid": 21, "ts": 3212251.953125, "dur": 220363.55590820312, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 220.36355590820312, "detail": "UnityEngine.UI.InputField" } },
{ "pid": 1, "tid": 21, "ts": 3432626.220703125, "dur": 107970.48950195312, "ph": "X", "name": "UnityEngine.UI1.cpp", "args": { "durationMS": 107.97048950195312, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 3540619.140625, "dur": 5722.412109375, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.722412109375, "detail": "System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 3546343.505859375, "dur": 2471.5700149536133, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4715700149536133, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 3548819.3359375, "dur": 28630.199432373047, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 28.630199432373047, "detail": "System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 21, "ts": 3577452.1484375, "dur": 2356.4212322235107, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3564212322235107, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 21, "ts": 3579811.767578125, "dur": 6881.141662597656, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.881141662597656, "detail": "System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 21, "ts": 3586697.509765625, "dur": 5353.966236114502, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.353966236114502, "detail": "System.Collections.Generic.EqualityComparer`1<System.Boolean>" } },
{ "pid": 1, "tid": 21, "ts": 3592053.466796875, "dur": 5364.515781402588, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.364515781402588, "detail": "System.Collections.Generic.EqualityComparer`1<System.Byte>" } },
{ "pid": 1, "tid": 21, "ts": 3597419.921875, "dur": 5093.671798706055, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.093671798706055, "detail": "System.Collections.Generic.EqualityComparer`1<System.Char>" } },
{ "pid": 1, "tid": 21, "ts": 3602515.380859375, "dur": 6225.285053253174, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.225285053253174, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 21, "ts": 3608744.140625, "dur": 23812.801361083984, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 23.812801361083984, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 21, "ts": 3632559.814453125, "dur": 10290.482521057129, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 10.290482521057129, "detail": "System.Collections.Generic.EqualityComparer`1<System.Int32>" } },
{ "pid": 1, "tid": 21, "ts": 3642854.00390625, "dur": 11930.76229095459, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 11.93076229095459, "detail": "System.Collections.Generic.EqualityComparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 21, "ts": 3654787.353515625, "dur": 19562.94822692871, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 19.56294822692871, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 21, "ts": 3674352.294921875, "dur": 8707.073211669922, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.707073211669922, "detail": "System.Collections.Generic.EqualityComparer`1<System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 3683062.5, "dur": 10540.769577026367, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 10.540769577026367, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 21, "ts": 3693604.98046875, "dur": 46158.329010009766, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 46.158329010009766, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 21, "ts": 3739765.625, "dur": 5101.0003089904785, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.1010003089904785, "detail": "System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 21, "ts": 3744868.65234375, "dur": 12581.05754852295, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 12.58105754852295, "detail": "System.Collections.Generic.EqualityComparer`1<System.Single>" } },
{ "pid": 1, "tid": 21, "ts": 3757451.416015625, "dur": 30442.8768157959, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 30.4428768157959, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 21, "ts": 3787896.728515625, "dur": 7023.910999298096, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.023910999298096, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 21, "ts": 3794925.29296875, "dur": 7323.899745941162, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.323899745941162, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 21, "ts": 3802251.220703125, "dur": 4753.444671630859, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.753444671630859, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 21, "ts": 3807007.8125, "dur": 5196.638107299805, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.196638107299805, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 21, "ts": 3812206.54296875, "dur": 5108.000755310059, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.108000755310059, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 21, "ts": 3817317.3828125, "dur": 5607.711315155029, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.607711315155029, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 21, "ts": 3822927.001953125, "dur": 4842.88215637207, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.84288215637207, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 21, "ts": 3827771.728515625, "dur": 4612.260818481445, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.612260818481445, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 21, "ts": 3832385.986328125, "dur": 4424.21817779541, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.42421817779541, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 21, "ts": 3836812.255859375, "dur": 787.2620224952698, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7872620224952698, "detail": "UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 3837604.248046875, "dur": 742.1860098838806, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7421860098838806, "detail": "System.EventHandler`1<System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 3838348.6328125, "dur": 11119.579315185547, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 11.119579315185547, "detail": "System.IO.FileSystemEnumerableIterator`1<System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 3849472.412109375, "dur": 571.2170004844666, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5712170004844666, "detail": "System.Func`1<System.Boolean>" } },
{ "pid": 1, "tid": 21, "ts": 3850045.654296875, "dur": 586.4490270614624, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5864490270614624, "detail": "System.Func`1<System.Int32>" } },
{ "pid": 1, "tid": 21, "ts": 3850633.7890625, "dur": 593.4640169143677, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5934640169143677, "detail": "System.Func`1<System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 3851231.689453125, "dur": 612.7219796180725, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6127219796180725, "detail": "System.Func`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 21, "ts": 3851846.435546875, "dur": 3163.985013961792, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.163985013961792, "detail": "System.Func`2<System.Object,System.Boolean>" } },
{ "pid": 1, "tid": 21, "ts": 3855011.962890625, "dur": 612.8960251808167, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6128960251808167, "detail": "System.Func`2<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 21, "ts": 3855626.46484375, "dur": 634.3010067939758, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6343010067939758, "detail": "System.Func`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 3856262.6953125, "dur": 763.9600038528442, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7639600038528442, "detail": "System.Func`2<System.Object,System.Single>" } },
{ "pid": 1, "tid": 21, "ts": 3857028.80859375, "dur": 804.980993270874, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.804980993270874, "detail": "System.Func`2<System.Object,System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 21, "ts": 3857836.181640625, "dur": 696.9329714775085, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6969329714775085, "detail": "System.Func`3<System.Int32,System.IntPtr,System.Boolean>" } },
{ "pid": 1, "tid": 21, "ts": 3858534.66796875, "dur": 768.8910365104675, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7688910365104675, "detail": "System.Func`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 3859305.419921875, "dur": 829.0650248527527, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8290650248527527, "detail": "System.Func`4<System.Object,System.Object,System.Boolean,System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 3860136.474609375, "dur": 3232.975959777832, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.232975959777832, "detail": "System.Func`4<System.Object,System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 3863371.826171875, "dur": 1001.4810562133789, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.001481056213379, "detail": "System.Collections.Generic.GenericComparer`1<System.Int32>" } },
{ "pid": 1, "tid": 21, "ts": 3864375, "dur": 887.6309990882874, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8876309990882874, "detail": "System.Collections.Generic.GenericComparer`1<System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 3865264.404296875, "dur": 860.8490228652954, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8608490228652954, "detail": "System.Collections.Generic.GenericComparer`1<System.UInt64>" } },
{ "pid": 1, "tid": 21, "ts": 3866127.197265625, "dur": 2211.2979888916016, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2112979888916016, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>" } },
{ "pid": 1, "tid": 21, "ts": 3868340.576171875, "dur": 2198.496103286743, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.198496103286743, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Byte>" } },
{ "pid": 1, "tid": 21, "ts": 3870540.771484375, "dur": 2740.2451038360596, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.7402451038360596, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Char>" } },
{ "pid": 1, "tid": 21, "ts": 3873283.203125, "dur": 2398.376941680908, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.398376941680908, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 21, "ts": 3875686.279296875, "dur": 2169.8901653289795, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.1698901653289795, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Int32>" } },
{ "pid": 1, "tid": 21, "ts": 3877859.86328125, "dur": 2265.3818130493164, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2653818130493164, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 21, "ts": 3880126.953125, "dur": 2253.178119659424, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.253178119659424, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 3882382.568359375, "dur": 2917.9439544677734, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.9179439544677734, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Single>" } },
{ "pid": 1, "tid": 21, "ts": 3885302.490234375, "dur": 8884.26399230957, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.88426399230957, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 21, "ts": 3894189.453125, "dur": 2396.9290256500244, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3969290256500244, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 21, "ts": 3896588.8671875, "dur": 2398.9570140838623, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3989570140838623, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 21, "ts": 3898990.234375, "dur": 2519.2980766296387, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5192980766296387, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 21, "ts": 3901511.23046875, "dur": 2572.843074798584, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.572843074798584, "detail": "System.Reflection.MonoProperty/Getter`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 3904086.42578125, "dur": 16041.393280029297, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 16.041393280029297, "detail": "System.Collections.Generic.HashSet`1<System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 3920129.8828125, "dur": 948.4320282936096, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9484320282936096, "detail": "System.Collections.Generic.ICollectionDebugView`1<System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 3921080.322265625, "dur": 6570.940971374512, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.570940971374512, "detail": "System.Collections.Generic.ICollectionDebugView`1<System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 3929496.09375, "dur": 24730.74722290039, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 24.73074722290039, "detail": "System.Collections.Concurrent.IDictionaryDebugView`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 3954229.4921875, "dur": 774.2449641227722, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7742449641227722, "detail": "System.Collections.Generic.IDictionaryDebugView`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 3958754.8828125, "dur": 22570.232391357422, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 22.570232391357422, "detail": "UnityEngine.UI.Collections.IndexedSet`1<System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 3981328.369140625, "dur": 6447.930812835693, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.447930812835693, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>" } },
{ "pid": 1, "tid": 21, "ts": 3987778.564453125, "dur": 2173.5448837280273, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.1735448837280273, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>" } },
{ "pid": 1, "tid": 21, "ts": 3989954.58984375, "dur": 2617.1560287475586, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.6171560287475586, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>" } },
{ "pid": 1, "tid": 21, "ts": 3992575.1953125, "dur": 2123.837947845459, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.123837947845459, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>" } },
{ "pid": 1, "tid": 21, "ts": 3994701.904296875, "dur": 2342.73099899292, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.34273099899292, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 21, "ts": 3997047.36328125, "dur": 6121.7827796936035, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.1217827796936035, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>" } },
{ "pid": 1, "tid": 21, "ts": 4003172.607421875, "dur": 2075.7858753204346, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0757858753204346, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>" } },
{ "pid": 1, "tid": 21, "ts": 4005251.46484375, "dur": 2106.8780422210693, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.1068780422210693, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>" } },
{ "pid": 1, "tid": 21, "ts": 4007361.572265625, "dur": 2248.72088432312, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.24872088432312, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>" } },
{ "pid": 1, "tid": 21, "ts": 4009614.013671875, "dur": 17321.086883544922, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 17.321086883544922, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>" } },
{ "pid": 1, "tid": 21, "ts": 4026937.98828125, "dur": 2037.9879474639893, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0379879474639893, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>" } },
{ "pid": 1, "tid": 21, "ts": 4028978.271484375, "dur": 1861.0979318618774, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8610979318618774, "detail": "System.Array/InternalEnumerator`1<System.Boolean>" } },
{ "pid": 1, "tid": 21, "ts": 4030841.064453125, "dur": 1909.4949960708618, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9094949960708618, "detail": "System.Array/InternalEnumerator`1<System.Byte>" } },
{ "pid": 1, "tid": 21, "ts": 4032753.90625, "dur": 68776.58081054688, "ph": "X", "name": "Generics2.cpp", "args": { "durationMS": 68.77658081054688, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4101550.78125, "dur": 3815.364122390747, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 3.815364122390747, "detail": "System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>" } },
{ "pid": 1, "tid": 21, "ts": 4105368.1640625, "dur": 1038.450002670288, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.038450002670288, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.String>" } },
{ "pid": 1, "tid": 21, "ts": 4106408.69140625, "dur": 920.1470017433167, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9201470017433167, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.UriParser>" } },
{ "pid": 1, "tid": 21, "ts": 4107332.51953125, "dur": 955.4759860038757, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9554759860038757, "detail": "System.Collections.Generic.Dictionary`2<System.Type,System.AttributeUsageAttribute>" } },
{ "pid": 1, "tid": 21, "ts": 4108290.0390625, "dur": 930.4559826850891, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9304559826850891, "detail": "System.Collections.Generic.Dictionary`2<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>" } },
{ "pid": 1, "tid": 21, "ts": 4109222.16796875, "dur": 17622.556686401367, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 17.622556686401367, "detail": "System.Collections.Generic.Dictionary`2<System.Type,System.MonoCustomAttrs/AttributeInfo>" } },
{ "pid": 1, "tid": 21, "ts": 4131979.00390625, "dur": 2563.5409355163574, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 2.5635409355163574, "detail": "System.Array/EmptyInternalEnumerator`1<System.IEquatable`1<System.UInt32>>" } },
{ "pid": 1, "tid": 21, "ts": 4140579.58984375, "dur": 451.45902037620544, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.45145902037620544, "detail": "System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>" } },
{ "pid": 1, "tid": 21, "ts": 4143716.796875, "dur": 535.9699726104736, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5359699726104736, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 21, "ts": 4144465.8203125, "dur": 3483.3760261535645, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 3.4833760261535645, "detail": "System.Array/EmptyInternalEnumerator`1<System.IO.FileSystemInfo>" } },
{ "pid": 1, "tid": 21, "ts": 4150595.703125, "dur": 2188.645124435425, "ph": "X", "name": "Il2CppGenericComDefinitions4.cpp", "args": { "durationMS": 2.188645124435425, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4152806.640625, "dur": 348.11902046203613, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.34811902046203613, "detail": "UnityEngine.UI.Collections.IndexedSet`1<System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 4153291.015625, "dur": 888.6069655418396, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8886069655418396, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>" } },
{ "pid": 1, "tid": 21, "ts": 4160144.53125, "dur": 19618.858337402344, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 19.618858337402344, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.IReadOnlyList`1<System.Int32>>" } },
{ "pid": 1, "tid": 21, "ts": 4186297.8515625, "dur": 429.2830228805542, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4292830228805542, "detail": "System.Array/InternalEnumerator`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 21, "ts": 4189600.09765625, "dur": 727.8460264205933, "ph": "X", "name": "Il2CppGenericComDefinitions7.cpp", "args": { "durationMS": 0.7278460264205933, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4191932.12890625, "dur": 690.4739737510681, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6904739737510681, "detail": "System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 21, "ts": 4192625, "dur": 669.5800423622131, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6695800423622131, "detail": "System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>>" } },
{ "pid": 1, "tid": 21, "ts": 4193296.875, "dur": 821.0339546203613, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8210339546203613, "detail": "System.Collections.Generic.List`1<System.AggregateException>" } },
{ "pid": 1, "tid": 21, "ts": 4194120.1171875, "dur": 807.2050213813782, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8072050213813782, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseInputModule>" } },
{ "pid": 1, "tid": 21, "ts": 4194929.6875, "dur": 733.8250279426575, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7338250279426575, "detail": "System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>" } },
{ "pid": 1, "tid": 21, "ts": 4195665.0390625, "dur": 785.5150103569031, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7855150103569031, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseRaycaster>" } },
{ "pid": 1, "tid": 21, "ts": 4196452.63671875, "dur": 789.3760204315186, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7893760204315186, "detail": "System.Collections.Generic.List`1<UnityEngine.Canvas>" } },
{ "pid": 1, "tid": 21, "ts": 4197244.140625, "dur": 800.9889721870422, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8009889721870422, "detail": "System.Collections.Generic.List`1<UnityEngine.CanvasGroup>" } },
{ "pid": 1, "tid": 21, "ts": 4198058.10546875, "dur": 840.33203125, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.84033203125, "detail": "System.Collections.Generic.List`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 21, "ts": 4198900.390625, "dur": 824.3709802627563, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8243709802627563, "detail": "System.Collections.Generic.List`1<UnityEngine.Component>" } },
{ "pid": 1, "tid": 21, "ts": 4199727.05078125, "dur": 1559.0740442276, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.5590740442276, "detail": "System.Collections.Generic.List`1<Mono.Globalization.Unicode.Contraction>" } },
{ "pid": 1, "tid": 21, "ts": 4201289.0625, "dur": 459.80197191238403, "ph": "X", "name": "Il2CppGenericComDefinitions9.cpp", "args": { "durationMS": 0.45980197191238403, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4201798.33984375, "dur": 638.742983341217, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.638742983341217, "detail": "System.Collections.Generic.List`1<System.Threading.Tasks.Task>" } },
{ "pid": 1, "tid": 21, "ts": 4202446.77734375, "dur": 712.9679918289185, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7129679918289185, "detail": "System.Collections.Generic.List`1<System.TimeZoneInfo>" } },
{ "pid": 1, "tid": 21, "ts": 4203161.1328125, "dur": 952.5660276412964, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9525660276412964, "detail": "System.Collections.Generic.List`1<System.Threading.Timer>" } },
{ "pid": 1, "tid": 21, "ts": 4204116.2109375, "dur": 891.8300271034241, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8918300271034241, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Toggle>" } },
{ "pid": 1, "tid": 21, "ts": 4205010.25390625, "dur": 863.3970022201538, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8633970022201538, "detail": "System.Collections.Generic.List`1<UnityEngine.Transform>" } },
{ "pid": 1, "tid": 21, "ts": 4205875.9765625, "dur": 881.177008152008, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8811770081520081, "detail": "System.Collections.Generic.List`1<System.Type>" } },
{ "pid": 1, "tid": 21, "ts": 4206758.7890625, "dur": 833.4389925003052, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8334389925003052, "detail": "System.Collections.Generic.List`1<System.TypeIdentifier>" } },
{ "pid": 1, "tid": 21, "ts": 4207594.23828125, "dur": 946.3989734649658, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9463989734649658, "detail": "System.Collections.Generic.List`1<System.TypeSpec>" } },
{ "pid": 1, "tid": 21, "ts": 4208542.48046875, "dur": 858.4170341491699, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8584170341491699, "detail": "System.Collections.Generic.List`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 21, "ts": 4209402.83203125, "dur": 1720.05295753479, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.72005295753479, "detail": "System.Collections.Generic.List`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 21, "ts": 4211124.51171875, "dur": 7499.619960784912, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 7.499619960784912, "detail": "System.Collections.Generic.List`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 21, "ts": 4218626.46484375, "dur": 753.8040280342102, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7538040280342102, "detail": "System.Collections.Generic.List`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 21, "ts": 4219384.765625, "dur": 568.4080123901367, "ph": "X", "name": "Il2CppGenericComDefinitions13.cpp", "args": { "durationMS": 0.5684080123901367, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4219998.53515625, "dur": 520.7430124282837, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5207430124282837, "detail": "System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>" } },
{ "pid": 1, "tid": 21, "ts": 4220521.484375, "dur": 2376.471996307373, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 2.376471996307373, "detail": "System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 21, "ts": 4224954.58984375, "dur": 483.2460284233093, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4832460284233093, "detail": "UnityEngine.Events.UnityAction`1<System.Collections.Generic.List`1<System.Int32>>" } },
{ "pid": 1, "tid": 21, "ts": 4225585.44921875, "dur": 499.59102272987366, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.49959102272987366, "detail": "UnityEngine.Events.UnityAction`1<System.Collections.Generic.List`1<UnityEngine.UIVertex>>" } },
{ "pid": 1, "tid": 21, "ts": 4228222.16796875, "dur": 954.7439813613892, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9547439813613892, "detail": "UnityEngine.Events.UnityEvent`1<System.Int32>" } },
{ "pid": 1, "tid": 21, "ts": 4229687.01171875, "dur": 393.0639922618866, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3930639922618866, "detail": "UnityEngine.Events.UnityEvent`1<System.String>" } },
{ "pid": 1, "tid": 21, "ts": 4230528.80859375, "dur": 4423.891067504883, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 4.423891067504883, "detail": "UnityEngine.Events.UnityEvent`4<System.Object,System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 4235846.19140625, "dur": 615.7829761505127, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6157829761505127, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 21, "ts": 4236464.35546875, "dur": 367.96900629997253, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.36796900629997253, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection<System.String,UnityEngine.GUIStyle>" } },
{ "pid": 1, "tid": 21, "ts": 4237181.15234375, "dur": 800.1089692115784, "ph": "X", "name": "Il2CppGenericComDefinitions16.cpp", "args": { "durationMS": 0.8001089692115784, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4238003.90625, "dur": 119419.17419433594, "ph": "X", "name": "Idle", "args": { "durationMS": 119.41917419433594, "detail": "" } },
{ "pid": 1, "tid": 22, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 22, "ts": 1416883.7890625, "dur": 21499.46403503418, "ph": "X", "name": "Idle", "args": { "durationMS": 21.49946403503418, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1450005.7373046875, "dur": 2355.7188510894775, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 2.3557188510894775, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 22, "ts": 1453691.89453125, "dur": 257622.4365234375, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 257.6224365234375, "detail": "mscorlib" } },
{ "pid": 1, "tid": 22, "ts": 1455355.46875, "dur": 255958.251953125, "ph": "X", "name": "mscorlib_Attr.cpp", "args": { "durationMS": 255.958251953125, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1720841.9189453125, "dur": 17726.985931396484, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 17.726985931396484, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 22, "ts": 1720858.2763671875, "dur": 17710.140228271484, "ph": "X", "name": "UnityEngine.IMGUIModule_Attr.cpp", "args": { "durationMS": 17.710140228271484, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1738572.1435546875, "dur": 1303.035020828247, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 1.303035020828247, "detail": "UnityEngine" } },
{ "pid": 1, "tid": 22, "ts": 1738588.134765625, "dur": 1286.6239547729492, "ph": "X", "name": "UnityEngine_Attr.cpp", "args": { "durationMS": 1.2866239547729492, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1739878.2958984375, "dur": 9171.567916870117, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 9.171567916870117, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 22, "ts": 1739896.484375, "dur": 9152.731895446777, "ph": "X", "name": "Assembly-CSharp_Attr.cpp", "args": { "durationMS": 9.152731895446777, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1760719.482421875, "dur": 3433.360815048218, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.4333608150482178, "detail": "<Module>" } },
{ "pid": 1, "tid": 22, "ts": 1764154.1748046875, "dur": 32424.030303955078, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 32.42403030395508, "detail": "UnityEngine.AssetFileNameExtensionAttribute" } },
{ "pid": 1, "tid": 22, "ts": 1796597.65625, "dur": 483.7290048599243, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4837290048599243, "detail": "UnityEngine.Bindings.FreeFunctionAttribute" } },
{ "pid": 1, "tid": 22, "ts": 1797454.7119140625, "dur": 5206.19535446167, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.20619535446167, "detail": "UnityEngine.NativeClassAttribute" } },
{ "pid": 1, "tid": 22, "ts": 1802661.62109375, "dur": 465.4639959335327, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4654639959335327, "detail": "UnityEngine.Bindings.NativeConditionalAttribute" } },
{ "pid": 1, "tid": 22, "ts": 1803128.0517578125, "dur": 3759.021997451782, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.7590219974517822, "detail": "UnityEngine.Bindings.NativeHeaderAttribute" } },
{ "pid": 1, "tid": 22, "ts": 1806888.18359375, "dur": 2320.6820487976074, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3206820487976074, "detail": "UnityEngine.Bindings.NativeMethodAttribute" } },
{ "pid": 1, "tid": 22, "ts": 1809209.9609375, "dur": 903.7179946899414, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9037179946899414, "detail": "UnityEngine.Bindings.NativeNameAttribute" } },
{ "pid": 1, "tid": 22, "ts": 1810114.6240234375, "dur": 649.2959856987, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6492959856987, "detail": "UnityEngine.Bindings.NativePropertyAttribute" } },
{ "pid": 1, "tid": 22, "ts": 1811058.7158203125, "dur": 2123.7759590148926, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1237759590148926, "detail": "UnityEngine.Bindings.NativeTypeAttribute" } },
{ "pid": 1, "tid": 22, "ts": 1813184.6923828125, "dur": 551.9180297851562, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5519180297851562, "detail": "UnityEngine.Bindings.NativeWritableSelfAttribute" } },
{ "pid": 1, "tid": 22, "ts": 1813737.6708984375, "dur": 410.61902046203613, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.41061902046203613, "detail": "UnityEngine.Bindings.NotNullAttribute" } },
{ "pid": 1, "tid": 22, "ts": 1814326.7822265625, "dur": 724.0340113639832, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7240340113639832, "detail": "UnityEngine.Scripting.RequiredByNativeCodeAttribute" } },
{ "pid": 1, "tid": 22, "ts": 1815052.001953125, "dur": 819.7050094604492, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8197050094604492, "detail": "UnityEngine.Bindings.StaticAccessorAttribute" } },
{ "pid": 1, "tid": 22, "ts": 1816490.1123046875, "dur": 994.0099716186523, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9940099716186523, "detail": "UnityEngine.UnityString" } },
{ "pid": 1, "tid": 22, "ts": 1818075.68359375, "dur": 39852.93197631836, "ph": "X", "name": "UnityEngine.SharedInternalsModule.cpp", "args": { "durationMS": 39.85293197631836, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1857989.990234375, "dur": 365.76399207115173, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.36576399207115173, "detail": "UnityEngine.ImageConversion" } },
{ "pid": 1, "tid": 22, "ts": 1858359.0087890625, "dur": 1500.0059604644775, "ph": "X", "name": "UnityEngine.ImageConversionModule.cpp", "args": { "durationMS": 1.5000059604644775, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1859910.15625, "dur": 2723.292827606201, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.723292827606201, "detail": "UnityEngine.AssetBundleCreateRequest" } },
{ "pid": 1, "tid": 22, "ts": 1862634.3994140625, "dur": 1366.366982460022, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.366366982460022, "detail": "UnityEngine.AssetBundleRecompressOperation" } },
{ "pid": 1, "tid": 22, "ts": 1864001.8310546875, "dur": 1078.5809755325317, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0785809755325317, "detail": "UnityEngine.AssetBundleRequest" } },
{ "pid": 1, "tid": 22, "ts": 1865083.49609375, "dur": 6014.730453491211, "ph": "X", "name": "UnityEngine.AssetBundleModule.cpp", "args": { "durationMS": 6.014730453491211, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1871147.3388671875, "dur": 16448.942184448242, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.448942184448242, "detail": "System.IO.BinaryWriter" } },
{ "pid": 1, "tid": 22, "ts": 1887597.7783203125, "dur": 808.4719777107239, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8084719777107239, "detail": "System.Reflection.Binder" } },
{ "pid": 1, "tid": 22, "ts": 1888419.7998046875, "dur": 10817.156791687012, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.817156791687012, "detail": "System.BitConverter" } },
{ "pid": 1, "tid": 22, "ts": 1899237.9150390625, "dur": 3597.245931625366, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.597245931625366, "detail": "Mono.Security.BitConverterLE" } },
{ "pid": 1, "tid": 22, "ts": 1902836.181640625, "dur": 9777.750968933105, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.777750968933105, "detail": "System.Boolean" } },
{ "pid": 1, "tid": 22, "ts": 1912614.8681640625, "dur": 29533.57696533203, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 29.53357696533203, "detail": "System.Globalization.Bootstring" } },
{ "pid": 1, "tid": 22, "ts": 1942149.7802734375, "dur": 27306.428909301758, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 27.306428909301758, "detail": "System.Buffer" } },
{ "pid": 1, "tid": 22, "ts": 1969457.03125, "dur": 12930.40657043457, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.93040657043457, "detail": "System.Byte" } },
{ "pid": 1, "tid": 22, "ts": 1982404.541015625, "dur": 4071.702003479004, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.071702003479004, "detail": "System.Collections.Generic.ByteEqualityComparer" } },
{ "pid": 1, "tid": 22, "ts": 1986477.4169921875, "dur": 2702.821969985962, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.702821969985962, "detail": "System.ByteMatcher" } },
{ "pid": 1, "tid": 22, "ts": 1989367.431640625, "dur": 40282.630920410156, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 40.282630920410156, "detail": "System.Runtime.Remoting.Messaging.CADMessageBase" } },
{ "pid": 1, "tid": 22, "ts": 2029651.3671875, "dur": 2512.4940872192383, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5124940872192383, "detail": "System.Runtime.Remoting.Messaging.CADMethodCallMessage" } },
{ "pid": 1, "tid": 22, "ts": 2032164.6728515625, "dur": 3647.8888988494873, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6478888988494873, "detail": "System.Runtime.Remoting.Messaging.CADMethodRef" } },
{ "pid": 1, "tid": 22, "ts": 2035813.4765625, "dur": 2124.6399879455566, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1246399879455566, "detail": "System.Runtime.Remoting.Messaging.CADMethodReturnMessage" } },
{ "pid": 1, "tid": 22, "ts": 2038140.869140625, "dur": 1675.5129098892212, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6755129098892212, "detail": "System.Runtime.Remoting.Channels.CADSerializer" } },
{ "pid": 1, "tid": 22, "ts": 2039817.2607421875, "dur": 406.0969948768616, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4060969948768616, "detail": "System.Collections.Concurrent.CDSCollectionETWBCLProvider" } },
{ "pid": 1, "tid": 22, "ts": 2040316.40625, "dur": 776.6640186309814, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7766640186309814, "detail": "System.CLSCompliantAttribute" } },
{ "pid": 1, "tid": 22, "ts": 2041094.1162109375, "dur": 1673.2430458068848, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6732430458068848, "detail": "System.Runtime.InteropServices.COMException" } },
{ "pid": 1, "tid": 22, "ts": 2042768.310546875, "dur": 2062.751054763794, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.062751054763794, "detail": "System.IO.CStreamReader" } },
{ "pid": 1, "tid": 22, "ts": 2044832.03125, "dur": 3580.6379318237305, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.5806379318237305, "detail": "System.IO.CStreamWriter" } },
{ "pid": 1, "tid": 22, "ts": 2048413.818359375, "dur": 3641.191005706787, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.641191005706787, "detail": "System.Globalization.Calendar" } },
{ "pid": 1, "tid": 22, "ts": 2052056.396484375, "dur": 8896.749496459961, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.896749496459961, "detail": "System.Globalization.CalendarData" } },
{ "pid": 1, "tid": 22, "ts": 2060969.23828125, "dur": 831.974983215332, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.831974983215332, "detail": "System.Runtime.Remoting.Messaging.CallContext" } },
{ "pid": 1, "tid": 22, "ts": 2061802.24609375, "dur": 583.499014377594, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.583499014377594, "detail": "System.Runtime.Remoting.Messaging.CallContextRemotingData" } },
{ "pid": 1, "tid": 22, "ts": 2062386.474609375, "dur": 3781.57114982605, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.78157114982605, "detail": "System.Runtime.Remoting.Messaging.CallContextSecurityData" } },
{ "pid": 1, "tid": 22, "ts": 2066200.68359375, "dur": 1508.9309215545654, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5089309215545654, "detail": "System.Threading.CancellationCallbackCoreWorkArguments" } },
{ "pid": 1, "tid": 22, "ts": 2067716.552734375, "dur": 832.0120573043823, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8320120573043823, "detail": "System.Threading.CancellationCallbackInfo" } },
{ "pid": 1, "tid": 22, "ts": 2068549.31640625, "dur": 4662.693023681641, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.662693023681641, "detail": "System.Threading.CancellationToken" } },
{ "pid": 1, "tid": 22, "ts": 2073212.890625, "dur": 2681.6489696502686, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6816489696502686, "detail": "System.Threading.CancellationTokenRegistration" } },
{ "pid": 1, "tid": 22, "ts": 2075895.5078125, "dur": 10456.541061401367, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.456541061401367, "detail": "System.Threading.CancellationTokenSource" } },
{ "pid": 1, "tid": 22, "ts": 2086353.02734375, "dur": 857.5509786605835, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8575509786605835, "detail": "System.CannotUnloadAppDomainException" } },
{ "pid": 1, "tid": 22, "ts": 2087211.669921875, "dur": 16263.225555419922, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.263225555419922, "detail": "System.Collections.CaseInsensitiveComparer" } },
{ "pid": 1, "tid": 22, "ts": 2103476.806640625, "dur": 4270.899772644043, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.270899772644043, "detail": "System.Collections.CaseInsensitiveHashCodeProvider" } },
{ "pid": 1, "tid": 22, "ts": 2107821.2890625, "dur": 3675.5011081695557, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6755011081695557, "detail": "System.Runtime.Remoting.ChannelData" } },
{ "pid": 1, "tid": 22, "ts": 2111497.802734375, "dur": 471.6540277004242, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4716540277004242, "detail": "System.Runtime.Remoting.ChannelInfo" } },
{ "pid": 1, "tid": 22, "ts": 2111970.458984375, "dur": 20187.408447265625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.187408447265625, "detail": "System.Runtime.Remoting.Channels.ChannelServices" } },
{ "pid": 1, "tid": 22, "ts": 2132158.935546875, "dur": 25995.960235595703, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 25.995960235595703, "detail": "System.Char" } },
{ "pid": 1, "tid": 22, "ts": 2158156.005859375, "dur": 1803.6099672317505, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8036099672317505, "detail": "System.CharEnumerator" } },
{ "pid": 1, "tid": 22, "ts": 2159974.609375, "dur": 2712.0141983032227, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7120141983032227, "detail": "System.Globalization.CharUnicodeInfo" } },
{ "pid": 1, "tid": 22, "ts": 2162855.95703125, "dur": 1601.2020111083984, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6012020111083984, "detail": "System.Runtime.Remoting.ClientActivatedIdentity" } },
{ "pid": 1, "tid": 22, "ts": 2164458.0078125, "dur": 570.1760053634644, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5701760053634644, "detail": "System.Runtime.Remoting.Messaging.ClientContextReplySink" } },
{ "pid": 1, "tid": 22, "ts": 2165029.052734375, "dur": 2615.1390075683594, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6151390075683594, "detail": "System.Runtime.Remoting.Messaging.ClientContextTerminatorSink" } },
{ "pid": 1, "tid": 22, "ts": 2167645.263671875, "dur": 1107.6569557189941, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1076569557189941, "detail": "System.Runtime.Remoting.ClientIdentity" } },
{ "pid": 1, "tid": 22, "ts": 2168753.662109375, "dur": 420.5639958381653, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4205639958381653, "detail": "System.Globalization.CodePageDataItem" } },
{ "pid": 1, "tid": 22, "ts": 2169175.29296875, "dur": 1423.200011253357, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.423200011253357, "detail": "Mono.Globalization.Unicode.CodePointIndexer" } },
{ "pid": 1, "tid": 22, "ts": 2171229.248046875, "dur": 67946.12121582031, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 67.94612121582031, "detail": "System.Globalization.CompareInfo" } },
{ "pid": 1, "tid": 22, "ts": 2239191.162109375, "dur": 4336.35139465332, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.33635139465332, "detail": "System.Collections.Comparer" } },
{ "pid": 1, "tid": 22, "ts": 2243543.212890625, "dur": 1420.2759265899658, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4202759265899658, "detail": "System.Collections.CompatibleComparer" } },
{ "pid": 1, "tid": 22, "ts": 2244976.806640625, "dur": 334.8430097103119, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3348430097103119, "detail": "System.Runtime.CompilerServices.CompilationRelaxationsAttribute" } },
{ "pid": 1, "tid": 22, "ts": 2245416.015625, "dur": 359.8710000514984, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3598710000514984, "detail": "System.Threading.Tasks.CompletionActionInvoker" } },
{ "pid": 1, "tid": 22, "ts": 2245910.64453125, "dur": 46044.551849365234, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 46.044551849365234, "detail": "System.Runtime.Remoting.ConfigHandler" } },
{ "pid": 1, "tid": 22, "ts": 2291958.49609375, "dur": 148615.24963378906, "ph": "X", "name": "mscorlib1.cpp", "args": { "durationMS": 148.61524963378906, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 2442567.138671875, "dur": 1271.224021911621, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.271224021911621, "detail": "UnityEngine.Networking.CertificateHandler" } },
{ "pid": 1, "tid": 22, "ts": 2443839.35546875, "dur": 1770.4789638519287, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7704789638519287, "detail": "UnityEngine.Networking.DownloadHandler" } },
{ "pid": 1, "tid": 22, "ts": 2445610.595703125, "dur": 1378.88503074646, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.37888503074646, "detail": "UnityEngine.Networking.DownloadHandlerBuffer" } },
{ "pid": 1, "tid": 22, "ts": 2446990.966796875, "dur": 19499.83787536621, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 19.49983787536621, "detail": "UnityEngine.Networking.UnityWebRequest" } },
{ "pid": 1, "tid": 22, "ts": 2466491.69921875, "dur": 1676.7619848251343, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6767619848251343, "detail": "UnityEngine.Networking.UnityWebRequestAsyncOperation" } },
{ "pid": 1, "tid": 22, "ts": 2468169.43359375, "dur": 662.2549891471863, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6622549891471863, "detail": "UnityEngine.Networking.UploadHandler" } },
{ "pid": 1, "tid": 22, "ts": 2469050.29296875, "dur": 7421.548843383789, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.421548843383789, "detail": "UnityEngine.WWWTranscoder" } },
{ "pid": 1, "tid": 22, "ts": 2476472.412109375, "dur": 6885.669708251953, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.885669708251953, "detail": "UnityEngineInternal.WebRequestUtils" } },
{ "pid": 1, "tid": 22, "ts": 2483400.634765625, "dur": 21832.820892333984, "ph": "X", "name": "UnityEngine.UnityWebRequestModule.cpp", "args": { "durationMS": 21.832820892333984, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 2505254.39453125, "dur": 2121.2761402130127, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1212761402130127, "detail": "System.Runtime.Serialization.SerializationInfoEnumerator" } },
{ "pid": 1, "tid": 22, "ts": 2507376.708984375, "dur": 1198.4199285507202, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1984199285507202, "detail": "System.Runtime.Serialization.SerializationObjectManager" } },
{ "pid": 1, "tid": 22, "ts": 2508575.927734375, "dur": 593.0399894714355, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5930399894714355, "detail": "System.Runtime.Remoting.Messaging.ServerContextTerminatorSink" } },
{ "pid": 1, "tid": 22, "ts": 2509169.921875, "dur": 2774.4948863983154, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7744948863983154, "detail": "System.Runtime.Remoting.ServerIdentity" } },
{ "pid": 1, "tid": 22, "ts": 2511945.556640625, "dur": 490.776002407074, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.490776002407074, "detail": "System.Runtime.Remoting.Messaging.ServerObjectReplySink" } },
{ "pid": 1, "tid": 22, "ts": 2512437.01171875, "dur": 1024.718999862671, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.024718999862671, "detail": "System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink" } },
{ "pid": 1, "tid": 22, "ts": 2513477.5390625, "dur": 89357.30743408203, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 89.35730743408203, "detail": "Mono.Globalization.Unicode.SimpleCollator" } },
{ "pid": 1, "tid": 22, "ts": 2602835.9375, "dur": 33289.36004638672, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 33.28936004638672, "detail": "System.Single" } },
{ "pid": 1, "tid": 22, "ts": 2636126.46484375, "dur": 1113.5399341583252, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1135399341583252, "detail": "System.Runtime.Remoting.SingleCallIdentity" } },
{ "pid": 1, "tid": 22, "ts": 2637240.966796875, "dur": 1554.0930032730103, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5540930032730103, "detail": "System.Runtime.Remoting.SingletonIdentity" } },
{ "pid": 1, "tid": 22, "ts": 2638796.38671875, "dur": 469.2620038986206, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4692620038986206, "detail": "System.Runtime.Remoting.Channels.SinkProviderData" } },
{ "pid": 1, "tid": 22, "ts": 2639266.6015625, "dur": 14339.632987976074, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.339632987976074, "detail": "System.Runtime.Serialization.Formatters.Binary.SizedArray" } },
{ "pid": 1, "tid": 22, "ts": 2653636.71875, "dur": 26141.45278930664, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 26.14145278930664, "detail": "Mono.Xml.SmallXmlParser" } },
{ "pid": 1, "tid": 22, "ts": 2680084.47265625, "dur": 399.52197670936584, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.39952197670936584, "detail": "System.Runtime.Remoting.Metadata.SoapAttribute" } },
{ "pid": 1, "tid": 22, "ts": 2680484.86328125, "dur": 533.1529974937439, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5331529974937439, "detail": "System.Runtime.Remoting.Metadata.SoapFieldAttribute" } },
{ "pid": 1, "tid": 22, "ts": 2681018.798828125, "dur": 939.0619993209839, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9390619993209839, "detail": "System.Runtime.Remoting.Metadata.SoapMethodAttribute" } },
{ "pid": 1, "tid": 22, "ts": 2682078.369140625, "dur": 6575.954914093018, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.575954914093018, "detail": "System.Runtime.Remoting.SoapServices" } },
{ "pid": 1, "tid": 22, "ts": 2688655.2734375, "dur": 1588.0420207977295, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5880420207977295, "detail": "System.Runtime.Remoting.Metadata.SoapTypeAttribute" } },
{ "pid": 1, "tid": 22, "ts": 2690244.384765625, "dur": 4509.899616241455, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.509899616241455, "detail": "System.Globalization.SortKey" } },
{ "pid": 1, "tid": 22, "ts": 2694755.859375, "dur": 8550.92716217041, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.55092716217041, "detail": "Mono.Globalization.Unicode.SortKeyBuffer" } },
{ "pid": 1, "tid": 22, "ts": 2703324.70703125, "dur": 25293.41697692871, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 25.29341697692871, "detail": "System.Collections.SortedList" } },
{ "pid": 1, "tid": 22, "ts": 2728619.384765625, "dur": 56330.745697021484, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 56.330745697021484, "detail": "System.Threading.SpinLock" } },
{ "pid": 1, "tid": 22, "ts": 2784951.416015625, "dur": 957.0930004119873, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9570930004119873, "detail": "System.Threading.SpinWait" } },
{ "pid": 1, "tid": 22, "ts": 2785909.423828125, "dur": 3537.605047225952, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.537605047225952, "detail": "System.Collections.Stack" } },
{ "pid": 1, "tid": 22, "ts": 2789447.75390625, "dur": 2722.4040031433105, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7224040031433105, "detail": "System.Runtime.Remoting.Messaging.StackBuilderSink" } },
{ "pid": 1, "tid": 22, "ts": 2792187.01171875, "dur": 2586.6920948028564, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5866920948028564, "detail": "System.Diagnostics.StackFrame" } },
{ "pid": 1, "tid": 22, "ts": 2794774.4140625, "dur": 528.9530158042908, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5289530158042908, "detail": "System.Threading.Tasks.StackGuard" } },
{ "pid": 1, "tid": 22, "ts": 2795304.19921875, "dur": 681.8700432777405, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6818700432777405, "detail": "System.StackOverflowException" } },
{ "pid": 1, "tid": 22, "ts": 2795987.060546875, "dur": 7282.358646392822, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.282358646392822, "detail": "System.Diagnostics.StackTrace" } },
{ "pid": 1, "tid": 22, "ts": 2803270.263671875, "dur": 3092.646837234497, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.092646837234497, "detail": "System.Threading.Tasks.StandardTaskContinuation" } },
{ "pid": 1, "tid": 22, "ts": 2806613.525390625, "dur": 8550.030708312988, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.550030708312988, "detail": "System.IO.Stream" } },
{ "pid": 1, "tid": 22, "ts": 2815164.794921875, "dur": 14005.066871643066, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.005066871643066, "detail": "System.IO.StreamReader" } },
{ "pid": 1, "tid": 22, "ts": 2829172.8515625, "dur": 37968.875885009766, "ph": "X", "name": "mscorlib11.cpp", "args": { "durationMS": 37.968875885009766, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 2867186.03515625, "dur": 5881.811141967773, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.881811141967773, "detail": "ButtonClose" } },
{ "pid": 1, "tid": 22, "ts": 2873069.091796875, "dur": 506.61301612854004, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.50661301612854, "detail": "Global" } },
{ "pid": 1, "tid": 22, "ts": 2873576.66015625, "dur": 1615.0809526443481, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6150809526443481, "detail": "MusicFade" } },
{ "pid": 1, "tid": 22, "ts": 2875192.87109375, "dur": 51279.86526489258, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 51.27986526489258, "detail": "NorbuMain" } },
{ "pid": 1, "tid": 22, "ts": 2926473.6328125, "dur": 11851.097106933594, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.851097106933594, "detail": "TapMain" } },
{ "pid": 1, "tid": 22, "ts": 2938326.66015625, "dur": 11239.094734191895, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.239094734191895, "detail": "ball" } },
{ "pid": 1, "tid": 22, "ts": 2949566.650390625, "dur": 2853.2369136810303, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.8532369136810303, "detail": "home" } },
{ "pid": 1, "tid": 22, "ts": 2952420.8984375, "dur": 1827.9030323028564, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8279030323028564, "detail": "process" } },
{ "pid": 1, "tid": 22, "ts": 2954249.755859375, "dur": 909.8279476165771, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9098279476165771, "detail": "video" } },
{ "pid": 1, "tid": 22, "ts": 2955160.64453125, "dur": 1353.9971113204956, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3539971113204956, "detail": "NorbuMain/<CreateOtherBall>d__16" } },
{ "pid": 1, "tid": 22, "ts": 2956515.625, "dur": 1362.6070022583008, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3626070022583008, "detail": "NorbuMain/<CreateTargetBall>d__15" } },
{ "pid": 1, "tid": 22, "ts": 2957879.39453125, "dur": 1597.8219509124756, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5978219509124756, "detail": "NorbuMain/<StopBallMove>d__12" } },
{ "pid": 1, "tid": 22, "ts": 2959478.02734375, "dur": 2008.7001323699951, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.008700132369995, "detail": "NorbuMain/<hideTargetBallRing>d__10" } },
{ "pid": 1, "tid": 22, "ts": 2961487.548828125, "dur": 1388.3999586105347, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3883999586105347, "detail": "NorbuMain/GameLevel" } },
{ "pid": 1, "tid": 22, "ts": 2962876.708984375, "dur": 1504.6980381011963, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5046980381011963, "detail": "TapMain/<LoadBGImg>d__33" } },
{ "pid": 1, "tid": 22, "ts": 2964382.568359375, "dur": 1324.6079683303833, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3246079683303833, "detail": "TapMain/<LoadBGMusic>d__35" } },
{ "pid": 1, "tid": 22, "ts": 2965708.0078125, "dur": 1461.8710279464722, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4618710279464722, "detail": "TapMain/<LoadHandImg>d__34" } },
{ "pid": 1, "tid": 22, "ts": 2967170.654296875, "dur": 1302.2470474243164, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3022470474243164, "detail": "TapMain/<LoadWaterVoice>d__36" } },
{ "pid": 1, "tid": 22, "ts": 2968473.876953125, "dur": 1411.1380577087402, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4111380577087402, "detail": "ball/<ChangeScaleCoroutine>d__26" } },
{ "pid": 1, "tid": 22, "ts": 2969888.18359375, "dur": 64999.046325683594, "ph": "X", "name": "Assembly-CSharp.cpp", "args": { "durationMS": 64.9990463256836, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 3034909.423828125, "dur": 7558.29381942749, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.55829381942749, "detail": "UnityEngine.UI.LayoutElement" } },
{ "pid": 1, "tid": 22, "ts": 3042468.75, "dur": 49538.99002075195, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 49.53899002075195, "detail": "UnityEngine.UI.LayoutGroup" } },
{ "pid": 1, "tid": 22, "ts": 3092008.544921875, "dur": 63970.237731933594, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 63.970237731933594, "detail": "UnityEngine.UI.LayoutRebuilder" } },
{ "pid": 1, "tid": 22, "ts": 3155980.224609375, "dur": 17993.568420410156, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.993568420410156, "detail": "UnityEngine.UI.LayoutUtility" } },
{ "pid": 1, "tid": 22, "ts": 3173975.341796875, "dur": 7849.1621017456055, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.8491621017456055, "detail": "UnityEngine.UI.Mask" } },
{ "pid": 1, "tid": 22, "ts": 3181825.68359375, "dur": 11745.683670043945, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.745683670043945, "detail": "UnityEngine.UI.MaskUtilities" } },
{ "pid": 1, "tid": 22, "ts": 3193572.75390625, "dur": 11180.477142333984, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.180477142333984, "detail": "UnityEngine.UI.MaskableGraphic" } },
{ "pid": 1, "tid": 22, "ts": 3204754.150390625, "dur": 1696.8779563903809, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6968779563903809, "detail": "UnityEngine.UI.Misc" } },
{ "pid": 1, "tid": 22, "ts": 3206466.064453125, "dur": 2515.5158042907715, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5155158042907715, "detail": "UnityEngine.UI.MultipleDisplayUtilities" } },
{ "pid": 1, "tid": 22, "ts": 3208982.177734375, "dur": 4536.901950836182, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.536901950836182, "detail": "UnityEngine.UI.Navigation" } },
{ "pid": 1, "tid": 22, "ts": 3213520.01953125, "dur": 2343.55092048645, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.34355092048645, "detail": "UnityEngine.UI.Outline" } },
{ "pid": 1, "tid": 22, "ts": 3215864.74609375, "dur": 14253.081321716309, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.253081321716309, "detail": "UnityEngine.EventSystems.Physics2DRaycaster" } },
{ "pid": 1, "tid": 22, "ts": 3230118.65234375, "dur": 7418.278694152832, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.418278694152832, "detail": "UnityEngine.EventSystems.PhysicsRaycaster" } },
{ "pid": 1, "tid": 22, "ts": 3237537.841796875, "dur": 17512.388229370117, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.512388229370117, "detail": "UnityEngine.EventSystems.PointerEventData" } },
{ "pid": 1, "tid": 22, "ts": 3255051.7578125, "dur": 19800.7755279541, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 19.8007755279541, "detail": "UnityEngine.EventSystems.PointerInputModule" } },
{ "pid": 1, "tid": 22, "ts": 3274853.759765625, "dur": 1135.8169317245483, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1358169317245483, "detail": "UnityEngine.UI.PositionAsUV1" } },
{ "pid": 1, "tid": 22, "ts": 3275990.478515625, "dur": 6962.440013885498, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.962440013885498, "detail": "UnityEngine.UI.RawImage" } },
{ "pid": 1, "tid": 22, "ts": 3282954.1015625, "dur": 4372.506141662598, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.372506141662598, "detail": "UnityEngine.EventSystems.RaycastResult" } },
{ "pid": 1, "tid": 22, "ts": 3287327.880859375, "dur": 1898.6809253692627, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8986809253692627, "detail": "UnityEngine.EventSystems.RaycasterManager" } },
{ "pid": 1, "tid": 22, "ts": 3289227.783203125, "dur": 48550.64392089844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 48.55064392089844, "detail": "UnityEngine.UI.RectMask2D" } },
{ "pid": 1, "tid": 22, "ts": 3337779.78515625, "dur": 4447.248935699463, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.447248935699463, "detail": "UnityEngine.UI.RectangularVertexClipper" } },
{ "pid": 1, "tid": 22, "ts": 3342228.271484375, "dur": 10446.920394897461, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.446920394897461, "detail": "UnityEngine.UI.ReflectionMethodsCache" } },
{ "pid": 1, "tid": 22, "ts": 3352676.26953125, "dur": 90115.00549316406, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 90.11500549316406, "detail": "UnityEngine.UI.ScrollRect" } },
{ "pid": 1, "tid": 22, "ts": 3442792.48046875, "dur": 45910.09521484375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 45.91009521484375, "detail": "UnityEngine.UI.Scrollbar" } },
{ "pid": 1, "tid": 22, "ts": 3488706.298828125, "dur": 112949.76043701172, "ph": "X", "name": "UnityEngine.UI2.cpp", "args": { "durationMS": 112.94976043701172, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 3601677.734375, "dur": 48524.20425415039, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 48.52420425415039, "detail": "System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 22, "ts": 3650205.56640625, "dur": 96662.60528564453, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 96.66260528564453, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 22, "ts": 3746869.873046875, "dur": 54736.41586303711, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 54.73641586303711, "detail": "System.Collections.Generic.List`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 22, "ts": 3801608.3984375, "dur": 22141.511917114258, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 22.141511917114258, "detail": "System.Collections.Generic.List`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 22, "ts": 3823751.953125, "dur": 23454.851150512695, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 23.454851150512695, "detail": "System.Collections.Generic.List`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 22, "ts": 3847208.49609375, "dur": 22552.440643310547, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 22.552440643310547, "detail": "System.Collections.Generic.List`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 22, "ts": 3869763.18359375, "dur": 20379.47654724121, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 20.37947654724121, "detail": "System.Collections.Generic.List`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 22, "ts": 3890144.287109375, "dur": 32089.996337890625, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 32.089996337890625, "detail": "System.Collections.Generic.List`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 22, "ts": 3922237.79296875, "dur": 62685.94741821289, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 62.68594741821289, "detail": "System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 22, "ts": 3984926.26953125, "dur": 41798.980712890625, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 41.798980712890625, "detail": "System.Collections.Generic.List`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 22, "ts": 4026727.783203125, "dur": 29820.3067779541, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 29.8203067779541, "detail": "System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 22, "ts": 4056550.537109375, "dur": 645.0069546699524, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6450069546699524, "detail": "System.Collections.Generic.Mscorlib_CollectionDebugView`1<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 4057197.509765625, "dur": 22681.596755981445, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 22.681596755981445, "detail": "Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>" } },
{ "pid": 1, "tid": 22, "ts": 4079881.8359375, "dur": 7198.054790496826, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.198054790496826, "detail": "Unity.Collections.NativeArray`1<System.Byte>" } },
{ "pid": 1, "tid": 22, "ts": 4087081.54296875, "dur": 5811.633110046387, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.811633110046387, "detail": "Unity.Collections.NativeArray`1<System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 4092897.216796875, "dur": 53972.08786010742, "ph": "X", "name": "Generics4.cpp", "args": { "durationMS": 53.97208786010742, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4146897.94921875, "dur": 576.710045337677, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.576710045337677, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 22, "ts": 4147715.33203125, "dur": 418.3900058269501, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4183900058269501, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 22, "ts": 4148136.71875, "dur": 424.85401034355164, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.42485401034355164, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 22, "ts": 4148564.453125, "dur": 1019.5369720458984, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0195369720458984, "detail": "System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 22, "ts": 4149799.31640625, "dur": 450.1609802246094, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4501609802246094, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 22, "ts": 4150253.41796875, "dur": 5667.888164520264, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 5.667888164520264, "detail": "System.Collections.Generic.EqualityComparer`1<System.String>" } },
{ "pid": 1, "tid": 22, "ts": 4156493.1640625, "dur": 1208.8960409164429, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.2088960409164429, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 22, "ts": 4158532.71484375, "dur": 1173.3770370483398, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.1733770370483398, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 22, "ts": 4159708.984375, "dur": 11956.791877746582, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 11.956791877746582, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 22, "ts": 4171670.41015625, "dur": 517.8639888763428, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5178639888763428, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 22, "ts": 4175718.75, "dur": 344.681978225708, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.344681978225708, "detail": "System.Func`2<System.Reflection.AssemblyName,System.Reflection.Assembly>" } },
{ "pid": 1, "tid": 22, "ts": 4177631.8359375, "dur": 2438.5290145874023, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 2.4385290145874023, "detail": "System.Collections.Generic.GenericComparer`1<System.UInt64>" } },
{ "pid": 1, "tid": 22, "ts": 4180459.47265625, "dur": 499.5729923248291, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4995729923248291, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 22, "ts": 4181083.49609375, "dur": 408.0659747123718, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4080659747123718, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 22, "ts": 4181815.4296875, "dur": 384.2509984970093, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3842509984970093, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 22, "ts": 4183013.671875, "dur": 800.3810048103333, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8003810048103333, "detail": "System.Collections.Generic.HashSet`1<UnityEngine.UI.IClippable>" } },
{ "pid": 1, "tid": 22, "ts": 4183816.89453125, "dur": 866.8850064277649, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8668850064277649, "detail": "System.Collections.Generic.HashSet`1<UnityEngine.UI.MaskableGraphic>" } },
{ "pid": 1, "tid": 22, "ts": 4184686.5234375, "dur": 820.1180100440979, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8201180100440979, "detail": "System.Collections.Generic.HashSet`1<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 4185509.765625, "dur": 812.8309845924377, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8128309845924377, "detail": "System.Collections.Generic.HashSet`1<UnityEngine.UI.Text>" } },
{ "pid": 1, "tid": 22, "ts": 4187634.765625, "dur": 349.22200441360474, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.34922200441360474, "detail": "System.Collections.Generic.ICollection`1<System.IComparable`1<System.Decimal>>" } },
{ "pid": 1, "tid": 22, "ts": 4197784.1796875, "dur": 441.0359859466553, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4410359859466553, "detail": "System.Collections.Generic.ICollection`1<System.Collections.DictionaryEntry>" } },
{ "pid": 1, "tid": 22, "ts": 4198982.421875, "dur": 718.7909483909607, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7187909483909607, "detail": "System.Collections.Generic.ICollection`1<System.Runtime.CompilerServices.Ephemeron>" } },
{ "pid": 1, "tid": 22, "ts": 4200374.51171875, "dur": 36153.6865234375, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 36.1536865234375, "detail": "System.Collections.Generic.ICollection`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 22, "ts": 4237147.94921875, "dur": 455.2689790725708, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4552689790725708, "detail": "System.Collections.Generic.ICollection`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>" } },
{ "pid": 1, "tid": 22, "ts": 4237605.46875, "dur": 493.7720000743866, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4937720000743866, "detail": "System.Collections.Generic.ICollection`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>" } },
{ "pid": 1, "tid": 22, "ts": 4241651.85546875, "dur": 476.3759970664978, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4763759970664978, "detail": "System.Collections.Generic.ICollection`1<System.Globalization.InternalCodePageDataItem>" } },
{ "pid": 1, "tid": 22, "ts": 4242137.20703125, "dur": 421.17199301719666, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.42117199301719666, "detail": "System.Collections.Generic.ICollection`1<System.Globalization.InternalEncodingDataItem>" } },
{ "pid": 1, "tid": 22, "ts": 4246103.02734375, "dur": 544.9029803276062, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5449029803276062, "detail": "System.Collections.Generic.ICollection`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 22, "ts": 4249765.13671875, "dur": 365.4409945011139, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3654409945011139, "detail": "System.Collections.Generic.ICollection`1<System.Threading.WaitHandle>" } },
{ "pid": 1, "tid": 22, "ts": 4251520.01953125, "dur": 574.9379992485046, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5749379992485046, "detail": "System.Collections.Generic.ICollection`1<System.Collections.Hashtable/bucket>" } },
{ "pid": 1, "tid": 22, "ts": 4252383.30078125, "dur": 442.2220289707184, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4422220289707184, "detail": "System.Collections.Generic.ICollection`1<System.ParameterizedStrings/FormatParam>" } },
{ "pid": 1, "tid": 22, "ts": 4252935.546875, "dur": 478.07198762893677, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.47807198762893677, "detail": "System.Collections.Generic.ICollection`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>" } },
{ "pid": 1, "tid": 22, "ts": 4260212.890625, "dur": 16584.39826965332, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 16.58439826965332, "detail": "System.Collections.Generic.IEnumerable`1<UnityEngine.EventSystems.IDeselectHandler>" } },
{ "pid": 1, "tid": 22, "ts": 4294493.1640625, "dur": 410.8729958534241, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4108729958534241, "detail": "System.Collections.Generic.IList`1<System.Collections.DictionaryEntry>" } },
{ "pid": 1, "tid": 22, "ts": 4295974.609375, "dur": 689.7059679031372, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6897059679031372, "detail": "System.Collections.Generic.IList`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 22, "ts": 4306122.0703125, "dur": 372.54801392555237, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.37254801392555237, "detail": "System.Collections.Generic.IList`1<System.ParameterizedStrings/FormatParam>" } },
{ "pid": 1, "tid": 22, "ts": 4314596.19140625, "dur": 343.4390127658844, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3434390127658844, "detail": "System.Collections.Generic.IReadOnlyList`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 22, "ts": 4322463.37890625, "dur": 627.2689700126648, "ph": "X", "name": "Il2CppGenericComDefinitions6.cpp", "args": { "durationMS": 0.6272689700126648, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4323118.65234375, "dur": 34322.73864746094, "ph": "X", "name": "Idle", "args": { "durationMS": 34.32273864746094, "detail": "" } },
{ "pid": 1, "tid": 23, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 23, "ts": 1417020.01953125, "dur": 21363.107681274414, "ph": "X", "name": "Idle", "args": { "durationMS": 21.363107681274414, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1448358.5205078125, "dur": 3973.7751483917236, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 3.9737751483917236, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 23, "ts": 1453748.4130859375, "dur": 257138.97705078125, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 257.13897705078125, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 23, "ts": 1455387.3291015625, "dur": 255499.267578125, "ph": "X", "name": "Mono.Security_Attr.cpp", "args": { "durationMS": 255.499267578125, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1714154.78515625, "dur": 10723.185539245605, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 10.723185539245605, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 23, "ts": 1714173.2177734375, "dur": 10704.157829284668, "ph": "X", "name": "UnityEngine.TextRenderingModule_Attr.cpp", "args": { "durationMS": 10.704157829284668, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1724881.7138671875, "dur": 7245.421886444092, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 7.245421886444092, "detail": "UnityEngine.PhysicsModule" } },
{ "pid": 1, "tid": 23, "ts": 1724897.5830078125, "dur": 7228.923797607422, "ph": "X", "name": "UnityEngine.PhysicsModule_Attr.cpp", "args": { "durationMS": 7.228923797607422, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1732130.2490234375, "dur": 12353.616714477539, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 12.353616714477539, "detail": "UnityEngine.ParticleSystemModule" } },
{ "pid": 1, "tid": 23, "ts": 1732153.3203125, "dur": 12330.063819885254, "ph": "X", "name": "UnityEngine.ParticleSystemModule_Attr.cpp", "args": { "durationMS": 12.330063819885254, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1746177.6123046875, "dur": 1145.3949213027954, "ph": "X", "name": "GenericInstanceTypes", "args": { "durationMS": 1.1453949213027954, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1760163.0859375, "dur": 4001.220226287842, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.001220226287842, "detail": "<Module>" } },
{ "pid": 1, "tid": 23, "ts": 1764165.4052734375, "dur": 38921.19598388672, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 38.92119598388672, "detail": "<PrivateImplementationDetails>" } },
{ "pid": 1, "tid": 23, "ts": 1803242.5537109375, "dur": 57572.574615478516, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 57.572574615478516, "detail": "System.Security.Cryptography.AsnEncodedData" } },
{ "pid": 1, "tid": 23, "ts": 1861065.7958984375, "dur": 721.422016620636, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.721422016620636, "detail": "System.Net.Configuration.BypassElementCollection" } },
{ "pid": 1, "tid": 23, "ts": 1861787.9638671875, "dur": 12463.316917419434, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.463316917419434, "detail": "System.Security.Cryptography.CAPI" } },
{ "pid": 1, "tid": 23, "ts": 1874252.3193359375, "dur": 395.0439989566803, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3950439989566803, "detail": "System.Text.RegularExpressions.CachedCodeEntry" } },
{ "pid": 1, "tid": 23, "ts": 1874648.3154296875, "dur": 592.8170084953308, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5928170084953308, "detail": "System.Text.RegularExpressions.Capture" } },
{ "pid": 1, "tid": 23, "ts": 1875528.4423828125, "dur": 1392.7220106124878, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3927220106124878, "detail": "System.Net.Configuration.ConnectionManagementSection" } },
{ "pid": 1, "tid": 23, "ts": 1877088.37890625, "dur": 523.5980153083801, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5235980153083801, "detail": "System.Net.Configuration.DefaultProxySection" } },
{ "pid": 1, "tid": 23, "ts": 1877612.9150390625, "dur": 675.7940053939819, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6757940053939819, "detail": "System.Diagnostics.DiagnosticsConfigurationHandler" } },
{ "pid": 1, "tid": 23, "ts": 1878289.794921875, "dur": 15999.894142150879, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.999894142150879, "detail": "System.DomainNameHelper" } },
{ "pid": 1, "tid": 23, "ts": 1894452.2705078125, "dur": 728.1200289726257, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7281200289726257, "detail": "System.ComponentModel.EditorBrowsableAttribute" } },
{ "pid": 1, "tid": 23, "ts": 1895554.0771484375, "dur": 1618.1410551071167, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6181410551071167, "detail": "System.Text.RegularExpressions.ExclusiveReference" } },
{ "pid": 1, "tid": 23, "ts": 1897173.095703125, "dur": 1635.2870464324951, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6352870464324951, "detail": "System.Text.RegularExpressions.Group" } },
{ "pid": 1, "tid": 23, "ts": 1898809.6923828125, "dur": 389.68098163604736, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.38968098163604736, "detail": "System.Net.Configuration.HttpWebRequestElement" } },
{ "pid": 1, "tid": 23, "ts": 1899200.1953125, "dur": 8668.610572814941, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.668610572814941, "detail": "System.IOAsyncCallback" } },
{ "pid": 1, "tid": 23, "ts": 1907869.9951171875, "dur": 533.7939858436584, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5337939858436584, "detail": "System.IOAsyncResult" } },
{ "pid": 1, "tid": 23, "ts": 1908420.654296875, "dur": 347.8040099143982, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3478040099143982, "detail": "System.IOSelectorJob" } },
{ "pid": 1, "tid": 23, "ts": 1908769.53125, "dur": 18950.315475463867, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.950315475463867, "detail": "System.Net.IPAddress" } },
{ "pid": 1, "tid": 23, "ts": 1927720.8251953125, "dur": 8454.059600830078, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.454059600830078, "detail": "System.IPv4AddressHelper" } },
{ "pid": 1, "tid": 23, "ts": 1936176.26953125, "dur": 8285.19344329834, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.28519344329834, "detail": "System.Net.IPv6AddressFormatter" } },
{ "pid": 1, "tid": 23, "ts": 1944462.5244140625, "dur": 15812.917709350586, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.812917709350586, "detail": "System.IPv6AddressHelper" } },
{ "pid": 1, "tid": 23, "ts": 1960870.4833984375, "dur": 399.7340202331543, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3997340202331543, "detail": "System.Net.Configuration.Ipv6Element" } },
{ "pid": 1, "tid": 23, "ts": 1961271.1181640625, "dur": 15795.195579528809, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.795195579528809, "detail": "System.IriHelper" } },
{ "pid": 1, "tid": 23, "ts": 1977067.2607421875, "dur": 6434.63659286499, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.43463659286499, "detail": "System.Text.RegularExpressions.Match" } },
{ "pid": 1, "tid": 23, "ts": 1984026.3671875, "dur": 1601.019024848938, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.601019024848938, "detail": "System.Security.Cryptography.Oid" } },
{ "pid": 1, "tid": 23, "ts": 1985628.2958984375, "dur": 2269.979953765869, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.269979953765869, "detail": "System.Security.Cryptography.OidCollection" } },
{ "pid": 1, "tid": 23, "ts": 1987899.169921875, "dur": 711.4909887313843, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7114909887313843, "detail": "System.Security.Cryptography.OidEnumerator" } },
{ "pid": 1, "tid": 23, "ts": 1988643.5546875, "dur": 335.7180058956146, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3357180058956146, "detail": "System.Net.Configuration.PerformanceCountersElement" } },
{ "pid": 1, "tid": 23, "ts": 1988980.1025390625, "dur": 339.17999267578125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.33917999267578125, "detail": "System.Net.Configuration.ProxyElement" } },
{ "pid": 1, "tid": 23, "ts": 1989320.068359375, "dur": 553.6179542541504, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5536179542541504, "detail": "System.Security.Cryptography.X509Certificates.PublicKey" } },
{ "pid": 1, "tid": 23, "ts": 1989874.3896484375, "dur": 42290.0505065918, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 42.2900505065918, "detail": "System.Text.RegularExpressions.Regex" } },
{ "pid": 1, "tid": 23, "ts": 2032165.283203125, "dur": 8049.343109130859, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.04934310913086, "detail": "System.Text.RegularExpressions.RegexBoyerMoore" } },
{ "pid": 1, "tid": 23, "ts": 2040215.576171875, "dur": 102092.92602539062, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 102.09292602539062, "detail": "System.Text.RegularExpressions.RegexCharClass" } },
{ "pid": 1, "tid": 23, "ts": 2142312.01171875, "dur": 122724.54833984375, "ph": "X", "name": "System.cpp", "args": { "durationMS": 122.72454833984375, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 2265102.783203125, "dur": 1273.934006690979, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.273934006690979, "detail": "UnityEngine.Animations.AnimationClipPlayable" } },
{ "pid": 1, "tid": 23, "ts": 2266377.44140625, "dur": 928.2419681549072, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9282419681549072, "detail": "UnityEngine.AnimationEvent" } },
{ "pid": 1, "tid": 23, "ts": 2267338.8671875, "dur": 1379.949927330017, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.379949927330017, "detail": "UnityEngine.Animations.AnimationLayerMixerPlayable" } },
{ "pid": 1, "tid": 23, "ts": 2268719.7265625, "dur": 1247.189998626709, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.247189998626709, "detail": "UnityEngine.Animations.AnimationMixerPlayable" } },
{ "pid": 1, "tid": 23, "ts": 2269967.529296875, "dur": 1295.6010103225708, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2956010103225708, "detail": "UnityEngine.Animations.AnimationMotionXToDeltaPlayable" } },
{ "pid": 1, "tid": 23, "ts": 2271264.404296875, "dur": 3058.992862701416, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.058992862701416, "detail": "UnityEngine.Animations.AnimationOffsetPlayable" } },
{ "pid": 1, "tid": 23, "ts": 2274354.736328125, "dur": 2107.952117919922, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.107952117919922, "detail": "UnityEngine.Animations.AnimationPosePlayable" } },
{ "pid": 1, "tid": 23, "ts": 2276463.623046875, "dur": 1956.6489458084106, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9566489458084106, "detail": "UnityEngine.Animations.AnimationRemoveScalePlayable" } },
{ "pid": 1, "tid": 23, "ts": 2278421.142578125, "dur": 1802.2620677947998, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8022620677947998, "detail": "UnityEngine.Animations.AnimationScriptPlayable" } },
{ "pid": 1, "tid": 23, "ts": 2280281.982421875, "dur": 617.8159713745117, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6178159713745117, "detail": "UnityEngine.Animator" } },
{ "pid": 1, "tid": 23, "ts": 2280923.095703125, "dur": 1994.7459697723389, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9947459697723389, "detail": "UnityEngine.Animations.AnimatorControllerPlayable" } },
{ "pid": 1, "tid": 23, "ts": 2283254.39453125, "dur": 599.465012550354, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.599465012550354, "detail": "UnityEngine.AnimatorTransitionInfo" } },
{ "pid": 1, "tid": 23, "ts": 2283854.98046875, "dur": 1278.4329652786255, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2784329652786255, "detail": "UnityEngine.HumanBone" } },
{ "pid": 1, "tid": 23, "ts": 2285234.130859375, "dur": 1395.543098449707, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.395543098449707, "detail": "UnityEngine.SkeletonBone" } },
{ "pid": 1, "tid": 23, "ts": 2286630.615234375, "dur": 17580.60073852539, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.58060073852539, "detail": "UnityEngine.StateMachineBehaviour" } },
{ "pid": 1, "tid": 23, "ts": 2304212.40234375, "dur": 478.6979854106903, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4786979854106903, "detail": "UnityEngine.AnimatorOverrideController/OnOverrideControllerDirtyCallback" } },
{ "pid": 1, "tid": 23, "ts": 2304694.091796875, "dur": 17226.348876953125, "ph": "X", "name": "UnityEngine.AnimationModule.cpp", "args": { "durationMS": 17.226348876953125, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 2322227.5390625, "dur": 1030.6360721588135, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0306360721588135, "detail": "System.Security.Cryptography.HashAlgorithm" } },
{ "pid": 1, "tid": 23, "ts": 2323258.7890625, "dur": 1882.228970527649, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.882228970527649, "detail": "System.Collections.HashHelpers" } },
{ "pid": 1, "tid": 23, "ts": 2325142.333984375, "dur": 84858.2763671875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 84.8582763671875, "detail": "System.Collections.Hashtable" } },
{ "pid": 1, "tid": 23, "ts": 2410019.04296875, "dur": 519.9300050735474, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5199300050735474, "detail": "System.Runtime.Remoting.Messaging.HeaderHandler" } },
{ "pid": 1, "tid": 23, "ts": 2410539.55078125, "dur": 6027.965068817139, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.027965068817139, "detail": "System.Globalization.HebrewNumber" } },
{ "pid": 1, "tid": 23, "ts": 2416913.0859375, "dur": 702.9340267181396, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7029340267181396, "detail": "System.Reflection.Emit.ILGenerator" } },
{ "pid": 1, "tid": 23, "ts": 2417617.1875, "dur": 1214.30504322052, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.21430504322052, "detail": "System.IO.IOException" } },
{ "pid": 1, "tid": 23, "ts": 2418832.275390625, "dur": 9562.61157989502, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.56261157989502, "detail": "System.Runtime.Serialization.Formatters.Binary.IOUtil" } },
{ "pid": 1, "tid": 23, "ts": 2428396.484375, "dur": 1676.1870384216309, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6761870384216309, "detail": "System.Runtime.Remoting.Identity" } },
{ "pid": 1, "tid": 23, "ts": 2430073.73046875, "dur": 22267.288208007812, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 22.267288208007812, "detail": "System.Globalization.IdnMapping" } },
{ "pid": 1, "tid": 23, "ts": 2452342.28515625, "dur": 1287.1320247650146, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2871320247650146, "detail": "System.Runtime.Remoting.Messaging.IllogicalCallContext" } },
{ "pid": 1, "tid": 23, "ts": 2453749.51171875, "dur": 695.5850124359131, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6955850124359131, "detail": "System.IndexOutOfRangeException" } },
{ "pid": 1, "tid": 23, "ts": 2454446.044921875, "dur": 600.4210114479065, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6004210114479065, "detail": "System.InputRecord" } },
{ "pid": 1, "tid": 23, "ts": 2455061.03515625, "dur": 10897.047996520996, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.897047996520996, "detail": "System.Int16" } },
{ "pid": 1, "tid": 23, "ts": 2465971.6796875, "dur": 9400.093078613281, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.400093078613281, "detail": "System.Int32" } },
{ "pid": 1, "tid": 23, "ts": 2475387.451171875, "dur": 8602.293014526367, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.602293014526367, "detail": "System.Int64" } },
{ "pid": 1, "tid": 23, "ts": 2484003.90625, "dur": 4908.4882736206055, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.9084882736206055, "detail": "System.IntPtr" } },
{ "pid": 1, "tid": 23, "ts": 2488913.330078125, "dur": 9672.384262084961, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.672384262084961, "detail": "System.Runtime.Serialization.Formatters.Binary.IntSizedArray" } },
{ "pid": 1, "tid": 23, "ts": 2498731.201171875, "dur": 1818.450927734375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.818450927734375, "detail": "System.Threading.Interlocked" } },
{ "pid": 1, "tid": 23, "ts": 2500566.650390625, "dur": 514.4720077514648, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5144720077514648, "detail": "System.Globalization.InternalCodePageDataItem" } },
{ "pid": 1, "tid": 23, "ts": 2501082.275390625, "dur": 975.4330515861511, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9754330515861511, "detail": "System.Text.InternalDecoderBestFitFallback" } },
{ "pid": 1, "tid": 23, "ts": 2502058.837890625, "dur": 2539.031982421875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.539031982421875, "detail": "System.Text.InternalDecoderBestFitFallbackBuffer" } },
{ "pid": 1, "tid": 23, "ts": 2504598.388671875, "dur": 776.9870162010193, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7769870162010193, "detail": "System.Text.InternalEncoderBestFitFallback" } },
{ "pid": 1, "tid": 23, "ts": 2505376.46484375, "dur": 3104.161024093628, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.104161024093628, "detail": "System.Text.InternalEncoderBestFitFallbackBuffer" } },
{ "pid": 1, "tid": 23, "ts": 2508481.689453125, "dur": 404.78700399398804, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.40478700399398804, "detail": "System.Globalization.InternalEncodingDataItem" } },
{ "pid": 1, "tid": 23, "ts": 2509059.326171875, "dur": 1416.674017906189, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.416674017906189, "detail": "System.Runtime.Remoting.InternalRemotingServices" } },
{ "pid": 1, "tid": 23, "ts": 2510491.2109375, "dur": 1148.398995399475, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.148398995399475, "detail": "System.Collections.Generic.InternalStringComparer" } },
{ "pid": 1, "tid": 23, "ts": 2511655.76171875, "dur": 410.85198521614075, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.41085198521614075, "detail": "System.Threading.InternalThread" } },
{ "pid": 1, "tid": 23, "ts": 2512067.138671875, "dur": 407.6189994812012, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.40761899948120117, "detail": "System.Runtime.CompilerServices.InternalsVisibleToAttribute" } },
{ "pid": 1, "tid": 23, "ts": 2512475.830078125, "dur": 431.2950074672699, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4312950074672699, "detail": "System.Collections.Generic.IntrospectiveSortUtilities" } },
{ "pid": 1, "tid": 23, "ts": 2512907.958984375, "dur": 718.1459665298462, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7181459665298462, "detail": "System.InvalidCastException" } },
{ "pid": 1, "tid": 23, "ts": 2513626.953125, "dur": 696.9459652900696, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6969459652900696, "detail": "System.Reflection.InvalidFilterCriteriaException" } },
{ "pid": 1, "tid": 23, "ts": 2514324.462890625, "dur": 1246.6809749603271, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2466809749603271, "detail": "System.InvalidOperationException" } },
{ "pid": 1, "tid": 23, "ts": 2515572.021484375, "dur": 671.9340085983276, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6719340085983276, "detail": "System.InvalidProgramException" } },
{ "pid": 1, "tid": 23, "ts": 2516245.1171875, "dur": 845.9870219230652, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8459870219230652, "detail": "System.InvalidTimeZoneException" } },
{ "pid": 1, "tid": 23, "ts": 2517254.8828125, "dur": 5947.892189025879, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.947892189025879, "detail": "System.Globalization.JapaneseCalendar" } },
{ "pid": 1, "tid": 23, "ts": 2523218.017578125, "dur": 35129.024505615234, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 35.129024505615234, "detail": "Microsoft.Win32.KeyHandler" } },
{ "pid": 1, "tid": 23, "ts": 2558348.388671875, "dur": 682.6260089874268, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6826260089874268, "detail": "System.Collections.Generic.KeyNotFoundException" } },
{ "pid": 1, "tid": 23, "ts": 2559032.2265625, "dur": 537.9779934883118, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5379779934883118, "detail": "System.Collections.Generic.KeyValuePair" } },
{ "pid": 1, "tid": 23, "ts": 2559749.0234375, "dur": 995.5690503120422, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9955690503120422, "detail": "System.KnownTerminals" } },
{ "pid": 1, "tid": 23, "ts": 2560746.337890625, "dur": 11558.930397033691, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.558930397033691, "detail": "System.Text.Latin1Encoding" } },
{ "pid": 1, "tid": 23, "ts": 2572323.486328125, "dur": 28867.868423461914, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 28.867868423461914, "detail": "System.Runtime.Remoting.Lifetime.Lease" } },
{ "pid": 1, "tid": 23, "ts": 2601192.626953125, "dur": 2423.088788986206, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.423088788986206, "detail": "System.Runtime.Remoting.Lifetime.LeaseManager" } },
{ "pid": 1, "tid": 23, "ts": 2603616.943359375, "dur": 1014.6850347518921, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.014685034751892, "detail": "System.Runtime.Remoting.Lifetime.LeaseSink" } },
{ "pid": 1, "tid": 23, "ts": 2604648.681640625, "dur": 336.2079858779907, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3362079858779907, "detail": "Mono.Globalization.Unicode.Level2Map" } },
{ "pid": 1, "tid": 23, "ts": 2604985.83984375, "dur": 1638.916015625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.638916015625, "detail": "System.Runtime.Remoting.Lifetime.LifetimeServices" } },
{ "pid": 1, "tid": 23, "ts": 2606625.48828125, "dur": 3547.6150512695312, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.5476150512695312, "detail": "System.Collections.ListDictionaryInternal" } },
{ "pid": 1, "tid": 23, "ts": 2610188.232421875, "dur": 4553.756237030029, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.553756237030029, "detail": "System.Reflection.Emit.LocalBuilder" } },
{ "pid": 1, "tid": 23, "ts": 2614745.361328125, "dur": 13125.555038452148, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.125555038452148, "detail": "System.LocalDataStore" } },
{ "pid": 1, "tid": 23, "ts": 2627872.0703125, "dur": 437.2110068798065, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4372110068798065, "detail": "System.LocalDataStoreElement" } },
{ "pid": 1, "tid": 23, "ts": 2628310.302734375, "dur": 573.3540058135986, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5733540058135986, "detail": "System.LocalDataStoreHolder" } },
{ "pid": 1, "tid": 23, "ts": 2628884.27734375, "dur": 14414.955139160156, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.414955139160156, "detail": "System.LocalDataStoreMgr" } },
{ "pid": 1, "tid": 23, "ts": 2643301.025390625, "dur": 1472.0970392227173, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4720970392227173, "detail": "System.LocalDataStoreSlot" } },
{ "pid": 1, "tid": 23, "ts": 2644774.169921875, "dur": 647.2319960594177, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6472319960594177, "detail": "System.Reflection.LocalVariableInfo" } },
{ "pid": 1, "tid": 23, "ts": 2645695.556640625, "dur": 746.9770312309265, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7469770312309265, "detail": "System.Threading.LockRecursionException" } },
{ "pid": 1, "tid": 23, "ts": 2646443.84765625, "dur": 24953.859329223633, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.953859329223633, "detail": "System.Runtime.Remoting.Messaging.LogicalCallContext" } },
{ "pid": 1, "tid": 23, "ts": 2671398.681640625, "dur": 1832.6829671859741, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8326829671859741, "detail": "System.Runtime.Serialization.LongList" } },
{ "pid": 1, "tid": 23, "ts": 2673231.93359375, "dur": 832.5809836387634, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8325809836387634, "detail": "System.Collections.LowLevelComparer" } },
{ "pid": 1, "tid": 23, "ts": 2674065.673828125, "dur": 606.1739921569824, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6061739921569824, "detail": "System.Runtime.Remoting.Messaging.MCMDictionary" } },
{ "pid": 1, "tid": 23, "ts": 2674673.095703125, "dur": 20100.25978088379, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.10025978088379, "detail": "Mono.Globalization.Unicode.MSCompatUnicodeTable" } },
{ "pid": 1, "tid": 23, "ts": 2694774.169921875, "dur": 1353.266954421997, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.353266954421997, "detail": "Mono.Globalization.Unicode.MSCompatUnicodeTableUtil" } },
{ "pid": 1, "tid": 23, "ts": 2696129.39453125, "dur": 1736.7019653320312, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7367019653320312, "detail": "System.Resources.ManifestBasedResourceGroveler" } },
{ "pid": 1, "tid": 23, "ts": 2698014.6484375, "dur": 31435.93406677246, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 31.43593406677246, "detail": "System.Threading.ManualResetEventSlim" } },
{ "pid": 1, "tid": 23, "ts": 2729454.1015625, "dur": 118255.07354736328, "ph": "X", "name": "mscorlib6.cpp", "args": { "durationMS": 118.25507354736328, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 2847752.685546875, "dur": 2383.7950229644775, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3837950229644775, "detail": "UnityEngine.SocialPlatforms.Impl.Achievement" } },
{ "pid": 1, "tid": 23, "ts": 2850137.451171875, "dur": 2061.5110397338867, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0615110397338867, "detail": "UnityEngine.SocialPlatforms.Impl.AchievementDescription" } },
{ "pid": 1, "tid": 23, "ts": 2852200.1953125, "dur": 22686.33460998535, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 22.68633460998535, "detail": "UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform" } },
{ "pid": 1, "tid": 23, "ts": 2874887.6953125, "dur": 1935.9409809112549, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9359409809112549, "detail": "UnityEngine.SocialPlatforms.GameCenter.GcAchievementData" } },
{ "pid": 1, "tid": 23, "ts": 2876824.951171875, "dur": 986.7540001869202, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9867540001869202, "detail": "UnityEngine.SocialPlatforms.GameCenter.GcAchievementDescriptionData" } },
{ "pid": 1, "tid": 23, "ts": 2877812.01171875, "dur": 38260.93673706055, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 38.26093673706055, "detail": "UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard" } },
{ "pid": 1, "tid": 23, "ts": 2916074.21875, "dur": 1076.2989521026611, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0762989521026611, "detail": "UnityEngine.SocialPlatforms.GameCenter.GcScoreData" } },
{ "pid": 1, "tid": 23, "ts": 2917151.3671875, "dur": 1376.1190176010132, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3761190176010132, "detail": "UnityEngine.SocialPlatforms.GameCenter.GcUserProfileData" } },
{ "pid": 1, "tid": 23, "ts": 2918528.3203125, "dur": 3359.2848777770996, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.3592848777770996, "detail": "UnityEngine.SocialPlatforms.Impl.Leaderboard" } },
{ "pid": 1, "tid": 23, "ts": 2921888.427734375, "dur": 668.0740118026733, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6680740118026733, "detail": "UnityEngine.SocialPlatforms.Impl.LocalUser" } },
{ "pid": 1, "tid": 23, "ts": 2922875, "dur": 1661.5259647369385, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6615259647369385, "detail": "UnityEngine.SocialPlatforms.Impl.Score" } },
{ "pid": 1, "tid": 23, "ts": 2924549.560546875, "dur": 2064.466953277588, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.064466953277588, "detail": "UnityEngine.SocialPlatforms.Impl.UserProfile" } },
{ "pid": 1, "tid": 23, "ts": 2926935.546875, "dur": 13610.419273376465, "ph": "X", "name": "UnityEngine.GameCenterModule.cpp", "args": { "durationMS": 13.610419273376465, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 2940650.390625, "dur": 1613.7319803237915, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6137319803237915, "detail": "System.DelegateSerializationHolder/DelegateEntry" } },
{ "pid": 1, "tid": 23, "ts": 2942544.677734375, "dur": 1043.3800220489502, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0433800220489502, "detail": "System.Collections.EmptyReadOnlyDictionaryInternal/NodeEnumerator" } },
{ "pid": 1, "tid": 23, "ts": 2943589.111328125, "dur": 3061.069965362549, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.061069965362549, "detail": "System.Text.Encoding/DefaultDecoder" } },
{ "pid": 1, "tid": 23, "ts": 2946651.85546875, "dur": 2851.8199920654297, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.8518199920654297, "detail": "System.Text.Encoding/DefaultEncoder" } },
{ "pid": 1, "tid": 23, "ts": 2949504.8828125, "dur": 5533.34903717041, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.53334903717041, "detail": "System.Text.Encoding/EncodingByteBuffer" } },
{ "pid": 1, "tid": 23, "ts": 2955039.55078125, "dur": 2887.9549503326416, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.8879549503326416, "detail": "System.Text.Encoding/EncodingCharBuffer" } },
{ "pid": 1, "tid": 23, "ts": 2958111.572265625, "dur": 567.7310228347778, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5677310228347778, "detail": "System.Reflection.EventInfo/AddEventAdapter" } },
{ "pid": 1, "tid": 23, "ts": 2958680.17578125, "dur": 966.2030339241028, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9662030339241028, "detail": "System.Security.Policy.Evidence/EvidenceEnumerator" } },
{ "pid": 1, "tid": 23, "ts": 2959671.875, "dur": 2625.40602684021, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.62540602684021, "detail": "System.Threading.ExecutionContext/Reader" } },
{ "pid": 1, "tid": 23, "ts": 2962298.33984375, "dur": 890.0420069694519, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8900420069694519, "detail": "System.IO.FileStream/ReadDelegate" } },
{ "pid": 1, "tid": 23, "ts": 2963189.453125, "dur": 2101.936101913452, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.101936101913452, "detail": "System.IO.FileStream/WriteDelegate" } },
{ "pid": 1, "tid": 23, "ts": 2965604.248046875, "dur": 3208.2297801971436, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.2082297801971436, "detail": "System.Guid/GuidResult" } },
{ "pid": 1, "tid": 23, "ts": 2968836.42578125, "dur": 908.066987991333, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.908066987991333, "detail": "System.Collections.Hashtable/HashtableDebugView" } },
{ "pid": 1, "tid": 23, "ts": 2969745.60546875, "dur": 2744.0459728240967, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7440459728240967, "detail": "System.Collections.Hashtable/HashtableEnumerator" } },
{ "pid": 1, "tid": 23, "ts": 2972490.478515625, "dur": 961.010992527008, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9610109925270081, "detail": "System.Collections.Hashtable/KeyCollection" } },
{ "pid": 1, "tid": 23, "ts": 2973452.392578125, "dur": 12346.532821655273, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.346532821655273, "detail": "System.Collections.Hashtable/SyncHashtable" } },
{ "pid": 1, "tid": 23, "ts": 2985800.048828125, "dur": 698.2119679450989, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6982119679450989, "detail": "System.Collections.Hashtable/bucket" } },
{ "pid": 1, "tid": 23, "ts": 2986833.984375, "dur": 554.8689961433411, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5548689961433411, "detail": "System.Runtime.Remoting.Lifetime.Lease/RenewalDelegate" } },
{ "pid": 1, "tid": 23, "ts": 2987512.20703125, "dur": 1772.881031036377, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.772881031036377, "detail": "System.Collections.ListDictionaryInternal/NodeEnumerator" } },
{ "pid": 1, "tid": 23, "ts": 2989286.376953125, "dur": 945.937991142273, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.945937991142273, "detail": "System.Runtime.Remoting.Messaging.LogicalCallContext/Reader" } },
{ "pid": 1, "tid": 23, "ts": 2990233.154296875, "dur": 396.9619870185852, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3969619870185852, "detail": "Mono.Globalization.Unicode.MSCompatUnicodeTable/<>c" } },
{ "pid": 1, "tid": 23, "ts": 2990631.34765625, "dur": 3572.183132171631, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.572183132171631, "detail": "System.Runtime.Remoting.Messaging.MessageDictionary/DictionaryEnumerator" } },
{ "pid": 1, "tid": 23, "ts": 2994224.609375, "dur": 5068.513870239258, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.068513870239258, "detail": "System.MonoCustomAttrs/AttributeInfo" } },
{ "pid": 1, "tid": 23, "ts": 2999293.9453125, "dur": 849.8820066452026, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8498820066452026, "detail": "System.Reflection.MonoProperty/GetterAdapter" } },
{ "pid": 1, "tid": 23, "ts": 3000145.01953125, "dur": 1309.1109991073608, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3091109991073608, "detail": "System.Number/NumberBuffer" } },
{ "pid": 1, "tid": 23, "ts": 3001455.322265625, "dur": 26188.76838684082, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 26.18876838684082, "detail": "System.NumberFormatter/CustomInfo" } },
{ "pid": 1, "tid": 23, "ts": 3027645.263671875, "dur": 408.05599093437195, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.40805599093437195, "detail": "System.Threading.OSSpecificSynchronizationContext/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3028327.880859375, "dur": 575.6210088729858, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5756210088729858, "detail": "System.Threading.OSSpecificSynchronizationContext/InvocationEntryDelegate" } },
{ "pid": 1, "tid": 23, "ts": 3029034.1796875, "dur": 447.3790228366852, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4473790228366852, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectReader/TopLevelAssemblyTypeResolver" } },
{ "pid": 1, "tid": 23, "ts": 3029597.900390625, "dur": 1718.5020446777344, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7185020446777344, "detail": "System.ParameterizedStrings/FormatParam" } },
{ "pid": 1, "tid": 23, "ts": 3031317.87109375, "dur": 1214.3150568008423, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2143150568008423, "detail": "System.ParameterizedStrings/LowLevelStack" } },
{ "pid": 1, "tid": 23, "ts": 3032532.958984375, "dur": 420.9059774875641, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4209059774875641, "detail": "System.Collections.Queue/QueueDebugView" } },
{ "pid": 1, "tid": 23, "ts": 3032955.078125, "dur": 1545.2839136123657, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5452839136123657, "detail": "System.Collections.Queue/QueueEnumerator" } },
{ "pid": 1, "tid": 23, "ts": 3035007.32421875, "dur": 3418.8079833984375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.4188079833984375, "detail": "System.Resources.ResourceReader/ResourceEnumerator" } },
{ "pid": 1, "tid": 23, "ts": 3038599.609375, "dur": 1047.5189685821533, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0475189685821533, "detail": "System.Security.SecurityElement/SecurityAttribute" } },
{ "pid": 1, "tid": 23, "ts": 3039648.4375, "dur": 3364.962100982666, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.364962100982666, "detail": "System.Threading.SemaphoreSlim/<WaitUntilCountOrTimeoutAsync>d__31" } },
{ "pid": 1, "tid": 23, "ts": 3043014.404296875, "dur": 634.4239711761475, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6344239711761475, "detail": "System.Threading.SemaphoreSlim/TaskNode" } },
{ "pid": 1, "tid": 23, "ts": 3043957.03125, "dur": 522.2229957580566, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5222229957580566, "detail": "Mono.Globalization.Unicode.SimpleCollator/Escape" } },
{ "pid": 1, "tid": 23, "ts": 3044818.84765625, "dur": 1965.0969505310059, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9650969505310059, "detail": "Mono.Xml.SmallXmlParser/AttrListImpl" } },
{ "pid": 1, "tid": 23, "ts": 3046955.078125, "dur": 387.88098096847534, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.38788098096847534, "detail": "System.Collections.SortedList/SortedListDebugView" } },
{ "pid": 1, "tid": 23, "ts": 3047343.75, "dur": 3680.7479858398438, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6807479858398438, "detail": "System.Collections.SortedList/SortedListEnumerator" } },
{ "pid": 1, "tid": 23, "ts": 3051025.87890625, "dur": 1010.7300281524658, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0107300281524658, "detail": "System.Threading.SpinLock/SystemThreading_SpinLockDebugView" } },
{ "pid": 1, "tid": 23, "ts": 3052037.841796875, "dur": 449.16000962257385, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.44916000962257385, "detail": "System.Collections.Stack/StackDebugView" } },
{ "pid": 1, "tid": 23, "ts": 3052487.548828125, "dur": 2011.2669467926025, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0112669467926025, "detail": "System.Collections.Stack/StackEnumerator" } },
{ "pid": 1, "tid": 23, "ts": 3054513.427734375, "dur": 26155.94482421875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 26.15594482421875, "detail": "System.IO.Stream/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3080670.654296875, "dur": 2406.6710472106934, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4066710472106934, "detail": "System.IO.Stream/NullStream" } },
{ "pid": 1, "tid": 23, "ts": 3083078.369140625, "dur": 1406.546950340271, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.406546950340271, "detail": "System.IO.Stream/ReadWriteTask" } },
{ "pid": 1, "tid": 23, "ts": 3084486.083984375, "dur": 1752.8460025787354, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7528460025787354, "detail": "System.IO.Stream/SynchronousAsyncResult" } },
{ "pid": 1, "tid": 23, "ts": 3086239.501953125, "dur": 501.2879967689514, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5012879967689514, "detail": "System.IO.StreamReader/NullStreamReader" } },
{ "pid": 1, "tid": 23, "ts": 3086996.826171875, "dur": 724.9529957771301, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7249529957771301, "detail": "System.Threading.Tasks.Task/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3087722.65625, "dur": 3100.1899242401123, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.1001899242401123, "detail": "System.Threading.Tasks.Task/<>c__DisplayClass178_0" } },
{ "pid": 1, "tid": 23, "ts": 3090824.21875, "dur": 2490.565776824951, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.490565776824951, "detail": "System.Threading.Tasks.Task/ContingentProperties" } },
{ "pid": 1, "tid": 23, "ts": 3093315.673828125, "dur": 3259.600877761841, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.259600877761841, "detail": "System.Threading.Tasks.Task/DelayPromise" } },
{ "pid": 1, "tid": 23, "ts": 3096825.1953125, "dur": 1172.569990158081, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.172569990158081, "detail": "System.Threading.Tasks.TaskFactory/CompleteOnInvokePromise" } },
{ "pid": 1, "tid": 23, "ts": 3097998.53515625, "dur": 362.54099011421204, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.36254099011421204, "detail": "System.Threading.Tasks.TaskScheduler/SystemThreadingTasks_TaskSchedulerDebugView" } },
{ "pid": 1, "tid": 23, "ts": 3098361.81640625, "dur": 524.0370035171509, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5240370035171509, "detail": "System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3098886.71875, "dur": 816.8900012969971, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8168900012969971, "detail": "System.IO.TextReader/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3099704.833984375, "dur": 336.0150158405304, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3360150158405304, "detail": "System.IO.TextReader/NullTextReader" } },
{ "pid": 1, "tid": 23, "ts": 3100041.748046875, "dur": 970.5829620361328, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9705829620361328, "detail": "System.IO.TextReader/SyncTextReader" } },
{ "pid": 1, "tid": 23, "ts": 3101013.427734375, "dur": 2192.8629875183105, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1928629875183105, "detail": "System.IO.TextWriter/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3103207.03125, "dur": 511.96300983428955, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5119630098342896, "detail": "System.IO.TextWriter/NullTextWriter" } },
{ "pid": 1, "tid": 23, "ts": 3103719.970703125, "dur": 5958.050727844238, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.958050727844238, "detail": "System.IO.TextWriter/SyncTextWriter" } },
{ "pid": 1, "tid": 23, "ts": 3109680.419921875, "dur": 19024.009704589844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 19.024009704589844, "detail": "System.Threading.ThreadPool/<EnumerateQueuedWorkItems>d__21" } },
{ "pid": 1, "tid": 23, "ts": 3128706.298828125, "dur": 28435.251235961914, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 28.435251235961914, "detail": "System.Threading.Tasks.ThreadPoolTaskScheduler/<FilterTasksFromWorkItems>d__7" } },
{ "pid": 1, "tid": 23, "ts": 3157143.06640625, "dur": 1810.7659816741943, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8107659816741943, "detail": "System.Threading.ThreadPoolWorkQueue/QueueSegment" } },
{ "pid": 1, "tid": 23, "ts": 3158955.078125, "dur": 14061.3431930542, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.0613431930542, "detail": "System.Threading.ThreadPoolWorkQueue/WorkStealingQueue" } },
{ "pid": 1, "tid": 23, "ts": 3173017.822265625, "dur": 4631.309986114502, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.631309986114502, "detail": "System.Globalization.TimeSpanFormat/FormatLiterals" } },
{ "pid": 1, "tid": 23, "ts": 3177667.724609375, "dur": 479.6600043773651, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4796600043773651, "detail": "System.TimeZoneInfo/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3178148.4375, "dur": 8123.220443725586, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.123220443725586, "detail": "System.TimeZoneInfo/AdjustmentRule" } },
{ "pid": 1, "tid": 23, "ts": 3186272.705078125, "dur": 3607.862949371338, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.607862949371338, "detail": "System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION" } },
{ "pid": 1, "tid": 23, "ts": 3189912.59765625, "dur": 799.7690439224243, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7997690439224243, "detail": "System.TimeZoneInfo/TIME_ZONE_INFORMATION" } },
{ "pid": 1, "tid": 23, "ts": 3190713.134765625, "dur": 7692.57116317749, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.69257116317749, "detail": "System.TimeZoneInfo/TransitionTime" } },
{ "pid": 1, "tid": 23, "ts": 3198406.982421875, "dur": 6875.608921051025, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.875608921051025, "detail": "System.Threading.Timer/Scheduler" } },
{ "pid": 1, "tid": 23, "ts": 3205283.69140625, "dur": 515.4160261154175, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5154160261154175, "detail": "System.Threading.Timer/TimerComparer" } },
{ "pid": 1, "tid": 23, "ts": 3205799.8046875, "dur": 486.98699474334717, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.48698699474334717, "detail": "System.TypeIdentifiers/Display" } },
{ "pid": 1, "tid": 23, "ts": 3206288.0859375, "dur": 690.8739805221558, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6908739805221558, "detail": "System.TypeNames/ATypeName" } },
{ "pid": 1, "tid": 23, "ts": 3206996.337890625, "dur": 425.2510070800781, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4252510070800781, "detail": "System.Text.UTF32Encoding/UTF32Decoder" } },
{ "pid": 1, "tid": 23, "ts": 3207422.36328125, "dur": 2109.645128250122, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.109645128250122, "detail": "System.Text.UTF7Encoding/Decoder" } },
{ "pid": 1, "tid": 23, "ts": 3209532.71484375, "dur": 565.4570460319519, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5654570460319519, "detail": "System.Text.UTF7Encoding/DecoderUTF7Fallback" } },
{ "pid": 1, "tid": 23, "ts": 3210099.12109375, "dur": 981.2719821929932, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9812719821929932, "detail": "System.Text.UTF7Encoding/DecoderUTF7FallbackBuffer" } },
{ "pid": 1, "tid": 23, "ts": 3211081.298828125, "dur": 2016.2968635559082, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.016296863555908, "detail": "System.Text.UTF7Encoding/Encoder" } },
{ "pid": 1, "tid": 23, "ts": 3213098.388671875, "dur": 2372.29585647583, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.37229585647583, "detail": "System.Text.UTF8Encoding/UTF8Decoder" } },
{ "pid": 1, "tid": 23, "ts": 3215471.923828125, "dur": 12011.381149291992, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.011381149291992, "detail": "System.Text.UTF8Encoding/UTF8Encoder" } },
{ "pid": 1, "tid": 23, "ts": 3227484.375, "dur": 2351.315975189209, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.351315975189209, "detail": "System.Text.UnicodeEncoding/Decoder" } },
{ "pid": 1, "tid": 23, "ts": 3229954.58984375, "dur": 594.5690274238586, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5945690274238586, "detail": "System.Console/WindowsConsole/WindowsCancelHandler" } },
{ "pid": 1, "tid": 23, "ts": 3230550.048828125, "dur": 391.72300696372986, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.39172300696372986, "detail": "System.IO.Stream/SynchronousAsyncResult/<>c" } },
{ "pid": 1, "tid": 23, "ts": 3230944.091796875, "dur": 102887.51983642578, "ph": "X", "name": "mscorlib16.cpp", "args": { "durationMS": 102.88751983642578, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 3334227.783203125, "dur": 19062.45994567871, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 19.06245994567871, "detail": "System.Threading.Tasks.Task`1/<>c<System.Boolean>" } },
{ "pid": 1, "tid": 23, "ts": 3353302.490234375, "dur": 844.9669480323792, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8449669480323792, "detail": "System.Threading.Tasks.Task`1/<>c<System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 3354149.90234375, "dur": 833.3479762077332, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8333479762077332, "detail": "System.Threading.Tasks.Task`1/<>c<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3354985.595703125, "dur": 3969.954013824463, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.969954013824463, "detail": "System.Threading.Tasks.Task`1/<>c<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 23, "ts": 3358958.49609375, "dur": 713.9829993247986, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7139829993247986, "detail": "System.Linq.Enumerable/<>c__DisplayClass6_0`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3359716.552734375, "dur": 17970.186233520508, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 17.970186233520508, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3377689.697265625, "dur": 2958.1120014190674, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.9581120014190674, "detail": "UnityEngine.UI.CoroutineTween.TweenRunner`1/<Start>d__2<UnityEngine.UI.CoroutineTween.ColorTween>" } },
{ "pid": 1, "tid": 23, "ts": 3380650.146484375, "dur": 5854.458808898926, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.854458808898926, "detail": "UnityEngine.UI.CoroutineTween.TweenRunner`1/<Start>d__2<UnityEngine.UI.CoroutineTween.FloatTween>" } },
{ "pid": 1, "tid": 23, "ts": 3386507.568359375, "dur": 2244.0571784973145, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2440571784973145, "detail": "System.Action`1<System.Boolean>" } },
{ "pid": 1, "tid": 23, "ts": 3388753.41796875, "dur": 900.5990028381348, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9005990028381348, "detail": "System.Action`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3389656.494140625, "dur": 708.5500359535217, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7085500359535217, "detail": "System.Action`2<System.Boolean,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3390367.1875, "dur": 2906.8920612335205, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.9068920612335205, "detail": "System.Action`2<System.Object,System.Boolean>" } },
{ "pid": 1, "tid": 23, "ts": 3393276.611328125, "dur": 8176.007270812988, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.176007270812988, "detail": "System.Action`2<System.Object,System.Int32Enum>" } },
{ "pid": 1, "tid": 23, "ts": 3401456.0546875, "dur": 2557.5668811798096, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5575668811798096, "detail": "System.Action`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3404016.845703125, "dur": 1044.5079803466797, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0445079803466797, "detail": "System.Action`3<System.Object,System.Boolean,UnityEngine.Profiling.Experimental.DebugScreenCapture>" } },
{ "pid": 1, "tid": 23, "ts": 3405063.4765625, "dur": 14948.253631591797, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 14.948253631591797, "detail": "System.Action`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3420015.869140625, "dur": 26515.71273803711, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 26.51571273803711, "detail": "System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 23, "ts": 3446534.423828125, "dur": 35371.95587158203, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 35.37195587158203, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 23, "ts": 3481909.1796875, "dur": 8130.18798828125, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.13018798828125, "detail": "System.Collections.Generic.ArraySortHelper`1<System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 3490041.9921875, "dur": 9807.294845581055, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.807294845581055, "detail": "System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 23, "ts": 3499852.294921875, "dur": 9116.983413696289, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.116983413696289, "detail": "System.Collections.Generic.ArraySortHelper`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3508972.412109375, "dur": 25389.75715637207, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 25.38975715637207, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 23, "ts": 3534364.501953125, "dur": 9165.355682373047, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.165355682373047, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 23, "ts": 3543532.470703125, "dur": 8866.554260253906, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.866554260253906, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 23, "ts": 3552402.587890625, "dur": 25624.143600463867, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 25.624143600463867, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 23, "ts": 3578028.564453125, "dur": 9050.350189208984, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.050350189208984, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 23, "ts": 3587081.54296875, "dur": 9972.911834716797, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.972911834716797, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 23, "ts": 3597057.373046875, "dur": 8938.611030578613, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.938611030578613, "detail": "System.Collections.Generic.ArraySortHelper`1<System.UInt64>" } },
{ "pid": 1, "tid": 23, "ts": 3605998.291015625, "dur": 29866.804122924805, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 29.866804122924805, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 23, "ts": 3635868.408203125, "dur": 18411.426544189453, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 18.411426544189453, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 23, "ts": 3654282.958984375, "dur": 28408.92219543457, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 28.40892219543457, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 23, "ts": 3682695.068359375, "dur": 50319.82421875, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 50.31982421875, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 23, "ts": 3733017.822265625, "dur": 12046.734809875488, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 12.046734809875488, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 23, "ts": 3745066.40625, "dur": 42228.450775146484, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 42.228450775146484, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 23, "ts": 3787297.607421875, "dur": 9242.432594299316, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.242432594299316, "detail": "System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3796541.9921875, "dur": 9612.180709838867, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.612180709838867, "detail": "System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3806162.841796875, "dur": 6926.949977874756, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.926949977874756, "detail": "System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>" } },
{ "pid": 1, "tid": 23, "ts": 3813092.041015625, "dur": 8883.801460266113, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.883801460266113, "detail": "System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3821979.98046875, "dur": 790.9839749336243, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7909839749336243, "detail": "UnityEngine.Events.CachedInvokableCall`1<System.Boolean>" } },
{ "pid": 1, "tid": 23, "ts": 3822773.193359375, "dur": 743.6310052871704, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7436310052871704, "detail": "UnityEngine.Events.CachedInvokableCall`1<System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 3823518.06640625, "dur": 783.4640145301819, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7834640145301819, "detail": "UnityEngine.Events.CachedInvokableCall`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3824303.7109375, "dur": 737.2909784317017, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7372909784317017, "detail": "UnityEngine.Events.CachedInvokableCall`1<System.Single>" } },
{ "pid": 1, "tid": 23, "ts": 3825052.490234375, "dur": 2416.337013244629, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.416337013244629, "detail": "System.Collections.Generic.Comparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 23, "ts": 3827470.703125, "dur": 3636.451005935669, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.636451005935669, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 23, "ts": 3831108.88671875, "dur": 2732.0940494537354, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.7320940494537354, "detail": "System.Collections.Generic.Comparer`1<System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 3833843.26171875, "dur": 2575.514078140259, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.575514078140259, "detail": "System.Collections.Generic.Comparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 23, "ts": 3836419.921875, "dur": 2401.4909267425537, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4014909267425537, "detail": "System.Collections.Generic.Comparer`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3838823.73046875, "dur": 5705.080032348633, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.705080032348633, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 23, "ts": 3844531.005859375, "dur": 2392.5609588623047, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3925609588623047, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 23, "ts": 3846925.29296875, "dur": 2557.6069355010986, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5576069355010986, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 23, "ts": 3849484.86328125, "dur": 2569.962978363037, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.569962978363037, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 23, "ts": 3852056.884765625, "dur": 2876.4631748199463, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.8764631748199463, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 23, "ts": 3854956.0546875, "dur": 2584.3541622161865, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5843541622161865, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 23, "ts": 3857542.48046875, "dur": 2328.0749320983887, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3280749320983887, "detail": "System.Collections.Generic.Comparer`1<System.UInt64>" } },
{ "pid": 1, "tid": 23, "ts": 3859872.802734375, "dur": 2423.6810207366943, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4236810207366943, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 23, "ts": 3862298.583984375, "dur": 2371.0639476776123, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3710639476776123, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 23, "ts": 3864671.630859375, "dur": 2323.390007019043, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.323390007019043, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 23, "ts": 3866997.0703125, "dur": 2308.5570335388184, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3085570335388184, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 23, "ts": 3869307.6171875, "dur": 2313.039779663086, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.313039779663086, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 23, "ts": 3871625, "dur": 2314.0931129455566, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3140931129455566, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 23, "ts": 3873941.650390625, "dur": 774.9580144882202, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7749580144882202, "detail": "System.Comparison`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 23, "ts": 3874718.75, "dur": 717.9480195045471, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7179480195045471, "detail": "System.Comparison`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 23, "ts": 3875438.232421875, "dur": 631.0439705848694, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6310439705848694, "detail": "System.Comparison`1<System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 3876071.2890625, "dur": 652.8909802436829, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6528909802436829, "detail": "System.Comparison`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 23, "ts": 3876725.830078125, "dur": 644.8990106582642, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6448990106582642, "detail": "System.Comparison`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3877372.314453125, "dur": 623.35604429245, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.62335604429245, "detail": "System.Comparison`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 23, "ts": 3877997.55859375, "dur": 650.6540179252625, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6506540179252625, "detail": "System.Comparison`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 23, "ts": 3878650.146484375, "dur": 656.7960381507874, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6567960381507874, "detail": "System.Comparison`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 23, "ts": 3879308.59375, "dur": 653.5019874572754, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6535019874572754, "detail": "System.Comparison`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 23, "ts": 3879964.35546875, "dur": 631.4040422439575, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6314040422439575, "detail": "System.Comparison`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 23, "ts": 3880597.412109375, "dur": 635.0160241127014, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6350160241127014, "detail": "System.Comparison`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 23, "ts": 3881233.88671875, "dur": 597.3109602928162, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5973109602928162, "detail": "System.Comparison`1<System.UInt64>" } },
{ "pid": 1, "tid": 23, "ts": 3881833.0078125, "dur": 668.1610345840454, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6681610345840454, "detail": "System.Comparison`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 23, "ts": 3882503.41796875, "dur": 855.3009629249573, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8553009629249573, "detail": "System.Comparison`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 23, "ts": 3883360.83984375, "dur": 851.2060046195984, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8512060046195984, "detail": "System.Comparison`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 23, "ts": 3884214.111328125, "dur": 665.4389500617981, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6654389500617981, "detail": "System.Comparison`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 23, "ts": 3884881.591796875, "dur": 2839.495897293091, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.839495897293091, "detail": "System.Comparison`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 23, "ts": 3887722.900390625, "dur": 658.972978591919, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.658972978591919, "detail": "System.Comparison`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 23, "ts": 3888384.765625, "dur": 71742.75207519531, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 71.74275207519531, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3960159.912109375, "dur": 46560.062408447266, "ph": "X", "name": "Generics.cpp", "args": { "durationMS": 46.560062408447266, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4007874.51171875, "dur": 460.1840078830719, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4601840078830719, "detail": "UnityEngine.UI.CoroutineTween.TweenRunner`1/<Start>d__2<UnityEngine.UI.CoroutineTween.FloatTween>" } },
{ "pid": 1, "tid": 23, "ts": 4010162.353515625, "dur": 12522.336959838867, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 12.522336959838867, "detail": "System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 23, "ts": 4022688.96484375, "dur": 445.72100043296814, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.44572100043296814, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 23, "ts": 4023906.25, "dur": 1374.174952507019, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.374174952507019, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 23, "ts": 4025282.71484375, "dur": 660.5309844017029, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6605309844017029, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 23, "ts": 4025947.509765625, "dur": 702.8290033340454, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7028290033340454, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 23, "ts": 4026652.34375, "dur": 566.1870241165161, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5661870241165161, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 23, "ts": 4027221.923828125, "dur": 467.4620032310486, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4674620032310486, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 23, "ts": 4027690.673828125, "dur": 1525.547981262207, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.525547981262207, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 23, "ts": 4029518.798828125, "dur": 403.6739766597748, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4036739766597748, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 23, "ts": 4029924.31640625, "dur": 429.52999472618103, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.42952999472618103, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 23, "ts": 4030357.666015625, "dur": 4848.693370819092, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 4.848693370819092, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 23, "ts": 4035208.740234375, "dur": 1858.368992805481, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.858368992805481, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 23, "ts": 4037069.580078125, "dur": 2265.0139331817627, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 2.2650139331817627, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 23, "ts": 4039337.646484375, "dur": 1414.7590398788452, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.4147590398788452, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 23, "ts": 4041081.0546875, "dur": 338.422030210495, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.338422030210495, "detail": "System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4045905.76171875, "dur": 410.97700595855713, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.41097700595855713, "detail": "System.Comparison`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 23, "ts": 4046781.494140625, "dur": 1540.8999919891357, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.5408999919891357, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2<System.Runtime.Serialization.MemberHolder,System.Reflection.MemberInfo[]>" } },
{ "pid": 1, "tid": 23, "ts": 4048340.576171875, "dur": 743.7700033187866, "ph": "X", "name": "Il2CppGenericComDefinitions.cpp", "args": { "durationMS": 0.7437700033187866, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4049104.4921875, "dur": 722.1639752388, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7221639752388, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4049828.857421875, "dur": 717.5079584121704, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7175079584121704, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2<System.String,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4051932.6171875, "dur": 1190.7700300216675, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.1907700300216675, "detail": "System.Collections.Generic.Dictionary`2<UnityEngine.Canvas,UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.Graphic>>" } },
{ "pid": 1, "tid": 23, "ts": 4053130.126953125, "dur": 1014.8400068283081, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.014840006828308, "detail": "System.Collections.Generic.Dictionary`2<UnityEngine.Font,System.Collections.Generic.HashSet`1<UnityEngine.UI.Text>>" } },
{ "pid": 1, "tid": 23, "ts": 4054147.216796875, "dur": 946.4600086212158, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9464600086212158, "detail": "System.Collections.Generic.Dictionary`2<UnityEngine.UI.Graphic,System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 4055095.458984375, "dur": 831.3729763031006, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8313729763031006, "detail": "System.Collections.Generic.Dictionary`2<System.Threading.IAsyncLocal,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4055929.19921875, "dur": 828.9029598236084, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8289029598236084, "detail": "System.Collections.Generic.Dictionary`2<UnityEngine.UI.ICanvasElement,System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 4056761.962890625, "dur": 556.2460422515869, "ph": "X", "name": "Il2CppGenericComDefinitions1.cpp", "args": { "durationMS": 0.5562460422515869, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4057339.35546875, "dur": 23167.943954467773, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 23.167943954467773, "detail": "System.Collections.Generic.Dictionary`2<UnityEngine.UI.IClipper,System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 4080510.009765625, "dur": 1015.0920152664185, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0150920152664185, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>" } },
{ "pid": 1, "tid": 23, "ts": 4081527.34375, "dur": 809.5219731330872, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8095219731330872, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4082339.35546875, "dur": 780.8229923248291, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7808229923248291, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.EventSystems.PointerEventData>" } },
{ "pid": 1, "tid": 23, "ts": 4083121.826171875, "dur": 1208.509087562561, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.208509087562561, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.String>" } },
{ "pid": 1, "tid": 23, "ts": 4084332.763671875, "dur": 980.8880090713501, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9808880090713501, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task>" } },
{ "pid": 1, "tid": 23, "ts": 4085316.162109375, "dur": 1027.400016784668, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.027400016784668, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.TimeType>" } },
{ "pid": 1, "tid": 23, "ts": 4086345.947265625, "dur": 955.847978591919, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.955847978591919, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GUILayoutUtility/LayoutCache>" } },
{ "pid": 1, "tid": 23, "ts": 4087303.7109375, "dur": 980.6289672851562, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9806289672851562, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 4088289.0625, "dur": 632.1619749069214, "ph": "X", "name": "Il2CppGenericComDefinitions2.cpp", "args": { "durationMS": 0.6321619749069214, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4088942.138671875, "dur": 949.2340087890625, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9492340087890625, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4089893.798828125, "dur": 5629.118919372559, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 5.629118919372559, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 23, "ts": 4095525.87890625, "dur": 998.4760284423828, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9984760284423828, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>" } },
{ "pid": 1, "tid": 23, "ts": 4096526.3671875, "dur": 966.1229848861694, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9661229848861694, "detail": "System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle>" } },
{ "pid": 1, "tid": 23, "ts": 4097495.1171875, "dur": 770.5230116844177, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7705230116844177, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 4098267.578125, "dur": 1026.386022567749, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.026386022567749, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.LocalDataStoreSlot>" } },
{ "pid": 1, "tid": 23, "ts": 4099295.8984375, "dur": 884.8080039024353, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8848080039024353, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4100183.10546875, "dur": 1337.6319408416748, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.3376319408416748, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 23, "ts": 4101524.90234375, "dur": 973.2549786567688, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9732549786567688, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceSet>" } },
{ "pid": 1, "tid": 23, "ts": 4102502.44140625, "dur": 468.0590033531189, "ph": "X", "name": "Il2CppGenericComDefinitions3.cpp", "args": { "durationMS": 0.4680590033531189, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4102990.234375, "dur": 2784.558057785034, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 2.784558057785034, "detail": "System.Array/EmptyInternalEnumerator`1<System.IFormattable>" } },
{ "pid": 1, "tid": 23, "ts": 4106949.21875, "dur": 674.4379997253418, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6744379997253418, "detail": "System.Array/EmptyInternalEnumerator`1<System.Int16>" } },
{ "pid": 1, "tid": 23, "ts": 4110168.9453125, "dur": 16832.618713378906, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 16.832618713378906, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>" } },
{ "pid": 1, "tid": 23, "ts": 4130164.0625, "dur": 978.3960580825806, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9783960580825806, "detail": "System.Array/EmptyInternalEnumerator`1<Mono.Globalization.Unicode.TailoringInfo>" } },
{ "pid": 1, "tid": 23, "ts": 4133546.875, "dur": 3206.9251537323, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 3.2069251537323, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 23, "ts": 4140872.55859375, "dur": 719.1530466079712, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7191530466079712, "detail": "System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 23, "ts": 4143828.125, "dur": 762.6689672470093, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7626689672470093, "detail": "System.Collections.Generic.LinkedList`1/Enumerator<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4146646.97265625, "dur": 3912.41192817688, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 3.91241192817688, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 23, "ts": 4154016.11328125, "dur": 638.670027256012, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.638670027256012, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 23, "ts": 4155085.44921875, "dur": 551.5850186347961, "ph": "X", "name": "Il2CppGenericComDefinitions5.cpp", "args": { "durationMS": 0.5515850186347961, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4160184.5703125, "dur": 13129.474639892578, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 13.129474639892578, "detail": "System.Array/InternalEnumerator`1<System.Reflection.Module>" } },
{ "pid": 1, "tid": 23, "ts": 4176552.734375, "dur": 792.0939922332764, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7920939922332764, "detail": "System.Array/InternalEnumerator`1<System.SByte>" } },
{ "pid": 1, "tid": 23, "ts": 4184193.84765625, "dur": 4919.394016265869, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 4.919394016265869, "detail": "System.Array/InternalEnumerator`1<System.TimeZoneInfo/AdjustmentRule>" } },
{ "pid": 1, "tid": 23, "ts": 4189907.71484375, "dur": 438.88601660728455, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.43888601660728455, "detail": "UnityEngine.Events.InvokableCall`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 23, "ts": 4190683.10546875, "dur": 2878.2639503479004, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 2.8782639503479004, "detail": "System.Linq.Enumerable/Iterator`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4194767.578125, "dur": 858.161985874176, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.858161985874176, "detail": "System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>" } },
{ "pid": 1, "tid": 23, "ts": 4195627.9296875, "dur": 836.9669914245605, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8369669914245605, "detail": "System.Collections.Generic.LinkedList`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4196474.609375, "dur": 467.7390158176422, "ph": "X", "name": "Il2CppGenericComDefinitions8.cpp", "args": { "durationMS": 0.4677390158176422, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4196966.796875, "dur": 566.7489767074585, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5667489767074585, "detail": "System.Collections.Generic.List`1<System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 4197535.15625, "dur": 546.2470054626465, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5462470054626465, "detail": "System.Collections.Generic.List`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 23, "ts": 4198085.44921875, "dur": 597.4349975585938, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5974349975585938, "detail": "System.Collections.Generic.List`1<Mono.Globalization.Unicode.Level2Map>" } },
{ "pid": 1, "tid": 23, "ts": 4198685.05859375, "dur": 547.4770069122314, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5474770069122314, "detail": "System.Collections.Generic.List`1<System.LocalDataStore>" } },
{ "pid": 1, "tid": 23, "ts": 4199234.375, "dur": 612.2480034828186, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6122480034828186, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Mask>" } },
{ "pid": 1, "tid": 23, "ts": 4199848.14453125, "dur": 619.1390156745911, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6191390156745911, "detail": "System.Collections.Generic.List`1<System.Reflection.MethodBase>" } },
{ "pid": 1, "tid": 23, "ts": 4200469.23828125, "dur": 551.5599846839905, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5515599846839905, "detail": "System.Collections.Generic.List`1<System.Reflection.MethodInfo>" } },
{ "pid": 1, "tid": 23, "ts": 4201022.94921875, "dur": 551.2519478797913, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5512519478797913, "detail": "System.Collections.Generic.List`1<System.ModifierSpec>" } },
{ "pid": 1, "tid": 23, "ts": 4201576.171875, "dur": 1307.987928390503, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.307987928390503, "detail": "System.Collections.Generic.List`1<System.Reflection.Module>" } },
{ "pid": 1, "tid": 23, "ts": 4202885.7421875, "dur": 688.7779831886292, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6887779831886292, "detail": "System.Collections.Generic.List`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4203576.66015625, "dur": 535.2070331573486, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5352070331573486, "detail": "System.Collections.Generic.List`1<UnityEngine.Events.PersistentCall>" } },
{ "pid": 1, "tid": 23, "ts": 4204113.76953125, "dur": 1097.4150896072388, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0974150896072388, "detail": "System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 23, "ts": 4205214.84375, "dur": 739.1239404678345, "ph": "X", "name": "Il2CppGenericComDefinitions11.cpp", "args": { "durationMS": 0.7391239404678345, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4205979.4921875, "dur": 669.5590019226074, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6695590019226074, "detail": "System.Collections.Generic.List`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 23, "ts": 4206650.87890625, "dur": 616.1410212516785, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6161410212516785, "detail": "System.Collections.Generic.List`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 23, "ts": 4207269.04296875, "dur": 1652.2480249404907, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.6522480249404907, "detail": "System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 23, "ts": 4208923.33984375, "dur": 860.605001449585, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.860605001449585, "detail": "System.Collections.Generic.List`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 23, "ts": 4209785.64453125, "dur": 646.5759873390198, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6465759873390198, "detail": "System.Collections.Generic.List`1<System.IO.Directory/SearchData>" } },
{ "pid": 1, "tid": 23, "ts": 4210434.08203125, "dur": 518.5660123825073, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5185660123825073, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/DropdownItem>" } },
{ "pid": 1, "tid": 23, "ts": 4210955.56640625, "dur": 561.1010193824768, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5611010193824768, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData>" } },
{ "pid": 1, "tid": 23, "ts": 4211519.04296875, "dur": 14363.162994384766, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 14.363162994384766, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.EventTrigger/Entry>" } },
{ "pid": 1, "tid": 23, "ts": 4225884.27734375, "dur": 1148.392915725708, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.148392915725708, "detail": "System.Collections.Generic.List`1<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>" } },
{ "pid": 1, "tid": 23, "ts": 4227034.66796875, "dur": 547.776997089386, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.547776997089386, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.PointerInputModule/ButtonState>" } },
{ "pid": 1, "tid": 23, "ts": 4227584.47265625, "dur": 519.5910334587097, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5195910334587097, "detail": "System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>" } },
{ "pid": 1, "tid": 23, "ts": 4228106.4453125, "dur": 519.8649764060974, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5198649764060974, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.StencilMaterial/MatEntry>" } },
{ "pid": 1, "tid": 23, "ts": 4228630.37109375, "dur": 450.27899742126465, "ph": "X", "name": "Il2CppGenericComDefinitions14.cpp", "args": { "durationMS": 0.45027899742126465, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4229395.01953125, "dur": 128022.93395996094, "ph": "X", "name": "Idle", "args": { "durationMS": 128.02293395996094, "detail": "" } },
{ "pid": 1, "tid": 12, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 12, "ts": 1417195.556640625, "dur": 21192.840576171875, "ph": "X", "name": "Idle", "args": { "durationMS": 21.192840576171875, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 1448423.7060546875, "dur": 3914.482831954956, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 3.914482831954956, "detail": "System.Xml" } },
{ "pid": 1, "tid": 12, "ts": 1453755.126953125, "dur": 257288.78784179688, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 257.2887878417969, "detail": "System.Xml" } },
{ "pid": 1, "tid": 12, "ts": 1455346.19140625, "dur": 255697.23510742188, "ph": "X", "name": "System.Xml_Attr.cpp", "args": { "durationMS": 255.69723510742188, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 1714070.9228515625, "dur": 17635.147094726562, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 17.635147094726562, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 12, "ts": 1714088.134765625, "dur": 17617.286682128906, "ph": "X", "name": "UnityEngine.Physics2DModule_Attr.cpp", "args": { "durationMS": 17.617286682128906, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 1731709.5947265625, "dur": 14567.631721496582, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 14.567631721496582, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 12, "ts": 1731727.05078125, "dur": 14549.628257751465, "ph": "X", "name": "UnityEngine.GameCenterModule_Attr.cpp", "args": { "durationMS": 14.549628257751465, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 1747733.88671875, "dur": 9580.004692077637, "ph": "X", "name": "Write Windows Runtime Factories", "args": { "durationMS": 9.580004692077637, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 1763511.5966796875, "dur": 584.5959782600403, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5845959782600403, "detail": "<Module>" } },
{ "pid": 1, "tid": 12, "ts": 1764139.892578125, "dur": 20626.86538696289, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.62686538696289, "detail": "UnityEngine.Collider2D" } },
{ "pid": 1, "tid": 12, "ts": 1784767.822265625, "dur": 36060.49346923828, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 36.06049346923828, "detail": "UnityEngine.Collision2D" } },
{ "pid": 1, "tid": 12, "ts": 1820829.7119140625, "dur": 6735.668182373047, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.735668182373047, "detail": "UnityEngine.ContactFilter2D" } },
{ "pid": 1, "tid": 12, "ts": 1827566.5283203125, "dur": 334.85400676727295, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.33485400676727295, "detail": "UnityEngine.ContactPoint2D" } },
{ "pid": 1, "tid": 12, "ts": 1827902.099609375, "dur": 7851.861953735352, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.851861953735352, "detail": "UnityEngine.Physics2D" } },
{ "pid": 1, "tid": 12, "ts": 1835773.193359375, "dur": 18499.292373657227, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.499292373657227, "detail": "UnityEngine.PhysicsScene2D" } },
{ "pid": 1, "tid": 12, "ts": 1854273.4375, "dur": 6527.5068283081055, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.5275068283081055, "detail": "UnityEngine.RaycastHit2D" } },
{ "pid": 1, "tid": 12, "ts": 1860801.7578125, "dur": 688.6979937553406, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6886979937553406, "detail": "UnityEngine.Rigidbody2D" } },
{ "pid": 1, "tid": 12, "ts": 1861493.2861328125, "dur": 13341.468811035156, "ph": "X", "name": "UnityEngine.Physics2DModule.cpp", "args": { "durationMS": 13.341468811035156, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 1874913.818359375, "dur": 1022.6629972457886, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0226629972457886, "detail": "UnityEngine.RaycastHit" } },
{ "pid": 1, "tid": 12, "ts": 1875939.697265625, "dur": 1695.721983909607, "ph": "X", "name": "UnityEngine.PhysicsModule.cpp", "args": { "durationMS": 1.695721983909607, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 1877707.6416015625, "dur": 1022.1129655838013, "ph": "X", "name": "UnityEngine.SpriteShapeModule.cpp", "args": { "durationMS": 1.0221129655838013, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 1878795.0439453125, "dur": 4876.709938049316, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.876709938049316, "detail": "UnityEngine.AudioClip" } },
{ "pid": 1, "tid": 12, "ts": 1883672.9736328125, "dur": 5887.947559356689, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.8879475593566895, "detail": "UnityEngine.Audio.AudioClipPlayable" } },
{ "pid": 1, "tid": 12, "ts": 1889584.1064453125, "dur": 606.4019799232483, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6064019799232483, "detail": "UnityEngine.Audio.AudioMixerPlayable" } },
{ "pid": 1, "tid": 12, "ts": 1890220.947265625, "dur": 607.8959703445435, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6078959703445435, "detail": "UnityEngine.Experimental.Audio.AudioSampleProvider" } },
{ "pid": 1, "tid": 12, "ts": 1890829.7119140625, "dur": 619.545042514801, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.619545042514801, "detail": "UnityEngine.AudioSettings" } },
{ "pid": 1, "tid": 12, "ts": 1891450.1953125, "dur": 4371.126651763916, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.371126651763916, "detail": "UnityEngine.AudioSource" } },
{ "pid": 1, "tid": 12, "ts": 1895822.3876953125, "dur": 13509.119033813477, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.509119033813477, "detail": "UnityEngine.AudioClip/PCMReaderCallback" } },
{ "pid": 1, "tid": 12, "ts": 1909332.51953125, "dur": 2206.191062927246, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.206191062927246, "detail": "UnityEngine.AudioClip/PCMSetPositionCallback" } },
{ "pid": 1, "tid": 12, "ts": 1911539.6728515625, "dur": 880.19198179245, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.88019198179245, "detail": "UnityEngine.Experimental.Audio.AudioSampleProvider/SampleFramesHandler" } },
{ "pid": 1, "tid": 12, "ts": 1912420.5322265625, "dur": 1308.9929819107056, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3089929819107056, "detail": "UnityEngine.AudioSettings/AudioConfigurationChangeHandler" } },
{ "pid": 1, "tid": 12, "ts": 1913730.46875, "dur": 2181.105852127075, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.181105852127075, "detail": "UnityEngine.AudioSettings/Mobile" } },
{ "pid": 1, "tid": 12, "ts": 1915914.6728515625, "dur": 17094.63882446289, "ph": "X", "name": "UnityEngine.AudioModule.cpp", "args": { "durationMS": 17.09463882446289, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 1933187.744140625, "dur": 1636.5410089492798, "ph": "X", "name": "UnityEngine.TilemapModule.cpp", "args": { "durationMS": 1.6365410089492798, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 1935214.4775390625, "dur": 1527.1680355072021, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5271680355072021, "detail": "System.Reflection.CustomAttributeFormatException" } },
{ "pid": 1, "tid": 12, "ts": 1936742.7978515625, "dur": 2414.206027984619, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.414206027984619, "detail": "System.Reflection.CustomAttributeNamedArgument" } },
{ "pid": 1, "tid": 12, "ts": 1939158.447265625, "dur": 5237.495899200439, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.2374958992004395, "detail": "System.Reflection.CustomAttributeTypedArgument" } },
{ "pid": 1, "tid": 12, "ts": 1944600.4638671875, "dur": 6569.140434265137, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.569140434265137, "detail": "System.DBNull" } },
{ "pid": 1, "tid": 12, "ts": 1951170.654296875, "dur": 6690.2360916137695, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.6902360916137695, "detail": "System.DTSubString" } },
{ "pid": 1, "tid": 12, "ts": 1957877.44140625, "dur": 74151.21459960938, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 74.15121459960938, "detail": "System.DateTime" } },
{ "pid": 1, "tid": 12, "ts": 2032193.603515625, "dur": 36889.869689941406, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 36.889869689941406, "detail": "System.DateTimeFormat" } },
{ "pid": 1, "tid": 12, "ts": 2069099.12109375, "dur": 77858.63494873047, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 77.85863494873047, "detail": "System.Globalization.DateTimeFormatInfo" } },
{ "pid": 1, "tid": 12, "ts": 2146958.740234375, "dur": 22252.613067626953, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 22.252613067626953, "detail": "System.Globalization.DateTimeFormatInfoScanner" } },
{ "pid": 1, "tid": 12, "ts": 2169225.5859375, "dur": 159025.1922607422, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 159.0251922607422, "detail": "System.DateTimeParse" } },
{ "pid": 1, "tid": 12, "ts": 2328253.662109375, "dur": 124965.58380126953, "ph": "X", "name": "mscorlib3.cpp", "args": { "durationMS": 124.96558380126953, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 2453267.578125, "dur": 3846.9810485839844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.8469810485839844, "detail": "UnityEngine.ParticleSystem" } },
{ "pid": 1, "tid": 12, "ts": 2457231.201171875, "dur": 2876.1348724365234, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.8761348724365234, "detail": "UnityEngine.ParticleSystem/EmitParams" } },
{ "pid": 1, "tid": 12, "ts": 2460108.154296875, "dur": 2264.8608684539795, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2648608684539795, "detail": "UnityEngine.ParticleSystem/Particle" } },
{ "pid": 1, "tid": 12, "ts": 2462376.220703125, "dur": 9615.138053894043, "ph": "X", "name": "UnityEngine.ParticleSystemModule.cpp", "args": { "durationMS": 9.615138053894043, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 2472013.671875, "dur": 490.68498611450195, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.49068498611450195, "detail": "System.ObsoleteAttribute" } },
{ "pid": 1, "tid": 12, "ts": 2472893.310546875, "dur": 2890.0890350341797, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.8900890350341797, "detail": "System.OperatingSystem" } },
{ "pid": 1, "tid": 12, "ts": 2475784.1796875, "dur": 1017.3549652099609, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.017354965209961, "detail": "System.OperationCanceledException" } },
{ "pid": 1, "tid": 12, "ts": 2476908.69140625, "dur": 381.6620111465454, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3816620111465454, "detail": "System.Runtime.Serialization.OptionalFieldAttribute" } },
{ "pid": 1, "tid": 12, "ts": 2477291.50390625, "dur": 1621.777057647705, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.621777057647705, "detail": "System.OrdinalComparer" } },
{ "pid": 1, "tid": 12, "ts": 2479029.296875, "dur": 773.2280492782593, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7732280492782593, "detail": "System.OutOfMemoryException" } },
{ "pid": 1, "tid": 12, "ts": 2479803.7109375, "dur": 890.9839987754822, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8909839987754822, "detail": "System.OverflowException" } },
{ "pid": 1, "tid": 12, "ts": 2480866.943359375, "dur": 5321.471214294434, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.321471214294434, "detail": "System.Reflection.ParameterInfo" } },
{ "pid": 1, "tid": 12, "ts": 2486189.453125, "dur": 618.5579895973206, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6185579895973206, "detail": "System.Reflection.ParameterModifier" } },
{ "pid": 1, "tid": 12, "ts": 2486808.837890625, "dur": 28380.691528320312, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 28.380691528320312, "detail": "System.ParameterizedStrings" } },
{ "pid": 1, "tid": 12, "ts": 2515190.4296875, "dur": 539.404034614563, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.539404034614563, "detail": "System.Threading.ParameterizedThreadStart" } },
{ "pid": 1, "tid": 12, "ts": 2515730.95703125, "dur": 2877.963066101074, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.877963066101074, "detail": "System.ParamsArray" } },
{ "pid": 1, "tid": 12, "ts": 2518634.033203125, "dur": 9019.394874572754, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.019394874572754, "detail": "System.ParseNumbers" } },
{ "pid": 1, "tid": 12, "ts": 2527654.296875, "dur": 598.6970067024231, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5986970067024231, "detail": "System.Runtime.Serialization.Formatters.Binary.ParseRecord" } },
{ "pid": 1, "tid": 12, "ts": 2528254.150390625, "dur": 73197.42584228516, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 73.19742584228516, "detail": "System.IO.Path" } },
{ "pid": 1, "tid": 12, "ts": 2601780.2734375, "dur": 698.1900334358215, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6981900334358215, "detail": "System.IO.PathTooLongException" } },
{ "pid": 1, "tid": 12, "ts": 2602479.4921875, "dur": 928.4819960594177, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9284819960594177, "detail": "System.IO.PinnedBufferMemoryStream" } },
{ "pid": 1, "tid": 12, "ts": 2603408.69140625, "dur": 432.2659969329834, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4322659969329834, "detail": "System.Threading.PlatformHelper" } },
{ "pid": 1, "tid": 12, "ts": 2603855.712890625, "dur": 574.0450024604797, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5740450024604797, "detail": "System.PlatformNotSupportedException" } },
{ "pid": 1, "tid": 12, "ts": 2604430.419921875, "dur": 1829.901099205017, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.829901099205017, "detail": "System.Reflection.Pointer" } },
{ "pid": 1, "tid": 12, "ts": 2606261.71875, "dur": 690.4990077018738, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6904990077018738, "detail": "System.PointerSpec" } },
{ "pid": 1, "tid": 12, "ts": 2607072.509765625, "dur": 3217.829942703247, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.217829942703247, "detail": "System.Runtime.Serialization.Formatters.Binary.PrimitiveArray" } },
{ "pid": 1, "tid": 12, "ts": 2610371.337890625, "dur": 18069.856643676758, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.069856643676758, "detail": "System.Reflection.Emit.PropertyBuilder" } },
{ "pid": 1, "tid": 12, "ts": 2628442.3828125, "dur": 2873.2941150665283, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.8732941150665283, "detail": "System.Reflection.PropertyInfo" } },
{ "pid": 1, "tid": 12, "ts": 2631316.89453125, "dur": 1503.501057624817, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.503501057624817, "detail": "System.Runtime.Remoting.ProviderData" } },
{ "pid": 1, "tid": 12, "ts": 2632821.533203125, "dur": 559.844970703125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.559844970703125, "detail": "System.Runtime.Remoting.Proxies.ProxyAttribute" } },
{ "pid": 1, "tid": 12, "ts": 2633571.77734375, "dur": 21307.674407958984, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 21.307674407958984, "detail": "System.Collections.Queue" } },
{ "pid": 1, "tid": 12, "ts": 2654880.37109375, "dur": 1174.0349531173706, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1740349531173706, "detail": "System.Threading.QueueUserWorkItemCallback" } },
{ "pid": 1, "tid": 12, "ts": 2656055.908203125, "dur": 2426.5899658203125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4265899658203125, "detail": "System.Security.Cryptography.RNGCryptoServiceProvider" } },
{ "pid": 1, "tid": 12, "ts": 2658483.642578125, "dur": 18946.847915649414, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.946847915649414, "detail": "System.Random" } },
{ "pid": 1, "tid": 12, "ts": 2677431.640625, "dur": 514.4029855728149, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5144029855728149, "detail": "System.Security.Cryptography.RandomNumberGenerator" } },
{ "pid": 1, "tid": 12, "ts": 2677947.021484375, "dur": 1004.7730207443237, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0047730207443237, "detail": "System.RankException" } },
{ "pid": 1, "tid": 12, "ts": 2678952.880859375, "dur": 10397.303581237793, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.397303581237793, "detail": "System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo" } },
{ "pid": 1, "tid": 12, "ts": 2689351.07421875, "dur": 10041.857719421387, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.041857719421387, "detail": "System.Runtime.Remoting.Proxies.RealProxy" } },
{ "pid": 1, "tid": 12, "ts": 2699393.798828125, "dur": 348.7990200519562, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3487990200519562, "detail": "System.ReflectionOnlyType" } },
{ "pid": 1, "tid": 12, "ts": 2699743.1640625, "dur": 1767.2299146652222, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7672299146652222, "detail": "System.Reflection.ReflectionTypeLoadException" } },
{ "pid": 1, "tid": 12, "ts": 2701511.474609375, "dur": 4973.759174346924, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.973759174346924, "detail": "System.Globalization.RegionInfo" } },
{ "pid": 1, "tid": 12, "ts": 2706486.328125, "dur": 20386.743545532227, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.386743545532227, "detail": "System.Threading.RegisteredWaitHandle" } },
{ "pid": 1, "tid": 12, "ts": 2726874.0234375, "dur": 426.05501413345337, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.42605501413345337, "detail": "Microsoft.Win32.Registry" } },
{ "pid": 1, "tid": 12, "ts": 2727318.115234375, "dur": 59270.355224609375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 59.270355224609375, "detail": "Microsoft.Win32.RegistryKey" } },
{ "pid": 1, "tid": 12, "ts": 2786589.599609375, "dur": 535.5089902877808, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5355089902877808, "detail": "Microsoft.Win32.RegistryKeyComparer" } },
{ "pid": 1, "tid": 12, "ts": 2787349.365234375, "dur": 9773.662567138672, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.773662567138672, "detail": "System.Runtime.Remoting.RemotingConfiguration" } },
{ "pid": 1, "tid": 12, "ts": 2797123.779296875, "dur": 872.4469542503357, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8724469542503357, "detail": "System.Runtime.Remoting.RemotingException" } },
{ "pid": 1, "tid": 12, "ts": 2797997.0703125, "dur": 5176.94616317749, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.17694616317749, "detail": "System.Runtime.Remoting.Proxies.RemotingProxy" } },
{ "pid": 1, "tid": 12, "ts": 2803175.048828125, "dur": 27014.66178894043, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 27.01466178894043, "detail": "System.Runtime.Remoting.RemotingServices" } },
{ "pid": 1, "tid": 12, "ts": 2830190.4296875, "dur": 1001.3259649276733, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0013259649276733, "detail": "System.Runtime.Remoting.Messaging.RemotingSurrogate" } },
{ "pid": 1, "tid": 12, "ts": 2831192.87109375, "dur": 1473.7849235534668, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4737849235534668, "detail": "System.Runtime.Remoting.Messaging.RemotingSurrogateSelector" } },
{ "pid": 1, "tid": 12, "ts": 2832667.724609375, "dur": 1959.665060043335, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.959665060043335, "detail": "System.ResolveEventArgs" } },
{ "pid": 1, "tid": 12, "ts": 2834628.173828125, "dur": 687.3170137405396, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6873170137405396, "detail": "System.ResolveEventHandler" } },
{ "pid": 1, "tid": 12, "ts": 2835316.40625, "dur": 1472.7580547332764, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4727580547332764, "detail": "System.Resources.ResourceLocator" } },
{ "pid": 1, "tid": 12, "ts": 2836790.0390625, "dur": 7568.458557128906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.568458557128906, "detail": "System.Resources.ResourceManager" } },
{ "pid": 1, "tid": 12, "ts": 2844359.619140625, "dur": 23905.139923095703, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 23.905139923095703, "detail": "System.Resources.ResourceReader" } },
{ "pid": 1, "tid": 12, "ts": 2868268.310546875, "dur": 89169.80743408203, "ph": "X", "name": "mscorlib9.cpp", "args": { "durationMS": 89.16980743408203, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 2957488.76953125, "dur": 2884.711980819702, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.884711980819702, "detail": "UnityEngine.EventSystems.AbstractEventData" } },
{ "pid": 1, "tid": 12, "ts": 2960374.51171875, "dur": 2342.1380519866943, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3421380519866943, "detail": "UnityEngine.UI.AnimationTriggers" } },
{ "pid": 1, "tid": 12, "ts": 2962717.7734375, "dur": 8925.130844116211, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.925130844116211, "detail": "UnityEngine.UI.AspectRatioFitter" } },
{ "pid": 1, "tid": 12, "ts": 2971643.5546875, "dur": 1036.6350412368774, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0366350412368774, "detail": "UnityEngine.EventSystems.AxisEventData" } },
{ "pid": 1, "tid": 12, "ts": 2972681.15234375, "dur": 700.5529999732971, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7005529999732971, "detail": "UnityEngine.EventSystems.BaseEventData" } },
{ "pid": 1, "tid": 12, "ts": 2973382.8125, "dur": 3811.9940757751465, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.8119940757751465, "detail": "UnityEngine.EventSystems.BaseInput" } },
{ "pid": 1, "tid": 12, "ts": 2977196.044921875, "dur": 13100.469589233398, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.100469589233398, "detail": "UnityEngine.EventSystems.BaseInputModule" } },
{ "pid": 1, "tid": 12, "ts": 2990297.607421875, "dur": 3058.9780807495117, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0589780807495117, "detail": "UnityEngine.UI.BaseMeshEffect" } },
{ "pid": 1, "tid": 12, "ts": 2993357.666015625, "dur": 3732.8341007232666, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.7328341007232666, "detail": "UnityEngine.EventSystems.BaseRaycaster" } },
{ "pid": 1, "tid": 12, "ts": 2997239.990234375, "dur": 2785.7542037963867, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7857542037963867, "detail": "UnityEngine.UI.Button" } },
{ "pid": 1, "tid": 12, "ts": 3000027.587890625, "dur": 10318.747520446777, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.318747520446777, "detail": "UnityEngine.UI.CanvasScaler" } },
{ "pid": 1, "tid": 12, "ts": 3010367.67578125, "dur": 42343.34182739258, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 42.34334182739258, "detail": "UnityEngine.UI.CanvasUpdateRegistry" } },
{ "pid": 1, "tid": 12, "ts": 3052712.40234375, "dur": 3003.412961959839, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.003412961959839, "detail": "UnityEngine.UI.ClipperRegistry" } },
{ "pid": 1, "tid": 12, "ts": 3055717.041015625, "dur": 3517.561197280884, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.517561197280884, "detail": "UnityEngine.UI.Clipping" } },
{ "pid": 1, "tid": 12, "ts": 3059235.595703125, "dur": 23564.247131347656, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 23.564247131347656, "detail": "UnityEngine.UI.ColorBlock" } },
{ "pid": 1, "tid": 12, "ts": 3082802.001953125, "dur": 4783.874034881592, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.783874034881592, "detail": "UnityEngine.UI.CoroutineTween.ColorTween" } },
{ "pid": 1, "tid": 12, "ts": 3087587.158203125, "dur": 4330.681800842285, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.330681800842285, "detail": "UnityEngine.UI.ContentSizeFitter" } },
{ "pid": 1, "tid": 12, "ts": 3091918.701171875, "dur": 95476.51672363281, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 95.47651672363281, "detail": "UnityEngine.UI.DefaultControls" } },
{ "pid": 1, "tid": 12, "ts": 3187396.240234375, "dur": 76368.31665039062, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 76.36831665039062, "detail": "UnityEngine.UI.Dropdown" } },
{ "pid": 1, "tid": 12, "ts": 3263781.25, "dur": 18094.42901611328, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.09442901611328, "detail": "UnityEngine.EventSystems.EventSystem" } },
{ "pid": 1, "tid": 12, "ts": 3281876.46484375, "dur": 7894.608974456787, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.894608974456787, "detail": "UnityEngine.EventSystems.EventTrigger" } },
{ "pid": 1, "tid": 12, "ts": 3289797.8515625, "dur": 11606.285095214844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.606285095214844, "detail": "UnityEngine.EventSystems.ExecuteEvents" } },
{ "pid": 1, "tid": 12, "ts": 3301405.029296875, "dur": 7108.978271484375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.108978271484375, "detail": "UnityEngine.UI.CoroutineTween.FloatTween" } },
{ "pid": 1, "tid": 12, "ts": 3308515.869140625, "dur": 21527.509689331055, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 21.527509689331055, "detail": "UnityEngine.UI.FontData" } },
{ "pid": 1, "tid": 12, "ts": 3330044.189453125, "dur": 6410.858154296875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.410858154296875, "detail": "UnityEngine.UI.FontUpdateTracker" } },
{ "pid": 1, "tid": 12, "ts": 3336455.810546875, "dur": 61957.21435546875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 61.95721435546875, "detail": "UnityEngine.UI.Graphic" } },
{ "pid": 1, "tid": 12, "ts": 3398447.75390625, "dur": 152777.72521972656, "ph": "X", "name": "UnityEngine.UI.cpp", "args": { "durationMS": 152.77772521972656, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 3551248.53515625, "dur": 2050.9588718414307, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0509588718414307, "detail": "System.Array/InternalEnumerator`1<System.Threading.CancellationTokenRegistration>" } },
{ "pid": 1, "tid": 12, "ts": 3553301.513671875, "dur": 1887.2209787368774, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8872209787368774, "detail": "System.Array/InternalEnumerator`1<System.Char>" } },
{ "pid": 1, "tid": 12, "ts": 3555191.162109375, "dur": 2230.403184890747, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.230403184890747, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 12, "ts": 3557423.583984375, "dur": 1812.7520084381104, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8127520084381104, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 12, "ts": 3559238.76953125, "dur": 1984.7090244293213, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9847090244293213, "detail": "System.Array/InternalEnumerator`1<UnityEngine.ContactPoint2D>" } },
{ "pid": 1, "tid": 12, "ts": 3561226.07421875, "dur": 21601.316452026367, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 21.601316452026367, "detail": "System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>" } },
{ "pid": 1, "tid": 12, "ts": 3582831.298828125, "dur": 1933.3230257034302, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9333230257034302, "detail": "System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>" } },
{ "pid": 1, "tid": 12, "ts": 3584767.08984375, "dur": 2057.3129653930664, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0573129653930664, "detail": "System.Array/InternalEnumerator`1<System.DateTime>" } },
{ "pid": 1, "tid": 12, "ts": 3586826.171875, "dur": 2167.968988418579, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.167968988418579, "detail": "System.Array/InternalEnumerator`1<System.Decimal>" } },
{ "pid": 1, "tid": 12, "ts": 3588997.314453125, "dur": 2099.0569591522217, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0990569591522217, "detail": "System.Array/InternalEnumerator`1<System.Collections.DictionaryEntry>" } },
{ "pid": 1, "tid": 12, "ts": 3591098.6328125, "dur": 3706.6869735717773, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.7066869735717773, "detail": "System.Array/InternalEnumerator`1<System.Double>" } },
{ "pid": 1, "tid": 12, "ts": 3594807.861328125, "dur": 1953.7410736083984, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9537410736083984, "detail": "System.Array/InternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>" } },
{ "pid": 1, "tid": 12, "ts": 3596765.625, "dur": 1918.9610481262207, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9189610481262207, "detail": "System.Array/InternalEnumerator`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 12, "ts": 3598687.255859375, "dur": 2222.4581241607666, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2224581241607666, "detail": "System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>" } },
{ "pid": 1, "tid": 12, "ts": 3600912.59765625, "dur": 1796.7619895935059, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7967619895935059, "detail": "System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>" } },
{ "pid": 1, "tid": 12, "ts": 3602710.9375, "dur": 1922.321081161499, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.922321081161499, "detail": "System.Array/InternalEnumerator`1<System.Int16>" } },
{ "pid": 1, "tid": 12, "ts": 3604635.7421875, "dur": 3228.2629013061523, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.2282629013061523, "detail": "System.Array/InternalEnumerator`1<System.Int32>" } },
{ "pid": 1, "tid": 12, "ts": 3607866.2109375, "dur": 1775.4160165786743, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7754160165786743, "detail": "System.Array/InternalEnumerator`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 12, "ts": 3609643.798828125, "dur": 19322.694778442383, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 19.322694778442383, "detail": "System.Array/InternalEnumerator`1<System.Int64>" } },
{ "pid": 1, "tid": 12, "ts": 3628970.458984375, "dur": 5265.355587005615, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.265355587005615, "detail": "System.Array/InternalEnumerator`1<System.IntPtr>" } },
{ "pid": 1, "tid": 12, "ts": 3634239.2578125, "dur": 3757.8189373016357, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.7578189373016357, "detail": "System.Array/InternalEnumerator`1<System.Globalization.InternalCodePageDataItem>" } },
{ "pid": 1, "tid": 12, "ts": 3638000.732421875, "dur": 2863.184928894043, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.863184928894043, "detail": "System.Array/InternalEnumerator`1<System.Globalization.InternalEncodingDataItem>" } },
{ "pid": 1, "tid": 12, "ts": 3640869.140625, "dur": 2754.619836807251, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.754619836807251, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Keyframe>" } },
{ "pid": 1, "tid": 12, "ts": 3643627.44140625, "dur": 4175.747871398926, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.175747871398926, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>" } },
{ "pid": 1, "tid": 12, "ts": 3647806.396484375, "dur": 2719.334840774536, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.719334840774536, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 12, "ts": 3650528.80859375, "dur": 2538.1381511688232, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5381381511688232, "detail": "System.Array/InternalEnumerator`1<System.Object>" } },
{ "pid": 1, "tid": 12, "ts": 3653070.068359375, "dur": 2750.52809715271, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.75052809715271, "detail": "System.Array/InternalEnumerator`1<System.Reflection.ParameterModifier>" } },
{ "pid": 1, "tid": 12, "ts": 3655823.486328125, "dur": 15842.789649963379, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 15.842789649963379, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Plane>" } },
{ "pid": 1, "tid": 12, "ts": 3671670.166015625, "dur": 3230.759859085083, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.230759859085083, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Playables.PlayableBinding>" } },
{ "pid": 1, "tid": 12, "ts": 3674904.052734375, "dur": 3105.423927307129, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.105423927307129, "detail": "System.Array/InternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>" } },
{ "pid": 1, "tid": 12, "ts": 3678012.20703125, "dur": 7181.690692901611, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.181690692901611, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Quaternion>" } },
{ "pid": 1, "tid": 12, "ts": 3685197.021484375, "dur": 3412.6551151275635, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.4126551151275635, "detail": "System.Array/InternalEnumerator`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 12, "ts": 3688612.060546875, "dur": 3350.3191471099854, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.3503191471099854, "detail": "System.Array/InternalEnumerator`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 12, "ts": 3691965.33203125, "dur": 3609.999895095825, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.609999895095825, "detail": "System.Array/InternalEnumerator`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 12, "ts": 3695578.125, "dur": 19717.924118041992, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 19.717924118041992, "detail": "System.Array/InternalEnumerator`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 12, "ts": 3715299.560546875, "dur": 2201.7409801483154, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2017409801483154, "detail": "System.Array/InternalEnumerator`1<System.SByte>" } },
{ "pid": 1, "tid": 12, "ts": 3717503.662109375, "dur": 3004.911184310913, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.004911184310913, "detail": "System.Array/InternalEnumerator`1<System.Single>" } },
{ "pid": 1, "tid": 12, "ts": 3720511.23046875, "dur": 3022.4928855895996, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.0224928855895996, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 12, "ts": 3723536.62109375, "dur": 2964.6458625793457, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.9646458625793457, "detail": "System.Array/InternalEnumerator`1<System.TimeSpan>" } },
{ "pid": 1, "tid": 12, "ts": 3726505.615234375, "dur": 12427.377700805664, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 12.427377700805664, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 12, "ts": 3738935.302734375, "dur": 1924.7280359268188, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9247280359268188, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 12, "ts": 3740862.060546875, "dur": 4953.610897064209, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.953610897064209, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 12, "ts": 3745817.3828125, "dur": 1993.770956993103, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.993770956993103, "detail": "System.Array/InternalEnumerator`1<System.UInt16>" } },
{ "pid": 1, "tid": 12, "ts": 3747812.744140625, "dur": 6641.143798828125, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.641143798828125, "detail": "System.Array/InternalEnumerator`1<System.UInt32>" } },
{ "pid": 1, "tid": 12, "ts": 3754456.54296875, "dur": 1832.872986793518, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.832872986793518, "detail": "System.Array/InternalEnumerator`1<System.UInt64>" } },
{ "pid": 1, "tid": 12, "ts": 3756291.259765625, "dur": 22136.25717163086, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 22.13625717163086, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 12, "ts": 3778430.17578125, "dur": 1972.7259874343872, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9727259874343872, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 12, "ts": 3780405.029296875, "dur": 1970.3890085220337, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9703890085220337, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 12, "ts": 3782377.9296875, "dur": 1937.8470182418823, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9378470182418823, "detail": "System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 12, "ts": 3784317.87109375, "dur": 1959.2459201812744, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9592459201812744, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 12, "ts": 3786279.541015625, "dur": 3240.8840656280518, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.2408840656280518, "detail": "System.Array/InternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>" } },
{ "pid": 1, "tid": 12, "ts": 3789522.4609375, "dur": 2122.670888900757, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.122670888900757, "detail": "System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>" } },
{ "pid": 1, "tid": 12, "ts": 3791647.705078125, "dur": 2148.9410400390625, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.1489410400390625, "detail": "System.Array/InternalEnumerator`1<System.ParameterizedStrings/FormatParam>" } },
{ "pid": 1, "tid": 12, "ts": 3793799.072265625, "dur": 2123.9728927612305, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.1239728927612305, "detail": "System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>" } },
{ "pid": 1, "tid": 12, "ts": 3795925.048828125, "dur": 2422.956943511963, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.422956943511963, "detail": "System.Array/InternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>" } },
{ "pid": 1, "tid": 12, "ts": 3798351.318359375, "dur": 2995.60284614563, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.99560284614563, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 12, "ts": 3801348.6328125, "dur": 3227.7870178222656, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.2277870178222656, "detail": "UnityEngine.Events.InvokableCall`1<System.Boolean>" } },
{ "pid": 1, "tid": 12, "ts": 3804578.369140625, "dur": 3715.226888656616, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.715226888656616, "detail": "UnityEngine.Events.InvokableCall`1<UnityEngine.Color>" } },
{ "pid": 1, "tid": 12, "ts": 3808295.8984375, "dur": 3522.6759910583496, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.5226759910583496, "detail": "UnityEngine.Events.InvokableCall`1<System.Int32>" } },
{ "pid": 1, "tid": 12, "ts": 3811821.2890625, "dur": 6904.538154602051, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.904538154602051, "detail": "UnityEngine.Events.InvokableCall`1<System.Object>" } },
{ "pid": 1, "tid": 12, "ts": 3818728.759765625, "dur": 4283.802032470703, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.283802032470703, "detail": "UnityEngine.Events.InvokableCall`1<System.Single>" } },
{ "pid": 1, "tid": 12, "ts": 3823014.892578125, "dur": 8773.0131149292, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.7730131149292, "detail": "UnityEngine.Events.InvokableCall`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 12, "ts": 3831789.794921875, "dur": 4624.156951904297, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.624156951904297, "detail": "UnityEngine.Events.InvokableCall`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 12, "ts": 3836416.50390625, "dur": 1830.3910493850708, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8303910493850708, "detail": "UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 12, "ts": 3838249.267578125, "dur": 2051.8569946289062, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0518569946289062, "detail": "UnityEngine.Events.InvokableCall`4<System.Object,System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 12, "ts": 3840303.7109375, "dur": 1600.8299589157104, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.6008299589157104, "detail": "System.Linq.Enumerable/Iterator`1<System.Object>" } },
{ "pid": 1, "tid": 12, "ts": 3841906.25, "dur": 1574.0559101104736, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.5740559101104736, "detail": "System.IO.Iterator`1<System.Object>" } },
{ "pid": 1, "tid": 12, "ts": 3844355.224609375, "dur": 1074.733018875122, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.074733018875122, "detail": "System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>" } },
{ "pid": 1, "tid": 12, "ts": 3845431.640625, "dur": 1054.3060302734375, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0543060302734375, "detail": "System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>" } },
{ "pid": 1, "tid": 12, "ts": 3846488.28125, "dur": 1030.9840440750122, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0309840440750122, "detail": "System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 12, "ts": 3847520.751953125, "dur": 1024.8290300369263, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0248290300369263, "detail": "System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 12, "ts": 3848547.607421875, "dur": 1046.8839406967163, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0468839406967163, "detail": "System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 12, "ts": 3849596.923828125, "dur": 1069.0860748291016, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0690860748291016, "detail": "System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 12, "ts": 3850668.701171875, "dur": 929.9439787864685, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9299439787864685, "detail": "System.Collections.Generic.LinkedListNode`1<System.Object>" } },
{ "pid": 1, "tid": 12, "ts": 3851600.341796875, "dur": 16705.01708984375, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 16.70501708984375, "detail": "System.Collections.Generic.LinkedList`1<System.Object>" } },
{ "pid": 1, "tid": 12, "ts": 3868307.861328125, "dur": 2453.6430835723877, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4536430835723877, "detail": "System.RuntimeType/ListBuilder`1<System.Object>" } },
{ "pid": 1, "tid": 12, "ts": 3870764.404296875, "dur": 3563.206911087036, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.563206911087036, "detail": "UnityEngine.UI.ListPool`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 12, "ts": 3874329.833984375, "dur": 1245.5519437789917, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2455519437789917, "detail": "UnityEngine.UI.ListPool`1<System.Int32>" } },
{ "pid": 1, "tid": 12, "ts": 3875576.904296875, "dur": 1142.4579620361328, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1424579620361328, "detail": "UnityEngine.UI.ListPool`1<System.Object>" } },
{ "pid": 1, "tid": 12, "ts": 3876721.435546875, "dur": 1031.5099954605103, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0315099954605103, "detail": "UnityEngine.UI.ListPool`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 12, "ts": 3877754.638671875, "dur": 1114.825963973999, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.114825963973999, "detail": "UnityEngine.UI.ListPool`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 12, "ts": 3878871.337890625, "dur": 1058.1740140914917, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0581740140914917, "detail": "UnityEngine.UI.ListPool`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 12, "ts": 3879932.373046875, "dur": 27272.300720214844, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 27.272300720214844, "detail": "System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 12, "ts": 3907206.54296875, "dur": 64953.4912109375, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 64.9534912109375, "detail": "System.Collections.Generic.List`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 12, "ts": 3972162.109375, "dur": 36059.6923828125, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 36.0596923828125, "detail": "System.Collections.Generic.List`1<System.Int32>" } },
{ "pid": 1, "tid": 12, "ts": 4008223.876953125, "dur": 41119.85778808594, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 41.11985778808594, "detail": "System.Collections.Generic.List`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 12, "ts": 4049345.947265625, "dur": 40404.930114746094, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 40.404930114746094, "detail": "System.Collections.Generic.List`1<System.Object>" } },
{ "pid": 1, "tid": 12, "ts": 4089754.39453125, "dur": 149650.29907226562, "ph": "X", "name": "Generics3.cpp", "args": { "durationMS": 149.65029907226562, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 4239416.50390625, "dur": 118000.9765625, "ph": "X", "name": "Idle", "args": { "durationMS": 118.0009765625, "detail": "" } },
{ "pid": 1, "tid": 11, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 11, "ts": 1417267.4560546875, "dur": 21127.029418945312, "ph": "X", "name": "Idle", "args": { "durationMS": 21.127029418945312, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 1448358.3984375, "dur": 3955.7008743286133, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 3.9557008743286133, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 11, "ts": 1453740.234375, "dur": 257271.57592773438, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 257.2715759277344, "detail": "System" } },
{ "pid": 1, "tid": 11, "ts": 1455327.5146484375, "dur": 255683.70056152344, "ph": "X", "name": "System_Attr.cpp", "args": { "durationMS": 255.68370056152344, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 1713924.6826171875, "dur": 4834.195137023926, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 4.834195137023926, "detail": "UnityEngine.GridModule" } },
{ "pid": 1, "tid": 11, "ts": 1713980.3466796875, "dur": 4778.036117553711, "ph": "X", "name": "UnityEngine.GridModule_Attr.cpp", "args": { "durationMS": 4.778036117553711, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 1718763.18359375, "dur": 6540.671825408936, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 6.5406718254089355, "detail": "UnityEngine.AssetBundleModule" } },
{ "pid": 1, "tid": 11, "ts": 1718781.25, "dur": 6522.1686363220215, "ph": "X", "name": "UnityEngine.AssetBundleModule_Attr.cpp", "args": { "durationMS": 6.5221686363220215, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 1725306.640625, "dur": 8738.113403320312, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 8.738113403320312, "detail": "UnityEngine.TilemapModule" } },
{ "pid": 1, "tid": 11, "ts": 1725322.75390625, "dur": 8721.38786315918, "ph": "X", "name": "UnityEngine.TilemapModule_Attr.cpp", "args": { "durationMS": 8.72138786315918, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 1734047.9736328125, "dur": 43347.35870361328, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 43.34735870361328, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 11, "ts": 1734063.1103515625, "dur": 43331.2873840332, "ph": "X", "name": "UnityEngine.UI_Attr.cpp", "args": { "durationMS": 43.3312873840332, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 1781060.791015625, "dur": 21734.220504760742, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 21.734220504760742, "detail": "<PrivateImplementationDetails>" } },
{ "pid": 1, "tid": 11, "ts": 1802796.0205078125, "dur": 46020.08056640625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 46.02008056640625, "detail": "System.Text.ASCIIEncoding" } },
{ "pid": 1, "tid": 11, "ts": 1848817.7490234375, "dur": 3486.5169525146484, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.4865169525146484, "detail": "System.Threading.AbandonedMutexException" } },
{ "pid": 1, "tid": 11, "ts": 1852305.7861328125, "dur": 55436.641693115234, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 55.436641693115234, "detail": "System.Action" } },
{ "pid": 1, "tid": 11, "ts": 1907743.7744140625, "dur": 1322.5970268249512, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3225970268249512, "detail": "System.Runtime.Remoting.ActivatedClientTypeEntry" } },
{ "pid": 1, "tid": 11, "ts": 1909067.2607421875, "dur": 1008.6590051651001, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0086590051651, "detail": "System.Runtime.Remoting.ActivatedServiceTypeEntry" } },
{ "pid": 1, "tid": 11, "ts": 1910076.7822265625, "dur": 9057.846069335938, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.057846069335938, "detail": "System.Runtime.Remoting.Activation.ActivationServices" } },
{ "pid": 1, "tid": 11, "ts": 1919135.8642578125, "dur": 2790.522813796997, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.790522813796997, "detail": "System.Activator" } },
{ "pid": 1, "tid": 11, "ts": 1921927.490234375, "dur": 12088.95206451416, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.08895206451416, "detail": "System.AggregateException" } },
{ "pid": 1, "tid": 11, "ts": 1934017.578125, "dur": 987.3889684677124, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9873889684677124, "detail": "System.Reflection.AmbiguousMatchException" } },
{ "pid": 1, "tid": 11, "ts": 1935036.1328125, "dur": 13114.66121673584, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.11466121673584, "detail": "System.AppDomain" } },
{ "pid": 1, "tid": 11, "ts": 1948151.85546875, "dur": 1962.4810218811035, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9624810218811035, "detail": "System.Runtime.Remoting.Activation.AppDomainLevelActivator" } },
{ "pid": 1, "tid": 11, "ts": 1950115.1123046875, "dur": 564.5580291748047, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5645580291748047, "detail": "System.AppDomainSetup" } },
{ "pid": 1, "tid": 11, "ts": 1950680.908203125, "dur": 929.1320443153381, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9291320443153381, "detail": "System.AppDomainUnloadedException" } },
{ "pid": 1, "tid": 11, "ts": 1951610.9619140625, "dur": 1351.7709970474243, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3517709970474243, "detail": "System.ApplicationException" } },
{ "pid": 1, "tid": 11, "ts": 1952963.7451171875, "dur": 1485.7909679412842, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4857909679412842, "detail": "System.Runtime.Remoting.Messaging.ArgInfo" } },
{ "pid": 1, "tid": 11, "ts": 1954463.37890625, "dur": 771.7310190200806, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7717310190200806, "detail": "System.ArgIterator" } },
{ "pid": 1, "tid": 11, "ts": 1955236.328125, "dur": 3036.910057067871, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.036910057067871, "detail": "System.ArgumentException" } },
{ "pid": 1, "tid": 11, "ts": 1958274.0478515625, "dur": 1588.413953781128, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.588413953781128, "detail": "System.ArgumentNullException" } },
{ "pid": 1, "tid": 11, "ts": 1959863.6474609375, "dur": 3430.0339221954346, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.4300339221954346, "detail": "System.ArgumentOutOfRangeException" } },
{ "pid": 1, "tid": 11, "ts": 1963295.166015625, "dur": 1108.0219745635986, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1080219745635986, "detail": "System.ArithmeticException" } },
{ "pid": 1, "tid": 11, "ts": 1964403.9306640625, "dur": 75950.44708251953, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 75.95044708251953, "detail": "System.Array" } },
{ "pid": 1, "tid": 11, "ts": 2040355.46875, "dur": 9204.55551147461, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.20455551147461, "detail": "System.Collections.ArrayList" } },
{ "pid": 1, "tid": 11, "ts": 2049561.279296875, "dur": 6976.447105407715, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.976447105407715, "detail": "System.ArraySpec" } },
{ "pid": 1, "tid": 11, "ts": 2056539.0625, "dur": 518.6929702758789, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5186929702758789, "detail": "System.ArrayTypeMismatchException" } },
{ "pid": 1, "tid": 11, "ts": 2057058.59375, "dur": 10555.521011352539, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.555521011352539, "detail": "System.Reflection.Assembly" } },
{ "pid": 1, "tid": 11, "ts": 2067632.568359375, "dur": 449.1879940032959, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4491879940032959, "detail": "System.Reflection.AssemblyCompanyAttribute" } },
{ "pid": 1, "tid": 11, "ts": 2068082.51953125, "dur": 1709.663987159729, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.709663987159729, "detail": "System.Reflection.AssemblyConfigurationAttribute" } },
{ "pid": 1, "tid": 11, "ts": 2071084.716796875, "dur": 723.6490249633789, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7236490249633789, "detail": "System.AssemblyLoadEventHandler" } },
{ "pid": 1, "tid": 11, "ts": 2071809.5703125, "dur": 35695.71304321289, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 35.69571304321289, "detail": "System.Reflection.AssemblyName" } },
{ "pid": 1, "tid": 11, "ts": 2107524.90234375, "dur": 522.8750109672546, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5228750109672546, "detail": "System.Reflection.AssemblyProductAttribute" } },
{ "pid": 1, "tid": 11, "ts": 2108290.283203125, "dur": 1139.557957649231, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.139557957649231, "detail": "System.Reflection.AssemblyTrademarkAttribute" } },
{ "pid": 1, "tid": 11, "ts": 2109445.3125, "dur": 576.537013053894, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.576537013053894, "detail": "System.AsyncCallback" } },
{ "pid": 1, "tid": 11, "ts": 2110036.1328125, "dur": 570.2570080757141, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5702570080757141, "detail": "System.Threading.Tasks.AsyncCausalityTracer" } },
{ "pid": 1, "tid": 11, "ts": 2110607.421875, "dur": 3991.6532039642334, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.9916532039642334, "detail": "System.Runtime.CompilerServices.AsyncMethodBuilderCore" } },
{ "pid": 1, "tid": 11, "ts": 2114762.20703125, "dur": 6547.093868255615, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.547093868255615, "detail": "System.Runtime.Remoting.Messaging.AsyncResult" } },
{ "pid": 1, "tid": 11, "ts": 2121459.716796875, "dur": 712.3349905014038, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7123349905014038, "detail": "System.Runtime.CompilerServices.AsyncTaskCache" } },
{ "pid": 1, "tid": 11, "ts": 2122173.095703125, "dur": 14124.727249145508, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.124727249145508, "detail": "System.Attribute" } },
{ "pid": 1, "tid": 11, "ts": 2136318.115234375, "dur": 750.4889965057373, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7504889965057373, "detail": "System.AttributeUsageAttribute" } },
{ "pid": 1, "tid": 11, "ts": 2137069.580078125, "dur": 5167.9229736328125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.1679229736328125, "detail": "System.Threading.Tasks.AwaitTaskContinuation" } },
{ "pid": 1, "tid": 11, "ts": 2142264.6484375, "dur": 7006.929874420166, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.006929874420166, "detail": "System.BadImageFormatException" } },
{ "pid": 1, "tid": 11, "ts": 2149285.888671875, "dur": 2869.4279193878174, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.8694279193878174, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryArray" } },
{ "pid": 1, "tid": 11, "ts": 2152169.677734375, "dur": 665.0109887123108, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6650109887123108, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryAssembly" } },
{ "pid": 1, "tid": 11, "ts": 2152836.42578125, "dur": 830.0849795341492, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8300849795341492, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo" } },
{ "pid": 1, "tid": 11, "ts": 2153807.861328125, "dur": 8913.665771484375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.913665771484375, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryConverter" } },
{ "pid": 1, "tid": 11, "ts": 2162722.65625, "dur": 345.0569808483124, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3450569808483124, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainAssembly" } },
{ "pid": 1, "tid": 11, "ts": 2163387.939453125, "dur": 338.81300687789917, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.33881300687789917, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryCrossAppDomainString" } },
{ "pid": 1, "tid": 11, "ts": 2163727.783203125, "dur": 7006.694793701172, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.006694793701172, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryFormatter" } },
{ "pid": 1, "tid": 11, "ts": 2170752.9296875, "dur": 810.1339936256409, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8101339936256409, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall" } },
{ "pid": 1, "tid": 11, "ts": 2171563.96484375, "dur": 1021.2459564208984, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0212459564208984, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn" } },
{ "pid": 1, "tid": 11, "ts": 2172586.181640625, "dur": 627.3989677429199, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6273989677429199, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryObject" } },
{ "pid": 1, "tid": 11, "ts": 2173214.599609375, "dur": 626.1569857597351, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6261569857597351, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryObjectString" } },
{ "pid": 1, "tid": 11, "ts": 2173841.552734375, "dur": 35721.5576171875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 35.7215576171875, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap" } },
{ "pid": 1, "tid": 11, "ts": 2209564.208984375, "dur": 6909.582614898682, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.909582614898682, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped" } },
{ "pid": 1, "tid": 11, "ts": 2216475.341796875, "dur": 22212.596893310547, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 22.212596893310547, "detail": "System.IO.BinaryReader" } },
{ "pid": 1, "tid": 11, "ts": 2238691.40625, "dur": 115918.81561279297, "ph": "X", "name": "mscorlib.cpp", "args": { "durationMS": 115.91881561279297, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 2354655.517578125, "dur": 54020.40100097656, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 54.02040100097656, "detail": "UnityEngine.WWW" } },
{ "pid": 1, "tid": 11, "ts": 2408921.875, "dur": 8185.927391052246, "ph": "X", "name": "UnityEngine.UnityWebRequestWWWModule.cpp", "args": { "durationMS": 8.185927391052246, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 2417135.25390625, "dur": 14134.20295715332, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.13420295715332, "detail": "System.Runtime.InteropServices.Marshal" } },
{ "pid": 1, "tid": 11, "ts": 2431442.626953125, "dur": 5264.624118804932, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.264624118804932, "detail": "System.MarshalByRefObject" } },
{ "pid": 1, "tid": 11, "ts": 2436708.49609375, "dur": 784.4330072402954, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7844330072402954, "detail": "System.Runtime.InteropServices.MarshalDirectiveException" } },
{ "pid": 1, "tid": 11, "ts": 2437493.896484375, "dur": 2979.017972946167, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.979017972946167, "detail": "System.Math" } },
{ "pid": 1, "tid": 11, "ts": 2440474.12109375, "dur": 762.5400424003601, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7625400424003601, "detail": "System.MemberAccessException" } },
{ "pid": 1, "tid": 11, "ts": 2441237.79296875, "dur": 571.7319846153259, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5717319846153259, "detail": "System.Reflection.MemberFilter" } },
{ "pid": 1, "tid": 11, "ts": 2441810.546875, "dur": 962.1479511260986, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9621479511260986, "detail": "System.Runtime.Serialization.MemberHolder" } },
{ "pid": 1, "tid": 11, "ts": 2442773.4375, "dur": 9979.827880859375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.979827880859375, "detail": "System.Reflection.MemberInfo" } },
{ "pid": 1, "tid": 11, "ts": 2452754.638671875, "dur": 7682.466983795166, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.682466983795166, "detail": "System.Reflection.MemberInfoSerializationHolder" } },
{ "pid": 1, "tid": 11, "ts": 2460437.744140625, "dur": 4331.09712600708, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.33109712600708, "detail": "System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped" } },
{ "pid": 1, "tid": 11, "ts": 2464770.01953125, "dur": 612.7859950065613, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6127859950065613, "detail": "System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped" } },
{ "pid": 1, "tid": 11, "ts": 2465383.30078125, "dur": 494.7589933872223, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4947589933872223, "detail": "System.Runtime.Serialization.Formatters.Binary.MemberReference" } },
{ "pid": 1, "tid": 11, "ts": 2465892.578125, "dur": 12534.618377685547, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.534618377685547, "detail": "System.IO.MemoryStream" } },
{ "pid": 1, "tid": 11, "ts": 2478428.466796875, "dur": 8079.421043395996, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.079421043395996, "detail": "System.Runtime.Remoting.Messaging.MessageDictionary" } },
{ "pid": 1, "tid": 11, "ts": 2486508.7890625, "dur": 453.3030092716217, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4533030092716217, "detail": "System.Runtime.Serialization.Formatters.Binary.MessageEnd" } },
{ "pid": 1, "tid": 11, "ts": 2486977.5390625, "dur": 1128.0590295791626, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1280590295791626, "detail": "System.MethodAccessException" } },
{ "pid": 1, "tid": 11, "ts": 2488123.779296875, "dur": 7691.406726837158, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.691406726837158, "detail": "System.Reflection.MethodBase" } },
{ "pid": 1, "tid": 11, "ts": 2495816.162109375, "dur": 412.4070107936859, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4124070107936859, "detail": "System.Reflection.MethodBody" } },
{ "pid": 1, "tid": 11, "ts": 2496229.248046875, "dur": 1626.7279386520386, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6267279386520386, "detail": "System.Reflection.Emit.MethodBuilder" } },
{ "pid": 1, "tid": 11, "ts": 2497857.177734375, "dur": 14353.23429107666, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.35323429107666, "detail": "System.Runtime.Remoting.Messaging.MethodCall" } },
{ "pid": 1, "tid": 11, "ts": 2512226.806640625, "dur": 1975.4070043563843, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9754070043563843, "detail": "System.Reflection.MethodInfo" } },
{ "pid": 1, "tid": 11, "ts": 2514202.880859375, "dur": 8097.387313842773, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.097387313842773, "detail": "System.Runtime.Remoting.Messaging.MethodResponse" } },
{ "pid": 1, "tid": 11, "ts": 2522301.513671875, "dur": 3938.077926635742, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.938077926635742, "detail": "System.Runtime.Remoting.Messaging.MethodReturnDictionary" } },
{ "pid": 1, "tid": 11, "ts": 2526241.2109375, "dur": 710.4420065879822, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7104420065879822, "detail": "System.Reflection.Missing" } },
{ "pid": 1, "tid": 11, "ts": 2526952.63671875, "dur": 1592.1140909194946, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5921140909194946, "detail": "System.MissingFieldException" } },
{ "pid": 1, "tid": 11, "ts": 2528545.654296875, "dur": 2746.593952178955, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.746593952178955, "detail": "System.MissingMemberException" } },
{ "pid": 1, "tid": 11, "ts": 2531293.212890625, "dur": 1517.8749561309814, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5178749561309814, "detail": "System.MissingMethodException" } },
{ "pid": 1, "tid": 11, "ts": 2532812.01171875, "dur": 17304.462432861328, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.304462432861328, "detail": "System.Reflection.Module" } },
{ "pid": 1, "tid": 11, "ts": 2550138.916015625, "dur": 3180.655002593994, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.180655002593994, "detail": "System.Threading.Monitor" } },
{ "pid": 1, "tid": 11, "ts": 2553320.80078125, "dur": 1890.768051147461, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.890768051147461, "detail": "System.Reflection.MonoAssembly" } },
{ "pid": 1, "tid": 11, "ts": 2555264.404296875, "dur": 801.5509843826294, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8015509843826294, "detail": "System.MonoAsyncCall" } },
{ "pid": 1, "tid": 11, "ts": 2556066.650390625, "dur": 5903.805732727051, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.903805732727051, "detail": "System.Reflection.MonoCMethod" } },
{ "pid": 1, "tid": 11, "ts": 2561971.435546875, "dur": 24899.2862701416, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.8992862701416, "detail": "System.MonoCustomAttrs" } },
{ "pid": 1, "tid": 11, "ts": 2586871.58203125, "dur": 7126.664161682129, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.126664161682129, "detail": "System.Reflection.MonoEvent" } },
{ "pid": 1, "tid": 11, "ts": 2593999.267578125, "dur": 742.9569959640503, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7429569959640503, "detail": "System.Reflection.MonoEventInfo" } },
{ "pid": 1, "tid": 11, "ts": 2594743.408203125, "dur": 4512.262344360352, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.512262344360352, "detail": "System.Reflection.MonoField" } },
{ "pid": 1, "tid": 11, "ts": 2599270.751953125, "dur": 30706.134796142578, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 30.706134796142578, "detail": "System.IO.MonoIO" } },
{ "pid": 1, "tid": 11, "ts": 2630146.484375, "dur": 18798.336029052734, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.798336029052734, "detail": "System.Reflection.MonoMethod" } },
{ "pid": 1, "tid": 11, "ts": 2648946.044921875, "dur": 1825.2160549163818, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8252160549163818, "detail": "System.Reflection.MonoMethodInfo" } },
{ "pid": 1, "tid": 11, "ts": 2650772.705078125, "dur": 31748.52752685547, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 31.74852752685547, "detail": "System.Runtime.Remoting.Messaging.MonoMethodMessage" } },
{ "pid": 1, "tid": 11, "ts": 2682522.216796875, "dur": 1506.6379308700562, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5066379308700562, "detail": "System.Reflection.MonoModule" } },
{ "pid": 1, "tid": 11, "ts": 2684029.78515625, "dur": 1478.747010231018, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.478747010231018, "detail": "System.Reflection.MonoParameterInfo" } },
{ "pid": 1, "tid": 11, "ts": 2685509.27734375, "dur": 10993.00765991211, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.99300765991211, "detail": "System.Reflection.MonoProperty" } },
{ "pid": 1, "tid": 11, "ts": 2696503.90625, "dur": 624.6259808540344, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6246259808540344, "detail": "System.Reflection.MonoPropertyInfo" } },
{ "pid": 1, "tid": 11, "ts": 2697629.150390625, "dur": 8162.349700927734, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.162349700927734, "detail": "System.MulticastDelegate" } },
{ "pid": 1, "tid": 11, "ts": 2705792.48046875, "dur": 728.8849949836731, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7288849949836731, "detail": "System.MulticastNotSupportedException" } },
{ "pid": 1, "tid": 11, "ts": 2706539.0625, "dur": 792.9479479789734, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7929479479789734, "detail": "System.Runtime.Serialization.Formatters.Binary.NameCache" } },
{ "pid": 1, "tid": 11, "ts": 2707332.763671875, "dur": 758.1779956817627, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7581779956817627, "detail": "System.Runtime.Serialization.Formatters.Binary.NameInfo" } },
{ "pid": 1, "tid": 11, "ts": 2708092.041015625, "dur": 1100.9259223937988, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1009259223937988, "detail": "System.Threading.NativeEventCalls" } },
{ "pid": 1, "tid": 11, "ts": 2709218.994140625, "dur": 427.40398645401, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.42740398645401, "detail": "System.Resources.NeutralResourcesLanguageAttribute" } },
{ "pid": 1, "tid": 11, "ts": 2709646.97265625, "dur": 453.775018453598, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.453775018453598, "detail": "System.Collections.Generic.NonRandomizedStringEqualityComparer" } },
{ "pid": 1, "tid": 11, "ts": 2710101.806640625, "dur": 1486.2641096115112, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4862641096115112, "detail": "System.NonSerializedAttribute" } },
{ "pid": 1, "tid": 11, "ts": 2711591.552734375, "dur": 89352.32543945312, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 89.35232543945312, "detail": "System.Text.Normalization" } },
{ "pid": 1, "tid": 11, "ts": 2800966.064453125, "dur": 1461.5439176559448, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4615439176559448, "detail": "Mono.Globalization.Unicode.NormalizationTableUtil" } },
{ "pid": 1, "tid": 11, "ts": 2802428.466796875, "dur": 648.5080122947693, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6485080122947693, "detail": "System.NotImplementedException" } },
{ "pid": 1, "tid": 11, "ts": 2803078.125, "dur": 588.7410044670105, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5887410044670105, "detail": "System.NotSupportedException" } },
{ "pid": 1, "tid": 11, "ts": 2803667.236328125, "dur": 1573.9729404449463, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5739729404449463, "detail": "System.NullConsoleDriver" } },
{ "pid": 1, "tid": 11, "ts": 2805242.1875, "dur": 654.7120213508606, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6547120213508606, "detail": "System.NullReferenceException" } },
{ "pid": 1, "tid": 11, "ts": 2805897.94921875, "dur": 555.275022983551, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.555275022983551, "detail": "System.Nullable" } },
{ "pid": 1, "tid": 11, "ts": 2806453.857421875, "dur": 21373.027801513672, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 21.373027801513672, "detail": "System.Number" } },
{ "pid": 1, "tid": 11, "ts": 2827830.810546875, "dur": 80086.51733398438, "ph": "X", "name": "mscorlib7.cpp", "args": { "durationMS": 80.08651733398438, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 2907939.453125, "dur": 7973.588943481445, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.973588943481445, "detail": "System.UnitySerializationHolder" } },
{ "pid": 1, "tid": 11, "ts": 2915914.55078125, "dur": 2855.912923812866, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.855912923812866, "detail": "Microsoft.Win32.UnixRegistryApi" } },
{ "pid": 1, "tid": 11, "ts": 2918945.556640625, "dur": 9131.928443908691, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.131928443908691, "detail": "System.IO.UnmanagedMemoryStream" } },
{ "pid": 1, "tid": 11, "ts": 2928367.919921875, "dur": 1452.5009393692017, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4525009393692017, "detail": "System.Runtime.Serialization.Formatters.Binary.ValueFixup" } },
{ "pid": 1, "tid": 11, "ts": 2929832.763671875, "dur": 1759.6110105514526, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7596110105514526, "detail": "System.ValueType" } },
{ "pid": 1, "tid": 11, "ts": 2931593.26171875, "dur": 990.9159541130066, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9909159541130066, "detail": "System.Runtime.Serialization.ValueTypeFixupInfo" } },
{ "pid": 1, "tid": 11, "ts": 2932601.5625, "dur": 446.60601019859314, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.44660601019859314, "detail": "System.Variant" } },
{ "pid": 1, "tid": 11, "ts": 2933048.828125, "dur": 6238.096714019775, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.238096714019775, "detail": "System.Version" } },
{ "pid": 1, "tid": 11, "ts": 2939387.6953125, "dur": 442.57599115371704, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.44257599115371704, "detail": "System.Threading.WaitCallback" } },
{ "pid": 1, "tid": 11, "ts": 2939830.56640625, "dur": 12825.535774230957, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.825535774230957, "detail": "System.Threading.WaitHandle" } },
{ "pid": 1, "tid": 11, "ts": 2952657.470703125, "dur": 731.4590215682983, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7314590215682983, "detail": "System.Threading.WaitHandleCannotBeOpenedException" } },
{ "pid": 1, "tid": 11, "ts": 2953389.6484375, "dur": 541.422963142395, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.541422963142395, "detail": "System.Threading.WaitOrTimerCallback" } },
{ "pid": 1, "tid": 11, "ts": 2953931.884765625, "dur": 2727.980136871338, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.727980136871338, "detail": "System.WeakReference" } },
{ "pid": 1, "tid": 11, "ts": 2956661.376953125, "dur": 1000.8000135421753, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0008000135421753, "detail": "System.Runtime.Remoting.WellKnownClientTypeEntry" } },
{ "pid": 1, "tid": 11, "ts": 2957675.29296875, "dur": 990.0299906730652, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9900299906730652, "detail": "System.Runtime.Remoting.WellKnownServiceTypeEntry" } },
{ "pid": 1, "tid": 11, "ts": 2958969.23828125, "dur": 21234.386444091797, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 21.234386444091797, "detail": "Microsoft.Win32.Win32RegistryApi" } },
{ "pid": 1, "tid": 11, "ts": 2980205.078125, "dur": 4907.497882843018, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.907497882843018, "detail": "System.WindowsConsoleDriver" } },
{ "pid": 1, "tid": 11, "ts": 2985114.990234375, "dur": 17307.004928588867, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.307004928588867, "detail": "System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo" } },
{ "pid": 1, "tid": 11, "ts": 3002422.8515625, "dur": 722.2179770469666, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7222179770469666, "detail": "System.Security.XmlSyntaxException" } },
{ "pid": 1, "tid": 11, "ts": 3003286.1328125, "dur": 55676.87225341797, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 55.67687225341797, "detail": "System.Runtime.Serialization.Formatters.Binary.__BinaryParser" } },
{ "pid": 1, "tid": 11, "ts": 3058964.111328125, "dur": 37290.41290283203, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 37.29041290283203, "detail": "System.Runtime.Serialization.Formatters.Binary.__BinaryWriter" } },
{ "pid": 1, "tid": 11, "ts": 3096428.466796875, "dur": 32859.97009277344, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 32.85997009277344, "detail": "System.__DTString" } },
{ "pid": 1, "tid": 11, "ts": 3129289.306640625, "dur": 26149.94239807129, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 26.14994239807129, "detail": "System.IO.__Error" } },
{ "pid": 1, "tid": 11, "ts": 3155440.185546875, "dur": 13348.170280456543, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.348170280456543, "detail": "System.__Filters" } },
{ "pid": 1, "tid": 11, "ts": 3168789.55078125, "dur": 8872.504234313965, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.872504234313965, "detail": "System.__Il2CppComDelegate" } },
{ "pid": 1, "tid": 11, "ts": 3177663.0859375, "dur": 912.9949808120728, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9129949808120728, "detail": "System.__Il2CppComObject" } },
{ "pid": 1, "tid": 11, "ts": 3178901.85546875, "dur": 1101.930022239685, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.101930022239685, "detail": "System.Array/ArrayEnumerator" } },
{ "pid": 1, "tid": 11, "ts": 3180004.638671875, "dur": 12219.232559204102, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.219232559204102, "detail": "System.Array/SorterGenericArray" } },
{ "pid": 1, "tid": 11, "ts": 3192225.09765625, "dur": 6809.436321258545, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.809436321258545, "detail": "System.Array/SorterObjectArray" } },
{ "pid": 1, "tid": 11, "ts": 3199035.15625, "dur": 368.75900626182556, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.36875900626182556, "detail": "System.Collections.ArrayList/ArrayListDebugView" } },
{ "pid": 1, "tid": 11, "ts": 3199405.029296875, "dur": 2133.916139602661, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.133916139602661, "detail": "System.Collections.ArrayList/ArrayListEnumeratorSimple" } },
{ "pid": 1, "tid": 11, "ts": 3201657.958984375, "dur": 514.1559839248657, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5141559839248657, "detail": "System.Runtime.CompilerServices.AsyncMethodBuilderCore/<>c" } },
{ "pid": 1, "tid": 11, "ts": 3202791.015625, "dur": 808.0359697341919, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8080359697341919, "detail": "System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner" } },
{ "pid": 1, "tid": 11, "ts": 3203599.609375, "dur": 415.4060184955597, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4154060184955597, "detail": "System.Threading.Tasks.AwaitTaskContinuation/<>c" } },
{ "pid": 1, "tid": 11, "ts": 3204406.982421875, "dur": 450.4369795322418, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4504369795322418, "detail": "System.Console/InternalCancelHandler" } },
{ "pid": 1, "tid": 11, "ts": 3204858.154296875, "dur": 829.8110365867615, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8298110365867615, "detail": "System.Console/WindowsConsole" } },
{ "pid": 1, "tid": 11, "ts": 3205972.65625, "dur": 935.1599812507629, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9351599812507629, "detail": "System.Runtime.Remoting.Contexts.CrossContextChannel/ContextRestoreSink" } },
{ "pid": 1, "tid": 11, "ts": 3206908.69140625, "dur": 540.8049821853638, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5408049821853638, "detail": "System.Globalization.CultureInfo/Data" } },
{ "pid": 1, "tid": 11, "ts": 3207601.806640625, "dur": 1566.135048866272, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.566135048866272, "detail": "System.DateTimeParse/MatchNumberDelegate" } },
{ "pid": 1, "tid": 11, "ts": 3209190.91796875, "dur": 406.46201372146606, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.40646201372146606, "detail": "System.DefaultBinder/<>c" } },
{ "pid": 1, "tid": 11, "ts": 3209773.193359375, "dur": 70020.56884765625, "ph": "X", "name": "mscorlib15.cpp", "args": { "durationMS": 70.02056884765625, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 3279855.46875, "dur": 1933.9679479599, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9339679479599, "detail": "System.Xml.DebuggerDisplayXmlNodeProxy" } },
{ "pid": 1, "tid": 11, "ts": 3281790.52734375, "dur": 3099.215030670166, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.099215030670166, "detail": "System.Xml.XmlCharType" } },
{ "pid": 1, "tid": 11, "ts": 3284891.11328125, "dur": 1925.9179830551147, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9259179830551147, "detail": "System.Xml.XmlConvert" } },
{ "pid": 1, "tid": 11, "ts": 3286818.359375, "dur": 415.12399911880493, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.41512399911880493, "detail": "System.Xml.XmlDocumentType" } },
{ "pid": 1, "tid": 11, "ts": 3287526.85546875, "dur": 875.6420016288757, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8756420016288757, "detail": "System.Xml.XmlReader" } },
{ "pid": 1, "tid": 11, "ts": 3288421.38671875, "dur": 1971.9650745391846, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9719650745391846, "detail": "System.Xml.XmlReader/XmlReaderDebuggerDisplayProxy" } },
{ "pid": 1, "tid": 11, "ts": 3290403.80859375, "dur": 5321.252822875977, "ph": "X", "name": "System.Xml.cpp", "args": { "durationMS": 5.321252822875977, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 3295778.076171875, "dur": 9413.620948791504, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.413620948791504, "detail": "UnityEngine.Event" } },
{ "pid": 1, "tid": 11, "ts": 3305234.130859375, "dur": 27398.13995361328, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 27.39813995361328, "detail": "UnityEngine.GUI" } },
{ "pid": 1, "tid": 11, "ts": 3332633.7890625, "dur": 1901.489019393921, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.901489019393921, "detail": "UnityEngine.GUIContent" } },
{ "pid": 1, "tid": 11, "ts": 3334536.1328125, "dur": 505.5139660835266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5055139660835266, "detail": "UnityEngine.GUILayout" } },
{ "pid": 1, "tid": 11, "ts": 3335042.96875, "dur": 9305.557250976562, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.305557250976562, "detail": "UnityEngine.GUILayoutEntry" } },
{ "pid": 1, "tid": 11, "ts": 3344349.609375, "dur": 51124.53079223633, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 51.12453079223633, "detail": "UnityEngine.GUILayoutGroup" } },
{ "pid": 1, "tid": 11, "ts": 3395715.576171875, "dur": 9203.715324401855, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.203715324401855, "detail": "UnityEngine.GUILayoutUtility" } },
{ "pid": 1, "tid": 11, "ts": 3404920.41015625, "dur": 4115.938186645508, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.115938186645508, "detail": "UnityEngine.GUIScrollGroup" } },
{ "pid": 1, "tid": 11, "ts": 3409371.826171875, "dur": 40084.747314453125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 40.084747314453125, "detail": "UnityEngine.GUISkin" } },
{ "pid": 1, "tid": 11, "ts": 3449457.51953125, "dur": 30766.176223754883, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 30.766176223754883, "detail": "UnityEngine.GUIStyle" } },
{ "pid": 1, "tid": 11, "ts": 3480224.609375, "dur": 1500.8599758148193, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5008599758148193, "detail": "UnityEngine.GUIStyleState" } },
{ "pid": 1, "tid": 11, "ts": 3481726.318359375, "dur": 874.3219971656799, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8743219971656799, "detail": "UnityEngine.GUITargetAttribute" } },
{ "pid": 1, "tid": 11, "ts": 3482601.318359375, "dur": 4103.806018829346, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.103806018829346, "detail": "UnityEngine.GUIUtility" } },
{ "pid": 1, "tid": 11, "ts": 3486995.60546875, "dur": 785.0439548492432, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7850439548492432, "detail": "UnityEngine.TextEditor" } },
{ "pid": 1, "tid": 11, "ts": 3487781.73828125, "dur": 515.745997428894, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.515745997428894, "detail": "UnityEngine.GUI/WindowFunction" } },
{ "pid": 1, "tid": 11, "ts": 3488310.546875, "dur": 1616.7420148849487, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6167420148849487, "detail": "UnityEngine.GUILayoutUtility/LayoutCache" } },
{ "pid": 1, "tid": 11, "ts": 3489928.22265625, "dur": 537.1869802474976, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5371869802474976, "detail": "UnityEngine.GUISkin/SkinChangedDelegate" } },
{ "pid": 1, "tid": 11, "ts": 3490482.91015625, "dur": 40636.40594482422, "ph": "X", "name": "UnityEngine.IMGUIModule.cpp", "args": { "durationMS": 40.63640594482422, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 3531191.650390625, "dur": 9046.626091003418, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.046626091003418, "detail": "System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 3540240.478515625, "dur": 621.6350197792053, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6216350197792053, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Boolean>" } },
{ "pid": 1, "tid": 11, "ts": 3540864.501953125, "dur": 624.3420243263245, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6243420243263245, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Int32>" } },
{ "pid": 1, "tid": 11, "ts": 3541490.966796875, "dur": 642.7800059318542, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6427800059318542, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 3542136.23046875, "dur": 691.6750073432922, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6916750073432922, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 11, "ts": 3542830.078125, "dur": 1280.8899879455566, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2808899879455566, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>" } },
{ "pid": 1, "tid": 11, "ts": 3544113.037109375, "dur": 1098.3779430389404, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0983779430389404, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>" } },
{ "pid": 1, "tid": 11, "ts": 3545213.134765625, "dur": 1182.2360754013062, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1822360754013062, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 3546397.705078125, "dur": 1057.6039552688599, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0576039552688599, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 11, "ts": 3547457.763671875, "dur": 735.7710003852844, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7357710003852844, "detail": "System.Converter`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 3548195.80078125, "dur": 742.3740029335022, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7423740029335022, "detail": "System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<System.Object,System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 3548942.138671875, "dur": 3621.411085128784, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.621411085128784, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 3552566.40625, "dur": 1348.533034324646, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.348533034324646, "detail": "System.Collections.Generic.DictionaryKeyCollectionDebugView`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 3553916.9921875, "dur": 696.3879466056824, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6963879466056824, "detail": "System.Collections.Generic.DictionaryValueCollectionDebugView`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 3554615.234375, "dur": 45978.21044921875, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 45.97821044921875, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 3600595.703125, "dur": 52611.72103881836, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 52.61172103881836, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 11, "ts": 3653210.44921875, "dur": 92055.5648803711, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 92.0555648803711, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 3745268.06640625, "dur": 48098.89602661133, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 48.09889602661133, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 11, "ts": 3794441.650390625, "dur": 1402.269959449768, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.402269959449768, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>" } },
{ "pid": 1, "tid": 11, "ts": 3795847.65625, "dur": 1221.094012260437, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.221094012260437, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>" } },
{ "pid": 1, "tid": 11, "ts": 3797071.2890625, "dur": 1297.3719835281372, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2973719835281372, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>" } },
{ "pid": 1, "tid": 11, "ts": 3798374.0234375, "dur": 1805.5939674377441, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8055939674377441, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>" } },
{ "pid": 1, "tid": 11, "ts": 3800182.861328125, "dur": 1356.8799495697021, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.3568799495697021, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 11, "ts": 3801541.9921875, "dur": 1180.26602268219, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.18026602268219, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>" } },
{ "pid": 1, "tid": 11, "ts": 3802726.806640625, "dur": 1180.9579133987427, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1809579133987427, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>" } },
{ "pid": 1, "tid": 11, "ts": 3803910.64453125, "dur": 1172.3350286483765, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1723350286483765, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>" } },
{ "pid": 1, "tid": 11, "ts": 3805085.9375, "dur": 1205.2680253982544, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2052680253982544, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>" } },
{ "pid": 1, "tid": 11, "ts": 3806296.630859375, "dur": 1231.1819791793823, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2311819791793823, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>" } },
{ "pid": 1, "tid": 11, "ts": 3807530.2734375, "dur": 1081.8979740142822, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0818979740142822, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>" } },
{ "pid": 1, "tid": 11, "ts": 3808614.2578125, "dur": 1051.4709949493408, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0514709949493408, "detail": "System.Array/EmptyInternalEnumerator`1<System.Boolean>" } },
{ "pid": 1, "tid": 11, "ts": 3809667.48046875, "dur": 1154.075026512146, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.154075026512146, "detail": "System.Array/EmptyInternalEnumerator`1<System.Byte>" } },
{ "pid": 1, "tid": 11, "ts": 3810824.21875, "dur": 1151.8659591674805, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1518659591674805, "detail": "System.Array/EmptyInternalEnumerator`1<System.Threading.CancellationTokenRegistration>" } },
{ "pid": 1, "tid": 11, "ts": 3811979.4921875, "dur": 1000.3980398178101, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.00039803981781, "detail": "System.Array/EmptyInternalEnumerator`1<System.Char>" } },
{ "pid": 1, "tid": 11, "ts": 3812981.93359375, "dur": 987.324059009552, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.987324059009552, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 11, "ts": 3813973.14453125, "dur": 1048.0860471725464, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0480860471725464, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 11, "ts": 3815024.658203125, "dur": 1409.114956855774, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.409114956855774, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint2D>" } },
{ "pid": 1, "tid": 11, "ts": 3816437.01171875, "dur": 2968.2400226593018, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.9682400226593018, "detail": "System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>" } },
{ "pid": 1, "tid": 11, "ts": 3819408.69140625, "dur": 1477.971911430359, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.4779719114303589, "detail": "System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>" } },
{ "pid": 1, "tid": 11, "ts": 3820890.869140625, "dur": 1163.4249687194824, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1634249687194824, "detail": "System.Array/EmptyInternalEnumerator`1<System.DateTime>" } },
{ "pid": 1, "tid": 11, "ts": 3822056.15234375, "dur": 1058.763027191162, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.058763027191162, "detail": "System.Array/EmptyInternalEnumerator`1<System.Decimal>" } },
{ "pid": 1, "tid": 11, "ts": 3823117.1875, "dur": 1097.8350639343262, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0978350639343262, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.DictionaryEntry>" } },
{ "pid": 1, "tid": 11, "ts": 3824217.041015625, "dur": 1035.5579853057861, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0355579853057861, "detail": "System.Array/EmptyInternalEnumerator`1<System.Double>" } },
{ "pid": 1, "tid": 11, "ts": 3825254.8828125, "dur": 1116.7490482330322, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1167490482330322, "detail": "System.Array/EmptyInternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>" } },
{ "pid": 1, "tid": 11, "ts": 3826373.53515625, "dur": 1002.2929906845093, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0022929906845093, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 11, "ts": 3827378.173828125, "dur": 1623.5709190368652, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.6235709190368652, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>" } },
{ "pid": 1, "tid": 11, "ts": 3829004.39453125, "dur": 3256.965160369873, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.256965160369873, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>" } },
{ "pid": 1, "tid": 11, "ts": 3832263.427734375, "dur": 1198.5259056091309, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1985259056091309, "detail": "System.Array/EmptyInternalEnumerator`1<System.Int16>" } },
{ "pid": 1, "tid": 11, "ts": 3833463.623046875, "dur": 1093.1110382080078, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0931110382080078, "detail": "System.Array/EmptyInternalEnumerator`1<System.Int32>" } },
{ "pid": 1, "tid": 11, "ts": 3834558.59375, "dur": 1584.5530033111572, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.5845530033111572, "detail": "System.Array/EmptyInternalEnumerator`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 11, "ts": 3836144.775390625, "dur": 1342.4209356307983, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.3424209356307983, "detail": "System.Array/EmptyInternalEnumerator`1<System.Int64>" } },
{ "pid": 1, "tid": 11, "ts": 3837489.2578125, "dur": 1735.1280450820923, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7351280450820923, "detail": "System.Array/EmptyInternalEnumerator`1<System.IntPtr>" } },
{ "pid": 1, "tid": 11, "ts": 3839225.830078125, "dur": 1136.6820335388184, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1366820335388184, "detail": "System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalCodePageDataItem>" } },
{ "pid": 1, "tid": 11, "ts": 3840366.943359375, "dur": 1078.3460140228271, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0783460140228271, "detail": "System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalEncodingDataItem>" } },
{ "pid": 1, "tid": 11, "ts": 3841447.021484375, "dur": 1055.61101436615, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.05561101436615, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>" } },
{ "pid": 1, "tid": 11, "ts": 3842504.638671875, "dur": 1072.8410482406616, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0728410482406616, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>" } },
{ "pid": 1, "tid": 11, "ts": 3843579.58984375, "dur": 1078.8049697875977, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0788049697875977, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 11, "ts": 3844660.15625, "dur": 1068.8589811325073, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0688589811325073, "detail": "System.Array/EmptyInternalEnumerator`1<System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 3845731.4453125, "dur": 1064.9009943008423, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0649009943008423, "detail": "System.Array/EmptyInternalEnumerator`1<System.Reflection.ParameterModifier>" } },
{ "pid": 1, "tid": 11, "ts": 3846798.33984375, "dur": 1053.057074546814, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.053057074546814, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Plane>" } },
{ "pid": 1, "tid": 11, "ts": 3847853.515625, "dur": 1079.3219804763794, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0793219804763794, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>" } },
{ "pid": 1, "tid": 11, "ts": 3848935.05859375, "dur": 1109.5409393310547, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1095409393310547, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>" } },
{ "pid": 1, "tid": 11, "ts": 3850046.875, "dur": 1083.8630199432373, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0838630199432373, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>" } },
{ "pid": 1, "tid": 11, "ts": 3851132.32421875, "dur": 1151.0320901870728, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1510320901870728, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 11, "ts": 3852285.15625, "dur": 1118.717908859253, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.118717908859253, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 11, "ts": 3853406.494140625, "dur": 12961.08341217041, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 12.96108341217041, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 11, "ts": 3866369.62890625, "dur": 1072.3090171813965, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0723090171813965, "detail": "System.Array/EmptyInternalEnumerator`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 11, "ts": 3867444.3359375, "dur": 1133.3049535751343, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1333049535751343, "detail": "System.Array/EmptyInternalEnumerator`1<System.SByte>" } },
{ "pid": 1, "tid": 11, "ts": 3868579.58984375, "dur": 1062.2789859771729, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0622789859771729, "detail": "System.Array/EmptyInternalEnumerator`1<System.Single>" } },
{ "pid": 1, "tid": 11, "ts": 3869643.798828125, "dur": 965.5280113220215, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9655280113220215, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 11, "ts": 3870612.3046875, "dur": 2384.0792179107666, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3840792179107666, "detail": "System.Array/EmptyInternalEnumerator`1<System.TimeSpan>" } },
{ "pid": 1, "tid": 11, "ts": 3872998.779296875, "dur": 1050.1660108566284, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0501660108566284, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 11, "ts": 3874050.78125, "dur": 1096.3060855865479, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0963060855865479, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 11, "ts": 3875149.169921875, "dur": 1125.4799365997314, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1254799365997314, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 11, "ts": 3876276.3671875, "dur": 4399.672031402588, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.399672031402588, "detail": "System.Array/EmptyInternalEnumerator`1<System.UInt16>" } },
{ "pid": 1, "tid": 11, "ts": 3880677.734375, "dur": 1025.2090692520142, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0252090692520142, "detail": "System.Array/EmptyInternalEnumerator`1<System.UInt32>" } },
{ "pid": 1, "tid": 11, "ts": 3881704.833984375, "dur": 1160.8039140701294, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1608039140701294, "detail": "System.Array/EmptyInternalEnumerator`1<System.UInt64>" } },
{ "pid": 1, "tid": 11, "ts": 3882867.919921875, "dur": 1437.8581047058105, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.4378581047058105, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 11, "ts": 3884308.349609375, "dur": 1029.6159982681274, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0296159982681274, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 11, "ts": 3885339.599609375, "dur": 1025.9850025177002, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0259850025177002, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 11, "ts": 3886367.431640625, "dur": 1033.0359935760498, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0330359935760498, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 11, "ts": 3887402.587890625, "dur": 1039.8709774017334, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0398709774017334, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 11, "ts": 3888444.580078125, "dur": 1074.746012687683, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.074746012687683, "detail": "System.Array/EmptyInternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>" } },
{ "pid": 1, "tid": 11, "ts": 3889521.240234375, "dur": 1533.8730812072754, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.5338730812072754, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>" } },
{ "pid": 1, "tid": 11, "ts": 3891057.6171875, "dur": 1074.0039348602295, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0740039348602295, "detail": "System.Array/EmptyInternalEnumerator`1<System.ParameterizedStrings/FormatParam>" } },
{ "pid": 1, "tid": 11, "ts": 3892133.7890625, "dur": 1086.9280099868774, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0869280099868774, "detail": "System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>" } },
{ "pid": 1, "tid": 11, "ts": 3893222.900390625, "dur": 1065.567970275879, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.065567970275879, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>" } },
{ "pid": 1, "tid": 11, "ts": 3894291.015625, "dur": 1254.386067390442, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.254386067390442, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 11, "ts": 3895566.650390625, "dur": 1874.9510049819946, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8749510049819946, "detail": "System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 11, "ts": 3897446.044921875, "dur": 2675.758123397827, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.675758123397827, "detail": "System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 11, "ts": 3900125, "dur": 2061.70916557312, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.06170916557312, "detail": "Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Rendering.BatchVisibility>" } },
{ "pid": 1, "tid": 11, "ts": 3902188.4765625, "dur": 1736.1209392547607, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7361209392547607, "detail": "Unity.Collections.NativeArray`1/Enumerator<System.Byte>" } },
{ "pid": 1, "tid": 11, "ts": 3903927.001953125, "dur": 2465.1660919189453, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4651660919189453, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 11, "ts": 3906394.04296875, "dur": 3220.9432125091553, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.2209432125091553, "detail": "System.Collections.Generic.List`1/Enumerator<System.Int32>" } },
{ "pid": 1, "tid": 11, "ts": 3909617.431640625, "dur": 1889.2080783843994, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8892080783843994, "detail": "Unity.Collections.NativeArray`1/Enumerator<System.Int32>" } },
{ "pid": 1, "tid": 11, "ts": 3911508.7890625, "dur": 2655.5798053741455, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.6555798053741455, "detail": "System.Collections.Generic.List`1/Enumerator<System.Int32Enum>" } },
{ "pid": 1, "tid": 11, "ts": 3914166.9921875, "dur": 1749.019980430603, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.749019980430603, "detail": "Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Experimental.GlobalIllumination.LightDataGI>" } },
{ "pid": 1, "tid": 11, "ts": 3915917.96875, "dur": 2901.431083679199, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.901431083679199, "detail": "System.Collections.Generic.HashSet`1/Enumerator<System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 3918822.021484375, "dur": 10870.347023010254, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 10.870347023010254, "detail": "System.Collections.Generic.LinkedList`1/Enumerator<System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 3929694.580078125, "dur": 26061.168670654297, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 26.061168670654297, "detail": "System.Collections.Generic.List`1/Enumerator<System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 3955758.544921875, "dur": 2791.4021015167236, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.7914021015167236, "detail": "System.Collections.Generic.Stack`1/Enumerator<System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 3958554.6875, "dur": 1777.3730754852295, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7773730754852295, "detail": "Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Plane>" } },
{ "pid": 1, "tid": 11, "ts": 3960334.47265625, "dur": 6445.953845977783, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.445953845977783, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 11, "ts": 3966782.71484375, "dur": 11149.4779586792, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 11.1494779586792, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 11, "ts": 3977936.279296875, "dur": 2161.92889213562, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.16192889213562, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 11, "ts": 3980100.5859375, "dur": 2268.299102783203, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.268299102783203, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 11, "ts": 3982370.849609375, "dur": 3368.6139583587646, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.3686139583587646, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 11, "ts": 3985742.919921875, "dur": 2642.9519653320312, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.6429519653320312, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 11, "ts": 3988388.427734375, "dur": 2439.168930053711, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.439168930053711, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 11, "ts": 3990829.345703125, "dur": 2615.867853164673, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.615867853164673, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 11, "ts": 3993447.265625, "dur": 2396.634817123413, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.396634817123413, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 11, "ts": 3995845.947265625, "dur": 2789.0701293945312, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.7890701293945312, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 11, "ts": 3998637.6953125, "dur": 2706.149101257324, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.706149101257324, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 11, "ts": 4001346.435546875, "dur": 4567.387104034424, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.567387104034424, "detail": "System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 4005916.50390625, "dur": 3005.7389736175537, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.0057389736175537, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 4008924.31640625, "dur": 16400.733947753906, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 16.400733947753906, "detail": "System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 11, "ts": 4025327.63671875, "dur": 2414.015054702759, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.414015054702759, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 11, "ts": 4027759.765625, "dur": 163056.90002441406, "ph": "X", "name": "Generics1.cpp", "args": { "durationMS": 163.05690002441406, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 4190850.09765625, "dur": 691.1969780921936, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6911969780921936, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>" } },
{ "pid": 1, "tid": 11, "ts": 4191543.45703125, "dur": 896.4250087738037, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8964250087738037, "detail": "System.Collections.Generic.List`1<System.Exception>" } },
{ "pid": 1, "tid": 11, "ts": 4192441.89453125, "dur": 585.436999797821, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.585436999797821, "detail": "System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>" } },
{ "pid": 1, "tid": 11, "ts": 4193029.296875, "dur": 583.6099982261658, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5836099982261658, "detail": "System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry>" } },
{ "pid": 1, "tid": 11, "ts": 4193614.74609375, "dur": 567.9930448532104, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5679930448532104, "detail": "System.Collections.Generic.List`1<UnityEngine.GameObject>" } },
{ "pid": 1, "tid": 11, "ts": 4194185.05859375, "dur": 875.461995601654, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.875461995601654, "detail": "System.Collections.Generic.List`1<UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard>" } },
{ "pid": 1, "tid": 11, "ts": 4195062.5, "dur": 600.6540060043335, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6006540060043335, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Graphic>" } },
{ "pid": 1, "tid": 11, "ts": 4195665.0390625, "dur": 800.724983215332, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.800724983215332, "detail": "System.Collections.Generic.List`1<System.Threading.IAsyncLocal>" } },
{ "pid": 1, "tid": 11, "ts": 4196467.7734375, "dur": 590.2019739151001, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5902019739151001, "detail": "System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>" } },
{ "pid": 1, "tid": 11, "ts": 4197060.05859375, "dur": 593.3240056037903, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5933240056037903, "detail": "System.Collections.Generic.List`1<System.Runtime.Serialization.IDeserializationCallback>" } },
{ "pid": 1, "tid": 11, "ts": 4197655.2734375, "dur": 637.2289657592773, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6372289657592773, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>" } },
{ "pid": 1, "tid": 11, "ts": 4198294.921875, "dur": 575.73401927948, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.57573401927948, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Image>" } },
{ "pid": 1, "tid": 11, "ts": 4198874.0234375, "dur": 487.37797141075134, "ph": "X", "name": "Il2CppGenericComDefinitions10.cpp", "args": { "durationMS": 0.48737797141075134, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 4199384.765625, "dur": 967.3969745635986, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9673969745635986, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 11, "ts": 4200354.4921875, "dur": 603.8659811019897, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6038659811019897, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.RectMask2D>" } },
{ "pid": 1, "tid": 11, "ts": 4200960.44921875, "dur": 595.0480103492737, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5950480103492737, "detail": "System.Collections.Generic.List`1<UnityEngine.RectTransform>" } },
{ "pid": 1, "tid": 11, "ts": 4201557.6171875, "dur": 594.6579575538635, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5946579575538635, "detail": "System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>" } },
{ "pid": 1, "tid": 11, "ts": 4202154.296875, "dur": 563.8899803161621, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5638899803161621, "detail": "System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>" } },
{ "pid": 1, "tid": 11, "ts": 4202720.21484375, "dur": 590.2289748191833, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5902289748191833, "detail": "System.Collections.Generic.List`1<UnityEngine.Rigidbody2D>" } },
{ "pid": 1, "tid": 11, "ts": 4203312.5, "dur": 732.8429818153381, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7328429818153381, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Selectable>" } },
{ "pid": 1, "tid": 11, "ts": 4204047.8515625, "dur": 992.6530122756958, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9926530122756958, "detail": "System.Collections.Generic.List`1<System.Runtime.Serialization.SerializationFieldInfo>" } },
{ "pid": 1, "tid": 11, "ts": 4205052.24609375, "dur": 714.2759561538696, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7142759561538696, "detail": "System.Collections.Generic.List`1<UnityEngine.U2D.IK.Solver2D>" } },
{ "pid": 1, "tid": 11, "ts": 4205768.5546875, "dur": 719.8449969291687, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7198449969291687, "detail": "System.Collections.Generic.List`1<UnityEngine.Sprite>" } },
{ "pid": 1, "tid": 11, "ts": 4206490.234375, "dur": 1163.465976715088, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.163465976715088, "detail": "System.Collections.Generic.List`1<System.Diagnostics.StackFrame>" } },
{ "pid": 1, "tid": 11, "ts": 4207655.76171875, "dur": 674.284040927887, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.674284040927887, "detail": "System.Collections.Generic.List`1<System.String>" } },
{ "pid": 1, "tid": 11, "ts": 4208333.984375, "dur": 573.4789967536926, "ph": "X", "name": "Il2CppGenericComDefinitions12.cpp", "args": { "durationMS": 0.5734789967536926, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 4208962.890625, "dur": 705.2499651908875, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7052499651908875, "detail": "System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>" } },
{ "pid": 1, "tid": 11, "ts": 4209669.921875, "dur": 2716.2230014801025, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 2.7162230014801025, "detail": "System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 11, "ts": 4213349.609375, "dur": 590.166985988617, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5901669859886169, "detail": "Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>" } },
{ "pid": 1, "tid": 11, "ts": 4213942.3828125, "dur": 443.7600076198578, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4437600076198578, "detail": "Unity.Collections.NativeArray`1<UnityEngine.Plane>" } },
{ "pid": 1, "tid": 11, "ts": 4218072.265625, "dur": 584.6070051193237, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5846070051193237, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 11, "ts": 4218906.25, "dur": 782.8879952430725, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7828879952430725, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 11, "ts": 4220175.29296875, "dur": 338.99199962615967, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.33899199962615967, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 11, "ts": 4220515.625, "dur": 836.8920087814331, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8368920087814331, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 11, "ts": 4221494.140625, "dur": 337.1009826660156, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3371009826660156, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 11, "ts": 4221833.49609375, "dur": 337.2860252857208, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3372860252857208, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 11, "ts": 4222362.79296875, "dur": 644.4240212440491, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6444240212440491, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 11, "ts": 4223683.10546875, "dur": 980.0369739532471, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9800369739532471, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 11, "ts": 4224666.015625, "dur": 391.9120132923126, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3919120132923126, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 11, "ts": 4225060.05859375, "dur": 402.20800042152405, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.40220800042152405, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 11, "ts": 4227847.65625, "dur": 344.0609872341156, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3440609872341156, "detail": "System.Predicate`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 11, "ts": 4228636.71875, "dur": 703.0670046806335, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7030670046806335, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>" } },
{ "pid": 1, "tid": 11, "ts": 4229341.30859375, "dur": 650.0810384750366, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6500810384750366, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>" } },
{ "pid": 1, "tid": 11, "ts": 4229993.65234375, "dur": 459.09300446510315, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.45909300446510315, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>" } },
{ "pid": 1, "tid": 11, "ts": 4230455.078125, "dur": 401.0310173034668, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4010310173034668, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>" } },
{ "pid": 1, "tid": 11, "ts": 4230857.91015625, "dur": 366.87999963760376, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.36687999963760376, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 4231227.05078125, "dur": 436.73500418663025, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.43673500418663025, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.TimeZoneInfo>" } },
{ "pid": 1, "tid": 11, "ts": 4234182.6171875, "dur": 435.7759952545166, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4357759952545166, "detail": "System.Threading.Tasks.Task`1<System.Object>" } },
{ "pid": 1, "tid": 11, "ts": 4234622.55859375, "dur": 549.2370128631592, "ph": "X", "name": "Il2CppGenericComDefinitions15.cpp", "args": { "durationMS": 0.5492370128631592, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 4235187.01171875, "dur": 122224.4644165039, "ph": "X", "name": "Idle", "args": { "durationMS": 122.2244644165039, "detail": "" } },
{ "pid": 1, "tid": 10, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 10, "ts": 1417386.5966796875, "dur": 21006.36100769043, "ph": "X", "name": "Idle", "args": { "durationMS": 21.00636100769043, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 1447594.1162109375, "dur": 4810.456275939941, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 4.810456275939941, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 10, "ts": 1453770.751953125, "dur": 257115.90576171875, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 257.11590576171875, "detail": "System.Core" } },
{ "pid": 1, "tid": 10, "ts": 1455382.32421875, "dur": 255502.71606445312, "ph": "X", "name": "System.Core_Attr.cpp", "args": { "durationMS": 255.50271606445312, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 1721556.7626953125, "dur": 6254.901885986328, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 6.254901885986328, "detail": "UnityEngine.ImageConversionModule" } },
{ "pid": 1, "tid": 10, "ts": 1721573.8525390625, "dur": 6236.842155456543, "ph": "X", "name": "UnityEngine.ImageConversionModule_Attr.cpp", "args": { "durationMS": 6.236842155456543, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 1727816.89453125, "dur": 10205.221176147461, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 10.205221176147461, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 10, "ts": 1727854.3701171875, "dur": 10167.243003845215, "ph": "X", "name": "UnityEngine.UIModule_Attr.cpp", "args": { "durationMS": 10.167243003845215, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 1738025.390625, "dur": 13094.118118286133, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 13.094118118286133, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 10, "ts": 1738043.5791015625, "dur": 13075.522422790527, "ph": "X", "name": "Unity.2D.IK.Runtime_Attr.cpp", "args": { "durationMS": 13.075522422790527, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 1760632.080078125, "dur": 3473.591089248657, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.4735910892486572, "detail": "<Module>" } },
{ "pid": 1, "tid": 10, "ts": 1764106.5673828125, "dur": 32711.76528930664, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 32.71176528930664, "detail": "UnityEngine.CameraRaycastHelper" } },
{ "pid": 1, "tid": 10, "ts": 1796835.205078125, "dur": 3587.366819381714, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.587366819381714, "detail": "UnityEngine.Input" } },
{ "pid": 1, "tid": 10, "ts": 1800423.583984375, "dur": 29768.247604370117, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 29.768247604370117, "detail": "UnityEngine.SendMouseEvents" } },
{ "pid": 1, "tid": 10, "ts": 1830193.2373046875, "dur": 1968.7060117721558, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9687060117721558, "detail": "UnityEngine.Touch" } },
{ "pid": 1, "tid": 10, "ts": 1832187.255859375, "dur": 1515.415072441101, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.515415072441101, "detail": "UnityEngine.SendMouseEvents/HitInfo" } },
{ "pid": 1, "tid": 10, "ts": 1833705.2001953125, "dur": 7651.744842529297, "ph": "X", "name": "UnityEngine.InputLegacyModule.cpp", "args": { "durationMS": 7.651744842529297, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 1841507.080078125, "dur": 1188.9350414276123, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1889350414276123, "detail": "System.UriFormatException" } },
{ "pid": 1, "tid": 10, "ts": 1842697.265625, "dur": 29223.344802856445, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 29.223344802856445, "detail": "System.UriHelper" } },
{ "pid": 1, "tid": 10, "ts": 1871946.6552734375, "dur": 15729.3119430542, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.7293119430542, "detail": "System.UriParser" } },
{ "pid": 1, "tid": 10, "ts": 1887693.7255859375, "dur": 345.9239900112152, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3459239900112152, "detail": "System.UriTypeConverter" } },
{ "pid": 1, "tid": 10, "ts": 1888040.6494140625, "dur": 386.36401295661926, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.38636401295661926, "detail": "System.Net.Configuration.WebProxyScriptElement" } },
{ "pid": 1, "tid": 10, "ts": 1888627.3193359375, "dur": 341.75899624824524, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.34175899624824524, "detail": "System.Net.Configuration.WebRequestModulesSection" } },
{ "pid": 1, "tid": 10, "ts": 1888969.8486328125, "dur": 11452.569961547852, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.452569961547852, "detail": "System.ComponentModel.Win32Exception" } },
{ "pid": 1, "tid": 10, "ts": 1900423.4619140625, "dur": 7478.888988494873, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.478888988494873, "detail": "System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension" } },
{ "pid": 1, "tid": 10, "ts": 1907903.1982421875, "dur": 4307.242870330811, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.3072428703308105, "detail": "System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension" } },
{ "pid": 1, "tid": 10, "ts": 1912211.3037109375, "dur": 1690.716028213501, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.690716028213501, "detail": "System.Security.Cryptography.X509Certificates.X509Extension" } },
{ "pid": 1, "tid": 10, "ts": 1913903.076171875, "dur": 11467.355728149414, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.467355728149414, "detail": "System.Security.Cryptography.X509Certificates.X509KeyUsageExtension" } },
{ "pid": 1, "tid": 10, "ts": 1925398.92578125, "dur": 22949.756622314453, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 22.949756622314453, "detail": "System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension" } },
{ "pid": 1, "tid": 10, "ts": 1948364.1357421875, "dur": 1362.6869916915894, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3626869916915894, "detail": "System.Security.Cryptography.X509Certificates.X509Utils" } },
{ "pid": 1, "tid": 10, "ts": 1949753.41796875, "dur": 1536.5439653396606, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5365439653396606, "detail": "System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping" } },
{ "pid": 1, "tid": 10, "ts": 1951494.0185546875, "dur": 771.2259888648987, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7712259888648987, "detail": "System.Text.RegularExpressions.RegexCharClass/SingleRangeComparer" } },
{ "pid": 1, "tid": 10, "ts": 1952534.423828125, "dur": 416.9679880142212, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4169679880142212, "detail": "System.Uri/UriInfo" } },
{ "pid": 1, "tid": 10, "ts": 1952952.392578125, "dur": 607.6940298080444, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6076940298080444, "detail": "System.UriParser/BuiltInUriParser" } },
{ "pid": 1, "tid": 10, "ts": 1953578.125, "dur": 102127.22778320312, "ph": "X", "name": "System2.cpp", "args": { "durationMS": 102.12722778320312, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 2055855.712890625, "dur": 527.4559855461121, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5274559855461121, "detail": "System.Configuration.ConfigurationElement" } },
{ "pid": 1, "tid": 10, "ts": 2056558.59375, "dur": 522.2449898719788, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5222449898719788, "detail": "System.Configuration.ConfigurationSection" } },
{ "pid": 1, "tid": 10, "ts": 2057100.09765625, "dur": 857.2660088539124, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8572660088539124, "detail": "System.Configuration.IgnoreSection" } },
{ "pid": 1, "tid": 10, "ts": 2058118.65234375, "dur": 2235.9399795532227, "ph": "X", "name": "System.Configuration.cpp", "args": { "durationMS": 2.2359399795532227, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 2060411.62109375, "dur": 4809.276103973389, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.809276103973389, "detail": "UnityEngine.Canvas" } },
{ "pid": 1, "tid": 10, "ts": 2065222.16796875, "dur": 981.372058391571, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.981372058391571, "detail": "UnityEngine.CanvasGroup" } },
{ "pid": 1, "tid": 10, "ts": 2066204.58984375, "dur": 4148.262023925781, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.148262023925781, "detail": "UnityEngine.CanvasRenderer" } },
{ "pid": 1, "tid": 10, "ts": 2070353.759765625, "dur": 8089.656829833984, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.089656829833984, "detail": "UnityEngine.RectTransformUtility" } },
{ "pid": 1, "tid": 10, "ts": 2078458.49609375, "dur": 396.0540294647217, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3960540294647217, "detail": "UnityEngine.UISystemProfilerApi" } },
{ "pid": 1, "tid": 10, "ts": 2078855.46875, "dur": 498.1130063533783, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4981130063533783, "detail": "UnityEngine.Canvas/WillRenderCanvases" } },
{ "pid": 1, "tid": 10, "ts": 2079370.849609375, "dur": 11180.505752563477, "ph": "X", "name": "UnityEngine.UIModule.cpp", "args": { "durationMS": 11.180505752563477, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 2090575.927734375, "dur": 736.0939979553223, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7360939979553223, "detail": "System.IO.EndOfStreamException" } },
{ "pid": 1, "tid": 10, "ts": 2091312.98828125, "dur": 809.0419769287109, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8090419769287109, "detail": "System.EntryPointNotFoundException" } },
{ "pid": 1, "tid": 10, "ts": 2092122.802734375, "dur": 18981.258392333984, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.981258392333984, "detail": "System.Enum" } },
{ "pid": 1, "tid": 10, "ts": 2111105.224609375, "dur": 16096.345901489258, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.096345901489258, "detail": "System.Reflection.Emit.EnumBuilder" } },
{ "pid": 1, "tid": 10, "ts": 2127202.63671875, "dur": 16140.384674072266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.140384674072266, "detail": "System.Environment" } },
{ "pid": 1, "tid": 10, "ts": 2143586.9140625, "dur": 1038.9909744262695, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0389909744262695, "detail": "System.Runtime.Remoting.Messaging.EnvoyTerminatorSink" } },
{ "pid": 1, "tid": 10, "ts": 2144626.46484375, "dur": 529.3170213699341, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5293170213699341, "detail": "System.Runtime.CompilerServices.Ephemeron" } },
{ "pid": 1, "tid": 10, "ts": 2145156.73828125, "dur": 592.3779606819153, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5923779606819153, "detail": "System.Globalization.EraInfo" } },
{ "pid": 1, "tid": 10, "ts": 2145750.244140625, "dur": 2053.87806892395, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.05387806892395, "detail": "System.Runtime.Remoting.Messaging.ErrorMessage" } },
{ "pid": 1, "tid": 10, "ts": 2148092.529296875, "dur": 573.8059878349304, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5738059878349304, "detail": "System.EventHandler" } },
{ "pid": 1, "tid": 10, "ts": 2148667.48046875, "dur": 1891.6699886322021, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8916699886322021, "detail": "System.Reflection.EventInfo" } },
{ "pid": 1, "tid": 10, "ts": 2150574.70703125, "dur": 6701.737880706787, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.701737880706787, "detail": "System.Diagnostics.Tracing.EventSource" } },
{ "pid": 1, "tid": 10, "ts": 2157277.83203125, "dur": 1904.3790102005005, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9043790102005005, "detail": "System.Threading.EventWaitHandle" } },
{ "pid": 1, "tid": 10, "ts": 2159183.10546875, "dur": 1495.074987411499, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.495074987411499, "detail": "System.Security.Policy.Evidence" } },
{ "pid": 1, "tid": 10, "ts": 2160679.19921875, "dur": 11276.331901550293, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.276331901550293, "detail": "System.Exception" } },
{ "pid": 1, "tid": 10, "ts": 2171977.783203125, "dur": 1268.9859867095947, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2689859867095947, "detail": "System.Runtime.ExceptionServices.ExceptionDispatchInfo" } },
{ "pid": 1, "tid": 10, "ts": 2173247.802734375, "dur": 952.940046787262, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.952940046787262, "detail": "System.Reflection.ExceptionHandlingClause" } },
{ "pid": 1, "tid": 10, "ts": 2174231.93359375, "dur": 59380.14602661133, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 59.38014602661133, "detail": "System.Threading.ExecutionContext" } },
{ "pid": 1, "tid": 10, "ts": 2233614.013671875, "dur": 1568.4409141540527, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5684409141540527, "detail": "System.Threading.ExecutionContextSwitcher" } },
{ "pid": 1, "tid": 10, "ts": 2235183.59375, "dur": 859.9420189857483, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8599420189857483, "detail": "System.ExecutionEngineException" } },
{ "pid": 1, "tid": 10, "ts": 2236044.43359375, "dur": 1801.1651039123535, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8011651039123535, "detail": "Microsoft.Win32.ExpandString" } },
{ "pid": 1, "tid": 10, "ts": 2238129.638671875, "dur": 1812.8390312194824, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8128390312194824, "detail": "System.Runtime.InteropServices.ExternalException" } },
{ "pid": 1, "tid": 10, "ts": 2239957.763671875, "dur": 2971.1458683013916, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.9711458683013916, "detail": "System.Resources.FastResourceComparer" } },
{ "pid": 1, "tid": 10, "ts": 2242930.17578125, "dur": 709.9189758300781, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7099189758300781, "detail": "System.FieldAccessException" } },
{ "pid": 1, "tid": 10, "ts": 2243655.517578125, "dur": 1539.181113243103, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.539181113243103, "detail": "System.Reflection.Emit.FieldBuilder" } },
{ "pid": 1, "tid": 10, "ts": 2245195.80078125, "dur": 10601.919174194336, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.601919174194336, "detail": "System.Reflection.FieldInfo" } },
{ "pid": 1, "tid": 10, "ts": 2255951.904296875, "dur": 2058.5291385650635, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0585291385650635, "detail": "System.IO.File" } },
{ "pid": 1, "tid": 10, "ts": 2258189.208984375, "dur": 11989.851951599121, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.989851951599121, "detail": "System.IO.FileLoadException" } },
{ "pid": 1, "tid": 10, "ts": 2270194.3359375, "dur": 4926.7778396606445, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.9267778396606445, "detail": "System.IO.FileNotFoundException" } },
{ "pid": 1, "tid": 10, "ts": 2275144.287109375, "dur": 48537.113189697266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 48.537113189697266, "detail": "System.IO.FileStream" } },
{ "pid": 1, "tid": 10, "ts": 2323682.6171875, "dur": 751.7070174217224, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7517070174217224, "detail": "System.IO.FileStreamAsyncResult" } },
{ "pid": 1, "tid": 10, "ts": 2324435.302734375, "dur": 402.3049771785736, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4023049771785736, "detail": "System.IO.FileSystemEnumerableFactory" } },
{ "pid": 1, "tid": 10, "ts": 2324838.37890625, "dur": 2305.917978286743, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.305917978286743, "detail": "System.IO.FileSystemEnumerableHelpers" } },
{ "pid": 1, "tid": 10, "ts": 2327145.263671875, "dur": 1619.2889213562012, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6192889213562012, "detail": "System.IO.FileSystemInfo" } },
{ "pid": 1, "tid": 10, "ts": 2328785.888671875, "dur": 474.99901056289673, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.47499901056289673, "detail": "System.Runtime.CompilerServices.FixedBufferAttribute" } },
{ "pid": 1, "tid": 10, "ts": 2329262.451171875, "dur": 512.4369859695435, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5124369859695435, "detail": "System.Runtime.Serialization.FixupHolder" } },
{ "pid": 1, "tid": 10, "ts": 2329777.099609375, "dur": 1231.1739921569824, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2311739921569824, "detail": "System.Runtime.Serialization.FixupHolderList" } },
{ "pid": 1, "tid": 10, "ts": 2331130.126953125, "dur": 871.1550235748291, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8711550235748291, "detail": "System.FormatException" } },
{ "pid": 1, "tid": 10, "ts": 2332014.404296875, "dur": 1969.0059423446655, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9690059423446655, "detail": "System.Runtime.Serialization.FormatterConverter" } },
{ "pid": 1, "tid": 10, "ts": 2334113.28125, "dur": 19177.936553955078, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 19.177936553955078, "detail": "System.Runtime.Serialization.FormatterServices" } },
{ "pid": 1, "tid": 10, "ts": 2353433.837890625, "dur": 1060.649037361145, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.060649037361145, "detail": "System.GC" } },
{ "pid": 1, "tid": 10, "ts": 2354495.60546875, "dur": 64609.7412109375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 64.6097412109375, "detail": "System.Runtime.InteropServices.GCHandle" } },
{ "pid": 1, "tid": 10, "ts": 2419127.685546875, "dur": 7263.847827911377, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.263847827911377, "detail": "System.Reflection.Emit.GenericTypeParameterBuilder" } },
{ "pid": 1, "tid": 10, "ts": 2426392.822265625, "dur": 15263.734817504883, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.263734817504883, "detail": "System.Globalization.GregorianCalendar" } },
{ "pid": 1, "tid": 10, "ts": 2441657.71484375, "dur": 16470.115661621094, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.470115661621094, "detail": "System.Globalization.GregorianCalendarHelper" } },
{ "pid": 1, "tid": 10, "ts": 2458141.357421875, "dur": 37469.92111206055, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 37.46992111206055, "detail": "System.Guid" } },
{ "pid": 1, "tid": 10, "ts": 2495614.013671875, "dur": 90093.61267089844, "ph": "X", "name": "mscorlib5.cpp", "args": { "durationMS": 90.09361267089844, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 2586064.453125, "dur": 2006.1140060424805, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0061140060424805, "detail": "System.Runtime.CompilerServices.TaskAwaiter" } },
{ "pid": 1, "tid": 10, "ts": 2588071.77734375, "dur": 982.435941696167, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.982435941696167, "detail": "System.Threading.Tasks.TaskCanceledException" } },
{ "pid": 1, "tid": 10, "ts": 2589054.931640625, "dur": 795.7669496536255, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7957669496536255, "detail": "System.Threading.Tasks.TaskContinuation" } },
{ "pid": 1, "tid": 10, "ts": 2589874.267578125, "dur": 14367.776870727539, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.367776870727539, "detail": "System.Threading.Tasks.TaskExceptionHolder" } },
{ "pid": 1, "tid": 10, "ts": 2604242.67578125, "dur": 1735.5010509490967, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7355010509490967, "detail": "System.Threading.Tasks.TaskFactory" } },
{ "pid": 1, "tid": 10, "ts": 2605979.00390625, "dur": 3046.0150241851807, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0460150241851807, "detail": "System.Threading.Tasks.TaskScheduler" } },
{ "pid": 1, "tid": 10, "ts": 2609026.123046875, "dur": 1120.3060150146484, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1203060150146484, "detail": "System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation" } },
{ "pid": 1, "tid": 10, "ts": 2610147.216796875, "dur": 16947.15118408203, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.94715118408203, "detail": "System.Threading.Tasks.TaskSchedulerException" } },
{ "pid": 1, "tid": 10, "ts": 2627113.525390625, "dur": 70499.66430664062, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 70.49966430664062, "detail": "System.TermInfoDriver" } },
{ "pid": 1, "tid": 10, "ts": 2697632.32421875, "dur": 7670.717716217041, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.670717716217041, "detail": "System.TermInfoReader" } },
{ "pid": 1, "tid": 10, "ts": 2705357.177734375, "dur": 79282.94372558594, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 79.28294372558594, "detail": "System.Globalization.TextInfo" } },
{ "pid": 1, "tid": 10, "ts": 2784641.357421875, "dur": 707.0040106773376, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7070040106773376, "detail": "System.Globalization.TextInfoToLowerData" } },
{ "pid": 1, "tid": 10, "ts": 2785349.609375, "dur": 592.2529697418213, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5922529697418213, "detail": "System.Globalization.TextInfoToUpperData" } },
{ "pid": 1, "tid": 10, "ts": 2785942.626953125, "dur": 2869.986057281494, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.869986057281494, "detail": "System.IO.TextReader" } },
{ "pid": 1, "tid": 10, "ts": 2788813.4765625, "dur": 4742.434024810791, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.742434024810791, "detail": "System.IO.TextWriter" } },
{ "pid": 1, "tid": 10, "ts": 2793557.12890625, "dur": 8257.990837097168, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.257990837097168, "detail": "System.Threading.Thread" } },
{ "pid": 1, "tid": 10, "ts": 2801816.40625, "dur": 639.9419903755188, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6399419903755188, "detail": "System.Threading.ThreadAbortException" } },
{ "pid": 1, "tid": 10, "ts": 2802457.03125, "dur": 1210.7950448989868, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2107950448989868, "detail": "System.Threading.ThreadHelper" } },
{ "pid": 1, "tid": 10, "ts": 2803668.701171875, "dur": 518.9719796180725, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5189719796180725, "detail": "System.Threading.ThreadInterruptedException" } },
{ "pid": 1, "tid": 10, "ts": 2804188.720703125, "dur": 4423.191070556641, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.423191070556641, "detail": "System.Threading.ThreadPool" } },
{ "pid": 1, "tid": 10, "ts": 2808817.87109375, "dur": 1555.0858974456787, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5550858974456787, "detail": "System.Threading.Tasks.ThreadPoolTaskScheduler" } },
{ "pid": 1, "tid": 10, "ts": 2810374.0234375, "dur": 9253.568649291992, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.253568649291992, "detail": "System.Threading.ThreadPoolWorkQueue" } },
{ "pid": 1, "tid": 10, "ts": 2819628.173828125, "dur": 1187.9229545593262, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1879229545593262, "detail": "System.Threading.ThreadPoolWorkQueueThreadLocals" } },
{ "pid": 1, "tid": 10, "ts": 2820817.138671875, "dur": 506.6729784011841, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5066729784011841, "detail": "System.Threading.ThreadStart" } },
{ "pid": 1, "tid": 10, "ts": 2821340.087890625, "dur": 657.2250127792358, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6572250127792358, "detail": "System.Threading.ThreadStateException" } },
{ "pid": 1, "tid": 10, "ts": 2822112.79296875, "dur": 9127.680778503418, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.127680778503418, "detail": "System.ThrowHelper" } },
{ "pid": 1, "tid": 10, "ts": 2831397.705078125, "dur": 9217.830657958984, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.217830657958984, "detail": "System.TimeSpan" } },
{ "pid": 1, "tid": 10, "ts": 2840616.455078125, "dur": 14445.780754089355, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.445780754089355, "detail": "System.Globalization.TimeSpanFormat" } },
{ "pid": 1, "tid": 10, "ts": 2855063.720703125, "dur": 633.0520510673523, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6330520510673523, "detail": "System.TimeType" } },
{ "pid": 1, "tid": 10, "ts": 2855974.365234375, "dur": 174279.3731689453, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 174.2793731689453, "detail": "System.TimeZoneInfo" } },
{ "pid": 1, "tid": 10, "ts": 3030257.32421875, "dur": 145546.76818847656, "ph": "X", "name": "mscorlib13.cpp", "args": { "durationMS": 145.54676818847656, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 3175846.923828125, "dur": 5337.836265563965, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.337836265563965, "detail": "UnityEngine._Scripting.APIUpdating.APIUpdaterRuntimeHelpers" } },
{ "pid": 1, "tid": 10, "ts": 3181186.03515625, "dur": 495.5489933490753, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4955489933490753, "detail": "UnityEngine.AddComponentMenu" } },
{ "pid": 1, "tid": 10, "ts": 3181706.298828125, "dur": 2672.297954559326, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.672297954559326, "detail": "UnityEngine.AnimationCurve" } },
{ "pid": 1, "tid": 10, "ts": 3184379.638671875, "dur": 3614.6910190582275, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6146910190582275, "detail": "UnityEngine.Application" } },
{ "pid": 1, "tid": 10, "ts": 3187995.361328125, "dur": 1320.0860023498535, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3200860023498535, "detail": "UnityEngine.Events.ArgumentCache" } },
{ "pid": 1, "tid": 10, "ts": 3189350.09765625, "dur": 2946.117877960205, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.946117877960205, "detail": "UnityEngine.AsyncOperation" } },
{ "pid": 1, "tid": 10, "ts": 3192297.119140625, "dur": 1623.6629486083984, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6236629486083984, "detail": "Unity.IO.LowLevel.Unsafe.AsyncReadManagerMetricsFilters" } },
{ "pid": 1, "tid": 10, "ts": 3193921.875, "dur": 2752.8350353240967, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7528350353240967, "detail": "Unity.IO.LowLevel.Unsafe.AsyncReadManagerRequestMetric" } },
{ "pid": 1, "tid": 10, "ts": 3196676.025390625, "dur": 8084.992408752441, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.084992408752441, "detail": "UnityEngine.AttributeHelperEngine" } },
{ "pid": 1, "tid": 10, "ts": 3204777.587890625, "dur": 1573.855996131897, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.573855996131897, "detail": "UnityEngine.Events.BaseInvokableCall" } },
{ "pid": 1, "tid": 10, "ts": 3206352.5390625, "dur": 643.7860131263733, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6437860131263733, "detail": "UnityEngine.Rendering.BatchCullingContext" } },
{ "pid": 1, "tid": 10, "ts": 3207124.755859375, "dur": 1959.2970609664917, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9592970609664917, "detail": "UnityEngine.Rendering.BatchRendererGroup" } },
{ "pid": 1, "tid": 10, "ts": 3209112.060546875, "dur": 990.1180267333984, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9901180267333984, "detail": "UnityEngine.BeforeRenderHelper" } },
{ "pid": 1, "tid": 10, "ts": 3210404.78515625, "dur": 674.6780276298523, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6746780276298523, "detail": "UnityEngine.BootConfigData" } },
{ "pid": 1, "tid": 10, "ts": 3211080.322265625, "dur": 16203.620910644531, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.20362091064453, "detail": "UnityEngine.Bounds" } },
{ "pid": 1, "tid": 10, "ts": 3227284.912109375, "dur": 786.7349982261658, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7867349982261658, "detail": "UnityEngine.Experimental.Rendering.BuiltinRuntimeReflectionSystem" } },
{ "pid": 1, "tid": 10, "ts": 3228072.75390625, "dur": 4841.475009918213, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.841475009918213, "detail": "UnityEngine.Camera" } },
{ "pid": 1, "tid": 10, "ts": 3232930.419921875, "dur": 571.0330009460449, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5710330009460449, "detail": "UnityEngine.Experimental.Playables.CameraPlayable" } },
{ "pid": 1, "tid": 10, "ts": 3233661.376953125, "dur": 8630.847930908203, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.630847930908203, "detail": "UnityEngine.Color" } },
{ "pid": 1, "tid": 10, "ts": 3242293.45703125, "dur": 2198.6050605773926, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1986050605773926, "detail": "UnityEngine.Color32" } },
{ "pid": 1, "tid": 10, "ts": 3244529.052734375, "dur": 1895.3219652175903, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8953219652175903, "detail": "UnityEngine.Component" } },
{ "pid": 1, "tid": 10, "ts": 3246622.55859375, "dur": 3529.49595451355, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.52949595451355, "detail": "UnityEngine.Coroutine" } },
{ "pid": 1, "tid": 10, "ts": 3250153.80859375, "dur": 6995.999336242676, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.995999336242676, "detail": "UnityEngine.Cubemap" } },
{ "pid": 1, "tid": 10, "ts": 3257152.587890625, "dur": 5314.231872558594, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.314231872558594, "detail": "UnityEngine.CubemapArray" } },
{ "pid": 1, "tid": 10, "ts": 3262469.7265625, "dur": 1138.6909484863281, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1386909484863281, "detail": "UnityEngine.CullingGroup" } },
{ "pid": 1, "tid": 10, "ts": 3263771.484375, "dur": 778.9159417152405, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7789159417152405, "detail": "UnityEngine.CustomRenderTextureManager" } },
{ "pid": 1, "tid": 10, "ts": 3264589.599609375, "dur": 657.4580073356628, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6574580073356628, "detail": "UnityEngine.CustomYieldInstruction" } },
{ "pid": 1, "tid": 10, "ts": 3265248.046875, "dur": 1088.7999534606934, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0887999534606934, "detail": "UnityEngine.Sprites.DataUtility" } },
{ "pid": 1, "tid": 10, "ts": 3266359.619140625, "dur": 4539.22700881958, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.53922700881958, "detail": "UnityEngine.Debug" } },
{ "pid": 1, "tid": 10, "ts": 3270899.90234375, "dur": 1217.6399230957031, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2176399230957031, "detail": "UnityEngine.DebugLogHandler" } },
{ "pid": 1, "tid": 10, "ts": 3272118.65234375, "dur": 799.0439534187317, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7990439534187317, "detail": "UnityEngine.Profiling.Experimental.DebugScreenCapture" } },
{ "pid": 1, "tid": 10, "ts": 3273251.46484375, "dur": 1203.6889791488647, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2036889791488647, "detail": "UnityEngine.Internal.DefaultValueAttribute" } },
{ "pid": 1, "tid": 10, "ts": 3274456.54296875, "dur": 2129.8439502716064, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1298439502716064, "detail": "UnityEngine.Experimental.GlobalIllumination.DirectionalLight" } },
{ "pid": 1, "tid": 10, "ts": 3276708.49609375, "dur": 3485.0549697875977, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.4850549697875977, "detail": "UnityEngine.Experimental.GlobalIllumination.DiscLight" } },
{ "pid": 1, "tid": 10, "ts": 3280194.82421875, "dur": 3860.805034637451, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.860805034637451, "detail": "UnityEngine.Display" } },
{ "pid": 1, "tid": 10, "ts": 3284056.884765625, "dur": 493.89100074768066, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.49389100074768066, "detail": "UnityEngine.DrivenRectTransformTracker" } },
{ "pid": 1, "tid": 10, "ts": 3285495.849609375, "dur": 409.44400429725647, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.40944400429725647, "detail": "UnityEngine.FailedToLoadScriptObject" } },
{ "pid": 1, "tid": 10, "ts": 3286229.00390625, "dur": 3045.8271503448486, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0458271503448486, "detail": "UnityEngine.GameObject" } },
{ "pid": 1, "tid": 10, "ts": 3289395.99609375, "dur": 2237.924098968506, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.237924098968506, "detail": "UnityEngine.Gradient" } },
{ "pid": 1, "tid": 10, "ts": 3291667.96875, "dur": 1630.4579973220825, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6304579973220825, "detail": "UnityEngine.Experimental.Rendering.GraphicsFormatUtility" } },
{ "pid": 1, "tid": 10, "ts": 3293726.806640625, "dur": 11527.440071105957, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.527440071105957, "detail": "Unity.IL2CPP.CompilerServices.Il2CppEagerStaticClassConstructionAttribute" } },
{ "pid": 1, "tid": 10, "ts": 3305283.935546875, "dur": 1977.0389795303345, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9770389795303345, "detail": "UnityEngine.Events.InvokableCall" } },
{ "pid": 1, "tid": 10, "ts": 3307262.451171875, "dur": 2683.4261417388916, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6834261417388916, "detail": "UnityEngine.Events.InvokableCallList" } },
{ "pid": 1, "tid": 10, "ts": 3310209.228515625, "dur": 11531.578063964844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.531578063964844, "detail": "UnityEngine.Keyframe" } },
{ "pid": 1, "tid": 10, "ts": 3321742.67578125, "dur": 5855.000019073486, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.855000019073486, "detail": "UnityEngine.Rendering.LODParameters" } },
{ "pid": 1, "tid": 10, "ts": 3327599.12109375, "dur": 374.49100613594055, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.37449100613594055, "detail": "UnityEngine.LayerMask" } },
{ "pid": 1, "tid": 10, "ts": 3327974.609375, "dur": 1673.4130382537842, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6734130382537842, "detail": "UnityEngine.Light" } },
{ "pid": 1, "tid": 10, "ts": 3329649.169921875, "dur": 1039.9420261383057, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0399420261383057, "detail": "UnityEngine.LightBakingOutput" } },
{ "pid": 1, "tid": 10, "ts": 3330689.94140625, "dur": 13440.220832824707, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.440220832824707, "detail": "UnityEngine.Experimental.GlobalIllumination.LightDataGI" } },
{ "pid": 1, "tid": 10, "ts": 3344315.91796875, "dur": 12948.413848876953, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.948413848876953, "detail": "UnityEngine.Experimental.GlobalIllumination.LightmapperUtils" } },
{ "pid": 1, "tid": 10, "ts": 3357265.380859375, "dur": 1199.2149353027344, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1992149353027344, "detail": "UnityEngine.Experimental.GlobalIllumination.Lightmapping" } },
{ "pid": 1, "tid": 10, "ts": 3358479.248046875, "dur": 23324.89585876465, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 23.32489585876465, "detail": "UnityEngine.Experimental.GlobalIllumination.LinearColor" } },
{ "pid": 1, "tid": 10, "ts": 3382388.916015625, "dur": 3068.9148902893066, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0689148902893066, "detail": "UnityEngine.Logger" } },
{ "pid": 1, "tid": 10, "ts": 3385578.857421875, "dur": 2176.224946975708, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.176224946975708, "detail": "UnityEngine.ManagedStreamHelpers" } },
{ "pid": 1, "tid": 10, "ts": 3387756.103515625, "dur": 2358.0029010772705, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3580029010772705, "detail": "UnityEngine.Material" } },
{ "pid": 1, "tid": 10, "ts": 3390115.234375, "dur": 2278.4409523010254, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2784409523010254, "detail": "UnityEngine.Experimental.Playables.MaterialEffectPlayable" } },
{ "pid": 1, "tid": 10, "ts": 3392394.53125, "dur": 11231.752395629883, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.231752395629883, "detail": "UnityEngine.Mathf" } },
{ "pid": 1, "tid": 10, "ts": 3403833.49609375, "dur": 19611.520767211914, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 19.611520767211914, "detail": "UnityEngine.Matrix4x4" } },
{ "pid": 1, "tid": 10, "ts": 3423446.044921875, "dur": 4213.212013244629, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.213212013244629, "detail": "UnityEngine.Profiling.Memory.Experimental.MemoryProfiler" } },
{ "pid": 1, "tid": 10, "ts": 3427659.912109375, "dur": 16894.4034576416, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.8944034576416, "detail": "UnityEngine.Mesh" } },
{ "pid": 1, "tid": 10, "ts": 3445137.939453125, "dur": 5262.033939361572, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.262033939361572, "detail": "UnityEngine.Profiling.Memory.Experimental.MetaData" } },
{ "pid": 1, "tid": 10, "ts": 3450415.283203125, "dur": 29000.69808959961, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 29.00069808959961, "detail": "UnityEngine.MonoBehaviour" } },
{ "pid": 1, "tid": 10, "ts": 3479641.11328125, "dur": 1639.9140357971191, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6399140357971191, "detail": "UnityEngine.Scripting.APIUpdating.MovedFromAttributeData" } },
{ "pid": 1, "tid": 10, "ts": 3482316.650390625, "dur": 10102.46467590332, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.10246467590332, "detail": "UnityEngine.Object" } },
{ "pid": 1, "tid": 10, "ts": 3492420.166015625, "dur": 449.0300118923187, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4490300118923187, "detail": "UnityEngine.Rendering.OnDemandRendering" } },
{ "pid": 1, "tid": 10, "ts": 3492881.8359375, "dur": 4748.373985290527, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.748373985290527, "detail": "UnityEngine.Events.PersistentCall" } },
{ "pid": 1, "tid": 10, "ts": 3497630.859375, "dur": 1566.2189722061157, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5662189722061157, "detail": "UnityEngine.Events.PersistentCallGroup" } },
{ "pid": 1, "tid": 10, "ts": 3499232.666015625, "dur": 7320.914745330811, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.3209147453308105, "detail": "UnityEngine.Plane" } },
{ "pid": 1, "tid": 10, "ts": 3506554.19921875, "dur": 1018.0920362472534, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0180920362472534, "detail": "UnityEngine.Playables.Playable" } },
{ "pid": 1, "tid": 10, "ts": 3507573.2421875, "dur": 1227.0851135253906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2270851135253906, "detail": "UnityEngine.Playables.PlayableAsset" } },
{ "pid": 1, "tid": 10, "ts": 3508801.26953125, "dur": 1278.2670259475708, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2782670259475708, "detail": "UnityEngine.Playables.PlayableBehaviour" } },
{ "pid": 1, "tid": 10, "ts": 3510080.56640625, "dur": 17383.69369506836, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.38369369506836, "detail": "UnityEngine.Playables.PlayableBinding" } },
{ "pid": 1, "tid": 10, "ts": 3527490.478515625, "dur": 2453.861951828003, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.453861951828003, "detail": "UnityEngine.Playables.PlayableHandle" } },
{ "pid": 1, "tid": 10, "ts": 3529945.3125, "dur": 803.9889931678772, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8039889931678772, "detail": "UnityEngine.Playables.PlayableOutput" } },
{ "pid": 1, "tid": 10, "ts": 3530750, "dur": 1881.322979927063, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.881322979927063, "detail": "UnityEngine.Playables.PlayableOutputHandle" } },
{ "pid": 1, "tid": 10, "ts": 3532632.568359375, "dur": 7985.359668731689, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.9853596687316895, "detail": "UnityEngine.Networking.PlayerConnection.PlayerConnection" } },
{ "pid": 1, "tid": 10, "ts": 3540618.896484375, "dur": 3594.388961791992, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.594388961791992, "detail": "UnityEngine.PlayerConnectionInternal" } },
{ "pid": 1, "tid": 10, "ts": 3544214.111328125, "dur": 3445.0900554656982, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.4450900554656982, "detail": "UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents" } },
{ "pid": 1, "tid": 10, "ts": 3547660.400390625, "dur": 1239.8478984832764, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2398478984832764, "detail": "UnityEngine.LowLevel.PlayerLoopSystem" } },
{ "pid": 1, "tid": 10, "ts": 3548901.611328125, "dur": 1275.2059698104858, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2752059698104858, "detail": "UnityEngine.LowLevel.PlayerLoopSystemInternal" } },
{ "pid": 1, "tid": 10, "ts": 3550177.978515625, "dur": 1469.6348905563354, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4696348905563354, "detail": "UnityEngine.Experimental.GlobalIllumination.PointLight" } },
{ "pid": 1, "tid": 10, "ts": 3551939.94140625, "dur": 1039.9110317230225, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0399110317230225, "detail": "UnityEngine.Profiling.Profiler" } },
{ "pid": 1, "tid": 10, "ts": 3553189.697265625, "dur": 24555.646896362305, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.555646896362305, "detail": "UnityEngine.Quaternion" } },
{ "pid": 1, "tid": 10, "ts": 3577746.58203125, "dur": 582.2100043296814, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5822100043296814, "detail": "UnityEngine.Random" } },
{ "pid": 1, "tid": 10, "ts": 3578522.216796875, "dur": 539.6590232849121, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5396590232849121, "detail": "UnityEngine.RangeInt" } },
{ "pid": 1, "tid": 10, "ts": 3579062.744140625, "dur": 1764.4959688186646, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7644959688186646, "detail": "UnityEngine.Ray" } },
{ "pid": 1, "tid": 10, "ts": 3580846.19140625, "dur": 10588.683128356934, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.588683128356934, "detail": "UnityEngine.Rect" } },
{ "pid": 1, "tid": 10, "ts": 3591435.546875, "dur": 2941.9469833374023, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.9419469833374023, "detail": "UnityEngine.RectOffset" } },
{ "pid": 1, "tid": 10, "ts": 3594379.150390625, "dur": 10673.04801940918, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.67304801940918, "detail": "UnityEngine.RectTransform" } },
{ "pid": 1, "tid": 10, "ts": 3605053.22265625, "dur": 1947.6810693740845, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9476810693740845, "detail": "UnityEngine.Experimental.GlobalIllumination.RectangleLight" } },
{ "pid": 1, "tid": 10, "ts": 3607002.685546875, "dur": 702.1009922027588, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7021009922027588, "detail": "UnityEngine.ReflectionProbe" } },
{ "pid": 1, "tid": 10, "ts": 3607720.947265625, "dur": 1801.8310070037842, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8018310070037842, "detail": "UnityEngine.Rendering.RenderPipeline" } },
{ "pid": 1, "tid": 10, "ts": 3609524.169921875, "dur": 24477.867126464844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.477867126464844, "detail": "UnityEngine.Rendering.RenderPipelineAsset" } },
{ "pid": 1, "tid": 10, "ts": 3634003.90625, "dur": 4978.795051574707, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.978795051574707, "detail": "UnityEngine.Rendering.RenderPipelineManager" } },
{ "pid": 1, "tid": 10, "ts": 3639008.7890625, "dur": 11324.418067932129, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.324418067932129, "detail": "UnityEngine.RenderTexture" } },
{ "pid": 1, "tid": 10, "ts": 3650337.890625, "dur": 180689.80407714844, "ph": "X", "name": "UnityEngine.CoreModule.cpp", "args": { "durationMS": 180.68980407714844, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 3831046.38671875, "dur": 437.98699975013733, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43798699975013733, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3831485.3515625, "dur": 409.32199358940125, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40932199358940125, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3831896.484375, "dur": 464.9689793586731, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4649689793586731, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3832362.548828125, "dur": 426.70801281929016, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.42670801281929016, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3832790.283203125, "dur": 439.28900361061096, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43928900361061096, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3833230.712890625, "dur": 436.1969828605652, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4361969828605652, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3833668.212890625, "dur": 424.2680072784424, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4242680072784424, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3834093.505859375, "dur": 394.0640091896057, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3940640091896057, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3834489.013671875, "dur": 420.8790063858032, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4208790063858032, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3834911.1328125, "dur": 383.5889995098114, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3835889995098114, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3835295.8984375, "dur": 398.0009853839874, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3980009853839874, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3835695.3125, "dur": 391.47502183914185, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39147502183914185, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3836087.890625, "dur": 398.4200060367584, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3984200060367584, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3837055.908203125, "dur": 384.9180042743683, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3849180042743683, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3837442.138671875, "dur": 408.50499272346497, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40850499272346497, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3837851.5625, "dur": 389.30898904800415, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38930898904800415, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3838782.2265625, "dur": 2587.244987487793, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.587244987487793, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3841370.60546875, "dur": 401.33798122406006, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40133798122406006, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3841772.94921875, "dur": 602.715015411377, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.602715015411377, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3842377.197265625, "dur": 398.6720144748688, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3986720144748688, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3842777.099609375, "dur": 395.7839906215668, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3957839906215668, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3843173.828125, "dur": 385.0419819355011, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3850419819355011, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3843560.302734375, "dur": 380.1479935646057, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3801479935646057, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3843941.40625, "dur": 527.9510021209717, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5279510021209717, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3844470.458984375, "dur": 397.8790044784546, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3978790044784546, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3844869.62890625, "dur": 393.34800839424133, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39334800839424133, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3845263.916015625, "dur": 422.5830137729645, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4225830137729645, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3845687.98828125, "dur": 400.43699741363525, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40043699741363525, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3846089.111328125, "dur": 393.559992313385, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.393559992313385, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3846483.88671875, "dur": 416.95499420166016, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41695499420166016, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3846902.099609375, "dur": 386.00897789001465, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38600897789001465, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3847288.818359375, "dur": 358.487993478775, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.358487993478775, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3847648.4375, "dur": 356.2909960746765, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3562909960746765, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3848006.103515625, "dur": 518.7550187110901, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5187550187110901, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3848525.634765625, "dur": 447.07101583480835, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44707101583480835, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3848973.876953125, "dur": 394.40199732780457, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39440199732780457, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3849369.62890625, "dur": 403.7120044231415, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4037120044231415, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3849774.4140625, "dur": 409.3089997768402, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4093089997768402, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3850184.5703125, "dur": 404.87802028656006, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40487802028656006, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3850590.8203125, "dur": 401.9150137901306, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4019150137901306, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3850993.896484375, "dur": 405.3020179271698, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4053020179271698, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3851400.146484375, "dur": 1251.1060237884521, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2511060237884521, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3852652.587890625, "dur": 425.929993391037, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.425929993391037, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3853079.58984375, "dur": 441.49699807167053, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44149699807167053, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3853522.216796875, "dur": 484.9640130996704, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4849640130996704, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3854008.544921875, "dur": 459.6399962902069, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4596399962902069, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3854469.482421875, "dur": 472.012996673584, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.472012996673584, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3854942.3828125, "dur": 411.3859832286835, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41138598322868347, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3855354.98046875, "dur": 404.13299202919006, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40413299202919006, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3855760.009765625, "dur": 449.1420090198517, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4491420090198517, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3856209.9609375, "dur": 440.29900431632996, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44029900431632996, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3856652.099609375, "dur": 469.2230224609375, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4692230224609375, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3857122.314453125, "dur": 460.3859782218933, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4603859782218933, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3857584.47265625, "dur": 441.45700335502625, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44145700335502625, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3858027.099609375, "dur": 450.2529799938202, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4502529799938202, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3858478.515625, "dur": 410.286009311676, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.410286009311676, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3858889.6484375, "dur": 401.7329812049866, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4017329812049866, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3859292.724609375, "dur": 393.0490016937256, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3930490016937256, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3859686.767578125, "dur": 422.0080077648163, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4220080077648163, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3860109.619140625, "dur": 397.78000116348267, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39778000116348267, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3860509.033203125, "dur": 462.8489911556244, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4628489911556244, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3860972.65625, "dur": 358.15298557281494, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35815298557281494, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 10, "ts": 3861332.03125, "dur": 542.1429872512817, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5421429872512817, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3861875.48828125, "dur": 491.7299747467041, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4917299747467041, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3862368.1640625, "dur": 10922.447204589844, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 10.922447204589844, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3873291.9921875, "dur": 502.37399339675903, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.502373993396759, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3873794.921875, "dur": 526.8959999084473, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5268959999084473, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3874322.998046875, "dur": 1104.6500205993652, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1046500205993652, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3875428.955078125, "dur": 531.5009951591492, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5315009951591492, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3875961.669921875, "dur": 557.8770041465759, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5578770041465759, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3876520.5078125, "dur": 509.8879933357239, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5098879933357239, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3877031.494140625, "dur": 507.934033870697, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.507934033870697, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3877540.52734375, "dur": 468.7710106372833, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4687710106372833, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3878010.498046875, "dur": 501.7409920692444, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5017409920692444, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3878512.939453125, "dur": 595.7269668579102, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5957269668579102, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3879109.86328125, "dur": 498.6249804496765, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4986249804496765, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3879609.375, "dur": 459.4480097293854, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4594480097293854, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3880069.82421875, "dur": 466.4659798145294, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4664659798145294, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3880537.353515625, "dur": 460.3550136089325, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4603550136089325, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3880998.779296875, "dur": 463.7480080127716, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4637480080127716, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3881463.134765625, "dur": 494.3750202655792, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4943750202655792, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3881958.984375, "dur": 498.6339807510376, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4986339807510376, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3882458.740234375, "dur": 706.5269947052002, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7065269947052002, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3883166.50390625, "dur": 1650.1890420913696, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.6501890420913696, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3884817.87109375, "dur": 479.87499833106995, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47987499833106995, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3885298.583984375, "dur": 468.519002199173, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.468519002199173, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3885768.06640625, "dur": 517.4840092658997, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5174840092658997, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3886286.62109375, "dur": 475.3369987010956, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4753369987010956, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3886762.939453125, "dur": 467.08399057388306, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46708399057388306, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3887230.95703125, "dur": 479.14499044418335, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47914499044418335, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3887710.9375, "dur": 470.91397643089294, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47091397643089294, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3888183.349609375, "dur": 486.0150218009949, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4860150218009949, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3888670.41015625, "dur": 507.997989654541, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.507997989654541, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3889179.6875, "dur": 463.0039930343628, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4630039930343628, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3889643.310546875, "dur": 533.8799953460693, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5338799953460693, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3890178.7109375, "dur": 491.8300211429596, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4918300211429596, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3890671.630859375, "dur": 483.90302062034607, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.48390302062034607, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3891156.494140625, "dur": 487.8450036048889, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4878450036048889, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3891645.263671875, "dur": 492.592990398407, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.492592990398407, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3892139.16015625, "dur": 487.2559905052185, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4872559905052185, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3892627.44140625, "dur": 468.71697902679443, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46871697902679443, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3893097.16796875, "dur": 521.7239856719971, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5217239856719971, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3893620.1171875, "dur": 477.4579703807831, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4774579703807831, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3894098.876953125, "dur": 489.3670082092285, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4893670082092285, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3894589.111328125, "dur": 3361.5517616271973, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.3615517616271973, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3897952.1484375, "dur": 665.9379601478577, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6659379601478577, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3898618.896484375, "dur": 831.8929672241211, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8318929672241211, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3899452.1484375, "dur": 489.1209900379181, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4891209900379181, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3899942.138671875, "dur": 1124.9749660491943, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1249749660491943, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3901068.359375, "dur": 483.94301533699036, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.48394301533699036, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3901553.466796875, "dur": 599.1610288619995, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5991610288619995, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3902153.3203125, "dur": 473.7270176410675, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4737270176410675, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3902628.173828125, "dur": 488.2879853248596, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4882879853248596, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3903117.67578125, "dur": 489.5020127296448, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4895020127296448, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3903608.154296875, "dur": 491.0140037536621, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4910140037536621, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3904099.853515625, "dur": 483.9950203895569, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4839950203895569, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3904585.44921875, "dur": 508.6659789085388, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5086659789085388, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3905095.21484375, "dur": 520.7710266113281, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5207710266113281, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3905617.1875, "dur": 489.56099152565, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.48956099152565, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3906107.666015625, "dur": 478.8849949836731, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4788849949836731, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3906587.646484375, "dur": 10778.059959411621, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 10.778059959411621, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3917366.69921875, "dur": 485.8019948005676, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4858019948005676, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3917853.515625, "dur": 622.780978679657, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.622780978679657, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3918477.5390625, "dur": 540.8849716186523, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5408849716186523, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3919019.53125, "dur": 636.3040208816528, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6363040208816528, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3919656.982421875, "dur": 2423.722982406616, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.423722982406616, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3922083.0078125, "dur": 728.7169694900513, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7287169694900513, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3922812.5, "dur": 6041.007041931152, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 6.041007041931152, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3928855.224609375, "dur": 1211.4489078521729, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2114489078521729, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3930067.87109375, "dur": 24247.526168823242, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 24.247526168823242, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3954316.650390625, "dur": 486.9169890880585, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.48691698908805847, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 10, "ts": 3954804.6875, "dur": 415.01501202583313, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41501501202583313, "detail": "LastIndexOf" } },
{ "pid": 1, "tid": 10, "ts": 3955220.703125, "dur": 595.4599976539612, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5954599976539612, "detail": "LastIndexOf" } },
{ "pid": 1, "tid": 10, "ts": 3955817.138671875, "dur": 975.0330448150635, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9750330448150635, "detail": "LastIndexOf" } },
{ "pid": 1, "tid": 10, "ts": 3956793.701171875, "dur": 389.48899507522583, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38948899507522583, "detail": "LastIndexOfImpl" } },
{ "pid": 1, "tid": 10, "ts": 3957184.326171875, "dur": 819.353997707367, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8193539977073669, "detail": "Resize" } },
{ "pid": 1, "tid": 10, "ts": 3958004.39453125, "dur": 729.9800515174866, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7299800515174866, "detail": "Resize" } },
{ "pid": 1, "tid": 10, "ts": 3958735.595703125, "dur": 349.74899888038635, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34974899888038635, "detail": "Reverse" } },
{ "pid": 1, "tid": 10, "ts": 3959086.42578125, "dur": 452.15001702308655, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45215001702308655, "detail": "Reverse" } },
{ "pid": 1, "tid": 10, "ts": 3959539.55078125, "dur": 920.1250076293945, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9201250076293945, "detail": "Reverse" } },
{ "pid": 1, "tid": 10, "ts": 3960460.693359375, "dur": 711.8840217590332, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7118840217590332, "detail": "Reverse" } },
{ "pid": 1, "tid": 10, "ts": 3961173.828125, "dur": 711.1930251121521, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7111930251121521, "detail": "Reverse" } },
{ "pid": 1, "tid": 10, "ts": 3961885.986328125, "dur": 713.5370373725891, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7135370373725891, "detail": "Reverse" } },
{ "pid": 1, "tid": 10, "ts": 3962600.830078125, "dur": 767.6730155944824, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7676730155944824, "detail": "Reverse" } },
{ "pid": 1, "tid": 10, "ts": 3963369.873046875, "dur": 13630.134582519531, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 13.630134582519531, "detail": "Reverse" } },
{ "pid": 1, "tid": 10, "ts": 3977000.9765625, "dur": 872.9210495948792, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8729210495948792, "detail": "Reverse" } },
{ "pid": 1, "tid": 10, "ts": 3977875.244140625, "dur": 838.7730121612549, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8387730121612549, "detail": "Reverse" } },
{ "pid": 1, "tid": 10, "ts": 3978715.087890625, "dur": 836.0600471496582, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8360600471496582, "detail": "Reverse" } },
{ "pid": 1, "tid": 10, "ts": 3979552.24609375, "dur": 903.7690162658691, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9037690162658691, "detail": "Reverse" } },
{ "pid": 1, "tid": 10, "ts": 3980457.03125, "dur": 920.1850295066833, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9201850295066833, "detail": "Reverse" } },
{ "pid": 1, "tid": 10, "ts": 3981378.90625, "dur": 878.3310055732727, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8783310055732727, "detail": "Reverse" } },
{ "pid": 1, "tid": 10, "ts": 3982258.30078125, "dur": 896.5240120887756, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8965240120887756, "detail": "Reverse" } },
{ "pid": 1, "tid": 10, "ts": 3983156.25, "dur": 864.1790151596069, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8641790151596069, "detail": "Reverse" } },
{ "pid": 1, "tid": 10, "ts": 3984021.484375, "dur": 915.8890247344971, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9158890247344971, "detail": "Reverse" } },
{ "pid": 1, "tid": 10, "ts": 3984938.720703125, "dur": 885.7290148735046, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8857290148735046, "detail": "Reverse" } },
{ "pid": 1, "tid": 10, "ts": 3985825.927734375, "dur": 897.354006767273, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.897354006767273, "detail": "Reverse" } },
{ "pid": 1, "tid": 10, "ts": 3987220.703125, "dur": 414.5660102367401, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4145660102367401, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 3987636.23046875, "dur": 413.3960008621216, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4133960008621216, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 3988050.78125, "dur": 418.4659719467163, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4184659719467163, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 3988470.458984375, "dur": 564.801037311554, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.564801037311554, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 3989036.1328125, "dur": 532.0280194282532, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5320280194282532, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 3989860.595703125, "dur": 461.0449969768524, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4610449969768524, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 3990322.998046875, "dur": 433.5329830646515, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4335329830646515, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 3990757.32421875, "dur": 890.3370499610901, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8903370499610901, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 3991649.4140625, "dur": 945.8860158920288, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9458860158920288, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 3992596.435546875, "dur": 874.5110034942627, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8745110034942627, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 3993472.16796875, "dur": 715.5749797821045, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7155749797821045, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 3994188.4765625, "dur": 715.0639891624451, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7150639891624451, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 3994904.78515625, "dur": 712.5359773635864, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7125359773635864, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 3995618.1640625, "dur": 828.682005405426, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.828682005405426, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 3996448.2421875, "dur": 1140.1439905166626, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1401439905166626, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 3997589.599609375, "dur": 788.8990044593811, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7888990044593811, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 3998379.150390625, "dur": 1039.6579504013062, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0396579504013062, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 3999420.166015625, "dur": 768.7140107154846, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7687140107154846, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 4000189.697265625, "dur": 468.05402636528015, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46805402636528015, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 4000658.69140625, "dur": 865.8789992332458, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8658789992332458, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 4001525.634765625, "dur": 797.7049946784973, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7977049946784973, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 4002324.951171875, "dur": 804.6799898147583, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8046799898147583, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 4003130.859375, "dur": 881.6709518432617, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8816709518432617, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 4004013.916015625, "dur": 786.4579558372498, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7864579558372498, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 4004801.513671875, "dur": 800.69500207901, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.80069500207901, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 4005603.515625, "dur": 336.9619846343994, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3369619846343994, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 4005941.40625, "dur": 1137.1430158615112, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1371430158615112, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 4007079.58984375, "dur": 17863.10577392578, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 17.86310577392578, "detail": "Sort" } },
{ "pid": 1, "tid": 10, "ts": 4024944.091796875, "dur": 595.999002456665, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.595999002456665, "detail": "TrueForAll" } },
{ "pid": 1, "tid": 10, "ts": 4030254.638671875, "dur": 680.4010272026062, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6804010272026062, "detail": "GetCustomAttributeOfType" } },
{ "pid": 1, "tid": 10, "ts": 4030936.279296875, "dur": 684.8739981651306, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6848739981651306, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 10, "ts": 4031622.314453125, "dur": 714.9839997291565, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7149839997291565, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 10, "ts": 4032338.37890625, "dur": 641.3930058479309, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6413930058479309, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 10, "ts": 4032981.201171875, "dur": 889.6920084953308, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8896920084953308, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 10, "ts": 4033871.826171875, "dur": 2393.5999870300293, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.3935999870300293, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 10, "ts": 4036266.845703125, "dur": 749.3630051612854, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7493630051612854, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 10, "ts": 4037281.25, "dur": 431.46100640296936, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43146100640296936, "detail": "GetValueOrDefault" } },
{ "pid": 1, "tid": 10, "ts": 4037713.8671875, "dur": 509.45401191711426, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5094540119171143, "detail": "GetComponent" } },
{ "pid": 1, "tid": 10, "ts": 4038224.609375, "dur": 372.5750148296356, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3725750148296356, "detail": "GetComponentInChildren" } },
{ "pid": 1, "tid": 10, "ts": 4038598.388671875, "dur": 371.1169958114624, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3711169958114624, "detail": "GetComponentInParent" } },
{ "pid": 1, "tid": 10, "ts": 4039274.4140625, "dur": 348.04099798202515, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34804099798202515, "detail": "GetComponents" } },
{ "pid": 1, "tid": 10, "ts": 4041135.009765625, "dur": 1034.147024154663, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.034147024154663, "detail": "ForAll" } },
{ "pid": 1, "tid": 10, "ts": 4042170.654296875, "dur": 420.1820194721222, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4201820194721222, "detail": "UnboxValues" } },
{ "pid": 1, "tid": 10, "ts": 4042592.041015625, "dur": 807.0859909057617, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8070859909057617, "detail": "UnboxValues" } },
{ "pid": 1, "tid": 10, "ts": 4043400.390625, "dur": 348.83901476860046, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34883901476860046, "detail": "UnboxValues" } },
{ "pid": 1, "tid": 10, "ts": 4044043.701171875, "dur": 3745.4700469970703, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.7454700469970703, "detail": "GetOrAddComponent" } },
{ "pid": 1, "tid": 10, "ts": 4047791.259765625, "dur": 759.9279880523682, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7599279880523682, "detail": "Any" } },
{ "pid": 1, "tid": 10, "ts": 4048552.001953125, "dur": 960.8449935913086, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9608449935913086, "detail": "Any" } },
{ "pid": 1, "tid": 10, "ts": 4049513.916015625, "dur": 946.8960165977478, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9468960165977478, "detail": "CombinePredicates" } },
{ "pid": 1, "tid": 10, "ts": 4050462.158203125, "dur": 978.8399934768677, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9788399934768677, "detail": "Count" } },
{ "pid": 1, "tid": 10, "ts": 4051442.138671875, "dur": 1129.9610137939453, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1299610137939453, "detail": "First" } },
{ "pid": 1, "tid": 10, "ts": 4052573.486328125, "dur": 1264.4931077957153, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2644931077957153, "detail": "SingleOrDefault" } },
{ "pid": 1, "tid": 10, "ts": 4053838.8671875, "dur": 1107.1609258651733, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1071609258651733, "detail": "Where" } },
{ "pid": 1, "tid": 10, "ts": 4054947.265625, "dur": 1165.732979774475, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.165732979774475, "detail": "CanHandleEvent" } },
{ "pid": 1, "tid": 10, "ts": 4056114.013671875, "dur": 21576.892852783203, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 21.576892852783203, "detail": "Execute" } },
{ "pid": 1, "tid": 10, "ts": 4077692.626953125, "dur": 1129.2229890823364, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1292229890823364, "detail": "ExecuteHierarchy" } },
{ "pid": 1, "tid": 10, "ts": 4078822.998046875, "dur": 1044.3719625473022, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0443719625473022, "detail": "GetEventHandler" } },
{ "pid": 1, "tid": 10, "ts": 4079868.1640625, "dur": 1774.3949890136719, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.7743949890136719, "detail": "GetEventList" } },
{ "pid": 1, "tid": 10, "ts": 4081643.310546875, "dur": 609.5370054244995, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6095370054244995, "detail": "ShouldSendToComponent" } },
{ "pid": 1, "tid": 10, "ts": 4082254.150390625, "dur": 691.8780207633972, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6918780207633972, "detail": "ValidateEventData" } },
{ "pid": 1, "tid": 10, "ts": 4082947.509765625, "dur": 377.78499722480774, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37778499722480774, "detail": "AddComponent" } },
{ "pid": 1, "tid": 10, "ts": 4083326.416015625, "dur": 476.622998714447, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.476622998714447, "detail": "GetComponent" } },
{ "pid": 1, "tid": 10, "ts": 4084085.44921875, "dur": 373.54597449302673, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37354597449302673, "detail": "GetComponentInChildren" } },
{ "pid": 1, "tid": 10, "ts": 4084460.205078125, "dur": 406.23199939727783, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40623199939727783, "detail": "GetComponents" } },
{ "pid": 1, "tid": 10, "ts": 4084867.67578125, "dur": 445.0380206108093, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4450380206108093, "detail": "GetComponents" } },
{ "pid": 1, "tid": 10, "ts": 4085313.720703125, "dur": 8055.910110473633, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 8.055910110473633, "detail": "GetComponentsInChildren" } },
{ "pid": 1, "tid": 10, "ts": 4093370.849609375, "dur": 454.2419910430908, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4542419910430908, "detail": "GetComponentsInParent" } },
{ "pid": 1, "tid": 10, "ts": 4093826.416015625, "dur": 752.4009943008423, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7524009943008423, "detail": "GetComponentsInParent" } },
{ "pid": 1, "tid": 10, "ts": 4095040.283203125, "dur": 1029.8470258712769, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0298470258712769, "detail": "SetProperty" } },
{ "pid": 1, "tid": 10, "ts": 4096070.80078125, "dur": 542.2189831733704, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5422189831733704, "detail": "SetProperty" } },
{ "pid": 1, "tid": 10, "ts": 4096614.74609375, "dur": 590.8409953117371, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5908409953117371, "detail": "SetProperty" } },
{ "pid": 1, "tid": 10, "ts": 4097206.54296875, "dur": 613.9979958534241, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6139979958534241, "detail": "SetProperty" } },
{ "pid": 1, "tid": 10, "ts": 4097821.77734375, "dur": 533.7980389595032, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5337980389595032, "detail": "SetProperty" } },
{ "pid": 1, "tid": 10, "ts": 4098356.4453125, "dur": 728.0189990997314, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7280189990997314, "detail": "SetProperty" } },
{ "pid": 1, "tid": 10, "ts": 4099406.25, "dur": 440.05799293518066, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44005799293518066, "detail": "EnsureInitializedCore" } },
{ "pid": 1, "tid": 10, "ts": 4099847.65625, "dur": 337.06599473953247, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.33706599473953247, "detail": "GetFunctionPointerForDelegate" } },
{ "pid": 1, "tid": 10, "ts": 4100419.43359375, "dur": 334.97297763824463, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.33497297763824463, "detail": "GetAllocArrayFromChannel" } },
{ "pid": 1, "tid": 10, "ts": 4101040.52734375, "dur": 1828.4050226211548, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.8284050226211548, "detail": "GetAllocArrayFromChannel" } },
{ "pid": 1, "tid": 10, "ts": 4102870.60546875, "dur": 597.7370142936707, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5977370142936707, "detail": "GetAllocArrayFromChannel" } },
{ "pid": 1, "tid": 10, "ts": 4103469.23828125, "dur": 696.2869763374329, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6962869763374329, "detail": "GetAllocArrayFromChannel" } },
{ "pid": 1, "tid": 10, "ts": 4104166.9921875, "dur": 556.801974773407, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.556801974773407, "detail": "GetAllocArrayFromChannel" } },
{ "pid": 1, "tid": 10, "ts": 4104724.609375, "dur": 2253.9048194885254, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.2539048194885254, "detail": "GetAllocArrayFromChannel" } },
{ "pid": 1, "tid": 10, "ts": 4106979.98046875, "dur": 903.4229516983032, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9034229516983032, "detail": "GetListForChannel" } },
{ "pid": 1, "tid": 10, "ts": 4108206.0546875, "dur": 771.7560529708862, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7717560529708862, "detail": "GetListForChannel" } },
{ "pid": 1, "tid": 10, "ts": 4108979.4921875, "dur": 1068.0639743804932, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0680639743804932, "detail": "GetListForChannel" } },
{ "pid": 1, "tid": 10, "ts": 4110048.33984375, "dur": 17972.707748413086, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 17.972707748413086, "detail": "GetUVsImpl" } },
{ "pid": 1, "tid": 10, "ts": 4128023.4375, "dur": 1233.680009841919, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.233680009841919, "detail": "GetUVsImpl" } },
{ "pid": 1, "tid": 10, "ts": 4129258.7890625, "dur": 702.8340101242065, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7028340101242065, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 10, "ts": 4129963.8671875, "dur": 727.4460196495056, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7274460196495056, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 10, "ts": 4130692.87109375, "dur": 638.4450197219849, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6384450197219849, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 10, "ts": 4131333.0078125, "dur": 611.3429665565491, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6113429665565491, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 10, "ts": 4131945.80078125, "dur": 685.7159733772278, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6857159733772278, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 10, "ts": 4132633.30078125, "dur": 657.0380330085754, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6570380330085754, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 10, "ts": 4133291.9921875, "dur": 1001.2509822845459, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.001250982284546, "detail": "SetUvsImpl" } },
{ "pid": 1, "tid": 10, "ts": 4134294.921875, "dur": 3525.67195892334, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.52567195892334, "detail": "SetUvsImpl" } },
{ "pid": 1, "tid": 10, "ts": 4137822.265625, "dur": 404.8460125923157, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4048460125923157, "detail": "GetterAdapterFrame" } },
{ "pid": 1, "tid": 10, "ts": 4138552.734375, "dur": 511.476993560791, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.511476993560791, "detail": "ConvertExistingDataToNativeArray" } },
{ "pid": 1, "tid": 10, "ts": 4139065.4296875, "dur": 654.2350053787231, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6542350053787231, "detail": "ConvertExistingDataToNativeArray" } },
{ "pid": 1, "tid": 10, "ts": 4139721.6796875, "dur": 430.8210015296936, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4308210015296936, "detail": "ConvertExistingDataToNativeArray" } },
{ "pid": 1, "tid": 10, "ts": 4140154.296875, "dur": 433.9970052242279, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4339970052242279, "detail": "ConvertExistingDataToNativeArray" } },
{ "pid": 1, "tid": 10, "ts": 4140589.84375, "dur": 420.8049774169922, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4208049774169922, "detail": "ConvertExistingDataToNativeArray" } },
{ "pid": 1, "tid": 10, "ts": 4141012.20703125, "dur": 802.2149801254272, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8022149801254272, "detail": "EnsureListElemCount" } },
{ "pid": 1, "tid": 10, "ts": 4141815.91796875, "dur": 685.7860088348389, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6857860088348389, "detail": "EnsureListElemCount" } },
{ "pid": 1, "tid": 10, "ts": 4142503.41796875, "dur": 1199.4229555130005, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1994229555130005, "detail": "ResizeList" } },
{ "pid": 1, "tid": 10, "ts": 4143704.1015625, "dur": 1211.0859155654907, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2110859155654907, "detail": "ResizeList" } },
{ "pid": 1, "tid": 10, "ts": 4144916.9921875, "dur": 447.37300276756287, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44737300276756287, "detail": "SafeLength" } },
{ "pid": 1, "tid": 10, "ts": 4145365.234375, "dur": 438.1699860095978, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4381699860095978, "detail": "SafeLength" } },
{ "pid": 1, "tid": 10, "ts": 4145805.17578125, "dur": 686.0229969024658, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6860229969024658, "detail": "SafeLength" } },
{ "pid": 1, "tid": 10, "ts": 4146492.67578125, "dur": 457.6750099658966, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4576750099658966, "detail": "SafeLength" } },
{ "pid": 1, "tid": 10, "ts": 4146951.66015625, "dur": 4129.537105560303, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 4.129537105560303, "detail": "SafeLength" } },
{ "pid": 1, "tid": 10, "ts": 4151083.0078125, "dur": 787.0270013809204, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7870270013809204, "detail": "Instantiate" } },
{ "pid": 1, "tid": 10, "ts": 4151871.58203125, "dur": 505.55098056793213, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5055509805679321, "detail": "Instantiate" } },
{ "pid": 1, "tid": 10, "ts": 4152378.41796875, "dur": 574.3909478187561, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5743909478187561, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 10, "ts": 4152954.58984375, "dur": 524.5770215988159, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5245770215988159, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 10, "ts": 4153480.46875, "dur": 532.696008682251, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.532696008682251, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 10, "ts": 4154014.16015625, "dur": 521.1740136146545, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5211740136146545, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 10, "ts": 4154536.62109375, "dur": 518.7669992446899, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5187669992446899, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 10, "ts": 4155056.640625, "dur": 526.1529684066772, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5261529684066772, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 10, "ts": 4155584.47265625, "dur": 518.5449719429016, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5185449719429016, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 10, "ts": 4156104.00390625, "dur": 519.5069909095764, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5195069909095764, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 10, "ts": 4156625.48828125, "dur": 519.8879837989807, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5198879837989807, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 10, "ts": 4157146.484375, "dur": 604.3779850006104, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6043779850006104, "detail": "GetBuiltinResource" } },
{ "pid": 1, "tid": 10, "ts": 4157751.953125, "dur": 588.22101354599, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.58822101354599, "detail": "Load" } },
{ "pid": 1, "tid": 10, "ts": 4158341.796875, "dur": 606.1599850654602, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6061599850654602, "detail": "IsReferenceOrContainsReferences" } },
{ "pid": 1, "tid": 10, "ts": 4158949.70703125, "dur": 582.1359753608704, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5821359753608704, "detail": "CreateInstance" } },
{ "pid": 1, "tid": 10, "ts": 4159532.71484375, "dur": 11827.48794555664, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 11.82748794555664, "detail": "SetClass" } },
{ "pid": 1, "tid": 10, "ts": 4171361.81640625, "dur": 670.0920462608337, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6700920462608337, "detail": "SetStruct" } },
{ "pid": 1, "tid": 10, "ts": 4172033.69140625, "dur": 512.2790336608887, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5122790336608887, "detail": "SetStruct" } },
{ "pid": 1, "tid": 10, "ts": 4172547.36328125, "dur": 601.1930108070374, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6011930108070374, "detail": "SetStruct" } },
{ "pid": 1, "tid": 10, "ts": 4173149.90234375, "dur": 505.10597229003906, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5051059722900391, "detail": "SetStruct" } },
{ "pid": 1, "tid": 10, "ts": 4173655.76171875, "dur": 554.6330213546753, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5546330213546753, "detail": "SetStruct" } },
{ "pid": 1, "tid": 10, "ts": 4174211.9140625, "dur": 544.9340343475342, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5449340343475342, "detail": "SetStruct" } },
{ "pid": 1, "tid": 10, "ts": 4174758.30078125, "dur": 489.44398760795593, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.48944398760795593, "detail": "SetStruct" } },
{ "pid": 1, "tid": 10, "ts": 4175249.51171875, "dur": 535.2879762649536, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5352879762649536, "detail": "SetStruct" } },
{ "pid": 1, "tid": 10, "ts": 4175785.64453125, "dur": 586.6730213165283, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5866730213165283, "detail": "FromCancellation" } },
{ "pid": 1, "tid": 10, "ts": 4176374.0234375, "dur": 572.2709894180298, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5722709894180298, "detail": "FromCancellation" } },
{ "pid": 1, "tid": 10, "ts": 4176947.265625, "dur": 346.0189998149872, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3460189998149872, "detail": "IfNullAndNullsAreIllegalThenThrow" } },
{ "pid": 1, "tid": 10, "ts": 4178722.65625, "dur": 411.83802485466003, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41183802485466003, "detail": "IfNullAndNullsAreIllegalThenThrow" } },
{ "pid": 1, "tid": 10, "ts": 4181454.58984375, "dur": 2851.4208793640137, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.8514208793640137, "detail": "IfNullAndNullsAreIllegalThenThrow" } },
{ "pid": 1, "tid": 10, "ts": 4187791.015625, "dur": 357.1859896183014, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3571859896183014, "detail": "WriteArrayElement" } },
{ "pid": 1, "tid": 10, "ts": 4189028.80859375, "dur": 70636.29150390625, "ph": "X", "name": "GenericMethods1.cpp", "args": { "durationMS": 70.63629150390625, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 4259682.12890625, "dur": 97747.46704101562, "ph": "X", "name": "Idle", "args": { "durationMS": 97.74746704101562, "detail": "" } },
{ "pid": 1, "tid": 9, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 9, "ts": 1417502.5634765625, "dur": 20918.167114257812, "ph": "X", "name": "Idle", "args": { "durationMS": 20.918167114257812, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 1448468.505859375, "dur": 3840.7340049743652, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 3.8407340049743652, "detail": "System" } },
{ "pid": 1, "tid": 9, "ts": 1453716.796875, "dur": 257292.14477539062, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 257.2921447753906, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 9, "ts": 1455377.9296875, "dur": 255630.2947998047, "ph": "X", "name": "System.Configuration_Attr.cpp", "args": { "durationMS": 255.6302947998047, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 1714043.45703125, "dur": 6716.908931732178, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 6.716908931732178, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 9, "ts": 1714066.89453125, "dur": 6692.897796630859, "ph": "X", "name": "UnityEngine.InputLegacyModule_Attr.cpp", "args": { "durationMS": 6.692897796630859, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 1720763.671875, "dur": 15093.16635131836, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 15.09316635131836, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 9, "ts": 1720781.8603515625, "dur": 15074.374198913574, "ph": "X", "name": "UnityEngine.AudioModule_Attr.cpp", "args": { "durationMS": 15.074374198913574, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 1735860.107421875, "dur": 11914.986610412598, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 11.914986610412598, "detail": "UnityEngine.UnityWebRequestWWWModule" } },
{ "pid": 1, "tid": 9, "ts": 1735898.4375, "dur": 11876.123428344727, "ph": "X", "name": "UnityEngine.UnityWebRequestWWWModule_Attr.cpp", "args": { "durationMS": 11.876123428344727, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 1760651.85546875, "dur": 3519.6869373321533, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.5196869373321533, "detail": "<Module>" } },
{ "pid": 1, "tid": 9, "ts": 1764172.2412109375, "dur": 97030.0521850586, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 97.0300521850586, "detail": "Mono.Security.ASN1" } },
{ "pid": 1, "tid": 9, "ts": 1861203.369140625, "dur": 14628.995895385742, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.628995895385742, "detail": "Mono.Security.ASN1Convert" } },
{ "pid": 1, "tid": 9, "ts": 1875833.3740234375, "dur": 906.65203332901, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.90665203332901, "detail": "Mono.Security.BitConverterLE" } },
{ "pid": 1, "tid": 9, "ts": 1876740.966796875, "dur": 858.6469888687134, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8586469888687134, "detail": "Mono.Security.Cryptography.CryptoConvert" } },
{ "pid": 1, "tid": 9, "ts": 1877602.4169921875, "dur": 18956.0489654541, "ph": "X", "name": "Mono.Security.cpp", "args": { "durationMS": 18.9560489654541, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 1896614.6240234375, "dur": 8200.711250305176, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.200711250305176, "detail": "System.Console" } },
{ "pid": 1, "tid": 9, "ts": 1904816.2841796875, "dur": 545.4309582710266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5454309582710266, "detail": "System.ConsoleCancelEventArgs" } },
{ "pid": 1, "tid": 9, "ts": 1905362.548828125, "dur": 2553.976058959961, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.553976058959961, "detail": "System.ConsoleCancelEventHandler" } },
{ "pid": 1, "tid": 9, "ts": 1907934.9365234375, "dur": 13033.287048339844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.033287048339844, "detail": "System.ConsoleDriver" } },
{ "pid": 1, "tid": 9, "ts": 1920999.0234375, "dur": 3884.039878845215, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.884039878845215, "detail": "System.ConsoleKeyInfo" } },
{ "pid": 1, "tid": 9, "ts": 1924965.9423828125, "dur": 6540.719032287598, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.540719032287598, "detail": "System.Runtime.Remoting.Messaging.ConstructionCall" } },
{ "pid": 1, "tid": 9, "ts": 1931507.9345703125, "dur": 2675.692081451416, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.675692081451416, "detail": "System.Runtime.Remoting.Messaging.ConstructionCallDictionary" } },
{ "pid": 1, "tid": 9, "ts": 1934184.9365234375, "dur": 734.2590093612671, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7342590093612671, "detail": "System.Runtime.Remoting.Activation.ConstructionLevelActivator" } },
{ "pid": 1, "tid": 9, "ts": 1934920.166015625, "dur": 9914.005279541016, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.914005279541016, "detail": "System.Runtime.Remoting.Messaging.ConstructionResponse" } },
{ "pid": 1, "tid": 9, "ts": 1944835.205078125, "dur": 2632.7860355377197, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6327860355377197, "detail": "System.Reflection.Emit.ConstructorBuilder" } },
{ "pid": 1, "tid": 9, "ts": 1947468.8720703125, "dur": 2492.5999641418457, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4925999641418457, "detail": "System.Reflection.ConstructorInfo" } },
{ "pid": 1, "tid": 9, "ts": 1949962.2802734375, "dur": 20911.182403564453, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.911182403564453, "detail": "System.Runtime.Remoting.Contexts.Context" } },
{ "pid": 1, "tid": 9, "ts": 1971050.6591796875, "dur": 1086.637020111084, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.086637020111084, "detail": "System.Threading.ContextCallback" } },
{ "pid": 1, "tid": 9, "ts": 1972447.265625, "dur": 1256.253957748413, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.256253957748413, "detail": "System.Runtime.Remoting.Activation.ContextLevelActivator" } },
{ "pid": 1, "tid": 9, "ts": 1973959.228515625, "dur": 1164.2539501190186, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1642539501190186, "detail": "System.Threading.Tasks.ContinuationTaskFromTask" } },
{ "pid": 1, "tid": 9, "ts": 1975395.01953125, "dur": 1141.880989074707, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.141880989074707, "detail": "Mono.Globalization.Unicode.ContractionComparer" } },
{ "pid": 1, "tid": 9, "ts": 1976537.841796875, "dur": 115765.55633544922, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 115.76555633544922, "detail": "System.Convert" } },
{ "pid": 1, "tid": 9, "ts": 2092304.443359375, "dur": 21994.869232177734, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 21.994869232177734, "detail": "System.Runtime.Serialization.Formatters.Binary.Converter" } },
{ "pid": 1, "tid": 9, "ts": 2114655.76171875, "dur": 1732.463002204895, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.732463002204895, "detail": "System.Runtime.Remoting.Channels.CrossAppDomainChannel" } },
{ "pid": 1, "tid": 9, "ts": 2116389.16015625, "dur": 413.1529927253723, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4131529927253723, "detail": "System.Runtime.Remoting.Channels.CrossAppDomainData" } },
{ "pid": 1, "tid": 9, "ts": 2116803.466796875, "dur": 3908.3571434020996, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.9083571434020996, "detail": "System.Runtime.Remoting.Channels.CrossAppDomainSink" } },
{ "pid": 1, "tid": 9, "ts": 2120712.646484375, "dur": 2203.597068786621, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.203597068786621, "detail": "System.Runtime.Remoting.Contexts.CrossContextChannel" } },
{ "pid": 1, "tid": 9, "ts": 2122917.236328125, "dur": 464.40601348876953, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.46440601348876953, "detail": "System.Runtime.Remoting.Contexts.CrossContextDelegate" } },
{ "pid": 1, "tid": 9, "ts": 2123382.568359375, "dur": 7538.212776184082, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.538212776184082, "detail": "System.Security.Cryptography.CryptoConfig" } },
{ "pid": 1, "tid": 9, "ts": 2130922.119140625, "dur": 731.3950061798096, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7313950061798096, "detail": "System.Security.Cryptography.CryptographicException" } },
{ "pid": 1, "tid": 9, "ts": 2131654.541015625, "dur": 930.2520155906677, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9302520155906677, "detail": "System.Security.Cryptography.CryptographicUnexpectedOperationException" } },
{ "pid": 1, "tid": 9, "ts": 2132585.9375, "dur": 2134.253978729248, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.134253978729248, "detail": "System.CultureAwareComparer" } },
{ "pid": 1, "tid": 9, "ts": 2134721.923828125, "dur": 21972.511291503906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 21.972511291503906, "detail": "System.Globalization.CultureData" } },
{ "pid": 1, "tid": 9, "ts": 2156695.3125, "dur": 100737.9150390625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 100.7379150390625, "detail": "System.Globalization.CultureInfo" } },
{ "pid": 1, "tid": 9, "ts": 2257434.08203125, "dur": 3640.915870666504, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.640915870666504, "detail": "System.Globalization.CultureNotFoundException" } },
{ "pid": 1, "tid": 9, "ts": 2261076.171875, "dur": 12196.076393127441, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.196076393127441, "detail": "System.CurrentSystemTimeZone" } },
{ "pid": 1, "tid": 9, "ts": 2273295.8984375, "dur": 13791.022300720215, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.791022300720215, "detail": "System.Reflection.CustomAttributeData" } },
{ "pid": 1, "tid": 9, "ts": 2287090.33203125, "dur": 149061.21826171875, "ph": "X", "name": "mscorlib2.cpp", "args": { "durationMS": 149.06121826171875, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 2436173.33984375, "dur": 8324.446678161621, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.324446678161621, "detail": "System.Globalization.NumberFormatInfo" } },
{ "pid": 1, "tid": 9, "ts": 2444498.779296875, "dur": 65012.840270996094, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 65.0128402709961, "detail": "System.NumberFormatter" } },
{ "pid": 1, "tid": 9, "ts": 2509527.099609375, "dur": 46319.88525390625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 46.31988525390625, "detail": "System.Threading.OSSpecificSynchronizationContext" } },
{ "pid": 1, "tid": 9, "ts": 2555847.900390625, "dur": 5003.325939178467, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.003325939178467, "detail": "System.Runtime.Remoting.ObjRef" } },
{ "pid": 1, "tid": 9, "ts": 2560852.294921875, "dur": 1003.682017326355, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.003682017326355, "detail": "System.Runtime.Remoting.Messaging.ObjRefSurrogate" } },
{ "pid": 1, "tid": 9, "ts": 2561856.689453125, "dur": 1415.0699377059937, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4150699377059937, "detail": "System.Object" } },
{ "pid": 1, "tid": 9, "ts": 2563272.705078125, "dur": 4288.474082946777, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.288474082946777, "detail": "System.ObjectDisposedException" } },
{ "pid": 1, "tid": 9, "ts": 2567562.5, "dur": 680.3719401359558, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6803719401359558, "detail": "System.Collections.Generic.ObjectEqualityComparer" } },
{ "pid": 1, "tid": 9, "ts": 2568243.65234375, "dur": 22082.942962646484, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 22.082942962646484, "detail": "System.Runtime.Serialization.ObjectHolder" } },
{ "pid": 1, "tid": 9, "ts": 2590327.63671875, "dur": 4760.191917419434, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.760191917419434, "detail": "System.Runtime.Serialization.ObjectHolderList" } },
{ "pid": 1, "tid": 9, "ts": 2595089.111328125, "dur": 1042.9450273513794, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0429450273513794, "detail": "System.Runtime.Serialization.ObjectHolderListEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 2596133.056640625, "dur": 4706.504344940186, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.7065043449401855, "detail": "System.Runtime.Serialization.ObjectIDGenerator" } },
{ "pid": 1, "tid": 9, "ts": 2600840.576171875, "dur": 56385.87951660156, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 56.38587951660156, "detail": "System.Runtime.Serialization.ObjectManager" } },
{ "pid": 1, "tid": 9, "ts": 2657227.5390625, "dur": 10862.338066101074, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.862338066101074, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectMap" } },
{ "pid": 1, "tid": 9, "ts": 2668091.30859375, "dur": 910.5039834976196, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9105039834976196, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo" } },
{ "pid": 1, "tid": 9, "ts": 2669002.9296875, "dur": 998.1359839439392, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9981359839439392, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectNull" } },
{ "pid": 1, "tid": 9, "ts": 2670001.953125, "dur": 1309.6539974212646, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3096539974212646, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectProgress" } },
{ "pid": 1, "tid": 9, "ts": 2671312.255859375, "dur": 37013.26370239258, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 37.01326370239258, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectReader" } },
{ "pid": 1, "tid": 9, "ts": 2708326.416015625, "dur": 86945.9228515625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 86.9459228515625, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectWriter" } },
{ "pid": 1, "tid": 9, "ts": 2795275.634765625, "dur": 49399.925231933594, "ph": "X", "name": "mscorlib8.cpp", "args": { "durationMS": 49.399925231933594, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 2844744.62890625, "dur": 797.1760034561157, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7971760034561157, "detail": "System.TimeZoneNotFoundException" } },
{ "pid": 1, "tid": 9, "ts": 2845714.84375, "dur": 656.4970016479492, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6564970016479492, "detail": "System.TimeoutException" } },
{ "pid": 1, "tid": 9, "ts": 2846372.0703125, "dur": 351.5560030937195, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3515560030937195, "detail": "System.Threading.TimeoutHelper" } },
{ "pid": 1, "tid": 9, "ts": 2846724.609375, "dur": 2510.0748538970947, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5100748538970947, "detail": "System.Threading.Timer" } },
{ "pid": 1, "tid": 9, "ts": 2849235.83984375, "dur": 482.8430116176605, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4828430116176605, "detail": "System.Threading.TimerCallback" } },
{ "pid": 1, "tid": 9, "ts": 2849920.166015625, "dur": 2859.9300384521484, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.8599300384521484, "detail": "System.Runtime.Remoting.Services.TrackingServices" } },
{ "pid": 1, "tid": 9, "ts": 2852781.005859375, "dur": 3448.259115219116, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.448259115219116, "detail": "System.Runtime.Remoting.Proxies.TransparentProxy" } },
{ "pid": 1, "tid": 9, "ts": 2856553.955078125, "dur": 54056.34307861328, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 54.05634307861328, "detail": "System.Type" } },
{ "pid": 1, "tid": 9, "ts": 2910629.8828125, "dur": 5522.605895996094, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.522605895996094, "detail": "System.Reflection.Emit.TypeBuilder" } },
{ "pid": 1, "tid": 9, "ts": 2916652.587890625, "dur": 439.9920105934143, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4399920105934143, "detail": "System.Runtime.Remoting.TypeEntry" } },
{ "pid": 1, "tid": 9, "ts": 2917093.505859375, "dur": 537.8149747848511, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5378149747848511, "detail": "System.Reflection.TypeFilter" } },
{ "pid": 1, "tid": 9, "ts": 2917644.04296875, "dur": 630.2949786186218, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6302949786186218, "detail": "System.Runtime.CompilerServices.TypeForwardedFromAttribute" } },
{ "pid": 1, "tid": 9, "ts": 2918586.181640625, "dur": 3028.8429260253906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0288429260253906, "detail": "System.Runtime.Remoting.TypeInfo" } },
{ "pid": 1, "tid": 9, "ts": 2921616.2109375, "dur": 396.30499482154846, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.39630499482154846, "detail": "System.Runtime.Serialization.Formatters.Binary.TypeInformation" } },
{ "pid": 1, "tid": 9, "ts": 2922013.18359375, "dur": 1539.6400690078735, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5396400690078735, "detail": "System.TypeInitializationException" } },
{ "pid": 1, "tid": 9, "ts": 2923553.955078125, "dur": 4028.282642364502, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.028282642364502, "detail": "System.TypeLoadException" } },
{ "pid": 1, "tid": 9, "ts": 2928060.546875, "dur": 15451.51138305664, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.45151138305664, "detail": "System.TypeSpec" } },
{ "pid": 1, "tid": 9, "ts": 2943512.6953125, "dur": 3666.4509773254395, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6664509773254395, "detail": "System.TypedReference" } },
{ "pid": 1, "tid": 9, "ts": 2947180.6640625, "dur": 7487.958908081055, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.487958908081055, "detail": "System.UInt16" } },
{ "pid": 1, "tid": 9, "ts": 2954682.6171875, "dur": 6377.738952636719, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.377738952636719, "detail": "System.UInt32" } },
{ "pid": 1, "tid": 9, "ts": 2961074.70703125, "dur": 7007.513999938965, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.007513999938965, "detail": "System.UInt64" } },
{ "pid": 1, "tid": 9, "ts": 2968098.14453125, "dur": 2097.156047821045, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.097156047821045, "detail": "System.UIntPtr" } },
{ "pid": 1, "tid": 9, "ts": 2970196.2890625, "dur": 32280.906677246094, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 32.280906677246094, "detail": "System.Text.UTF32Encoding" } },
{ "pid": 1, "tid": 9, "ts": 3002478.271484375, "dur": 43152.408599853516, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 43.152408599853516, "detail": "System.Text.UTF7Encoding" } },
{ "pid": 1, "tid": 9, "ts": 3045632.080078125, "dur": 83106.23168945312, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 83.10623168945312, "detail": "System.Text.UTF8Encoding" } },
{ "pid": 1, "tid": 9, "ts": 3128755.859375, "dur": 1298.233985900879, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.298233985900879, "detail": "System.UnSafeCharBuffer" } },
{ "pid": 1, "tid": 9, "ts": 3130054.931640625, "dur": 747.6800084114075, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7476800084114075, "detail": "System.UnauthorizedAccessException" } },
{ "pid": 1, "tid": 9, "ts": 3130803.7109375, "dur": 16699.037551879883, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.699037551879883, "detail": "System.IO.UnexceptionalStreamReader" } },
{ "pid": 1, "tid": 9, "ts": 3147503.662109375, "dur": 1469.2330360412598, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4692330360412598, "detail": "System.IO.UnexceptionalStreamWriter" } },
{ "pid": 1, "tid": 9, "ts": 3148974.12109375, "dur": 370.79697847366333, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.37079697847366333, "detail": "System.UnhandledExceptionEventArgs" } },
{ "pid": 1, "tid": 9, "ts": 3149345.947265625, "dur": 1060.8060359954834, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0608060359954834, "detail": "System.UnhandledExceptionEventHandler" } },
{ "pid": 1, "tid": 9, "ts": 3150426.513671875, "dur": 58737.091064453125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 58.737091064453125, "detail": "System.Text.UnicodeEncoding" } },
{ "pid": 1, "tid": 9, "ts": 3209166.748046875, "dur": 67914.78729248047, "ph": "X", "name": "mscorlib14.cpp", "args": { "durationMS": 67.91478729248047, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 3277123.53515625, "dur": 4579.869270324707, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.579869270324707, "detail": "UnityEngine.RenderTextureDescriptor" } },
{ "pid": 1, "tid": 9, "ts": 3282122.802734375, "dur": 481.12601041793823, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.48112601041793823, "detail": "UnityEngine.Resolution" } },
{ "pid": 1, "tid": 9, "ts": 3282604.98046875, "dur": 660.5219841003418, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6605219841003418, "detail": "UnityEngine.ResourceRequest" } },
{ "pid": 1, "tid": 9, "ts": 3283266.357421875, "dur": 490.0929927825928, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4900929927825928, "detail": "UnityEngine.Resources" } },
{ "pid": 1, "tid": 9, "ts": 3283757.32421875, "dur": 1005.9390068054199, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.00593900680542, "detail": "UnityEngine.ResourcesAPI" } },
{ "pid": 1, "tid": 9, "ts": 3284935.546875, "dur": 740.0510311126709, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7400510311126709, "detail": "UnityEngine.RuntimeInitializeOnLoadMethodAttribute" } },
{ "pid": 1, "tid": 9, "ts": 3285694.3359375, "dur": 1077.2099494934082, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0772099494934082, "detail": "UnityEngine.SceneManagement.Scene" } },
{ "pid": 1, "tid": 9, "ts": 3286772.4609375, "dur": 4025.148868560791, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.025148868560791, "detail": "UnityEngine.SceneManagement.SceneManager" } },
{ "pid": 1, "tid": 9, "ts": 3290798.583984375, "dur": 1126.9570589065552, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1269570589065552, "detail": "UnityEngine.SceneManagement.SceneManagerAPI" } },
{ "pid": 1, "tid": 9, "ts": 3291926.513671875, "dur": 528.1379818916321, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5281379818916321, "detail": "UnityEngine.SceneManagement.SceneManagerAPIInternal" } },
{ "pid": 1, "tid": 9, "ts": 3292719.23828125, "dur": 1291.3529872894287, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2913529872894287, "detail": "UnityEngine.ScriptableObject" } },
{ "pid": 1, "tid": 9, "ts": 3294010.986328125, "dur": 2684.3268871307373, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6843268871307373, "detail": "UnityEngine.Rendering.ScriptableRenderContext" } },
{ "pid": 1, "tid": 9, "ts": 3296696.533203125, "dur": 1105.8639287948608, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1058639287948608, "detail": "UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemSettings" } },
{ "pid": 1, "tid": 9, "ts": 3297803.466796875, "dur": 729.86900806427, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.72986900806427, "detail": "UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemWrapper" } },
{ "pid": 1, "tid": 9, "ts": 3299095.458984375, "dur": 1245.1159954071045, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2451159954071045, "detail": "UnityEngine.SetupCoroutine" } },
{ "pid": 1, "tid": 9, "ts": 3300511.23046875, "dur": 1409.5860719680786, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4095860719680786, "detail": "UnityEngine.Rendering.ShaderTagId" } },
{ "pid": 1, "tid": 9, "ts": 3302320.3125, "dur": 430.97999691963196, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.43097999691963196, "detail": "UnityEngine.SpaceAttribute" } },
{ "pid": 1, "tid": 9, "ts": 3302751.953125, "dur": 2116.6720390319824, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1166720390319824, "detail": "UnityEngine.Experimental.GlobalIllumination.SpotLight" } },
{ "pid": 1, "tid": 9, "ts": 3304870.1171875, "dur": 27158.824920654297, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 27.158824920654297, "detail": "UnityEngine.Sprite" } },
{ "pid": 1, "tid": 9, "ts": 3332126.708984375, "dur": 1785.34996509552, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.78534996509552, "detail": "UnityEngine.U2D.SpriteAtlasManager" } },
{ "pid": 1, "tid": 9, "ts": 3333913.330078125, "dur": 1650.151014328003, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.650151014328003, "detail": "UnityEngine.U2D.SpriteBone" } },
{ "pid": 1, "tid": 9, "ts": 3335912.59765625, "dur": 9570.499420166016, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.570499420166016, "detail": "UnityEngine.StackTraceUtility" } },
{ "pid": 1, "tid": 9, "ts": 3345500.48828125, "dur": 8985.335350036621, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.985335350036621, "detail": "UnityEngine.Rendering.SupportedRenderingFeatures" } },
{ "pid": 1, "tid": 9, "ts": 3354487.060546875, "dur": 1735.1679801940918, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7351679801940918, "detail": "UnityEngine.SystemInfo" } },
{ "pid": 1, "tid": 9, "ts": 3356223.6328125, "dur": 3977.6268005371094, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.9776268005371094, "detail": "UnityEngine.TextAreaAttribute" } },
{ "pid": 1, "tid": 9, "ts": 3360202.1484375, "dur": 18439.653396606445, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.439653396606445, "detail": "UnityEngine.TextAsset" } },
{ "pid": 1, "tid": 9, "ts": 3378642.822265625, "dur": 2622.3528385162354, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6223528385162354, "detail": "UnityEngine.Texture" } },
{ "pid": 1, "tid": 9, "ts": 3381266.11328125, "dur": 1953.7460803985596, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9537460803985596, "detail": "UnityEngine.Texture2D" } },
{ "pid": 1, "tid": 9, "ts": 3383220.703125, "dur": 3194.0040588378906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.1940040588378906, "detail": "UnityEngine.Texture2DArray" } },
{ "pid": 1, "tid": 9, "ts": 3386415.771484375, "dur": 6266.258716583252, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.266258716583252, "detail": "UnityEngine.Texture3D" } },
{ "pid": 1, "tid": 9, "ts": 3392717.7734375, "dur": 606.9959402084351, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6069959402084351, "detail": "UnityEngine.Experimental.Playables.TextureMixerPlayable" } },
{ "pid": 1, "tid": 9, "ts": 3393367.67578125, "dur": 434.66100096702576, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.43466100096702576, "detail": "UnityEngine.Time" } },
{ "pid": 1, "tid": 9, "ts": 3393978.02734375, "dur": 5623.706340789795, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.623706340789795, "detail": "UnityEngine.TouchScreenKeyboard" } },
{ "pid": 1, "tid": 9, "ts": 3399650.87890625, "dur": 675.6319999694824, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6756319999694824, "detail": "UnityEngine.TrackedReference" } },
{ "pid": 1, "tid": 9, "ts": 3400327.63671875, "dur": 38216.392517089844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 38.216392517089844, "detail": "UnityEngine.Transform" } },
{ "pid": 1, "tid": 9, "ts": 3438545.166015625, "dur": 732.7150106430054, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7327150106430054, "detail": "UnityEngineInternal.TypeInferenceRuleAttribute" } },
{ "pid": 1, "tid": 9, "ts": 3439291.259765625, "dur": 1680.6050539016724, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6806050539016724, "detail": "UnityEngine.UnhandledExceptionHandler" } },
{ "pid": 1, "tid": 9, "ts": 3440972.900390625, "dur": 606.8400144577026, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6068400144577026, "detail": "UnityEngine.Events.UnityAction" } },
{ "pid": 1, "tid": 9, "ts": 3441580.56640625, "dur": 2901.1828899383545, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.9011828899383545, "detail": "UnityEngine.Events.UnityEvent" } },
{ "pid": 1, "tid": 9, "ts": 3444482.666015625, "dur": 7513.887882232666, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.513887882232666, "detail": "UnityEngine.Events.UnityEventBase" } },
{ "pid": 1, "tid": 9, "ts": 3452023.681640625, "dur": 25316.904067993164, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 25.316904067993164, "detail": "UnityEngine.Events.UnityEventTools" } },
{ "pid": 1, "tid": 9, "ts": 3477342.041015625, "dur": 869.7230219841003, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8697230219841003, "detail": "UnityEngine.UnityException" } },
{ "pid": 1, "tid": 9, "ts": 3478212.646484375, "dur": 1009.3380212783813, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0093380212783813, "detail": "UnityEngine.UnityLogWriter" } },
{ "pid": 1, "tid": 9, "ts": 3479223.14453125, "dur": 4728.84464263916, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.72884464263916, "detail": "UnityEngine.UnitySynchronizationContext" } },
{ "pid": 1, "tid": 9, "ts": 3484163.0859375, "dur": 9345.466613769531, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.345466613769531, "detail": "UnityEngine.Vector2" } },
{ "pid": 1, "tid": 9, "ts": 3493509.521484375, "dur": 3086.8589878082275, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0868589878082275, "detail": "UnityEngine.Vector2Int" } },
{ "pid": 1, "tid": 9, "ts": 3496597.16796875, "dur": 31093.931198120117, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 31.093931198120117, "detail": "UnityEngine.Vector3" } },
{ "pid": 1, "tid": 9, "ts": 3527692.138671875, "dur": 5893.605709075928, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.893605709075928, "detail": "UnityEngine.Vector4" } },
{ "pid": 1, "tid": 9, "ts": 3533741.943359375, "dur": 495.8440065383911, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4958440065383911, "detail": "UnityEngine.WaitForSeconds" } },
{ "pid": 1, "tid": 9, "ts": 3534239.013671875, "dur": 892.361044883728, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.892361044883728, "detail": "UnityEngine.WaitForSecondsRealtime" } },
{ "pid": 1, "tid": 9, "ts": 3535269.04296875, "dur": 1425.9800910949707, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4259800910949707, "detail": "UnityEngine.YieldInstruction" } },
{ "pid": 1, "tid": 9, "ts": 3536695.80078125, "dur": 839.4960165023804, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8394960165023804, "detail": "UnityEngine.Application/LogCallback" } },
{ "pid": 1, "tid": 9, "ts": 3537536.376953125, "dur": 423.6519932746887, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4236519932746887, "detail": "UnityEngine.Application/LowMemoryCallback" } },
{ "pid": 1, "tid": 9, "ts": 3537960.693359375, "dur": 845.8659648895264, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8458659648895264, "detail": "UnityEngine.Rendering.BatchRendererGroup/OnPerformCulling" } },
{ "pid": 1, "tid": 9, "ts": 3538807.373046875, "dur": 709.1859579086304, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7091859579086304, "detail": "UnityEngine.BeforeRenderHelper/OrderBlock" } },
{ "pid": 1, "tid": 9, "ts": 3539517.578125, "dur": 549.0210056304932, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5490210056304932, "detail": "UnityEngine.Camera/CameraCallback" } },
{ "pid": 1, "tid": 9, "ts": 3540362.548828125, "dur": 725.2640128135681, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7252640128135681, "detail": "UnityEngine.CullingGroup/StateChanged" } },
{ "pid": 1, "tid": 9, "ts": 3541088.623046875, "dur": 497.7650046348572, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4977650046348572, "detail": "UnityEngine.Display/DisplaysUpdatedDelegate" } },
{ "pid": 1, "tid": 9, "ts": 3542010.986328125, "dur": 4984.077930450439, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.9840779304504395, "detail": "UnityEngine.Experimental.GlobalIllumination.Lightmapping/<>c" } },
{ "pid": 1, "tid": 9, "ts": 3546996.09375, "dur": 634.2430114746094, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6342430114746094, "detail": "UnityEngine.Experimental.GlobalIllumination.Lightmapping/RequestLightsDelegate" } },
{ "pid": 1, "tid": 9, "ts": 3547650.87890625, "dur": 2220.698118209839, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.220698118209839, "detail": "UnityEngine.Playables.PlayableBinding/CreateOutputMethod" } },
{ "pid": 1, "tid": 9, "ts": 3549872.55859375, "dur": 387.37601041793823, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.38737601041793823, "detail": "UnityEngine.Networking.PlayerConnection.PlayerConnection/<>c__DisplayClass12_0" } },
{ "pid": 1, "tid": 9, "ts": 3550774.90234375, "dur": 341.95297956466675, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.34195297956466675, "detail": "UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/<>c__DisplayClass6_0" } },
{ "pid": 1, "tid": 9, "ts": 3552055.17578125, "dur": 574.633002281189, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.574633002281189, "detail": "UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers" } },
{ "pid": 1, "tid": 9, "ts": 3552630.615234375, "dur": 502.4399757385254, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5024399757385254, "detail": "UnityEngine.LowLevel.PlayerLoopSystem/UpdateFunction" } },
{ "pid": 1, "tid": 9, "ts": 3553671.142578125, "dur": 527.3709893226624, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5273709893226624, "detail": "UnityEngine.RectTransform/ReapplyDrivenProperties" } },
{ "pid": 1, "tid": 9, "ts": 3554245.60546875, "dur": 1370.595932006836, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.370595932006836, "detail": "UnityEngine.TextAsset/EncodingUtility" } },
{ "pid": 1, "tid": 9, "ts": 3555640.625, "dur": 671.705961227417, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.671705961227417, "detail": "UnityEngine.Transform/Enumerator" } },
{ "pid": 1, "tid": 9, "ts": 3556313.720703125, "dur": 1053.3390045166016, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0533390045166016, "detail": "UnityEngine.UnitySynchronizationContext/WorkRequest" } },
{ "pid": 1, "tid": 9, "ts": 3557408.69140625, "dur": 165752.1209716797, "ph": "X", "name": "UnityEngine.CoreModule1.cpp", "args": { "durationMS": 165.7521209716797, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 3723765.625, "dur": 4767.078876495361, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 4.767078876495361, "detail": "AwaitUnsafeOnCompleted" } },
{ "pid": 1, "tid": 9, "ts": 3728534.1796875, "dur": 1163.0630493164062, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1630630493164062, "detail": "AwaitUnsafeOnCompleted" } },
{ "pid": 1, "tid": 9, "ts": 3729698.486328125, "dur": 630.5429935455322, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6305429935455322, "detail": "Start" } },
{ "pid": 1, "tid": 9, "ts": 3730330.078125, "dur": 1089.0780687332153, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0890780687332153, "detail": "AwaitUnsafeOnCompleted" } },
{ "pid": 1, "tid": 9, "ts": 3731420.654296875, "dur": 618.4090375900269, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6184090375900269, "detail": "Start" } },
{ "pid": 1, "tid": 9, "ts": 3732040.283203125, "dur": 940.4999613761902, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9404999613761902, "detail": "CreateInstance" } },
{ "pid": 1, "tid": 9, "ts": 3732981.93359375, "dur": 9035.831451416016, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 9.035831451416016, "detail": "AsReadOnly" } },
{ "pid": 1, "tid": 9, "ts": 3742611.572265625, "dur": 365.6049966812134, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3656049966812134, "detail": "BinarySearch" } },
{ "pid": 1, "tid": 9, "ts": 3743308.10546875, "dur": 360.1889908313751, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3601889908313751, "detail": "BinarySearch" } },
{ "pid": 1, "tid": 9, "ts": 3743928.7109375, "dur": 665.9930348396301, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6659930348396301, "detail": "BinarySearch" } },
{ "pid": 1, "tid": 9, "ts": 3744595.947265625, "dur": 700.9299993515015, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7009299993515015, "detail": "BinarySearch" } },
{ "pid": 1, "tid": 9, "ts": 3745298.095703125, "dur": 1066.2940740585327, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0662940740585327, "detail": "ConvertAll" } },
{ "pid": 1, "tid": 9, "ts": 3747025.634765625, "dur": 9008.514404296875, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 9.008514404296875, "detail": "Fill" } },
{ "pid": 1, "tid": 9, "ts": 3756035.15625, "dur": 763.5549902915955, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7635549902915955, "detail": "Fill" } },
{ "pid": 1, "tid": 9, "ts": 3756799.8046875, "dur": 632.58296251297, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.63258296251297, "detail": "Find" } },
{ "pid": 1, "tid": 9, "ts": 3757433.349609375, "dur": 20318.166732788086, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 20.318166732788086, "detail": "FindAll" } },
{ "pid": 1, "tid": 9, "ts": 3777753.173828125, "dur": 544.6010231971741, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5446010231971741, "detail": "FindIndex" } },
{ "pid": 1, "tid": 9, "ts": 3778298.828125, "dur": 466.75801277160645, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46675801277160645, "detail": "FindIndex" } },
{ "pid": 1, "tid": 9, "ts": 3778766.845703125, "dur": 960.6959819793701, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9606959819793701, "detail": "FindIndex" } },
{ "pid": 1, "tid": 9, "ts": 3779728.515625, "dur": 672.1909642219543, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6721909642219543, "detail": "FindLast" } },
{ "pid": 1, "tid": 9, "ts": 3780401.611328125, "dur": 447.60000705718994, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44760000705718994, "detail": "FindLastIndex" } },
{ "pid": 1, "tid": 9, "ts": 3780850.5859375, "dur": 452.0860016345978, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4520860016345978, "detail": "FindLastIndex" } },
{ "pid": 1, "tid": 9, "ts": 3781303.22265625, "dur": 1165.1220321655273, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1651220321655273, "detail": "FindLastIndex" } },
{ "pid": 1, "tid": 9, "ts": 3782469.482421875, "dur": 568.1219696998596, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5681219696998596, "detail": "ForEach" } },
{ "pid": 1, "tid": 9, "ts": 3783242.919921875, "dur": 392.5500214099884, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3925500214099884, "detail": "IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 3783636.474609375, "dur": 410.876989364624, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.410876989364624, "detail": "IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 3784048.095703125, "dur": 804.0159940719604, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8040159940719604, "detail": "IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 3784853.271484375, "dur": 728.1439900398254, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7281439900398254, "detail": "IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 3785582.51953125, "dur": 744.3370223045349, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7443370223045349, "detail": "IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 3786327.63671875, "dur": 799.921989440918, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.799921989440918, "detail": "IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 3787128.90625, "dur": 714.7219777107239, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7147219777107239, "detail": "IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 3787844.482421875, "dur": 727.2220253944397, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7272220253944397, "detail": "IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 3788572.998046875, "dur": 724.8539924621582, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7248539924621582, "detail": "IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 3789298.828125, "dur": 743.2700395584106, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7432700395584106, "detail": "IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 3790042.96875, "dur": 770.2749967575073, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7702749967575073, "detail": "IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 3790815.185546875, "dur": 756.5919756889343, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7565919756889343, "detail": "IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 3791572.998046875, "dur": 713.6639952659607, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7136639952659607, "detail": "IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 3792287.841796875, "dur": 752.8460025787354, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7528460025787354, "detail": "IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 3793041.9921875, "dur": 685.1279735565186, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6851279735565186, "detail": "IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 3793728.271484375, "dur": 771.0460424423218, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7710460424423218, "detail": "IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 3794500.48828125, "dur": 827.5260329246521, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8275260329246521, "detail": "IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 3795329.1015625, "dur": 746.2080121040344, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7462080121040344, "detail": "IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 3796076.66015625, "dur": 419.04398798942566, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41904398798942566, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 9, "ts": 3796496.58203125, "dur": 362.0990216732025, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3620990216732025, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 9, "ts": 3796859.619140625, "dur": 5123.842239379883, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 5.123842239379883, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 9, "ts": 3802007.080078125, "dur": 344.2769944667816, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3442769944667816, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 9, "ts": 3802686.03515625, "dur": 336.67299151420593, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.33667299151420593, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 9, "ts": 3804020.751953125, "dur": 333.8540196418762, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3338540196418762, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 9, "ts": 3805014.404296875, "dur": 1573.3510255813599, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.5733510255813599, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 9, "ts": 3806589.111328125, "dur": 394.4620192050934, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3944620192050934, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 9, "ts": 3806984.619140625, "dur": 1765.9419775009155, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.7659419775009155, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 9, "ts": 3808751.708984375, "dur": 389.73698019981384, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38973698019981384, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 9, "ts": 3809734.375, "dur": 488.33101987838745, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.48833101987838745, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 9, "ts": 3814165.0390625, "dur": 12456.977844238281, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 12.456977844238281, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 9, "ts": 3828112.060546875, "dur": 412.52100467681885, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41252100467681885, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 9, "ts": 3829761.23046875, "dur": 346.1660146713257, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3461660146713257, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 9, "ts": 3836647.94921875, "dur": 2913.2239818573, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.9132239818573, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 9, "ts": 3841453.369140625, "dur": 726.8270254135132, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7268270254135132, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3842181.396484375, "dur": 769.9219584465027, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7699219584465027, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3842952.392578125, "dur": 765.9900188446045, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7659900188446045, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3843719.482421875, "dur": 779.1979908943176, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7791979908943176, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3844499.755859375, "dur": 802.1649718284607, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8021649718284607, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3845302.978515625, "dur": 815.8699870109558, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8158699870109558, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3846120.1171875, "dur": 772.8990316390991, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7728990316390991, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3846894.287109375, "dur": 801.3520240783691, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8013520240783691, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3847696.77734375, "dur": 778.1569957733154, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7781569957733154, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3848475.830078125, "dur": 784.404993057251, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.784404993057251, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3849261.474609375, "dur": 782.0219993591309, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7820219993591309, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3850044.43359375, "dur": 704.6639919281006, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7046639919281006, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3850749.755859375, "dur": 702.8989791870117, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7028989791870117, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3851454.1015625, "dur": 1095.154047012329, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.095154047012329, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3852550.048828125, "dur": 1187.6550912857056, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1876550912857056, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3853739.2578125, "dur": 851.5889644622803, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8515889644622803, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3854592.28515625, "dur": 761.4269852638245, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7614269852638245, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3855354.98046875, "dur": 731.2309741973877, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7312309741973877, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3856087.40234375, "dur": 812.7089738845825, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8127089738845825, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3856901.3671875, "dur": 948.7729668617249, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9487729668617249, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3857851.318359375, "dur": 810.3410005569458, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8103410005569458, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3858662.59765625, "dur": 707.5850367546082, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7075850367546082, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3859371.337890625, "dur": 722.1469879150391, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7221469879150391, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3860094.7265625, "dur": 842.199981212616, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.842199981212616, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3860937.98828125, "dur": 714.6649956703186, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7146649956703186, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3861653.80859375, "dur": 724.7669696807861, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7247669696807861, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3862379.8828125, "dur": 729.8069596290588, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7298069596290588, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3863110.83984375, "dur": 728.1050086021423, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7281050086021423, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3863840.087890625, "dur": 702.9790282249451, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7029790282249451, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3864544.189453125, "dur": 695.4229474067688, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6954229474067688, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3865240.966796875, "dur": 705.6739926338196, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7056739926338196, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3865947.75390625, "dur": 696.0579752922058, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6960579752922058, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3866644.53125, "dur": 661.5020036697388, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6615020036697388, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3867306.884765625, "dur": 710.1159691810608, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7101159691810608, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3868018.310546875, "dur": 700.2650499343872, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7002650499343872, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3868719.7265625, "dur": 705.3710222244263, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7053710222244263, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3869426.513671875, "dur": 700.6810307502747, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7006810307502747, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3870128.41796875, "dur": 723.4529852867126, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7234529852867126, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3870852.5390625, "dur": 668.5649752616882, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6685649752616882, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3871522.4609375, "dur": 713.5120034217834, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7135120034217834, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3872237.060546875, "dur": 729.8960089683533, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7298960089683533, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3872968.26171875, "dur": 707.5109481811523, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7075109481811523, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3873676.7578125, "dur": 685.3150129318237, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6853150129318237, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3874363.28125, "dur": 694.7239637374878, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6947239637374878, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3875059.326171875, "dur": 727.9530167579651, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7279530167579651, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3875788.330078125, "dur": 728.1790375709534, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7281790375709534, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3876517.578125, "dur": 698.5219717025757, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6985219717025757, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3877217.041015625, "dur": 697.1450448036194, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6971450448036194, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3877915.283203125, "dur": 778.1469821929932, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7781469821929932, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3878694.3359375, "dur": 680.4920434951782, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6804920434951782, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3879375.9765625, "dur": 695.6830024719238, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6956830024719238, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3880072.75390625, "dur": 3268.5770988464355, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.2685770988464355, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3883342.529296875, "dur": 933.523952960968, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.933523952960968, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3884277.34375, "dur": 722.2680449485779, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7222680449485779, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3885000.48828125, "dur": 696.4890360832214, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6964890360832214, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3885698.2421875, "dur": 703.3680081367493, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7033680081367493, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3886402.587890625, "dur": 663.6800169944763, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6636800169944763, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3887067.3828125, "dur": 665.5340194702148, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6655340194702148, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3887733.88671875, "dur": 760.5859637260437, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7605859637260437, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3888496.09375, "dur": 2282.1879386901855, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.2821879386901855, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3890779.296875, "dur": 670.3199744224548, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6703199744224548, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3891450.68359375, "dur": 722.7270007133484, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7227270007133484, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3892174.31640625, "dur": 730.476975440979, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.730476975440979, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3892905.76171875, "dur": 735.2929711341858, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7352929711341858, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3893641.845703125, "dur": 707.9049944877625, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7079049944877625, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3894351.07421875, "dur": 2712.9080295562744, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.7129080295562744, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3897065.185546875, "dur": 759.8209977149963, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7598209977149963, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3897825.927734375, "dur": 1474.236011505127, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.474236011505127, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3899301.26953125, "dur": 884.268045425415, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.884268045425415, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 9, "ts": 3900186.767578125, "dur": 378.3150017261505, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3783150017261505, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3900566.162109375, "dur": 386.8110179901123, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3868110179901123, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3900953.857421875, "dur": 389.057993888855, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.389057993888855, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3901343.994140625, "dur": 524.2530107498169, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5242530107498169, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3901869.140625, "dur": 363.64197731018066, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36364197731018066, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3902233.88671875, "dur": 357.6430082321167, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3576430082321167, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3902592.529296875, "dur": 350.9710133075714, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3509710133075714, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3902944.3359375, "dur": 377.9959976673126, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3779959976673126, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3903323.486328125, "dur": 448.496013879776, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.448496013879776, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3903772.94921875, "dur": 355.3360104560852, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3553360104560852, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3904444.82421875, "dur": 339.0609920024872, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3390609920024872, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3904784.912109375, "dur": 360.8599901199341, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3608599901199341, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3905146.484375, "dur": 405.7469964027405, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4057469964027405, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3905553.7109375, "dur": 390.502005815506, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.390502005815506, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3905945.068359375, "dur": 404.1849970817566, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4041849970817566, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3906350.09765625, "dur": 398.6169993877411, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3986169993877411, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3906749.51171875, "dur": 416.6719913482666, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4166719913482666, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3907496.337890625, "dur": 403.43397855758667, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40343397855758667, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3907900.87890625, "dur": 345.0160026550293, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3450160026550293, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3908247.314453125, "dur": 531.5849781036377, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5315849781036377, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3908779.78515625, "dur": 364.69799280166626, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36469799280166626, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3909145.751953125, "dur": 802.6549816131592, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8026549816131592, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3909949.70703125, "dur": 357.68699645996094, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35768699645996094, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3910308.349609375, "dur": 352.04100608825684, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35204100608825684, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3910661.376953125, "dur": 666.4760112762451, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6664760112762451, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3911329.1015625, "dur": 371.7840015888214, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3717840015888214, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3911701.66015625, "dur": 364.206999540329, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.364206999540329, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3912067.138671875, "dur": 354.3020188808441, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3543020188808441, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3912422.607421875, "dur": 366.67001247406006, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36667001247406006, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3912790.52734375, "dur": 344.1280126571655, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3441280126571655, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3913795.41015625, "dur": 340.16701579093933, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34016701579093933, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3914470.703125, "dur": 432.2119951248169, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4322119951248169, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3914904.296875, "dur": 455.3920030593872, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4553920030593872, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3915360.595703125, "dur": 369.8899745941162, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3698899745941162, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3915731.4453125, "dur": 483.40898752212524, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.48340898752212524, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3916216.064453125, "dur": 477.1679937839508, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4771679937839508, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3916694.580078125, "dur": 470.42202949523926, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47042202949523926, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3917165.771484375, "dur": 481.53799772262573, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.48153799772262573, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3917648.4375, "dur": 1474.503993988037, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.474503993988037, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3919124.267578125, "dur": 506.6009759902954, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5066009759902954, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3919632.080078125, "dur": 426.3229966163635, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4263229966163635, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3920059.326171875, "dur": 7163.637161254883, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 7.163637161254883, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3927224.609375, "dur": 515.1299834251404, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5151299834251404, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3927740.72265625, "dur": 443.153977394104, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.443153977394104, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3928184.814453125, "dur": 432.55099654197693, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43255099654197693, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3928618.408203125, "dur": 546.457052230835, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.546457052230835, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3929165.771484375, "dur": 827.4019956588745, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8274019956588745, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3929994.384765625, "dur": 24131.248474121094, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 24.131248474121094, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3954456.0546875, "dur": 337.1120095252991, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3371120095252991, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3954794.189453125, "dur": 341.1020040512085, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3411020040512085, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3955136.474609375, "dur": 343.0039882659912, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3430039882659912, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3955480.224609375, "dur": 353.6759912967682, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3536759912967682, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3955834.9609375, "dur": 355.5319905281067, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3555319905281067, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3956191.89453125, "dur": 341.75801277160645, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34175801277160645, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3956534.1796875, "dur": 336.83300018310547, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.33683300018310547, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3956872.314453125, "dur": 360.35802960395813, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36035802960395813, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3957233.642578125, "dur": 363.1889820098877, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3631889820098877, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3957597.900390625, "dur": 337.5430107116699, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3375430107116699, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3958270.5078125, "dur": 339.7350013256073, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3397350013256073, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3959256.103515625, "dur": 341.8700098991394, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3418700098991394, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 9, "ts": 3963770.263671875, "dur": 13197.05867767334, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 13.19705867767334, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 9, "ts": 3989041.259765625, "dur": 515.1789784431458, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5151789784431458, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3989557.861328125, "dur": 479.90497946739197, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47990497946739197, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3990038.818359375, "dur": 489.0329837799072, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4890329837799072, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3990528.80859375, "dur": 452.5040090084076, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4525040090084076, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3990982.666015625, "dur": 437.8630220890045, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4378630220890045, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3991421.38671875, "dur": 478.1480133533478, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4781480133533478, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3991900.87890625, "dur": 500.87296962738037, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5008729696273804, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3992402.83203125, "dur": 504.95898723602295, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.504958987236023, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3992908.935546875, "dur": 478.91101241111755, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47891101241111755, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3993388.916015625, "dur": 445.8540081977844, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4458540081977844, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3993835.9375, "dur": 407.5610041618347, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4075610041618347, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3994244.873046875, "dur": 397.1039950847626, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3971039950847626, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3994643.06640625, "dur": 401.6070067882538, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4016070067882538, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3995045.654296875, "dur": 405.2070081233978, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4052070081233978, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3995451.904296875, "dur": 456.23502135276794, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45623502135276794, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3995909.423828125, "dur": 484.8490059375763, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4848490059375763, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3996395.5078125, "dur": 529.7809839248657, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5297809839248657, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3996926.26953125, "dur": 715.4510021209717, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7154510021209717, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3997643.310546875, "dur": 424.1600036621094, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4241600036621094, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3998068.359375, "dur": 410.379022359848, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.410379022359848, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3998479.4921875, "dur": 468.5809910297394, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4685809910297394, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3998949.21875, "dur": 410.180002450943, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.410180002450943, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3999360.83984375, "dur": 405.4339826107025, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4054339826107025, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 3999766.845703125, "dur": 419.99900341033936, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41999900341033936, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4000188.232421875, "dur": 408.69200229644775, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40869200229644775, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4000597.900390625, "dur": 471.07499837875366, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47107499837875366, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4001070.068359375, "dur": 611.1059784889221, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6111059784889221, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4001682.12890625, "dur": 412.4259948730469, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4124259948730469, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4002095.703125, "dur": 402.2510051727295, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4022510051727295, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4002499.0234375, "dur": 542.4929857254028, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5424929857254028, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4003042.724609375, "dur": 417.4639880657196, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4174639880657196, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4003461.42578125, "dur": 404.6940207481384, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4046940207481384, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4003866.943359375, "dur": 442.02500581741333, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44202500581741333, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4004309.814453125, "dur": 416.62099957466125, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41662099957466125, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4004727.783203125, "dur": 413.7890040874481, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4137890040874481, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4005142.578125, "dur": 433.96997451782227, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43396997451782227, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4005577.63671875, "dur": 417.3619747161865, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4173619747161865, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4005996.337890625, "dur": 393.0479884147644, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3930479884147644, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4006390.869140625, "dur": 419.33101415634155, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41933101415634155, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4006811.03515625, "dur": 402.7950167655945, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4027950167655945, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4007215.33203125, "dur": 655.3820371627808, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6553820371627808, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4007871.58203125, "dur": 483.12997817993164, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.48312997817993164, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4008356.201171875, "dur": 664.9919748306274, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6649919748306274, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4009022.216796875, "dur": 383.1009864807129, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3831009864807129, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4009406.494140625, "dur": 370.36997079849243, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37036997079849243, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4009778.076171875, "dur": 383.36700201034546, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38336700201034546, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4010162.353515625, "dur": 13950.305938720703, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 13.950305938720703, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4024114.013671875, "dur": 2220.1390266418457, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.2201390266418457, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4026335.693359375, "dur": 409.8289906978607, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4098289906978607, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4026746.337890625, "dur": 398.8259732723236, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3988259732723236, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4027146.240234375, "dur": 654.8219919204712, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6548219919204712, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4027802.24609375, "dur": 403.06898951530457, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40306898951530457, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4028206.298828125, "dur": 444.57101821899414, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44457101821899414, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4028652.099609375, "dur": 450.7569968700409, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4507569968700409, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4029104.00390625, "dur": 410.2250039577484, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4102250039577484, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4029515.13671875, "dur": 403.4390151500702, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4034390151500702, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4029919.43359375, "dur": 398.5069990158081, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3985069990158081, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4030318.84765625, "dur": 397.9569971561432, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3979569971561432, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4030718.017578125, "dur": 395.671010017395, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.395671010017395, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4031114.74609375, "dur": 406.0960114002228, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4060960114002228, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4031521.97265625, "dur": 3009.074926376343, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.0090749263763428, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4034532.470703125, "dur": 454.6869993209839, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4546869993209839, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4034988.28125, "dur": 382.9280138015747, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3829280138015747, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4035372.0703125, "dur": 5166.86487197876, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 5.16686487197876, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4040540.283203125, "dur": 431.88801407814026, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43188801407814026, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4040973.388671875, "dur": 426.52198672294617, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.42652198672294617, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4041401.123046875, "dur": 413.3729934692383, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4133729934692383, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4041815.673828125, "dur": 418.2259738445282, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4182259738445282, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4042234.86328125, "dur": 411.5320146083832, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4115320146083832, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 9, "ts": 4042647.705078125, "dur": 442.03802943229675, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44203802943229675, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4043090.33203125, "dur": 424.4929850101471, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4244929850101471, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4043515.869140625, "dur": 402.2499918937683, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4022499918937683, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4043918.9453125, "dur": 392.4959897994995, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3924959897994995, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4044312.5, "dur": 401.08799934387207, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40108799934387207, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4044714.599609375, "dur": 423.3250021934509, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4233250021934509, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4045139.16015625, "dur": 426.8620014190674, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4268620014190674, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4045567.138671875, "dur": 433.5919916629791, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4335919916629791, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4046001.46484375, "dur": 400.4960060119629, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4004960060119629, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4046403.3203125, "dur": 418.1009829044342, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4181009829044342, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4046822.509765625, "dur": 892.8819894790649, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8928819894790649, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4047717.28515625, "dur": 471.20702266693115, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47120702266693115, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4048189.94140625, "dur": 381.8659782409668, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3818659782409668, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4048572.75390625, "dur": 466.64899587631226, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46664899587631226, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4049040.52734375, "dur": 377.57501006126404, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37757501006126404, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4049419.189453125, "dur": 435.7059895992279, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4357059895992279, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4049855.95703125, "dur": 394.06099915504456, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39406099915504456, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4050250.9765625, "dur": 384.5599889755249, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3845599889755249, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4050636.474609375, "dur": 2390.1848793029785, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.3901848793029785, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4053027.83203125, "dur": 448.6919939517975, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4486919939517975, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4053477.5390625, "dur": 406.2210023403168, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4062210023403168, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4053885.009765625, "dur": 428.79700660705566, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.42879700660705566, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4054315.185546875, "dur": 409.030020236969, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.409030020236969, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4054725.341796875, "dur": 401.0399878025055, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4010399878025055, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4055127.44140625, "dur": 412.80898451805115, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41280898451805115, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4055541.50390625, "dur": 419.0889894962311, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4190889894962311, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4055961.9140625, "dur": 402.61200070381165, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40261200070381165, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4056365.72265625, "dur": 412.13101148605347, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41213101148605347, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4056778.80859375, "dur": 403.95501255989075, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40395501255989075, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4057183.837890625, "dur": 384.5190107822418, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3845190107822418, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4057569.091796875, "dur": 369.5470094680786, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3695470094680786, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4057939.94140625, "dur": 358.42499136924744, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35842499136924744, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4058299.560546875, "dur": 368.6079978942871, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3686079978942871, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4058669.189453125, "dur": 409.2310070991516, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4092310070991516, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4059079.345703125, "dur": 415.57401418685913, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41557401418685913, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4059496.09375, "dur": 652.9479622840881, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6529479622840881, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4060150.390625, "dur": 17027.9483795166, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 17.0279483795166, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4077180.419921875, "dur": 387.49900460243225, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38749900460243225, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4077568.84765625, "dur": 407.5799882411957, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4075799882411957, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4077977.5390625, "dur": 371.43999338150024, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37143999338150024, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4078350.09765625, "dur": 358.9420020580292, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3589420020580292, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4078709.9609375, "dur": 336.5029990673065, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3365029990673065, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4079047.36328125, "dur": 346.47002816200256, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34647002816200256, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4079394.775390625, "dur": 3718.1239128112793, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.7181239128112793, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4083114.2578125, "dur": 398.29501509666443, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39829501509666443, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4083513.671875, "dur": 392.08197593688965, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39208197593688965, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4083906.73828125, "dur": 378.35198640823364, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37835198640823364, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4084286.1328125, "dur": 388.8910114765167, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3888910114765167, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4084676.513671875, "dur": 464.8129940032959, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4648129940032959, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4085142.333984375, "dur": 738.8250231742859, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7388250231742859, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4085882.32421875, "dur": 455.6729793548584, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4556729793548584, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4086339.111328125, "dur": 732.524037361145, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.732524037361145, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4087072.998046875, "dur": 400.8519947528839, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4008519947528839, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4087474.853515625, "dur": 398.5759913921356, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3985759913921356, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4087874.51171875, "dur": 458.4150016307831, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4584150016307831, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4088334.228515625, "dur": 438.75598907470703, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43875598907470703, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4088773.92578125, "dur": 591.372013092041, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.591372013092041, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4089366.2109375, "dur": 465.4969871044159, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4654969871044159, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4089833.0078125, "dur": 415.80498218536377, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41580498218536377, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4090249.755859375, "dur": 408.0739915370941, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4080739915370941, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4090659.423828125, "dur": 420.17799615859985, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.42017799615859985, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4091080.56640625, "dur": 411.9749963283539, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4119749963283539, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4091493.65234375, "dur": 400.2419710159302, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4002419710159302, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4091895.01953125, "dur": 411.97797656059265, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41197797656059265, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4092307.861328125, "dur": 406.77300095558167, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40677300095558167, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4092715.8203125, "dur": 389.61100578308105, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38961100578308105, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4093106.689453125, "dur": 473.145991563797, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.473145991563797, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4093580.56640625, "dur": 2791.198968887329, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.791198968887329, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4096373.046875, "dur": 391.9539749622345, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3919539749622345, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4096766.11328125, "dur": 954.1770219802856, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9541770219802856, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4097721.19140625, "dur": 953.2049894332886, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9532049894332886, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4098675.78125, "dur": 1221.250057220459, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.221250057220459, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4099897.94921875, "dur": 1002.0359754562378, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0020359754562378, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4100900.87890625, "dur": 1355.7920455932617, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3557920455932617, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4102257.8125, "dur": 1063.478946685791, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.063478946685791, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4103322.265625, "dur": 1221.3759422302246, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2213759422302246, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4104544.921875, "dur": 1036.391019821167, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.036391019821167, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4105582.51953125, "dur": 970.0959920883179, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9700959920883179, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4106553.7109375, "dur": 21273.792266845703, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 21.273792266845703, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4127829.58984375, "dur": 1479.019045829773, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.479019045829773, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4129310.05859375, "dur": 1398.226022720337, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.398226022720337, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4130709.47265625, "dur": 1453.3419609069824, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.4533419609069824, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4132165.0390625, "dur": 1500.114917755127, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.500114917755127, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4133666.50390625, "dur": 1432.7850341796875, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.4327850341796875, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4135100.5859375, "dur": 1452.4749517440796, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.4524749517440796, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4136554.6875, "dur": 8508.966445922852, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 8.508966445922852, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4145065.4296875, "dur": 1329.3490409851074, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3293490409851074, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4146396.484375, "dur": 1307.4359893798828, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3074359893798828, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4147705.078125, "dur": 1290.3910875320435, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2903910875320435, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4148997.55859375, "dur": 1296.9890832901, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2969890832901, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4150295.8984375, "dur": 1280.6909084320068, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2806909084320068, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4151578.61328125, "dur": 1302.854061126709, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.302854061126709, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4152882.8125, "dur": 6145.4973220825195, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 6.1454973220825195, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4159029.296875, "dur": 12270.198822021484, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 12.270198822021484, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4171302.24609375, "dur": 1210.5170488357544, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2105170488357544, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4172514.16015625, "dur": 1162.6250743865967, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1626250743865967, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4173678.22265625, "dur": 1145.5719470977783, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1455719470977783, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4174824.70703125, "dur": 1097.254991531372, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.097254991531372, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4175923.33984375, "dur": 1094.599962234497, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.094599962234497, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4177019.04296875, "dur": 2123.871088027954, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.123871088027954, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4179144.53125, "dur": 3304.123878479004, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.304123878479004, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4182450.1953125, "dur": 1110.274076461792, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.110274076461792, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4183561.5234375, "dur": 1220.5430269241333, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2205430269241333, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4184783.203125, "dur": 973.1859564781189, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9731859564781189, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4185757.8125, "dur": 2864.1951084136963, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.8641951084136963, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4188623.046875, "dur": 1131.6859722137451, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1316859722137451, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4189755.859375, "dur": 1147.3549604415894, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1473549604415894, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4190904.78515625, "dur": 1055.5349588394165, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0555349588394165, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4191961.9140625, "dur": 1074.0089416503906, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0740089416503906, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4193037.109375, "dur": 8540.499687194824, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 8.540499687194824, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4201578.61328125, "dur": 1314.2520189285278, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3142520189285278, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4202894.53125, "dur": 2312.732934951782, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.3127329349517822, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4205208.49609375, "dur": 1382.11989402771, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.38211989402771, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4206592.28515625, "dur": 1199.6080875396729, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1996080875396729, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4207792.96875, "dur": 1938.9839172363281, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.9389839172363281, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4209733.3984375, "dur": 25733.295440673828, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 25.733295440673828, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4235468.26171875, "dur": 1772.0779180526733, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.7720779180526733, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4237242.1875, "dur": 1122.0320463180542, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1220320463180542, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4238365.234375, "dur": 1122.251033782959, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.122251033782959, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4239488.76953125, "dur": 1069.0850019454956, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0690850019454956, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4240558.59375, "dur": 621.1659908294678, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6211659908294678, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4241180.6640625, "dur": 818.1500434875488, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8181500434875488, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4242000, "dur": 737.1160387992859, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7371160387992859, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4242737.79296875, "dur": 654.6090245246887, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6546090245246887, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4243393.5546875, "dur": 698.0479955673218, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6980479955673218, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4244092.28515625, "dur": 971.5840220451355, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9715840220451355, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4245064.94140625, "dur": 522.5139856338501, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5225139856338501, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4245587.890625, "dur": 1199.76806640625, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.19976806640625, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4246789.55078125, "dur": 2289.1299724578857, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.2891299724578857, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4249079.58984375, "dur": 695.1589584350586, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6951589584350586, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4249775.390625, "dur": 1104.9309968948364, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1049309968948364, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4250881.34765625, "dur": 1070.665955543518, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.070665955543518, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4251953.125, "dur": 694.3179965019226, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6943179965019226, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4252647.94921875, "dur": 953.9089798927307, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9539089798927307, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4253603.02734375, "dur": 678.7230372428894, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6787230372428894, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4254282.2265625, "dur": 1003.5070180892944, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0035070180892944, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4255286.62109375, "dur": 1133.4749460220337, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1334749460220337, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4256421.38671875, "dur": 1183.298945426941, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.183298945426941, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 9, "ts": 4257605.95703125, "dur": 380.9190094470978, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3809190094470978, "detail": "InternalArray__Insert" } },
{ "pid": 1, "tid": 9, "ts": 4257987.79296875, "dur": 391.1359906196594, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3911359906196594, "detail": "InternalArray__Insert" } },
{ "pid": 1, "tid": 9, "ts": 4258379.8828125, "dur": 399.616003036499, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.399616003036499, "detail": "InternalArray__Insert" } },
{ "pid": 1, "tid": 9, "ts": 4258780.76171875, "dur": 369.3479895591736, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3693479895591736, "detail": "InternalArray__Insert" } },
{ "pid": 1, "tid": 9, "ts": 4259150.87890625, "dur": 402.3999869823456, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4023999869823456, "detail": "InternalArray__Insert" } },
{ "pid": 1, "tid": 9, "ts": 4260141.11328125, "dur": 13525.733947753906, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 13.525733947753906, "detail": "InternalArray__Insert" } },
{ "pid": 1, "tid": 9, "ts": 4273668.9453125, "dur": 1176.7810583114624, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1767810583114624, "detail": "InternalArray__Insert" } },
{ "pid": 1, "tid": 9, "ts": 4274847.16796875, "dur": 2159.044027328491, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.159044027328491, "detail": "InternalArray__Insert" } },
{ "pid": 1, "tid": 9, "ts": 4288663.0859375, "dur": 745.3219890594482, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7453219890594482, "detail": "InternalArray__Insert" } },
{ "pid": 1, "tid": 9, "ts": 4290461.42578125, "dur": 357.5020134449005, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3575020134449005, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 9, "ts": 4291468.26171875, "dur": 65801.96380615234, "ph": "X", "name": "GenericMethods.cpp", "args": { "durationMS": 65.80196380615234, "detail": "" } },
{ "pid": 1, "tid": 28, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 28, "ts": 4368478.02734375, "dur": 1067.9219961166382, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 1.0679219961166382, "detail": "Unity.IL2CPP.Contexts.Components.SourceAnnotationWriterComponent" } },
{ "pid": 1, "tid": 29, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 29, "ts": 4504670.41015625, "dur": 28340.9366607666, "ph": "X", "name": "Idle", "args": { "durationMS": 28.3409366607666, "detail": "" } },
{ "pid": 1, "tid": 29, "ts": 4549665.52734375, "dur": 2518.65291595459, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 2.51865291595459, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 29, "ts": 4552191.89453125, "dur": 8747.998237609863, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 8.747998237609863, "detail": "System" } },
{ "pid": 1, "tid": 29, "ts": 4560952.63671875, "dur": 219103.57666015625, "ph": "X", "name": "Idle", "args": { "durationMS": 219.10357666015625, "detail": "" } },
{ "pid": 1, "tid": 30, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 30, "ts": 4504783.203125, "dur": 28230.99136352539, "ph": "X", "name": "Idle", "args": { "durationMS": 28.23099136352539, "detail": "" } },
{ "pid": 1, "tid": 30, "ts": 4550363.28125, "dur": 2723.665952682495, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 2.723665952682495, "detail": "mscorlib" } },
{ "pid": 1, "tid": 30, "ts": 4553176.7578125, "dur": 5054.779052734375, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 5.054779052734375, "detail": "System.Core" } },
{ "pid": 1, "tid": 30, "ts": 4558884.765625, "dur": 674.6960282325745, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.6746960282325745, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 30, "ts": 4559747.55859375, "dur": 381.00600242614746, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.38100600242614746, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 30, "ts": 4560649.90234375, "dur": 34705.69610595703, "ph": "X", "name": "Collect Method Tables", "args": { "durationMS": 34.70569610595703, "detail": "" } },
{ "pid": 1, "tid": 30, "ts": 4595360.3515625, "dur": 184717.62084960938, "ph": "X", "name": "Idle", "args": { "durationMS": 184.71762084960938, "detail": "" } },
{ "pid": 1, "tid": 31, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 31, "ts": 4504946.2890625, "dur": 28073.266983032227, "ph": "X", "name": "Idle", "args": { "durationMS": 28.073266983032227, "detail": "" } },
{ "pid": 1, "tid": 31, "ts": 4547134.27734375, "dur": 3602.651834487915, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 3.602651834487915, "detail": "System.Xml" } },
{ "pid": 1, "tid": 31, "ts": 4551906.73828125, "dur": 29133.316040039062, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 29.133316040039062, "detail": "mscorlib" } },
{ "pid": 1, "tid": 31, "ts": 4581057.6171875, "dur": 199012.3291015625, "ph": "X", "name": "Idle", "args": { "durationMS": 199.0123291015625, "detail": "" } },
{ "pid": 1, "tid": 32, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 32, "ts": 4505087.40234375, "dur": 27936.155319213867, "ph": "X", "name": "Idle", "args": { "durationMS": 27.936155319213867, "detail": "" } },
{ "pid": 1, "tid": 32, "ts": 4547361.328125, "dur": 3401.1871814727783, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 3.4011871814727783, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 32, "ts": 4551104.00390625, "dur": 228852.3712158203, "ph": "X", "name": "All Collect Metadata", "args": { "durationMS": 228.8523712158203, "detail": "" } },
{ "pid": 1, "tid": 32, "ts": 4555980.95703125, "dur": 83395.59173583984, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 83.39559173583984, "detail": "mscorlib" } },
{ "pid": 1, "tid": 32, "ts": 4556370.60546875, "dur": 13042.935371398926, "ph": "X", "name": "UpdateEmptyTokens", "args": { "durationMS": 13.042935371398926, "detail": "" } },
{ "pid": 1, "tid": 32, "ts": 4569413.57421875, "dur": 12981.823921203613, "ph": "X", "name": "ValidateTokens", "args": { "durationMS": 12.981823921203613, "detail": "" } },
{ "pid": 1, "tid": 32, "ts": 4639842.28515625, "dur": 3934.9749088287354, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 3.9349749088287354, "detail": "System" } },
{ "pid": 1, "tid": 32, "ts": 4639842.7734375, "dur": 431.36197328567505, "ph": "X", "name": "UpdateEmptyTokens", "args": { "durationMS": 0.43136197328567505, "detail": "" } },
{ "pid": 1, "tid": 32, "ts": 4640274.4140625, "dur": 380.3500235080719, "ph": "X", "name": "ValidateTokens", "args": { "durationMS": 0.3803500235080719, "detail": "" } },
{ "pid": 1, "tid": 32, "ts": 4643778.80859375, "dur": 431.40700459480286, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.43140700459480286, "detail": "System.Core" } },
{ "pid": 1, "tid": 32, "ts": 4644210.9375, "dur": 429.94099855422974, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.42994099855422974, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 32, "ts": 4644641.6015625, "dur": 9822.378158569336, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 9.822378158569336, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 32, "ts": 4644641.6015625, "dur": 1569.9598789215088, "ph": "X", "name": "UpdateEmptyTokens", "args": { "durationMS": 1.5699598789215088, "detail": "" } },
{ "pid": 1, "tid": 32, "ts": 4646211.9140625, "dur": 1030.316948890686, "ph": "X", "name": "ValidateTokens", "args": { "durationMS": 1.030316948890686, "detail": "" } },
{ "pid": 1, "tid": 32, "ts": 4654712.890625, "dur": 342.9119884967804, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.3429119884967804, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 32, "ts": 4655056.15234375, "dur": 382.84000754356384, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.38284000754356384, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 32, "ts": 4655439.94140625, "dur": 381.6930055618286, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.3816930055618286, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 32, "ts": 4656107.91015625, "dur": 1912.7719402313232, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 1.9127719402313232, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 32, "ts": 4658163.0859375, "dur": 410.28401255607605, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.41028401255607605, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 32, "ts": 4658573.73046875, "dur": 381.90099596977234, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.38190099596977234, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 32, "ts": 4658957.03125, "dur": 764.227032661438, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.764227032661438, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 32, "ts": 4659937.5, "dur": 9510.062217712402, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 9.510062217712402, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 32, "ts": 4659937.5, "dur": 865.3249740600586, "ph": "X", "name": "UpdateEmptyTokens", "args": { "durationMS": 0.8653249740600586, "detail": "" } },
{ "pid": 1, "tid": 32, "ts": 4660802.734375, "dur": 736.6290092468262, "ph": "X", "name": "ValidateTokens", "args": { "durationMS": 0.7366290092468262, "detail": "" } },
{ "pid": 1, "tid": 32, "ts": 4669780.2734375, "dur": 470.32198309898376, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.47032198309898376, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 32, "ts": 4670368.65234375, "dur": 847.5539684295654, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.8475539684295654, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 33, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 33, "ts": 4505226.5625, "dur": 27784.75570678711, "ph": "X", "name": "Idle", "args": { "durationMS": 27.78475570678711, "detail": "" } },
{ "pid": 1, "tid": 33, "ts": 4547290.52734375, "dur": 3456.1338424682617, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 3.4561338424682617, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 33, "ts": 4551920.41015625, "dur": 40254.00161743164, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 40.25400161743164, "detail": "Generic Methods" } },
{ "pid": 1, "tid": 33, "ts": 4593549.8046875, "dur": 25266.204833984375, "ph": "X", "name": "Merge Invokers", "args": { "durationMS": 25.266204833984375, "detail": "" } },
{ "pid": 1, "tid": 33, "ts": 4618824.21875, "dur": 161246.61254882812, "ph": "X", "name": "Idle", "args": { "durationMS": 161.24661254882812, "detail": "" } },
{ "pid": 1, "tid": 34, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 34, "ts": 4505431.640625, "dur": 27614.948272705078, "ph": "X", "name": "Idle", "args": { "durationMS": 27.614948272705078, "detail": "" } },
{ "pid": 1, "tid": 34, "ts": 4547142.578125, "dur": 4709.625720977783, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 4.709625720977783, "detail": "System" } },
{ "pid": 1, "tid": 34, "ts": 4551930.6640625, "dur": 6515.511989593506, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 6.515511989593506, "detail": "System.Xml" } },
{ "pid": 1, "tid": 34, "ts": 4558454.58984375, "dur": 347.4179804325104, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.3474179804325104, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 34, "ts": 4559042.48046875, "dur": 381.47398829460144, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.38147398829460144, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 34, "ts": 4559519.53125, "dur": 4543.6296463012695, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 4.5436296463012695, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 34, "ts": 4564068.359375, "dur": 215995.2850341797, "ph": "X", "name": "Idle", "args": { "durationMS": 215.9952850341797, "detail": "" } },
{ "pid": 1, "tid": 35, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 35, "ts": 4505489.74609375, "dur": 27561.559677124023, "ph": "X", "name": "Idle", "args": { "durationMS": 27.561559677124023, "detail": "" } },
{ "pid": 1, "tid": 35, "ts": 4547153.3203125, "dur": 4680.581092834473, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 4.680581092834473, "detail": "System.Core" } },
{ "pid": 1, "tid": 35, "ts": 4551915.0390625, "dur": 6489.74609375, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 6.48974609375, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 35, "ts": 4558415.52734375, "dur": 364.2849922180176, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.3642849922180176, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 35, "ts": 4559263.18359375, "dur": 557.6140284538269, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.5576140284538269, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 35, "ts": 4559823.73046875, "dur": 449.7239887714386, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.4497239887714386, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 35, "ts": 4560307.12890625, "dur": 219746.97875976562, "ph": "X", "name": "Idle", "args": { "durationMS": 219.74697875976562, "detail": "" } },
{ "pid": 1, "tid": 36, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 36, "ts": 4505607.91015625, "dur": 28115.262985229492, "ph": "X", "name": "Idle", "args": { "durationMS": 28.115262985229492, "detail": "" } },
{ "pid": 1, "tid": 36, "ts": 4547162.59765625, "dur": 3597.982883453369, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 3.597982883453369, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 36, "ts": 4550948.73046875, "dur": 905.9249758720398, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 0.9059249758720398, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 36, "ts": 4551926.26953125, "dur": 6465.45934677124, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 6.46545934677124, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 36, "ts": 4558399.90234375, "dur": 5581.130027770996, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 5.581130027770996, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 36, "ts": 4563988.28125, "dur": 216070.95336914062, "ph": "X", "name": "Idle", "args": { "durationMS": 216.07095336914062, "detail": "" } },
{ "pid": 1, "tid": 37, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 37, "ts": 4822858.88671875, "dur": 26155.38215637207, "ph": "X", "name": "Idle", "args": { "durationMS": 26.15538215637207, "detail": "" } },
{ "pid": 1, "tid": 37, "ts": 4863650.87890625, "dur": 70772.705078125, "ph": "X", "name": "Write Global Metadata", "args": { "durationMS": 70.772705078125, "detail": "" } },
{ "pid": 1, "tid": 37, "ts": 4864686.5234375, "dur": 69736.09924316406, "ph": "X", "name": "WriteMetadata", "args": { "durationMS": 69.73609924316406, "detail": "" } },
{ "pid": 1, "tid": 37, "ts": 4867937.01171875, "dur": 58683.00247192383, "ph": "X", "name": "Il2CppMetadataUsage.c", "args": { "durationMS": 58.68300247192383, "detail": "" } },
{ "pid": 1, "tid": 37, "ts": 4926620.60546875, "dur": 5238.161087036133, "ph": "X", "name": "Il2CppGenericInstCollectorComponent", "args": { "durationMS": 5.238161087036133, "detail": "" } },
{ "pid": 1, "tid": 37, "ts": 4937004.39453125, "dur": 198772.94921875, "ph": "X", "name": "CompilerCalculateTypeValues", "args": { "durationMS": 198.77294921875, "detail": "" } },
{ "pid": 1, "tid": 37, "ts": 4937018.06640625, "dur": 198755.58471679688, "ph": "X", "name": "Il2CppCCTypeValuesTable.cpp", "args": { "durationMS": 198.75558471679688, "detail": "" } },
{ "pid": 1, "tid": 37, "ts": 5029538.0859375, "dur": 103549.65209960938, "ph": "X", "name": "Il2CppCCalculateTypeValues.cpp", "args": { "durationMS": 103.54965209960938, "detail": "" } },
{ "pid": 1, "tid": 37, "ts": 5155334.9609375, "dur": 3852.799892425537, "ph": "X", "name": "Il2CppMetadataRegistration.c", "args": { "durationMS": 3.852799892425537, "detail": "" } },
{ "pid": 1, "tid": 37, "ts": 5159195.3125, "dur": 44547.950744628906, "ph": "X", "name": "Idle", "args": { "durationMS": 44.547950744628906, "detail": "" } },
{ "pid": 1, "tid": 38, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 38, "ts": 4822997.0703125, "dur": 26021.1181640625, "ph": "X", "name": "Idle", "args": { "durationMS": 26.0211181640625, "detail": "" } },
{ "pid": 1, "tid": 38, "ts": 4849022.4609375, "dur": 1042.059063911438, "ph": "X", "name": "Idle", "args": { "durationMS": 1.042059063911438, "detail": "" } },
{ "pid": 1, "tid": 38, "ts": 4862590.8203125, "dur": 33361.67907714844, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 33.36167907714844, "detail": "System.Xml" } },
{ "pid": 1, "tid": 38, "ts": 4867680.6640625, "dur": 28270.536422729492, "ph": "X", "name": "System.Xml_CodeGen.c", "args": { "durationMS": 28.270536422729492, "detail": "" } },
{ "pid": 1, "tid": 38, "ts": 4896070.3125, "dur": 1221.629023551941, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.221629023551941, "detail": "UnityEngine.GridModule" } },
{ "pid": 1, "tid": 38, "ts": 4896086.9140625, "dur": 1203.7720680236816, "ph": "X", "name": "UnityEngine.GridModule_CodeGen.c", "args": { "durationMS": 1.2037720680236816, "detail": "" } },
{ "pid": 1, "tid": 38, "ts": 4897295.41015625, "dur": 1262.1229887008667, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.2621229887008667, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 38, "ts": 4897309.08203125, "dur": 1247.6660013198853, "ph": "X", "name": "UnityEngine.AudioModule_CodeGen.c", "args": { "durationMS": 1.2476660013198853, "detail": "" } },
{ "pid": 1, "tid": 38, "ts": 4898559.5703125, "dur": 1202.10599899292, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.20210599899292, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 38, "ts": 4898571.2890625, "dur": 1189.858078956604, "ph": "X", "name": "UnityEngine.UnityWebRequestModule_CodeGen.c", "args": { "durationMS": 1.189858078956604, "detail": "" } },
{ "pid": 1, "tid": 38, "ts": 4899763.671875, "dur": 510.1799964904785, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.5101799964904785, "detail": "UnityEngine.UnityWebRequestWWWModule" } },
{ "pid": 1, "tid": 38, "ts": 4899777.83203125, "dur": 495.4409897327423, "ph": "X", "name": "UnityEngine.UnityWebRequestWWWModule_CodeGen.c", "args": { "durationMS": 0.4954409897327423, "detail": "" } },
{ "pid": 1, "tid": 38, "ts": 4900276.3671875, "dur": 1522.4930047988892, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.5224930047988892, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 38, "ts": 4900288.57421875, "dur": 1509.5349550247192, "ph": "X", "name": "Unity.2D.IK.Runtime_CodeGen.c", "args": { "durationMS": 1.5095349550247192, "detail": "" } },
{ "pid": 1, "tid": 38, "ts": 4901802.734375, "dur": 32493.11065673828, "ph": "X", "name": "Idle", "args": { "durationMS": 32.49311065673828, "detail": "" } },
{ "pid": 1, "tid": 38, "ts": 4937333.49609375, "dur": 175509.33837890625, "ph": "X", "name": "CompilerCalculateFieldValues", "args": { "durationMS": 175.50933837890625, "detail": "" } },
{ "pid": 1, "tid": 38, "ts": 4937347.16796875, "dur": 175492.2332763672, "ph": "X", "name": "Il2CppCCFieldValuesTable.cpp", "args": { "durationMS": 175.4922332763672, "detail": "" } },
{ "pid": 1, "tid": 38, "ts": 4967592.7734375, "dur": 133359.2529296875, "ph": "X", "name": "Il2CppCCalculateFieldValues.cpp", "args": { "durationMS": 133.3592529296875, "detail": "" } },
{ "pid": 1, "tid": 38, "ts": 5112859.86328125, "dur": 90880.62286376953, "ph": "X", "name": "Idle", "args": { "durationMS": 90.88062286376953, "detail": "" } },
{ "pid": 1, "tid": 39, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 39, "ts": 4823110.3515625, "dur": 25928.82537841797, "ph": "X", "name": "Idle", "args": { "durationMS": 25.92882537841797, "detail": "" } },
{ "pid": 1, "tid": 39, "ts": 4849041.015625, "dur": 1035.8339548110962, "ph": "X", "name": "Idle", "args": { "durationMS": 1.0358339548110962, "detail": "" } },
{ "pid": 1, "tid": 39, "ts": 4867782.71484375, "dur": 28617.984771728516, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 28.617984771728516, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 39, "ts": 4867813.4765625, "dur": 28586.64894104004, "ph": "X", "name": "Mono.Security_CodeGen.c", "args": { "durationMS": 28.58664894104004, "detail": "" } },
{ "pid": 1, "tid": 39, "ts": 4896414.0625, "dur": 1833.3219289779663, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.8333219289779663, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 39, "ts": 4896426.26953125, "dur": 1820.4660415649414, "ph": "X", "name": "UnityEngine.TextRenderingModule_CodeGen.c", "args": { "durationMS": 1.8204660415649414, "detail": "" } },
{ "pid": 1, "tid": 39, "ts": 4898250.48828125, "dur": 547.1310019493103, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.5471310019493103, "detail": "UnityEngine.SpriteShapeModule" } },
{ "pid": 1, "tid": 39, "ts": 4898424.8046875, "dur": 371.9100058078766, "ph": "X", "name": "UnityEngine.SpriteShapeModule_CodeGen.c", "args": { "durationMS": 0.3719100058078766, "detail": "" } },
{ "pid": 1, "tid": 39, "ts": 4898799.8046875, "dur": 2241.4979934692383, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 2.2414979934692383, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 39, "ts": 4898813.4765625, "dur": 2227.078914642334, "ph": "X", "name": "UnityEngine.GameCenterModule_CodeGen.c", "args": { "durationMS": 2.227078914642334, "detail": "" } },
{ "pid": 1, "tid": 39, "ts": 4901057.12890625, "dur": 33232.08236694336, "ph": "X", "name": "Idle", "args": { "durationMS": 33.23208236694336, "detail": "" } },
{ "pid": 1, "tid": 39, "ts": 4936946.2890625, "dur": 9584.962844848633, "ph": "X", "name": "Il2CppGenericClassTable.c", "args": { "durationMS": 9.584962844848633, "detail": "" } },
{ "pid": 1, "tid": 39, "ts": 4949544.921875, "dur": 254175.048828125, "ph": "X", "name": "Idle", "args": { "durationMS": 254.175048828125, "detail": "" } },
{ "pid": 1, "tid": 40, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 40, "ts": 4823229.98046875, "dur": 25816.96128845215, "ph": "X", "name": "Idle", "args": { "durationMS": 25.81696128845215, "detail": "" } },
{ "pid": 1, "tid": 40, "ts": 4849048.828125, "dur": 1024.4849920272827, "ph": "X", "name": "Idle", "args": { "durationMS": 1.0244849920272827, "detail": "" } },
{ "pid": 1, "tid": 40, "ts": 4863046.38671875, "dur": 99608.36791992188, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 99.60836791992188, "detail": "mscorlib" } },
{ "pid": 1, "tid": 40, "ts": 4867685.05859375, "dur": 94969.79522705078, "ph": "X", "name": "mscorlib_CodeGen.c", "args": { "durationMS": 94.96979522705078, "detail": "" } },
{ "pid": 1, "tid": 40, "ts": 4963664.55078125, "dur": 239988.90686035156, "ph": "X", "name": "Write Global Code Metadata", "args": { "durationMS": 239.98890686035156, "detail": "" } },
{ "pid": 1, "tid": 40, "ts": 4968489.2578125, "dur": 1579.3869495391846, "ph": "X", "name": "Il2CppReversePInvokeWrapperTable.cpp", "args": { "durationMS": 1.5793869495391846, "detail": "" } },
{ "pid": 1, "tid": 40, "ts": 4970786.62109375, "dur": 133234.0545654297, "ph": "X", "name": "Il2CppGenericMethodPointerTable.cpp", "args": { "durationMS": 133.2340545654297, "detail": "" } },
{ "pid": 1, "tid": 40, "ts": 5104620.60546875, "dur": 75785.56823730469, "ph": "X", "name": "Il2CppInvokerTable.cpp", "args": { "durationMS": 75.78556823730469, "detail": "" } },
{ "pid": 1, "tid": 40, "ts": 5183614.2578125, "dur": 13142.378807067871, "ph": "X", "name": "Il2CppInteropDataTable.cpp", "args": { "durationMS": 13.142378807067871, "detail": "" } },
{ "pid": 1, "tid": 40, "ts": 5202365.72265625, "dur": 1284.6930027008057, "ph": "X", "name": "Il2CppCodeRegistration.cpp", "args": { "durationMS": 1.2846930027008057, "detail": "" } },
{ "pid": 1, "tid": 41, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 41, "ts": 4823351.07421875, "dur": 25703.842163085938, "ph": "X", "name": "Idle", "args": { "durationMS": 25.703842163085938, "detail": "" } },
{ "pid": 1, "tid": 41, "ts": 4849056.640625, "dur": 1018.2000398635864, "ph": "X", "name": "Idle", "args": { "durationMS": 1.0182000398635864, "detail": "" } },
{ "pid": 1, "tid": 41, "ts": 4862570.3125, "dur": 33435.1692199707, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 33.4351692199707, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 41, "ts": 4867651.3671875, "dur": 28354.310989379883, "ph": "X", "name": "System.Configuration_CodeGen.c", "args": { "durationMS": 28.354310989379883, "detail": "" } },
{ "pid": 1, "tid": 41, "ts": 4896067.87109375, "dur": 18573.2364654541, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 18.5732364654541, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 41, "ts": 4896086.9140625, "dur": 18553.171157836914, "ph": "X", "name": "UnityEngine.CoreModule_CodeGen.c", "args": { "durationMS": 18.553171157836914, "detail": "" } },
{ "pid": 1, "tid": 41, "ts": 4914646.97265625, "dur": 19661.983489990234, "ph": "X", "name": "Idle", "args": { "durationMS": 19.661983489990234, "detail": "" } },
{ "pid": 1, "tid": 41, "ts": 4935953.125, "dur": 37256.26754760742, "ph": "X", "name": "Il2CppGenericMethodDefinitions.c", "args": { "durationMS": 37.25626754760742, "detail": "" } },
{ "pid": 1, "tid": 41, "ts": 4973224.609375, "dur": 230507.70568847656, "ph": "X", "name": "Idle", "args": { "durationMS": 230.50770568847656, "detail": "" } },
{ "pid": 1, "tid": 42, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 42, "ts": 4823460.44921875, "dur": 25602.994918823242, "ph": "X", "name": "Idle", "args": { "durationMS": 25.602994918823242, "detail": "" } },
{ "pid": 1, "tid": 42, "ts": 4849064.94140625, "dur": 1514.3449306488037, "ph": "X", "name": "Idle", "args": { "durationMS": 1.5143449306488037, "detail": "" } },
{ "pid": 1, "tid": 42, "ts": 4862553.7109375, "dur": 33852.752685546875, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 33.852752685546875, "detail": "System" } },
{ "pid": 1, "tid": 42, "ts": 4867666.50390625, "dur": 28739.511489868164, "ph": "X", "name": "System_CodeGen.c", "args": { "durationMS": 28.739511489868164, "detail": "" } },
{ "pid": 1, "tid": 42, "ts": 4896417.48046875, "dur": 1228.3580303192139, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.2283580303192139, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 42, "ts": 4896431.15234375, "dur": 1213.9040231704712, "ph": "X", "name": "UnityEngine.AnimationModule_CodeGen.c", "args": { "durationMS": 1.2139040231704712, "detail": "" } },
{ "pid": 1, "tid": 42, "ts": 4897647.94921875, "dur": 736.579954624176, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.736579954624176, "detail": "UnityEngine.ImageConversionModule" } },
{ "pid": 1, "tid": 42, "ts": 4897662.59765625, "dur": 721.8330502510071, "ph": "X", "name": "UnityEngine.ImageConversionModule_CodeGen.c", "args": { "durationMS": 0.7218330502510071, "detail": "" } },
{ "pid": 1, "tid": 42, "ts": 4898387.6953125, "dur": 484.62098836898804, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.48462098836898804, "detail": "UnityEngine.TilemapModule" } },
{ "pid": 1, "tid": 42, "ts": 4898402.83203125, "dur": 468.4620201587677, "ph": "X", "name": "UnityEngine.TilemapModule_CodeGen.c", "args": { "durationMS": 0.4684620201587677, "detail": "" } },
{ "pid": 1, "tid": 42, "ts": 4898873.53515625, "dur": 735.7820272445679, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.7357820272445679, "detail": "UnityEngine.ParticleSystemModule" } },
{ "pid": 1, "tid": 42, "ts": 4898887.20703125, "dur": 722.4079966545105, "ph": "X", "name": "UnityEngine.ParticleSystemModule_CodeGen.c", "args": { "durationMS": 0.7224079966545105, "detail": "" } },
{ "pid": 1, "tid": 42, "ts": 4899612.3046875, "dur": 14757.579803466797, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 14.757579803466797, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 42, "ts": 4899625.9765625, "dur": 14743.300437927246, "ph": "X", "name": "UnityEngine.UI_CodeGen.c", "args": { "durationMS": 14.743300437927246, "detail": "" } },
{ "pid": 1, "tid": 42, "ts": 4914377.44140625, "dur": 19929.363250732422, "ph": "X", "name": "Idle", "args": { "durationMS": 19.929363250732422, "detail": "" } },
{ "pid": 1, "tid": 42, "ts": 4936012.20703125, "dur": 29887.432098388672, "ph": "X", "name": "Il2CppGenericInstDefinitions.c", "args": { "durationMS": 29.887432098388672, "detail": "" } },
{ "pid": 1, "tid": 42, "ts": 4966298.33984375, "dur": 237428.3905029297, "ph": "X", "name": "Idle", "args": { "durationMS": 237.4283905029297, "detail": "" } },
{ "pid": 1, "tid": 43, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 43, "ts": 4823564.453125, "dur": 25506.671905517578, "ph": "X", "name": "Idle", "args": { "durationMS": 25.506671905517578, "detail": "" } },
{ "pid": 1, "tid": 43, "ts": 4849072.75390625, "dur": 1507.559061050415, "ph": "X", "name": "Idle", "args": { "durationMS": 1.507559061050415, "detail": "" } },
{ "pid": 1, "tid": 43, "ts": 4862601.5625, "dur": 33426.32293701172, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 33.42632293701172, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 43, "ts": 4867668.9453125, "dur": 28358.07991027832, "ph": "X", "name": "UnityEngine.SharedInternalsModule_CodeGen.c", "args": { "durationMS": 28.35807991027832, "detail": "" } },
{ "pid": 1, "tid": 43, "ts": 4896099.12109375, "dur": 1846.722960472107, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.846722960472107, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 43, "ts": 4896113.76953125, "dur": 1831.6650390625, "ph": "X", "name": "UnityEngine.Physics2DModule_CodeGen.c", "args": { "durationMS": 1.8316650390625, "detail": "" } },
{ "pid": 1, "tid": 43, "ts": 4897949.21875, "dur": 534.1569781303406, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.5341569781303406, "detail": "UnityEngine.PhysicsModule" } },
{ "pid": 1, "tid": 43, "ts": 4897962.40234375, "dur": 520.0579762458801, "ph": "X", "name": "UnityEngine.PhysicsModule_CodeGen.c", "args": { "durationMS": 0.5200579762458801, "detail": "" } },
{ "pid": 1, "tid": 43, "ts": 4898485.3515625, "dur": 1344.6478843688965, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.3446478843688965, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 43, "ts": 4898498.046875, "dur": 1331.6149711608887, "ph": "X", "name": "UnityEngine.UIModule_CodeGen.c", "args": { "durationMS": 1.3316149711608887, "detail": "" } },
{ "pid": 1, "tid": 43, "ts": 4899832.03125, "dur": 801.6210198402405, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.8016210198402405, "detail": "UnityEngine.VideoModule" } },
{ "pid": 1, "tid": 43, "ts": 4899844.23828125, "dur": 789.2240285873413, "ph": "X", "name": "UnityEngine.VideoModule_CodeGen.c", "args": { "durationMS": 0.7892240285873413, "detail": "" } },
{ "pid": 1, "tid": 43, "ts": 4900636.23046875, "dur": 1942.2940015792847, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.9422940015792847, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 43, "ts": 4900650.390625, "dur": 1927.551031112671, "ph": "X", "name": "Assembly-CSharp_CodeGen.c", "args": { "durationMS": 1.927551031112671, "detail": "" } },
{ "pid": 1, "tid": 43, "ts": 4902583.984375, "dur": 31712.055206298828, "ph": "X", "name": "Idle", "args": { "durationMS": 31.712055206298828, "detail": "" } },
{ "pid": 1, "tid": 43, "ts": 4935865.234375, "dur": 151670.4864501953, "ph": "X", "name": "Il2CppTypeDefinitions.c", "args": { "durationMS": 151.6704864501953, "detail": "" } },
{ "pid": 1, "tid": 43, "ts": 5087556.15234375, "dur": 116174.75128173828, "ph": "X", "name": "Idle", "args": { "durationMS": 116.17475128173828, "detail": "" } },
{ "pid": 1, "tid": 44, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 44, "ts": 4823669.921875, "dur": 25408.164978027344, "ph": "X", "name": "Idle", "args": { "durationMS": 25.408164978027344, "detail": "" } },
{ "pid": 1, "tid": 44, "ts": 4849080.56640625, "dur": 1508.9890956878662, "ph": "X", "name": "Idle", "args": { "durationMS": 1.5089890956878662, "detail": "" } },
{ "pid": 1, "tid": 44, "ts": 4871207.51953125, "dur": 24803.129196166992, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 24.803129196166992, "detail": "System.Core" } },
{ "pid": 1, "tid": 44, "ts": 4871228.515625, "dur": 24781.494140625, "ph": "X", "name": "System.Core_CodeGen.c", "args": { "durationMS": 24.781494140625, "detail": "" } },
{ "pid": 1, "tid": 44, "ts": 4896088.8671875, "dur": 964.7930264472961, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.9647930264472961, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 44, "ts": 4896105.46875, "dur": 947.1499919891357, "ph": "X", "name": "UnityEngine.InputLegacyModule_CodeGen.c", "args": { "durationMS": 0.9471499919891357, "detail": "" } },
{ "pid": 1, "tid": 44, "ts": 4897056.15234375, "dur": 444.7529911994934, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.4447529911994934, "detail": "UnityEngine.AssetBundleModule" } },
{ "pid": 1, "tid": 44, "ts": 4897070.3125, "dur": 430.1459789276123, "ph": "X", "name": "UnityEngine.AssetBundleModule_CodeGen.c", "args": { "durationMS": 0.4301459789276123, "detail": "" } },
{ "pid": 1, "tid": 44, "ts": 4897503.41796875, "dur": 3089.6499156951904, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 3.0896499156951904, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 44, "ts": 4897516.11328125, "dur": 3075.3281116485596, "ph": "X", "name": "UnityEngine.IMGUIModule_CodeGen.c", "args": { "durationMS": 3.0753281116485596, "detail": "" } },
{ "pid": 1, "tid": 44, "ts": 4900595.21484375, "dur": 455.52000403404236, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.45552000403404236, "detail": "UnityEngine" } },
{ "pid": 1, "tid": 44, "ts": 4900610.3515625, "dur": 440.0700032711029, "ph": "X", "name": "UnityEngine_CodeGen.c", "args": { "durationMS": 0.4400700032711029, "detail": "" } },
{ "pid": 1, "tid": 44, "ts": 4901055.17578125, "dur": 33229.09927368164, "ph": "X", "name": "Idle", "args": { "durationMS": 33.22909927368164, "detail": "" } },
{ "pid": 1, "tid": 44, "ts": 4936172.8515625, "dur": 156477.9815673828, "ph": "X", "name": "Il2CppGenericMethodTable.c", "args": { "durationMS": 156.4779815673828, "detail": "" } },
{ "pid": 1, "tid": 44, "ts": 5092667.96875, "dur": 111065.0863647461, "ph": "X", "name": "Idle", "args": { "durationMS": 111.0650863647461, "detail": "" } }
],
"meta_datetime": "06/08/2022 17:23:33",
"meta_command_line": "/Applications/Unity/Hub/Editor/2020.2.1f1/Unity.app/Contents/il2cpp/build/deploy/netcoreapp3.1/il2cpp.dll --convert-to-cpp --emit-null-checks --enable-array-bounds-check --dotnetprofile=unityaot --additional-cpp=/Users/maowenyong/Desktop/unity/Tap/Library/Il2cppBuildCache/iOS/additionalCppFiles/UnityClassRegistration.cpp --additional-cpp=/Users/maowenyong/Desktop/unity/Tap/Library/Il2cppBuildCache/iOS/additionalCppFiles/UnityICallRegistration.cpp --incremental-g-c-time-slice=3 --avoid-dynamic-library-copy --profiler-report --map-file-parser=/Applications/Unity/Hub/Editor/2020.2.1f1/Unity.app/Contents/Tools/MapFileParser/MapFileParser --directory=/Users/maowenyong/Desktop/unity/Tap/Temp/StagingArea/Data/Managed --generatedcppdir=/Users/maowenyong/Desktop/unity/Tap/Library/Il2cppBuildCache/iOS/il2cppOutput",
"meta_command_line_args": "/Applications/Unity/Hub/Editor/2020.2.1f1/Unity.app/Contents/il2cpp/build/deploy/netcoreapp3.1/il2cpp.dll --convert-to-cpp --emit-null-checks --enable-array-bounds-check --dotnetprofile=unityaot --additional-cpp=/Users/maowenyong/Desktop/unity/Tap/Library/Il2cppBuildCache/iOS/additionalCppFiles/UnityClassRegistration.cpp --additional-cpp=/Users/maowenyong/Desktop/unity/Tap/Library/Il2cppBuildCache/iOS/additionalCppFiles/UnityICallRegistration.cpp --incremental-g-c-time-slice=3 --avoid-dynamic-library-copy --profiler-report --map-file-parser=/Applications/Unity/Hub/Editor/2020.2.1f1/Unity.app/Contents/Tools/MapFileParser/MapFileParser --directory=/Users/maowenyong/Desktop/unity/Tap/Temp/StagingArea/Data/Managed --generatedcppdir=/Users/maowenyong/Desktop/unity/Tap/Library/Il2cppBuildCache/iOS/il2cppOutput",
"meta_user_name": "maowenyong",
"meta_os_version": "Unix 21.4.0.0",
"meta_cpu_count": "8"}