profile.json 683.7 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310
{
"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": 1028.2130241394043, "dur": 5205935.546875, "ph": "X", "name": "il2cpp.exe", "args": { "durationMS": 5205.935546875, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 22280.431747436523, "dur": 5183146.484375, "ph": "X", "name": "ConvertAssemblies", "args": { "durationMS": 5183.146484375, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 59538.20037841797, "dur": 412108.0017089844, "ph": "X", "name": "InitializePhase", "args": { "durationMS": 412.1080017089844, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 59538.761138916016, "dur": 408997.4060058594, "ph": "X", "name": "Collect assemblies to convert", "args": { "durationMS": 408.9974060058594, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 472327.5451660156, "dur": 113078.2699584961, "ph": "X", "name": "SetupPhase", "args": { "durationMS": 113.0782699584961, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 472905.7922363281, "dur": 48089.149475097656, "ph": "X", "name": "RegisterCorlib", "args": { "durationMS": 48.089149475097656, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 522889.7705078125, "dur": 24952.66342163086, "ph": "X", "name": "PreProcessIL", "args": { "durationMS": 24.95266342163086, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 522890.44189453125, "dur": 13375.15640258789, "ph": "X", "name": "Inject base types and finalizers into COM and Windows Runtime types", "args": { "durationMS": 13.37515640258789, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 523301.81884765625, "dur": 11985.074996948242, "ph": "X", "name": "ModifyCOMAndWindowsRuntimeTypes in assembly", "args": { "durationMS": 11.985074996948242, "detail": "mscorlib" } },
{ "pid": 1, "tid": 1, "ts": 536265.6860351562, "dur": 11576.116561889648, "ph": "X", "name": "ApplyDefaultMarshalAsAttribute", "args": { "durationMS": 11.576116561889648, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 536790.8935546875, "dur": 8845.394134521484, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 8.845394134521484, "detail": "mscorlib" } },
{ "pid": 1, "tid": 1, "ts": 545678.1616210938, "dur": 346.1950123310089, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.3461950123310089, "detail": "System" } },
{ "pid": 1, "tid": 1, "ts": 546119.6899414062, "dur": 754.6730041503906, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.7546730041503906, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 1, "ts": 547223.8159179688, "dur": 482.05599188804626, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.48205599188804626, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 1, "ts": 548186.8896484375, "dur": 6985.831737518311, "ph": "X", "name": "WriteResources", "args": { "durationMS": 6.9858317375183105, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 555490.72265625, "dur": 28465.890884399414, "ph": "X", "name": "CopyEtcFolder", "args": { "durationMS": 28.465890884399414, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 583957.3364257812, "dur": 1447.6349353790283, "ph": "X", "name": "Build Results", "args": { "durationMS": 1.4476349353790283, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 587455.4443359375, "dur": 844912.1704101562, "ph": "X", "name": "PrimaryCollectionPhase", "args": { "durationMS": 844.9121704101562, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 588946.6552734375, "dur": 24674.116134643555, "ph": "X", "name": "Create Scheduler", "args": { "durationMS": 24.674116134643555, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 595790.6494140625, "dur": 12402.149200439453, "ph": "X", "name": "ForkedContextScope.Setup", "args": { "durationMS": 12.402149200439453, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 613621.4599609375, "dur": 60239.68505859375, "ph": "X", "name": "Scheduling", "args": { "durationMS": 60.23968505859375, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 675324.7680664062, "dur": 638156.6772460938, "ph": "X", "name": "PhaseWorkScheduler.WaitForEmptyQueue", "args": { "durationMS": 638.1566772460938, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1316628.173828125, "dur": 109241.28723144531, "ph": "X", "name": "ForkedContextScope.MergeBack", "args": { "durationMS": 109.24128723144531, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1344735.83984375, "dur": 625.5290508270264, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.6255290508270264, "detail": "Unity.IL2CPP.Contexts.Components.MetadataUsageCollectorComponent" } },
{ "pid": 1, "tid": 1, "ts": 1345390.2587890625, "dur": 3004.826784133911, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 3.004826784133911, "detail": "Unity.IL2CPP.Metadata.VTableBuilder" } },
{ "pid": 1, "tid": 1, "ts": 1425956.54296875, "dur": 6409.900188446045, "ph": "X", "name": "Build Results", "args": { "durationMS": 6.409900188446045, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1437112.3046875, "dur": 2984604.248046875, "ph": "X", "name": "PrimaryWritePhase", "args": { "durationMS": 2984.604248046875, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1437904.78515625, "dur": 13368.677139282227, "ph": "X", "name": "Create Scheduler", "args": { "durationMS": 13.368677139282227, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1439534.423828125, "dur": 380.7830214500427, "ph": "X", "name": "ForkedContextScope.Setup", "args": { "durationMS": 0.3807830214500427, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1451274.90234375, "dur": 50221.96578979492, "ph": "X", "name": "Scheduling", "args": { "durationMS": 50.22196578979492, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1501506.2255859375, "dur": 2788433.10546875, "ph": "X", "name": "PhaseWorkScheduler.WaitForEmptyQueue", "args": { "durationMS": 2788.43310546875, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4290058.59375, "dur": 62671.939849853516, "ph": "X", "name": "ForkedContextScope.MergeBack", "args": { "durationMS": 62.671939849853516, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4290464.35546875, "dur": 15191.92123413086, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 15.19192123413086, "detail": "Unity.IL2CPP.Contexts.Components.MetadataUsageCollectorComponent" } },
{ "pid": 1, "tid": 1, "ts": 4352750.48828125, "dur": 68965.26336669922, "ph": "X", "name": "Build Results", "args": { "durationMS": 68.96526336669922, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4423511.23046875, "dur": 285142.822265625, "ph": "X", "name": "SecondaryCollectionPhase", "args": { "durationMS": 285.142822265625, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4423512.20703125, "dur": 273759.9182128906, "ph": "X", "name": "Scheduling", "args": { "durationMS": 273.7599182128906, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4423938.4765625, "dur": 2332.8471183776855, "ph": "X", "name": "Create Scheduler", "args": { "durationMS": 2.3328471183776855, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4452387.6953125, "dur": 242610.80932617188, "ph": "X", "name": "PhaseWorkScheduler.WaitForEmptyQueue", "args": { "durationMS": 242.61080932617188, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4695161.62109375, "dur": 2095.093011856079, "ph": "X", "name": "ForkedContextScope.MergeBack", "args": { "durationMS": 2.095093011856079, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4697271.97265625, "dur": 11381.42204284668, "ph": "X", "name": "Build Results", "args": { "durationMS": 11.38142204284668, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4708955.56640625, "dur": 331200.68359375, "ph": "X", "name": "SecondaryWritePhase", "args": { "durationMS": 331.20068359375, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4709555.17578125, "dur": 3090.8150672912598, "ph": "X", "name": "Part1", "args": { "durationMS": 3.0908150672912598, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4709555.6640625, "dur": 597.3530411720276, "ph": "X", "name": "Scheduling", "args": { "durationMS": 0.5973530411720276, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4710152.83203125, "dur": 2491.9190406799316, "ph": "X", "name": "Build Results", "args": { "durationMS": 2.4919190406799316, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4713207.03125, "dur": 16502.60353088379, "ph": "X", "name": "Part3", "args": { "durationMS": 16.50260353088379, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4713207.51953125, "dur": 16500.44059753418, "ph": "X", "name": "Scheduling", "args": { "durationMS": 16.50044059753418, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4713514.16015625, "dur": 16191.652297973633, "ph": "X", "name": "WriteUnresolvedStubs", "args": { "durationMS": 16.191652297973633, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4715089.84375, "dur": 14615.323066711426, "ph": "X", "name": "UnresolvedVirtualCallStubs.cpp", "args": { "durationMS": 14.615323066711426, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4730812.01171875, "dur": 309343.6279296875, "ph": "X", "name": "Part4", "args": { "durationMS": 309.3436279296875, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4730812.01171875, "dur": 308936.8896484375, "ph": "X", "name": "Scheduling", "args": { "durationMS": 308.9368896484375, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4731338.37890625, "dur": 1929.834008216858, "ph": "X", "name": "Create Scheduler", "args": { "durationMS": 1.929834008216858, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 4760381.34765625, "dur": 277825.25634765625, "ph": "X", "name": "PhaseWorkScheduler.WaitForEmptyQueue", "args": { "durationMS": 277.82525634765625, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5038479.4921875, "dur": 1255.4810047149658, "ph": "X", "name": "ForkedContextScope.MergeBack", "args": { "durationMS": 1.2554810047149658, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5038766.11328125, "dur": 961.1520171165466, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.9611520171165466, "detail": "Unity.IL2CPP.Contexts.Components.SourceAnnotationWriterComponent" } },
{ "pid": 1, "tid": 1, "ts": 5039749.51171875, "dur": 405.0910174846649, "ph": "X", "name": "Build Results", "args": { "durationMS": 0.4050910174846649, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5040505.859375, "dur": 160913.19274902344, "ph": "X", "name": "MetadataWritePhase", "args": { "durationMS": 160.91319274902344, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5075894.04296875, "dur": 9883.774757385254, "ph": "X", "name": "StringLiteralWriter", "args": { "durationMS": 9.883774757385254, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5086170.41015625, "dur": 1527.0090103149414, "ph": "X", "name": "Metadata Strings", "args": { "durationMS": 1.5270090103149414, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5087701.66015625, "dur": 2871.8299865722656, "ph": "X", "name": "Events", "args": { "durationMS": 2.8718299865722656, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5090574.70703125, "dur": 4484.867095947266, "ph": "X", "name": "Properties", "args": { "durationMS": 4.484867095947266, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5095061.5234375, "dur": 20505.47981262207, "ph": "X", "name": "Methods", "args": { "durationMS": 20.50547981262207, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5115568.359375, "dur": 1037.1249914169312, "ph": "X", "name": "Parameter Default Values", "args": { "durationMS": 1.0371249914169312, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5116605.46875, "dur": 2789.841890335083, "ph": "X", "name": "Field Default Values", "args": { "durationMS": 2.789841890335083, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5119396.484375, "dur": 560.8829855918884, "ph": "X", "name": "Field and Parameter Default Values Data", "args": { "durationMS": 0.5608829855918884, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5119958.984375, "dur": 1176.5780448913574, "ph": "X", "name": "Field Marshaled Sizes", "args": { "durationMS": 1.1765780448913574, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5121136.71875, "dur": 13529.472351074219, "ph": "X", "name": "Parameters", "args": { "durationMS": 13.529472351074219, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5134667.48046875, "dur": 6622.300148010254, "ph": "X", "name": "Fields", "args": { "durationMS": 6.622300148010254, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5141291.9921875, "dur": 1533.9950323104858, "ph": "X", "name": "Generic Parameters", "args": { "durationMS": 1.5339950323104858, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5142828.125, "dur": 657.6380133628845, "ph": "X", "name": "Generic Parameter Constraints", "args": { "durationMS": 0.6576380133628845, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5143485.83984375, "dur": 1492.3620223999023, "ph": "X", "name": "Generic Containers", "args": { "durationMS": 1.4923620223999023, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5144981.4453125, "dur": 571.8910098075867, "ph": "X", "name": "Nested Types", "args": { "durationMS": 0.5718910098075867, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5145553.7109375, "dur": 774.6599912643433, "ph": "X", "name": "Interfaces", "args": { "durationMS": 0.7746599912643433, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5146329.1015625, "dur": 3849.773168563843, "ph": "X", "name": "VTables", "args": { "durationMS": 3.8497731685638428, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5150179.6875, "dur": 2167.66095161438, "ph": "X", "name": "Interface Offsets", "args": { "durationMS": 2.16766095161438, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5152348.14453125, "dur": 23916.851043701172, "ph": "X", "name": "Type Definitions", "args": { "durationMS": 23.916851043701172, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5176905.76171875, "dur": 5350.625991821289, "ph": "X", "name": "Images", "args": { "durationMS": 5.350625991821289, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5182257.32421875, "dur": 1762.5560760498047, "ph": "X", "name": "Assemblies", "args": { "durationMS": 1.7625560760498047, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5184323.2421875, "dur": 538.6559963226318, "ph": "X", "name": "Referenced Assemblies", "args": { "durationMS": 0.5386559963226318, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5184862.79296875, "dur": 2165.454149246216, "ph": "X", "name": "Attribute Types Ranges", "args": { "durationMS": 2.165454149246216, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5187029.296875, "dur": 3246.4439868927, "ph": "X", "name": "Attribute Types", "args": { "durationMS": 3.2464439868927, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5190275.87890625, "dur": 1421.2369918823242, "ph": "X", "name": "Unresolved Virtual Call Parameter Types", "args": { "durationMS": 1.4212369918823242, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5191697.75390625, "dur": 393.44799518585205, "ph": "X", "name": "Unresolved Virtual Call Parameter Ranges", "args": { "durationMS": 0.39344799518585205, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5192094.7265625, "dur": 497.8540241718292, "ph": "X", "name": "Windows Runtime type names", "args": { "durationMS": 0.4978540241718292, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5192593.26171875, "dur": 343.43600273132324, "ph": "X", "name": "Windows Runtime strings", "args": { "durationMS": 0.34343600273132324, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5192937.5, "dur": 1665.1790142059326, "ph": "X", "name": "Exported Types", "args": { "durationMS": 1.6651790142059326, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5202259.27734375, "dur": 2140.094041824341, "ph": "X", "name": "CompletionPhase", "args": { "durationMS": 2.140094041824341, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 5203925.29296875, "dur": 473.36098551750183, "ph": "X", "name": "Build Results", "args": { "durationMS": 0.47336098551750183, "detail": "" } },
{ "pid": 1, "tid": 8, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 8, "ts": 614524.0478515625, "dur": 47836.52114868164, "ph": "X", "name": "Idle", "args": { "durationMS": 47.83652114868164, "detail": "" } },
{ "pid": 1, "tid": 8, "ts": 663566.5283203125, "dur": 3556.485176086426, "ph": "X", "name": "Idle", "args": { "durationMS": 3.556485176086426, "detail": "" } },
{ "pid": 1, "tid": 8, "ts": 669749.267578125, "dur": 136893.66149902344, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 136.89366149902344, "detail": "mscorlib" } },
{ "pid": 1, "tid": 8, "ts": 807548.9501953125, "dur": 3637.16983795166, "ph": "X", "name": "Merging Generic Sharing", "args": { "durationMS": 3.63716983795166, "detail": "" } },
{ "pid": 1, "tid": 8, "ts": 811188.3544921875, "dur": 19304.668426513672, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 19.304668426513672, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 8, "ts": 830517.0288085938, "dur": 1458.8130712509155, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 1.4588130712509155, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 8, "ts": 831978.8818359375, "dur": 13962.485313415527, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 13.962485313415527, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 8, "ts": 845951.8432617188, "dur": 468063.78173828125, "ph": "X", "name": "Idle", "args": { "durationMS": 468.06378173828125, "detail": "" } },
{ "pid": 1, "tid": 10, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 10, "ts": 614543.3959960938, "dur": 47827.38494873047, "ph": "X", "name": "Idle", "args": { "durationMS": 47.82738494873047, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 663615.4174804688, "dur": 3520.132064819336, "ph": "X", "name": "Idle", "args": { "durationMS": 3.520132064819336, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 669753.4790039062, "dur": 38447.03674316406, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 38.44703674316406, "detail": "System.Core" } },
{ "pid": 1, "tid": 10, "ts": 708215.4541015625, "dur": 21349.828720092773, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 21.349828720092773, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 10, "ts": 729717.041015625, "dur": 75838.81378173828, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 75.83881378173828, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 10, "ts": 805560.6689453125, "dur": 26850.889205932617, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 26.850889205932617, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 10, "ts": 832846.3745117188, "dur": 501.7240047454834, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.5017240047454834, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 10, "ts": 833350.7690429688, "dur": 760.3749632835388, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.7603749632835388, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 10, "ts": 834113.3422851562, "dur": 820.5450177192688, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.8205450177192688, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 10, "ts": 835034.912109375, "dur": 375.8790194988251, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.3758790194988251, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 10, "ts": 835412.7807617188, "dur": 849.297046661377, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.849297046661377, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 10, "ts": 836714.7827148438, "dur": 444.9320137500763, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.4449320137500763, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 10, "ts": 837161.5600585938, "dur": 15166.265487670898, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 15.166265487670898, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 10, "ts": 852335.0219726562, "dur": 461667.6025390625, "ph": "X", "name": "Idle", "args": { "durationMS": 461.6676025390625, "detail": "" } },
{ "pid": 1, "tid": 11, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 11, "ts": 614559.1430664062, "dur": 47801.46408081055, "ph": "X", "name": "Idle", "args": { "durationMS": 47.80146408081055, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 664447.265625, "dur": 470586.73095703125, "ph": "X", "name": "All Warm up Naming", "args": { "durationMS": 470.58673095703125, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 665029.2358398438, "dur": 375077.0568847656, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 375.0770568847656, "detail": "mscorlib" } },
{ "pid": 1, "tid": 11, "ts": 1040321.2890625, "dur": 367.4969971179962, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.3674969971179962, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 11, "ts": 1040717.1630859375, "dur": 14031.822204589844, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 14.031822204589844, "detail": "System" } },
{ "pid": 1, "tid": 11, "ts": 1054750.1220703125, "dur": 2009.882926940918, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 2.009882926940918, "detail": "System.Core" } },
{ "pid": 1, "tid": 11, "ts": 1056760.7421875, "dur": 771.9399929046631, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.7719399929046631, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 11, "ts": 1057533.203125, "dur": 23778.718948364258, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 23.778718948364258, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 11, "ts": 1081341.4306640625, "dur": 543.5059666633606, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.5435059666633606, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 11, "ts": 1081885.8642578125, "dur": 853.710949420929, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.853710949420929, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 11, "ts": 1082740.234375, "dur": 851.6719937324524, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.8516719937324524, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 11, "ts": 1083592.6513671875, "dur": 891.385018825531, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.891385018825531, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 11, "ts": 1084510.1318359375, "dur": 816.6289925575256, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.8166289925575256, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 11, "ts": 1085327.5146484375, "dur": 2748.154878616333, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 2.748154878616333, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 11, "ts": 1088195.80078125, "dur": 984.574019908905, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.984574019908905, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 11, "ts": 1089181.0302734375, "dur": 937.2400045394897, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.9372400045394897, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 11, "ts": 1090118.7744140625, "dur": 1851.3799905776978, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 1.8513799905776978, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 11, "ts": 1092203.125, "dur": 36932.85369873047, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 36.93285369873047, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 11, "ts": 1129361.4501953125, "dur": 419.02899742126465, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 0.41902899742126465, "detail": "UnityEngine.VideoModule" } },
{ "pid": 1, "tid": 11, "ts": 1129781.005859375, "dur": 1920.8810329437256, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 1.9208810329437256, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 11, "ts": 1131716.1865234375, "dur": 3307.47389793396, "ph": "X", "name": "Warm up Naming", "args": { "durationMS": 3.30747389793396, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 11, "ts": 1135043.45703125, "dur": 178966.9647216797, "ph": "X", "name": "Idle", "args": { "durationMS": 178.9669647216797, "detail": "" } },
{ "pid": 1, "tid": 12, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 12, "ts": 614574.21875, "dur": 47786.35025024414, "ph": "X", "name": "Idle", "args": { "durationMS": 47.78635025024414, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 663606.8725585938, "dur": 3525.1100063323975, "ph": "X", "name": "Idle", "args": { "durationMS": 3.5251100063323975, "detail": "" } },
{ "pid": 1, "tid": 12, "ts": 669733.642578125, "dur": 20350.582122802734, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 20.350582122802734, "detail": "System.Xml" } },
{ "pid": 1, "tid": 12, "ts": 693268.4326171875, "dur": 2573.4829902648926, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 2.5734829902648926, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 12, "ts": 695851.6845703125, "dur": 1122.8981018066406, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 1.1228981018066406, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 12, "ts": 696977.9052734375, "dur": 392.23697781562805, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 0.39223697781562805, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 12, "ts": 697372.9248046875, "dur": 1121.6509342193604, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 1.1216509342193604, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 12, "ts": 698680.2978515625, "dur": 2768.101930618286, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 2.768101930618286, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 12, "ts": 701752.0141601562, "dur": 1279.6039581298828, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 1.2796039581298828, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 12, "ts": 703039.6118164062, "dur": 2471.98486328125, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 2.47198486328125, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 12, "ts": 706105.8959960938, "dur": 356111.083984375, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 356.111083984375, "detail": "mscorlib" } },
{ "pid": 1, "tid": 12, "ts": 1062348.2666015625, "dur": 251653.1982421875, "ph": "X", "name": "Idle", "args": { "durationMS": 251.6531982421875, "detail": "" } },
{ "pid": 1, "tid": 6, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 6, "ts": 614584.47265625, "dur": 47776.039123535156, "ph": "X", "name": "Idle", "args": { "durationMS": 47.776039123535156, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 664455.3833007812, "dur": 647847.16796875, "ph": "X", "name": "All Generics Collection", "args": { "durationMS": 647.84716796875, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 664966.1254882812, "dur": 617782.71484375, "ph": "X", "name": "GenericsCollector.Collect", "args": { "durationMS": 617.78271484375, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 666560.8520507812, "dur": 45223.44970703125, "ph": "X", "name": "GenericCodeFlowGraphCollector.Collect", "args": { "durationMS": 45.22344970703125, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 666561.2182617188, "dur": 44021.66748046875, "ph": "X", "name": "GenericCodeFlowGraphCollector.GetTypesAndMethodsForAnalysis", "args": { "durationMS": 44.02166748046875, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 1282750.1220703125, "dur": 10352.500915527344, "ph": "X", "name": "CollectGenericVirtualMethods.Collect", "args": { "durationMS": 10.352500915527344, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 1293103.271484375, "dur": 1736.6060018539429, "ph": "X", "name": "AddExtraTypes", "args": { "durationMS": 1.7366060018539429, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 1308691.2841796875, "dur": 1873.7679719924927, "ph": "X", "name": "Add Windows Runtime type names", "args": { "durationMS": 1.8737679719924927, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 1310621.58203125, "dur": 1679.3650388717651, "ph": "X", "name": "Collect Generic CCWMarshallingFunctions", "args": { "durationMS": 1.6793650388717651, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 1312350.5859375, "dur": 1662.8209352493286, "ph": "X", "name": "Idle", "args": { "durationMS": 1.6628209352493286, "detail": "" } },
{ "pid": 1, "tid": 5, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 5, "ts": 614598.2055664062, "dur": 47780.07507324219, "ph": "X", "name": "Idle", "args": { "durationMS": 47.78007507324219, "detail": "" } },
{ "pid": 1, "tid": 5, "ts": 663579.4677734375, "dur": 3550.539016723633, "ph": "X", "name": "Idle", "args": { "durationMS": 3.550539016723633, "detail": "" } },
{ "pid": 1, "tid": 5, "ts": 669723.5107421875, "dur": 28649.906158447266, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 28.649906158447266, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 5, "ts": 698387.20703125, "dur": 363.1190061569214, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 0.3631190061569214, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 5, "ts": 698816.4672851562, "dur": 399.1990089416504, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 0.3991990089416504, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 5, "ts": 699217.6513671875, "dur": 657.1509838104248, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 0.6571509838104248, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 5, "ts": 699877.0141601562, "dur": 1449.7621059417725, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 1.4497621059417725, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 5, "ts": 701412.4145507812, "dur": 23876.279830932617, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 23.876279830932617, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 5, "ts": 725294.0673828125, "dur": 38852.80990600586, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 38.85280990600586, "detail": "System" } },
{ "pid": 1, "tid": 5, "ts": 764156.0668945312, "dur": 468.5730040073395, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.4685730040073395, "detail": "UnityEngine.UnityWebRequestWWWModule" } },
{ "pid": 1, "tid": 5, "ts": 764626.2817382812, "dur": 947.2570419311523, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.9472570419311523, "detail": "UnityEngine.VideoModule" } },
{ "pid": 1, "tid": 5, "ts": 765575.3173828125, "dur": 13985.63003540039, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 13.98563003540039, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 5, "ts": 786301.4526367188, "dur": 886.2850069999695, "ph": "X", "name": "Collect CCW Marshaling Functions", "args": { "durationMS": 0.8862850069999695, "detail": "System" } },
{ "pid": 1, "tid": 5, "ts": 787622.6806640625, "dur": 3627.56085395813, "ph": "X", "name": "Collect CCW Marshaling Functions", "args": { "durationMS": 3.62756085395813, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 5, "ts": 792858.5815429688, "dur": 4081.1429023742676, "ph": "X", "name": "Collect CCW Marshaling Functions", "args": { "durationMS": 4.081142902374268, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 5, "ts": 797344.5434570312, "dur": 1673.5219955444336, "ph": "X", "name": "Collect CCW Marshaling Functions", "args": { "durationMS": 1.6735219955444336, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 5, "ts": 799134.033203125, "dur": 94298.69079589844, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 94.29869079589844, "detail": "mscorlib" } },
{ "pid": 1, "tid": 5, "ts": 893561.3403320312, "dur": 420435.05859375, "ph": "X", "name": "Idle", "args": { "durationMS": 420.43505859375, "detail": "" } },
{ "pid": 1, "tid": 7, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 7, "ts": 614612.1826171875, "dur": 47785.213470458984, "ph": "X", "name": "Idle", "args": { "durationMS": 47.785213470458984, "detail": "" } },
{ "pid": 1, "tid": 7, "ts": 663584.716796875, "dur": 3543.6840057373047, "ph": "X", "name": "Idle", "args": { "durationMS": 3.5436840057373047, "detail": "" } },
{ "pid": 1, "tid": 7, "ts": 669740.72265625, "dur": 23195.009231567383, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 23.195009231567383, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 7, "ts": 693336.3647460938, "dur": 23370.113372802734, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 23.370113372802734, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 7, "ts": 716710.205078125, "dur": 12828.788757324219, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 12.828788757324219, "detail": "System.Xml" } },
{ "pid": 1, "tid": 7, "ts": 729709.7778320312, "dur": 3964.603900909424, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 3.964603900909424, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 7, "ts": 733678.466796875, "dur": 334.23101902008057, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.33423101902008057, "detail": "UnityEngine.GridModule" } },
{ "pid": 1, "tid": 7, "ts": 734015.380859375, "dur": 2169.6949005126953, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 2.1696949005126953, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 7, "ts": 736188.4155273438, "dur": 4771.175861358643, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 4.771175861358643, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 7, "ts": 740963.8671875, "dur": 378.7660300731659, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.3787660300731659, "detail": "UnityEngine.AssetBundleModule" } },
{ "pid": 1, "tid": 7, "ts": 741345.6420898438, "dur": 2387.8679275512695, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 2.3878679275512695, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 7, "ts": 743736.3891601562, "dur": 427.7630150318146, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.4277630150318146, "detail": "UnityEngine.ImageConversionModule" } },
{ "pid": 1, "tid": 7, "ts": 744167.2973632812, "dur": 727.07200050354, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.72707200050354, "detail": "UnityEngine.PhysicsModule" } },
{ "pid": 1, "tid": 7, "ts": 744898.4375, "dur": 345.50899267196655, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.34550899267196655, "detail": "UnityEngine.SpriteShapeModule" } },
{ "pid": 1, "tid": 7, "ts": 745247.6806640625, "dur": 457.366019487381, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 0.457366019487381, "detail": "UnityEngine.TilemapModule" } },
{ "pid": 1, "tid": 7, "ts": 745707.3364257812, "dur": 4601.125717163086, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 4.601125717163086, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 7, "ts": 750313.5375976562, "dur": 2700.220823287964, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 2.700220823287964, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 7, "ts": 753017.0288085938, "dur": 1758.7499618530273, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 1.7587499618530273, "detail": "UnityEngine.ParticleSystemModule" } },
{ "pid": 1, "tid": 7, "ts": 754779.1137695312, "dur": 59121.11282348633, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 59.12111282348633, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 7, "ts": 813903.9916992188, "dur": 23178.327560424805, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 23.178327560424805, "detail": "System" } },
{ "pid": 1, "tid": 7, "ts": 837091.3696289062, "dur": 660.7450246810913, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.6607450246810913, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 7, "ts": 837754.39453125, "dur": 362.5119924545288, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 0.3625119924545288, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 7, "ts": 838125.5493164062, "dur": 1572.4419355392456, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 1.5724419355392456, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 7, "ts": 839702.9418945312, "dur": 474286.7126464844, "ph": "X", "name": "Idle", "args": { "durationMS": 474.2867126464844, "detail": "" } },
{ "pid": 1, "tid": 9, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 9, "ts": 614616.3940429688, "dur": 47806.35452270508, "ph": "X", "name": "Idle", "args": { "durationMS": 47.80635452270508, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 663575.3173828125, "dur": 3558.958053588867, "ph": "X", "name": "Idle", "args": { "durationMS": 3.558958053588867, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 669745.361328125, "dur": 41291.49627685547, "ph": "X", "name": "Generic Sharing", "args": { "durationMS": 41.29149627685547, "detail": "System" } },
{ "pid": 1, "tid": 9, "ts": 711054.5654296875, "dur": 18484.59243774414, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 18.48459243774414, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 9, "ts": 729701.2939453125, "dur": 4561.320781707764, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 4.561320781707764, "detail": "System.Core" } },
{ "pid": 1, "tid": 9, "ts": 734265.5029296875, "dur": 3894.0649032592773, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 3.8940649032592773, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 9, "ts": 738163.0249023438, "dur": 3520.7579135894775, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 3.5207579135894775, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 9, "ts": 741687.1948242188, "dur": 11102.448463439941, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 11.102448463439941, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 9, "ts": 752793.8842773438, "dur": 13776.206016540527, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 13.776206016540527, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 9, "ts": 766631.8969726562, "dur": 6174.757957458496, "ph": "X", "name": "Collecting Attribute Data", "args": { "durationMS": 6.174757957458496, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 9, "ts": 772897.1557617188, "dur": 6223.875045776367, "ph": "X", "name": "Collect Windows Runtime Data", "args": { "durationMS": 6.223875045776367, "detail": "mscorlib" } },
{ "pid": 1, "tid": 9, "ts": 780270.01953125, "dur": 31929.53872680664, "ph": "X", "name": "Collect CCW Marshaling Functions", "args": { "durationMS": 31.92953872680664, "detail": "mscorlib" } },
{ "pid": 1, "tid": 9, "ts": 812201.8432617188, "dur": 11160.879135131836, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 11.160879135131836, "detail": "System.Xml" } },
{ "pid": 1, "tid": 9, "ts": 823424.072265625, "dur": 13728.271484375, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 13.728271484375, "detail": "System.Core" } },
{ "pid": 1, "tid": 9, "ts": 837409.1186523438, "dur": 1010.593056678772, "ph": "X", "name": "Collect Assembly Data", "args": { "durationMS": 1.010593056678772, "detail": "UnityEngine.VideoModule" } },
{ "pid": 1, "tid": 9, "ts": 838504.0283203125, "dur": 475479.7058105469, "ph": "X", "name": "Idle", "args": { "durationMS": 475.4797058105469, "detail": "" } },
{ "pid": 1, "tid": 16, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 16, "ts": 1344773.0712890625, "dur": 603.2440066337585, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.6032440066337585, "detail": "Unity.IL2CPP.Tiny.TinyTypeCollectorComponent" } },
{ "pid": 1, "tid": 16, "ts": 1345389.0380859375, "dur": 3701.9879817962646, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 3.7019879817962646, "detail": "Unity.IL2CPP.Contexts.Components.StatsComponent" } },
{ "pid": 1, "tid": 16, "ts": 4290610.83984375, "dur": 1372.66206741333, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 1.37266206741333, "detail": "Unity.IL2CPP.Contexts.Components.VirtualCallCollector" } },
{ "pid": 1, "tid": 16, "ts": 4291994.140625, "dur": 1305.1708936691284, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 1.3051708936691284, "detail": "Unity.IL2CPP.Contexts.Components.SourceAnnotationWriterComponent" } },
{ "pid": 1, "tid": 13, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 13, "ts": 1344814.208984375, "dur": 623.2489943504333, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.6232489943504333, "detail": "Unity.IL2CPP.Symbols.SymbolsCollector" } },
{ "pid": 1, "tid": 13, "ts": 4290787.109375, "dur": 2278.297185897827, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 2.278297185897827, "detail": "Unity.IL2CPP.Contexts.Components.StatsComponent" } },
{ "pid": 1, "tid": 13, "ts": 4293074.70703125, "dur": 10485.9619140625, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 10.4859619140625, "detail": "Unity.IL2CPP.Metadata.VTableBuilder" } },
{ "pid": 1, "tid": 13, "ts": 5038620.60546875, "dur": 345.5770015716553, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.3455770015716553, "detail": "Unity.IL2CPP.Symbols.SymbolsCollector" } },
{ "pid": 1, "tid": 15, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 15, "ts": 1344822.265625, "dur": 603.3429503440857, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.6033429503440857, "detail": "Unity.IL2CPP.Contexts.Components.MethodCollector" } },
{ "pid": 1, "tid": 15, "ts": 1345433.4716796875, "dur": 1233.741044998169, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 1.233741044998169, "detail": "Unity.IL2CPP.Contexts.Components.CCWMarshallingFunctionComponent" } },
{ "pid": 1, "tid": 15, "ts": 4290679.6875, "dur": 6881.647109985352, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 6.881647109985352, "detail": "Unity.IL2CPP.Metadata.GenericMethodCollectorComponent" } },
{ "pid": 1, "tid": 4, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 4, "ts": 1344834.716796875, "dur": 2529.726028442383, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 2.529726028442383, "detail": "Unity.IL2CPP.Metadata.GenericMethodCollectorComponent" } },
{ "pid": 1, "tid": 4, "ts": 4290594.23828125, "dur": 6176.642894744873, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 6.176642894744873, "detail": "Unity.IL2CPP.Symbols.SymbolsCollector" } },
{ "pid": 1, "tid": 18, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 18, "ts": 1344844.8486328125, "dur": 557.4970245361328, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.5574970245361328, "detail": "Unity.IL2CPP.Tiny.TinyStringCollectorComponent" } },
{ "pid": 1, "tid": 18, "ts": 1345662.9638671875, "dur": 79754.20379638672, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 79.75420379638672, "detail": "Unity.IL2CPP.Naming.NamingComponent" } },
{ "pid": 1, "tid": 18, "ts": 1347981.689453125, "dur": 381.24603033065796, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.38124603033065796, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 1348363.4033203125, "dur": 532.3299765586853, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.5323299765586853, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 18, "ts": 1349407.958984375, "dur": 360.9679937362671, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.3609679937362671, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 1349769.53125, "dur": 666.0429835319519, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.6660429835319519, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 18, "ts": 1350436.6455078125, "dur": 1027.8360843658447, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.0278360843658447, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 1351464.7216796875, "dur": 4660.488128662109, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 4.660488128662109, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 1356126.46484375, "dur": 1373.7940788269043, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.3737940788269043, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 18, "ts": 1357684.4482421875, "dur": 1804.5920133590698, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.8045920133590698, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 18, "ts": 1359489.8681640625, "dur": 65917.83905029297, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 65.91783905029297, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 18, "ts": 4290529.296875, "dur": 5031.057834625244, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 5.031057834625244, "detail": "Unity.IL2CPP.Contexts.Components.MethodCollector" } },
{ "pid": 1, "tid": 19, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 19, "ts": 1344855.712890625, "dur": 557.574987411499, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.557574987411499, "detail": "Unity.IL2CPP.Contexts.Components.SharedMethodCollector" } },
{ "pid": 1, "tid": 19, "ts": 1345685.4248046875, "dur": 955.9459686279297, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.9559459686279297, "detail": "Unity.IL2CPP.Contexts.Components.MessageLoggerComponent" } },
{ "pid": 1, "tid": 19, "ts": 4290865.72265625, "dur": 6904.171943664551, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 6.904171943664551, "detail": "Unity.IL2CPP.Contexts.Components.CppDeclarationsComponent" } },
{ "pid": 1, "tid": 19, "ts": 4695413.57421875, "dur": 1806.962013244629, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 1.806962013244629, "detail": "Unity.IL2CPP.Contexts.Components.TypeCollector" } },
{ "pid": 1, "tid": 17, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 17, "ts": 1344880.9814453125, "dur": 2176.213026046753, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 2.176213026046753, "detail": "Unity.IL2CPP.Contexts.Components.TypeCollector" } },
{ "pid": 1, "tid": 17, "ts": 4290634.765625, "dur": 6855.652809143066, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 6.855652809143066, "detail": "Unity.IL2CPP.Contexts.Components.SharedMethodCollector" } },
{ "pid": 1, "tid": 14, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 14, "ts": 1344908.0810546875, "dur": 498.29500913619995, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 0.49829500913619995, "detail": "Unity.IL2CPP.Contexts.Components.VirtualCallCollector" } },
{ "pid": 1, "tid": 14, "ts": 1345419.43359375, "dur": 1256.5699815750122, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 1.2565699815750122, "detail": "Unity.IL2CPP.Contexts.Components.WindowsRuntimeTypeWithNameComponent" } },
{ "pid": 1, "tid": 14, "ts": 4290650.390625, "dur": 1859.0059280395508, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 1.8590059280395508, "detail": "Unity.IL2CPP.Contexts.Components.TypeCollector" } },
{ "pid": 1, "tid": 20, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 20, "ts": 1440412.109375, "dur": 41908.4358215332, "ph": "X", "name": "Idle", "args": { "durationMS": 41.9084358215332, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1492148.681640625, "dur": 4899.622917175293, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 4.899622917175293, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 20, "ts": 1498476.6845703125, "dur": 279361.87744140625, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 279.36187744140625, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 20, "ts": 1500148.193359375, "dur": 277689.75830078125, "ph": "X", "name": "Mono.Security_Attr.cpp", "args": { "durationMS": 277.68975830078125, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1779878.173828125, "dur": 15052.757263183594, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 15.052757263183594, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 20, "ts": 1779892.578125, "dur": 15037.668228149414, "ph": "X", "name": "UnityEngine.Physics2DModule_Attr.cpp", "args": { "durationMS": 15.037668228149414, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1794961.5478515625, "dur": 11549.182891845703, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 11.549182891845703, "detail": "UnityEngine.ParticleSystemModule" } },
{ "pid": 1, "tid": 20, "ts": 1794984.619140625, "dur": 11525.606155395508, "ph": "X", "name": "UnityEngine.ParticleSystemModule_Attr.cpp", "args": { "durationMS": 11.525606155395508, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1814333.49609375, "dur": 742.2170042991638, "ph": "X", "name": "GenericInstanceMethods", "args": { "durationMS": 0.7422170042991638, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1817072.998046875, "dur": 2123.6350536346436, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1236350536346436, "detail": "<Module>" } },
{ "pid": 1, "tid": 20, "ts": 1819197.6318359375, "dur": 9013.396263122559, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.013396263122559, "detail": "System.Configuration.ConfigurationCollectionAttribute" } },
{ "pid": 1, "tid": 20, "ts": 1828212.646484375, "dur": 17369.709014892578, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.369709014892578, "detail": "System.Configuration.ConfigurationElement" } },
{ "pid": 1, "tid": 20, "ts": 1845636.23046875, "dur": 763.9780044555664, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7639780044555664, "detail": "System.Configuration.ConfigurationSection" } },
{ "pid": 1, "tid": 20, "ts": 1846428.3447265625, "dur": 898.0339765548706, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8980339765548706, "detail": "System.Configuration.IgnoreSection" } },
{ "pid": 1, "tid": 20, "ts": 1847327.2705078125, "dur": 895.3859806060791, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8953859806060791, "detail": "Unity.ThrowStub" } },
{ "pid": 1, "tid": 20, "ts": 1848227.1728515625, "dur": 2775.5398750305176, "ph": "X", "name": "System.Configuration.cpp", "args": { "durationMS": 2.7755398750305176, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1851824.951171875, "dur": 559.7370266914368, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5597370266914368, "detail": "UnityEngine.NativeClassAttribute" } },
{ "pid": 1, "tid": 20, "ts": 1852385.25390625, "dur": 453.8169801235199, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4538169801235199, "detail": "UnityEngine.Bindings.NativeConditionalAttribute" } },
{ "pid": 1, "tid": 20, "ts": 1852839.9658203125, "dur": 1132.0159435272217, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1320159435272217, "detail": "UnityEngine.Bindings.NativeHeaderAttribute" } },
{ "pid": 1, "tid": 20, "ts": 1853972.65625, "dur": 949.334979057312, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.949334979057312, "detail": "UnityEngine.Bindings.NativeMethodAttribute" } },
{ "pid": 1, "tid": 20, "ts": 1854922.8515625, "dur": 628.974974155426, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.628974974155426, "detail": "UnityEngine.Bindings.NativeNameAttribute" } },
{ "pid": 1, "tid": 20, "ts": 1855552.734375, "dur": 819.6830153465271, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8196830153465271, "detail": "UnityEngine.Bindings.NativePropertyAttribute" } },
{ "pid": 1, "tid": 20, "ts": 1856673.583984375, "dur": 1479.7760248184204, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4797760248184204, "detail": "UnityEngine.Bindings.NativeTypeAttribute" } },
{ "pid": 1, "tid": 20, "ts": 1858735.2294921875, "dur": 733.3080172538757, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7333080172538757, "detail": "UnityEngine.Scripting.RequiredByNativeCodeAttribute" } },
{ "pid": 1, "tid": 20, "ts": 1859469.482421875, "dur": 611.5879416465759, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6115879416465759, "detail": "UnityEngine.Bindings.StaticAccessorAttribute" } },
{ "pid": 1, "tid": 20, "ts": 1860363.4033203125, "dur": 1680.6720495224, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6806720495224, "detail": "UnityEngine.UnityString" } },
{ "pid": 1, "tid": 20, "ts": 1862608.7646484375, "dur": 23885.183334350586, "ph": "X", "name": "UnityEngine.SharedInternalsModule.cpp", "args": { "durationMS": 23.885183334350586, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1886535.2783203125, "dur": 1199.0200281143188, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1990200281143188, "detail": "UnityEngine.AssetBundleCreateRequest" } },
{ "pid": 1, "tid": 20, "ts": 1887734.86328125, "dur": 536.6129875183105, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5366129875183105, "detail": "UnityEngine.AssetBundleRecompressOperation" } },
{ "pid": 1, "tid": 20, "ts": 1888272.216796875, "dur": 426.11801624298096, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.42611801624298096, "detail": "UnityEngine.AssetBundleRequest" } },
{ "pid": 1, "tid": 20, "ts": 1888700.1953125, "dur": 6113.760471343994, "ph": "X", "name": "UnityEngine.AssetBundleModule.cpp", "args": { "durationMS": 6.113760471343994, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1894869.9951171875, "dur": 3960.7207775115967, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.9607207775115967, "detail": "UnityEngine.ParticleSystem" } },
{ "pid": 1, "tid": 20, "ts": 1898943.9697265625, "dur": 6733.042240142822, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.733042240142822, "detail": "UnityEngine.ParticleSystem/EmitParams" } },
{ "pid": 1, "tid": 20, "ts": 1905677.978515625, "dur": 2707.109212875366, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.707109212875366, "detail": "UnityEngine.ParticleSystem/Particle" } },
{ "pid": 1, "tid": 20, "ts": 1908387.5732421875, "dur": 9054.945945739746, "ph": "X", "name": "UnityEngine.ParticleSystemModule.cpp", "args": { "durationMS": 9.054945945739746, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1917503.5400390625, "dur": 12262.950897216797, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.262950897216797, "detail": "UnityEngine.WWW" } },
{ "pid": 1, "tid": 20, "ts": 1930064.0869140625, "dur": 8378.18431854248, "ph": "X", "name": "UnityEngine.UnityWebRequestWWWModule.cpp", "args": { "durationMS": 8.37818431854248, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1938557.6171875, "dur": 596.7399477958679, "ph": "X", "name": "UnityEngine.cpp", "args": { "durationMS": 0.5967399477958679, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1939204.58984375, "dur": 1170.7580089569092, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1707580089569092, "detail": "UnityEngine.Networking.CertificateHandler" } },
{ "pid": 1, "tid": 20, "ts": 1940375.9765625, "dur": 1601.8450260162354, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6018450260162354, "detail": "UnityEngine.Networking.DownloadHandler" } },
{ "pid": 1, "tid": 20, "ts": 1941978.759765625, "dur": 1934.7670078277588, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9347670078277588, "detail": "UnityEngine.Networking.DownloadHandlerBuffer" } },
{ "pid": 1, "tid": 20, "ts": 1943914.55078125, "dur": 15300.373077392578, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.300373077392578, "detail": "UnityEngine.Networking.UnityWebRequest" } },
{ "pid": 1, "tid": 20, "ts": 1959216.30859375, "dur": 2806.361198425293, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.806361198425293, "detail": "UnityEngine.Networking.UnityWebRequestAsyncOperation" } },
{ "pid": 1, "tid": 20, "ts": 1962023.4375, "dur": 1845.586895942688, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.845586895942688, "detail": "UnityEngine.Networking.UploadHandler" } },
{ "pid": 1, "tid": 20, "ts": 1964177.24609375, "dur": 5793.546199798584, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.793546199798584, "detail": "UnityEngine.WWWTranscoder" } },
{ "pid": 1, "tid": 20, "ts": 1969971.6796875, "dur": 8425.456047058105, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.425456047058105, "detail": "UnityEngineInternal.WebRequestUtils" } },
{ "pid": 1, "tid": 20, "ts": 1978433.9599609375, "dur": 13924.532890319824, "ph": "X", "name": "UnityEngine.UnityWebRequestModule.cpp", "args": { "durationMS": 13.924532890319824, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 1992506.4697265625, "dur": 4195.972919464111, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.195972919464111, "detail": "UnityEngine._Scripting.APIUpdating.APIUpdaterRuntimeHelpers" } },
{ "pid": 1, "tid": 20, "ts": 1996703.61328125, "dur": 502.0120143890381, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5020120143890381, "detail": "UnityEngine.AddComponentMenu" } },
{ "pid": 1, "tid": 20, "ts": 1997238.4033203125, "dur": 3977.121114730835, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.977121114730835, "detail": "UnityEngine.AnimationCurve" } },
{ "pid": 1, "tid": 20, "ts": 2001216.4306640625, "dur": 5033.102989196777, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.033102989196777, "detail": "UnityEngine.Application" } },
{ "pid": 1, "tid": 20, "ts": 2006250.8544921875, "dur": 2248.8691806793213, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2488691806793213, "detail": "UnityEngine.Events.ArgumentCache" } },
{ "pid": 1, "tid": 20, "ts": 2008548.095703125, "dur": 2767.9500579833984, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7679500579833984, "detail": "UnityEngine.AsyncOperation" } },
{ "pid": 1, "tid": 20, "ts": 2011317.138671875, "dur": 12635.614395141602, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.635614395141602, "detail": "Unity.IO.LowLevel.Unsafe.AsyncReadManagerMetricsFilters" } },
{ "pid": 1, "tid": 20, "ts": 2023953.7353515625, "dur": 2948.976993560791, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.948976993560791, "detail": "Unity.IO.LowLevel.Unsafe.AsyncReadManagerRequestMetric" } },
{ "pid": 1, "tid": 20, "ts": 2026904.052734375, "dur": 6796.2188720703125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.7962188720703125, "detail": "UnityEngine.AttributeHelperEngine" } },
{ "pid": 1, "tid": 20, "ts": 2033720.0927734375, "dur": 2294.1980361938477, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2941980361938477, "detail": "UnityEngine.Events.BaseInvokableCall" } },
{ "pid": 1, "tid": 20, "ts": 2036015.869140625, "dur": 1552.7220964431763, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5527220964431763, "detail": "UnityEngine.Rendering.BatchCullingContext" } },
{ "pid": 1, "tid": 20, "ts": 2037709.8388671875, "dur": 2709.18607711792, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.70918607711792, "detail": "UnityEngine.Rendering.BatchRendererGroup" } },
{ "pid": 1, "tid": 20, "ts": 2040447.509765625, "dur": 2113.7800216674805, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1137800216674805, "detail": "UnityEngine.BeforeRenderHelper" } },
{ "pid": 1, "tid": 20, "ts": 2042562.01171875, "dur": 839.6769762039185, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8396769762039185, "detail": "UnityEngine.Behaviour" } },
{ "pid": 1, "tid": 20, "ts": 2043402.34375, "dur": 790.897011756897, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.790897011756897, "detail": "UnityEngine.BootConfigData" } },
{ "pid": 1, "tid": 20, "ts": 2044194.2138671875, "dur": 8034.404754638672, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.034404754638672, "detail": "UnityEngine.Bounds" } },
{ "pid": 1, "tid": 20, "ts": 2052229.736328125, "dur": 1310.9869956970215, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3109869956970215, "detail": "UnityEngine.Experimental.Rendering.BuiltinRuntimeReflectionSystem" } },
{ "pid": 1, "tid": 20, "ts": 2053541.748046875, "dur": 10593.343734741211, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.593343734741211, "detail": "UnityEngine.Camera" } },
{ "pid": 1, "tid": 20, "ts": 2064162.353515625, "dur": 2706.0952186584473, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7060952186584473, "detail": "UnityEngine.Experimental.Playables.CameraPlayable" } },
{ "pid": 1, "tid": 20, "ts": 2067098.14453125, "dur": 33475.32653808594, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 33.47532653808594, "detail": "UnityEngine.Color" } },
{ "pid": 1, "tid": 20, "ts": 2100574.70703125, "dur": 5823.170185089111, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.823170185089111, "detail": "UnityEngine.Color32" } },
{ "pid": 1, "tid": 20, "ts": 2106432.6171875, "dur": 3967.38600730896, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.96738600730896, "detail": "UnityEngine.Component" } },
{ "pid": 1, "tid": 20, "ts": 2110598.388671875, "dur": 6607.540130615234, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.607540130615234, "detail": "UnityEngine.Coroutine" } },
{ "pid": 1, "tid": 20, "ts": 2117206.787109375, "dur": 6628.025054931641, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.628025054931641, "detail": "UnityEngine.Cubemap" } },
{ "pid": 1, "tid": 20, "ts": 2123835.693359375, "dur": 11828.981399536133, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.828981399536133, "detail": "UnityEngine.CubemapArray" } },
{ "pid": 1, "tid": 20, "ts": 2135665.771484375, "dur": 2007.9350471496582, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.007935047149658, "detail": "UnityEngine.CullingGroup" } },
{ "pid": 1, "tid": 20, "ts": 2137865.966796875, "dur": 2539.9858951568604, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5399858951568604, "detail": "UnityEngine.CustomRenderTextureManager" } },
{ "pid": 1, "tid": 20, "ts": 2140406.982421875, "dur": 742.5450086593628, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7425450086593628, "detail": "UnityEngine.CustomYieldInstruction" } },
{ "pid": 1, "tid": 20, "ts": 2141150.390625, "dur": 1991.9118881225586, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9919118881225586, "detail": "UnityEngine.Sprites.DataUtility" } },
{ "pid": 1, "tid": 20, "ts": 2143166.748046875, "dur": 7801.194190979004, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.801194190979004, "detail": "UnityEngine.Debug" } },
{ "pid": 1, "tid": 20, "ts": 2150968.75, "dur": 4366.325378417969, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.366325378417969, "detail": "UnityEngine.DebugLogHandler" } },
{ "pid": 1, "tid": 20, "ts": 2155336.42578125, "dur": 3323.158025741577, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.323158025741577, "detail": "UnityEngine.Profiling.Experimental.DebugScreenCapture" } },
{ "pid": 1, "tid": 20, "ts": 2158661.62109375, "dur": 527.351975440979, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.527351975440979, "detail": "UnityEngine.DefaultExecutionOrder" } },
{ "pid": 1, "tid": 20, "ts": 2159210.44921875, "dur": 1803.786039352417, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.803786039352417, "detail": "UnityEngine.Internal.DefaultValueAttribute" } },
{ "pid": 1, "tid": 20, "ts": 2161015.380859375, "dur": 3048.491954803467, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.048491954803467, "detail": "UnityEngine.Experimental.GlobalIllumination.DirectionalLight" } },
{ "pid": 1, "tid": 20, "ts": 2164255.859375, "dur": 2570.4269409179688, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5704269409179688, "detail": "UnityEngine.Experimental.GlobalIllumination.DiscLight" } },
{ "pid": 1, "tid": 20, "ts": 2166826.904296875, "dur": 5418.684005737305, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.418684005737305, "detail": "UnityEngine.Display" } },
{ "pid": 1, "tid": 20, "ts": 2172246.826171875, "dur": 635.3819966316223, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6353819966316223, "detail": "UnityEngine.DrivenRectTransformTracker" } },
{ "pid": 1, "tid": 20, "ts": 2173610.3515625, "dur": 344.28998827934265, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.34428998827934265, "detail": "UnityEngine.ExecuteAlways" } },
{ "pid": 1, "tid": 20, "ts": 2173955.56640625, "dur": 993.1910037994385, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9931910037994385, "detail": "UnityEngine.ExecuteInEditMode" } },
{ "pid": 1, "tid": 20, "ts": 2175130.126953125, "dur": 1092.711091041565, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.092711091041565, "detail": "UnityEngine.FailedToLoadScriptObject" } },
{ "pid": 1, "tid": 20, "ts": 2176264.6484375, "dur": 376.3539791107178, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3763539791107178, "detail": "UnityEngine.Serialization.FormerlySerializedAsAttribute" } },
{ "pid": 1, "tid": 20, "ts": 2176705.56640625, "dur": 6159.385204315186, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.1593852043151855, "detail": "UnityEngine.GameObject" } },
{ "pid": 1, "tid": 20, "ts": 2183055.17578125, "dur": 6521.290302276611, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.521290302276611, "detail": "UnityEngine.Gradient" } },
{ "pid": 1, "tid": 20, "ts": 2189609.130859375, "dur": 2693.763017654419, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.693763017654419, "detail": "UnityEngine.Experimental.Rendering.GraphicsFormatUtility" } },
{ "pid": 1, "tid": 20, "ts": 2193062.255859375, "dur": 2491.450786590576, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.491450786590576, "detail": "UnityEngine.Events.InvokableCall" } },
{ "pid": 1, "tid": 20, "ts": 2195554.931640625, "dur": 6638.710975646973, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.638710975646973, "detail": "UnityEngine.Events.InvokableCallList" } },
{ "pid": 1, "tid": 20, "ts": 2202559.5703125, "dur": 2049.906015396118, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.049906015396118, "detail": "UnityEngine.Rendering.LODParameters" } },
{ "pid": 1, "tid": 20, "ts": 2204610.3515625, "dur": 467.21798181533813, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.46721798181533813, "detail": "UnityEngine.LayerMask" } },
{ "pid": 1, "tid": 20, "ts": 2205078.61328125, "dur": 3137.1541023254395, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.1371541023254395, "detail": "UnityEngine.Light" } },
{ "pid": 1, "tid": 20, "ts": 2208216.796875, "dur": 1556.4579963684082, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5564579963684082, "detail": "UnityEngine.LightBakingOutput" } },
{ "pid": 1, "tid": 20, "ts": 2209774.4140625, "dur": 49570.16372680664, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 49.57016372680664, "detail": "UnityEngine.Experimental.GlobalIllumination.LightDataGI" } },
{ "pid": 1, "tid": 20, "ts": 2259519.53125, "dur": 20582.427978515625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.582427978515625, "detail": "UnityEngine.Experimental.GlobalIllumination.LightmapperUtils" } },
{ "pid": 1, "tid": 20, "ts": 2280103.02734375, "dur": 1307.0329427719116, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3070329427719116, "detail": "UnityEngine.Experimental.GlobalIllumination.Lightmapping" } },
{ "pid": 1, "tid": 20, "ts": 2281426.7578125, "dur": 3912.633180618286, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.912633180618286, "detail": "UnityEngine.Experimental.GlobalIllumination.LinearColor" } },
{ "pid": 1, "tid": 20, "ts": 2285640.380859375, "dur": 350.9480059146881, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3509480059146881, "detail": "UnityEngine.iOS.LocalNotification" } },
{ "pid": 1, "tid": 20, "ts": 2286020.99609375, "dur": 3473.870038986206, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.473870038986206, "detail": "UnityEngine.Logger" } },
{ "pid": 1, "tid": 20, "ts": 2289621.09375, "dur": 2851.346015930176, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.851346015930176, "detail": "UnityEngine.ManagedStreamHelpers" } },
{ "pid": 1, "tid": 20, "ts": 2292473.14453125, "dur": 2272.7627754211426, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2727627754211426, "detail": "UnityEngine.Material" } },
{ "pid": 1, "tid": 20, "ts": 2294746.826171875, "dur": 502.98500061035156, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5029850006103516, "detail": "UnityEngine.Experimental.Playables.MaterialEffectPlayable" } },
{ "pid": 1, "tid": 20, "ts": 2295250.244140625, "dur": 10928.840637207031, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.928840637207031, "detail": "UnityEngine.Mathf" } },
{ "pid": 1, "tid": 20, "ts": 2306394.775390625, "dur": 9927.063941955566, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.927063941955566, "detail": "UnityEngine.Matrix4x4" } },
{ "pid": 1, "tid": 20, "ts": 2316322.998046875, "dur": 4247.400760650635, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.247400760650635, "detail": "UnityEngine.Profiling.Memory.Experimental.MemoryProfiler" } },
{ "pid": 1, "tid": 20, "ts": 2320571.2890625, "dur": 20620.073318481445, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.620073318481445, "detail": "UnityEngine.Mesh" } },
{ "pid": 1, "tid": 20, "ts": 2341592.041015625, "dur": 3891.8280601501465, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.8918280601501465, "detail": "UnityEngine.Profiling.Memory.Experimental.MetaData" } },
{ "pid": 1, "tid": 20, "ts": 2345607.177734375, "dur": 7238.996982574463, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.238996982574463, "detail": "UnityEngine.MonoBehaviour" } },
{ "pid": 1, "tid": 20, "ts": 2353128.90625, "dur": 921.8499660491943, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9218499660491943, "detail": "UnityEngine.Scripting.APIUpdating.MovedFromAttributeData" } },
{ "pid": 1, "tid": 20, "ts": 2355190.673828125, "dur": 19058.029174804688, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 19.058029174804688, "detail": "UnityEngine.Object" } },
{ "pid": 1, "tid": 20, "ts": 2374249.755859375, "dur": 516.4809823036194, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5164809823036194, "detail": "UnityEngine.Rendering.OnDemandRendering" } },
{ "pid": 1, "tid": 20, "ts": 2374779.78515625, "dur": 8477.675437927246, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.477675437927246, "detail": "UnityEngine.Events.PersistentCall" } },
{ "pid": 1, "tid": 20, "ts": 2383258.7890625, "dur": 1311.1239671707153, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3111239671707153, "detail": "UnityEngine.Events.PersistentCallGroup" } },
{ "pid": 1, "tid": 20, "ts": 2384585.44921875, "dur": 2732.7518463134766, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7327518463134766, "detail": "UnityEngine.Plane" } },
{ "pid": 1, "tid": 20, "ts": 2387319.091796875, "dur": 1156.9180488586426, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1569180488586426, "detail": "UnityEngine.Playables.Playable" } },
{ "pid": 1, "tid": 20, "ts": 2388477.05078125, "dur": 1147.8439569473267, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1478439569473267, "detail": "UnityEngine.Playables.PlayableAsset" } },
{ "pid": 1, "tid": 20, "ts": 2389625.732421875, "dur": 1155.2059650421143, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1552059650421143, "detail": "UnityEngine.Playables.PlayableBehaviour" } },
{ "pid": 1, "tid": 20, "ts": 2390781.73828125, "dur": 596.6820120811462, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5966820120811462, "detail": "UnityEngine.Playables.PlayableBinding" } },
{ "pid": 1, "tid": 20, "ts": 2391403.076171875, "dur": 2839.442014694214, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.839442014694214, "detail": "UnityEngine.Playables.PlayableHandle" } },
{ "pid": 1, "tid": 20, "ts": 2394243.1640625, "dur": 875.4299879074097, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8754299879074097, "detail": "UnityEngine.Playables.PlayableOutput" } },
{ "pid": 1, "tid": 20, "ts": 2395119.62890625, "dur": 1858.0390214920044, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8580390214920044, "detail": "UnityEngine.Playables.PlayableOutputHandle" } },
{ "pid": 1, "tid": 20, "ts": 2396978.515625, "dur": 9237.656593322754, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.237656593322754, "detail": "UnityEngine.Networking.PlayerConnection.PlayerConnection" } },
{ "pid": 1, "tid": 20, "ts": 2406216.796875, "dur": 3101.349115371704, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.101349115371704, "detail": "UnityEngine.PlayerConnectionInternal" } },
{ "pid": 1, "tid": 20, "ts": 2409319.091796875, "dur": 3709.3780040740967, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.7093780040740967, "detail": "UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents" } },
{ "pid": 1, "tid": 20, "ts": 2413029.78515625, "dur": 650.9169936180115, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6509169936180115, "detail": "UnityEngine.LowLevel.PlayerLoopSystem" } },
{ "pid": 1, "tid": 20, "ts": 2413986.083984375, "dur": 1530.4429531097412, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5304429531097412, "detail": "UnityEngine.Experimental.GlobalIllumination.PointLight" } },
{ "pid": 1, "tid": 20, "ts": 2416092.041015625, "dur": 9920.618057250977, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.920618057250977, "detail": "UnityEngine.Quaternion" } },
{ "pid": 1, "tid": 20, "ts": 2426014.16015625, "dur": 567.0719742774963, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5670719742774963, "detail": "UnityEngine.Random" } },
{ "pid": 1, "tid": 20, "ts": 2426765.13671875, "dur": 1053.3829927444458, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0533829927444458, "detail": "UnityEngine.RangeInt" } },
{ "pid": 1, "tid": 20, "ts": 2427819.3359375, "dur": 2192.332983016968, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1923329830169678, "detail": "UnityEngine.Ray" } },
{ "pid": 1, "tid": 20, "ts": 2430031.25, "dur": 12429.487228393555, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.429487228393555, "detail": "UnityEngine.Rect" } },
{ "pid": 1, "tid": 20, "ts": 2442461.669921875, "dur": 12625.657081604004, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.625657081604004, "detail": "UnityEngine.RectOffset" } },
{ "pid": 1, "tid": 20, "ts": 2455088.134765625, "dur": 7743.992805480957, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.743992805480957, "detail": "UnityEngine.RectTransform" } },
{ "pid": 1, "tid": 20, "ts": 2462833.251953125, "dur": 1638.916015625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.638916015625, "detail": "UnityEngine.Experimental.GlobalIllumination.RectangleLight" } },
{ "pid": 1, "tid": 20, "ts": 2464472.900390625, "dur": 758.1599950790405, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7581599950790405, "detail": "UnityEngine.ReflectionProbe" } },
{ "pid": 1, "tid": 20, "ts": 2465258.30078125, "dur": 1999.1759061813354, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9991759061813354, "detail": "UnityEngine.Rendering.RenderPipeline" } },
{ "pid": 1, "tid": 20, "ts": 2467258.544921875, "dur": 3717.5071239471436, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.7175071239471436, "detail": "UnityEngine.Rendering.RenderPipelineAsset" } },
{ "pid": 1, "tid": 20, "ts": 2470976.5625, "dur": 4075.387954711914, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.075387954711914, "detail": "UnityEngine.Rendering.RenderPipelineManager" } },
{ "pid": 1, "tid": 20, "ts": 2475070.80078125, "dur": 9638.137817382812, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.638137817382812, "detail": "UnityEngine.RenderTexture" } },
{ "pid": 1, "tid": 20, "ts": 2485197.021484375, "dur": 210088.3026123047, "ph": "X", "name": "UnityEngine.CoreModule.cpp", "args": { "durationMS": 210.0883026123047, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 2695325.1953125, "dur": 667.1680212020874, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6671680212020874, "detail": "System.IO.EndOfStreamException" } },
{ "pid": 1, "tid": 20, "ts": 2695993.1640625, "dur": 636.0769867897034, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6360769867897034, "detail": "System.EntryPointNotFoundException" } },
{ "pid": 1, "tid": 20, "ts": 2696629.8828125, "dur": 13611.939430236816, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.611939430236816, "detail": "System.Enum" } },
{ "pid": 1, "tid": 20, "ts": 2710243.1640625, "dur": 5598.351955413818, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.598351955413818, "detail": "System.Reflection.Emit.EnumBuilder" } },
{ "pid": 1, "tid": 20, "ts": 2715842.28515625, "dur": 15602.631568908691, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.602631568908691, "detail": "System.Environment" } },
{ "pid": 1, "tid": 20, "ts": 2731669.43359375, "dur": 631.5410137176514, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6315410137176514, "detail": "System.Runtime.Remoting.Messaging.EnvoyTerminatorSink" } },
{ "pid": 1, "tid": 20, "ts": 2732302.24609375, "dur": 528.4029841423035, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5284029841423035, "detail": "System.Runtime.CompilerServices.Ephemeron" } },
{ "pid": 1, "tid": 20, "ts": 2732831.54296875, "dur": 591.6019678115845, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5916019678115845, "detail": "System.Globalization.EraInfo" } },
{ "pid": 1, "tid": 20, "ts": 2733424.072265625, "dur": 1003.0789375305176, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0030789375305176, "detail": "System.Runtime.Remoting.Messaging.ErrorMessage" } },
{ "pid": 1, "tid": 20, "ts": 2734443.115234375, "dur": 449.768990278244, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.449768990278244, "detail": "System.EventArgs" } },
{ "pid": 1, "tid": 20, "ts": 2734919.677734375, "dur": 488.53799700737, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.48853799700737, "detail": "System.EventHandler" } },
{ "pid": 1, "tid": 20, "ts": 2735408.935546875, "dur": 1483.2079410552979, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4832079410552979, "detail": "System.Reflection.EventInfo" } },
{ "pid": 1, "tid": 20, "ts": 2736902.83203125, "dur": 716.7729735374451, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7167729735374451, "detail": "System.Diagnostics.Tracing.EventSource" } },
{ "pid": 1, "tid": 20, "ts": 2737620.361328125, "dur": 1365.5189275741577, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3655189275741577, "detail": "System.Threading.EventWaitHandle" } },
{ "pid": 1, "tid": 20, "ts": 2738986.572265625, "dur": 1009.7349882125854, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0097349882125854, "detail": "System.Security.Policy.Evidence" } },
{ "pid": 1, "tid": 20, "ts": 2739997.314453125, "dur": 40210.594177246094, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 40.210594177246094, "detail": "System.Exception" } },
{ "pid": 1, "tid": 20, "ts": 2780229.736328125, "dur": 1732.5578927993774, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7325578927993774, "detail": "System.Runtime.ExceptionServices.ExceptionDispatchInfo" } },
{ "pid": 1, "tid": 20, "ts": 2781963.8671875, "dur": 931.5539598464966, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9315539598464966, "detail": "System.Reflection.ExceptionHandlingClause" } },
{ "pid": 1, "tid": 20, "ts": 2782922.36328125, "dur": 11447.858810424805, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.447858810424805, "detail": "System.Threading.ExecutionContext" } },
{ "pid": 1, "tid": 20, "ts": 2794371.09375, "dur": 968.0050015449524, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9680050015449524, "detail": "System.Threading.ExecutionContextSwitcher" } },
{ "pid": 1, "tid": 20, "ts": 2795339.84375, "dur": 799.1380095481873, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7991380095481873, "detail": "System.ExecutionEngineException" } },
{ "pid": 1, "tid": 20, "ts": 2796139.892578125, "dur": 1086.2350463867188, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0862350463867188, "detail": "Microsoft.Win32.ExpandString" } },
{ "pid": 1, "tid": 20, "ts": 2797335.44921875, "dur": 1637.1150016784668, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6371150016784668, "detail": "System.Runtime.InteropServices.ExternalException" } },
{ "pid": 1, "tid": 20, "ts": 2798987.060546875, "dur": 2034.9769592285156, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0349769592285156, "detail": "System.Resources.FastResourceComparer" } },
{ "pid": 1, "tid": 20, "ts": 2801022.705078125, "dur": 557.7110052108765, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5577110052108765, "detail": "System.FieldAccessException" } },
{ "pid": 1, "tid": 20, "ts": 2801596.19140625, "dur": 1545.7510948181152, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5457510948181152, "detail": "System.Reflection.Emit.FieldBuilder" } },
{ "pid": 1, "tid": 20, "ts": 2803142.822265625, "dur": 3882.158041000366, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.882158041000366, "detail": "System.Reflection.FieldInfo" } },
{ "pid": 1, "tid": 20, "ts": 2807165.52734375, "dur": 12476.1381149292, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.4761381149292, "detail": "System.IO.File" } },
{ "pid": 1, "tid": 20, "ts": 2819803.955078125, "dur": 3529.37388420105, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.52937388420105, "detail": "System.IO.FileLoadException" } },
{ "pid": 1, "tid": 20, "ts": 2823348.14453125, "dur": 3551.607131958008, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.551607131958008, "detail": "System.IO.FileNotFoundException" } },
{ "pid": 1, "tid": 20, "ts": 2826922.36328125, "dur": 24973.71482849121, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.97371482849121, "detail": "System.IO.FileStream" } },
{ "pid": 1, "tid": 20, "ts": 2851896.728515625, "dur": 655.7930111885071, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6557930111885071, "detail": "System.IO.FileStreamAsyncResult" } },
{ "pid": 1, "tid": 20, "ts": 2852553.466796875, "dur": 426.58498883247375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.42658498883247375, "detail": "System.IO.FileSystemEnumerableFactory" } },
{ "pid": 1, "tid": 20, "ts": 2852980.712890625, "dur": 401.7840027809143, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4017840027809143, "detail": "System.IO.FileSystemEnumerableHelpers" } },
{ "pid": 1, "tid": 20, "ts": 2853383.544921875, "dur": 1752.3850202560425, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7523850202560425, "detail": "System.IO.FileSystemInfo" } },
{ "pid": 1, "tid": 20, "ts": 2855155.517578125, "dur": 374.94897842407227, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.37494897842407227, "detail": "System.Runtime.CompilerServices.FixedBufferAttribute" } },
{ "pid": 1, "tid": 20, "ts": 2855726.07421875, "dur": 947.7779865264893, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9477779865264893, "detail": "System.Runtime.Serialization.FixupHolderList" } },
{ "pid": 1, "tid": 20, "ts": 2856786.865234375, "dur": 784.9610447883606, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7849610447883606, "detail": "System.FormatException" } },
{ "pid": 1, "tid": 20, "ts": 2857585.9375, "dur": 1830.51598072052, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.83051598072052, "detail": "System.Runtime.Serialization.FormatterConverter" } },
{ "pid": 1, "tid": 20, "ts": 2859549.072265625, "dur": 24835.06202697754, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.83506202697754, "detail": "System.Runtime.Serialization.FormatterServices" } },
{ "pid": 1, "tid": 20, "ts": 2884512.451171875, "dur": 1253.3440589904785, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2533440589904785, "detail": "System.GC" } },
{ "pid": 1, "tid": 20, "ts": 2885766.845703125, "dur": 3732.113838195801, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.732113838195801, "detail": "System.Runtime.InteropServices.GCHandle" } },
{ "pid": 1, "tid": 20, "ts": 2889522.4609375, "dur": 6450.199127197266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.450199127197266, "detail": "System.Reflection.Emit.GenericTypeParameterBuilder" } },
{ "pid": 1, "tid": 20, "ts": 2895973.876953125, "dur": 7184.094429016113, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.184094429016113, "detail": "System.Globalization.GregorianCalendar" } },
{ "pid": 1, "tid": 20, "ts": 2903159.1796875, "dur": 8261.046409606934, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.261046409606934, "detail": "System.Globalization.GregorianCalendarHelper" } },
{ "pid": 1, "tid": 20, "ts": 2911433.59375, "dur": 61526.363372802734, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 61.526363372802734, "detail": "System.Guid" } },
{ "pid": 1, "tid": 20, "ts": 2972962.40234375, "dur": 146700.34790039062, "ph": "X", "name": "mscorlib5.cpp", "args": { "durationMS": 146.70034790039062, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 3119691.650390625, "dur": 1633.1819295883179, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6331819295883179, "detail": "System.Runtime.CompilerServices.TaskAwaiter" } },
{ "pid": 1, "tid": 20, "ts": 3121325.68359375, "dur": 1084.3520164489746, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0843520164489746, "detail": "System.Threading.Tasks.TaskCanceledException" } },
{ "pid": 1, "tid": 20, "ts": 3122411.376953125, "dur": 869.4449663162231, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8694449663162231, "detail": "System.Threading.Tasks.TaskContinuation" } },
{ "pid": 1, "tid": 20, "ts": 3123305.419921875, "dur": 18964.506149291992, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.964506149291992, "detail": "System.Threading.Tasks.TaskExceptionHolder" } },
{ "pid": 1, "tid": 20, "ts": 3142270.751953125, "dur": 1775.2569913864136, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7752569913864136, "detail": "System.Threading.Tasks.TaskFactory" } },
{ "pid": 1, "tid": 20, "ts": 3144046.875, "dur": 20747.8084564209, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.7478084564209, "detail": "System.Threading.Tasks.TaskScheduler" } },
{ "pid": 1, "tid": 20, "ts": 3164795.654296875, "dur": 3700.629949569702, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.700629949569702, "detail": "System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation" } },
{ "pid": 1, "tid": 20, "ts": 3168497.314453125, "dur": 1580.8359384536743, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5808359384536743, "detail": "System.Threading.Tasks.TaskSchedulerException" } },
{ "pid": 1, "tid": 20, "ts": 3170092.041015625, "dur": 124911.376953125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 124.911376953125, "detail": "System.TermInfoDriver" } },
{ "pid": 1, "tid": 20, "ts": 3295013.427734375, "dur": 6317.690849304199, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.317690849304199, "detail": "System.TermInfoReader" } },
{ "pid": 1, "tid": 20, "ts": 3301368.408203125, "dur": 21745.006561279297, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 21.745006561279297, "detail": "System.Globalization.TextInfo" } },
{ "pid": 1, "tid": 20, "ts": 3323114.990234375, "dur": 22374.561309814453, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 22.374561309814453, "detail": "System.Globalization.TextInfoToLowerData" } },
{ "pid": 1, "tid": 20, "ts": 3345490.72265625, "dur": 2922.8851795196533, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.9228851795196533, "detail": "System.Globalization.TextInfoToUpperData" } },
{ "pid": 1, "tid": 20, "ts": 3348414.55078125, "dur": 7782.700061798096, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.782700061798096, "detail": "System.IO.TextReader" } },
{ "pid": 1, "tid": 20, "ts": 3356198.486328125, "dur": 7330.842971801758, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.330842971801758, "detail": "System.IO.TextWriter" } },
{ "pid": 1, "tid": 20, "ts": 3363530.2734375, "dur": 12583.658218383789, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.583658218383789, "detail": "System.Threading.Thread" } },
{ "pid": 1, "tid": 20, "ts": 3376114.74609375, "dur": 486.79399490356445, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.48679399490356445, "detail": "System.Threading.ThreadAbortException" } },
{ "pid": 1, "tid": 20, "ts": 3376602.294921875, "dur": 1042.1910285949707, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0421910285949707, "detail": "System.Threading.ThreadHelper" } },
{ "pid": 1, "tid": 20, "ts": 3377645.263671875, "dur": 452.91900634765625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.45291900634765625, "detail": "System.Threading.ThreadInterruptedException" } },
{ "pid": 1, "tid": 20, "ts": 3378099.365234375, "dur": 8742.648124694824, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.742648124694824, "detail": "System.Threading.ThreadPool" } },
{ "pid": 1, "tid": 20, "ts": 3387098.6328125, "dur": 5176.4020919799805, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.1764020919799805, "detail": "System.Threading.Tasks.ThreadPoolTaskScheduler" } },
{ "pid": 1, "tid": 20, "ts": 3392276.3671875, "dur": 5630.575180053711, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.630575180053711, "detail": "System.Threading.ThreadPoolWorkQueue" } },
{ "pid": 1, "tid": 20, "ts": 3397907.958984375, "dur": 2500.623941421509, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.500623941421509, "detail": "System.Threading.ThreadPoolWorkQueueThreadLocals" } },
{ "pid": 1, "tid": 20, "ts": 3400409.66796875, "dur": 830.1140069961548, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8301140069961548, "detail": "System.Threading.ThreadStart" } },
{ "pid": 1, "tid": 20, "ts": 3401251.708984375, "dur": 786.0199809074402, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7860199809074402, "detail": "System.Threading.ThreadStateException" } },
{ "pid": 1, "tid": 20, "ts": 3402174.560546875, "dur": 6543.34020614624, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.54334020614624, "detail": "System.ThrowHelper" } },
{ "pid": 1, "tid": 20, "ts": 3408907.2265625, "dur": 13298.849105834961, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.298849105834961, "detail": "System.TimeSpan" } },
{ "pid": 1, "tid": 20, "ts": 3422207.275390625, "dur": 9192.459106445312, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.192459106445312, "detail": "System.Globalization.TimeSpanFormat" } },
{ "pid": 1, "tid": 20, "ts": 3431402.099609375, "dur": 4587.910175323486, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.587910175323486, "detail": "System.TimeType" } },
{ "pid": 1, "tid": 20, "ts": 3435991.2109375, "dur": 520.0600028038025, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5200600028038025, "detail": "System.TimeZone" } },
{ "pid": 1, "tid": 20, "ts": 3436533.447265625, "dur": 177060.9588623047, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 177.0609588623047, "detail": "System.TimeZoneInfo" } },
{ "pid": 1, "tid": 20, "ts": 3613596.6796875, "dur": 291175.2624511719, "ph": "X", "name": "mscorlib13.cpp", "args": { "durationMS": 291.1752624511719, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 3909425.78125, "dur": 2885.601043701172, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.885601043701172, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 3912313.232421875, "dur": 5800.406932830811, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.8004069328308105, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>" } },
{ "pid": 1, "tid": 20, "ts": 3918115.966796875, "dur": 2871.1979389190674, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.8711979389190674, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Char>" } },
{ "pid": 1, "tid": 20, "ts": 3920989.501953125, "dur": 5908.149719238281, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.908149719238281, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 20, "ts": 3926900.146484375, "dur": 2987.515926361084, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.987515926361084, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 20, "ts": 3929889.404296875, "dur": 4827.081203460693, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.827081203460693, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 3934719.482421875, "dur": 2463.4768962860107, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4634768962860107, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 20, "ts": 3937185.302734375, "dur": 2409.162998199463, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.409162998199463, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 20, "ts": 3939596.19140625, "dur": 2247.4350929260254, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2474350929260254, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 3941845.703125, "dur": 2554.218053817749, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.554218053817749, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 20, "ts": 3944401.85546875, "dur": 2322.463035583496, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.322463035583496, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 20, "ts": 3946726.5625, "dur": 2458.0979347229004, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4580979347229004, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 20, "ts": 3949190.185546875, "dur": 2400.730848312378, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.400730848312378, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Single>" } },
{ "pid": 1, "tid": 20, "ts": 3951593.017578125, "dur": 36951.24053955078, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 36.95124053955078, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 20, "ts": 3988546.630859375, "dur": 2465.7888412475586, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4657888412475586, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 20, "ts": 3991014.6484375, "dur": 3044.543981552124, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.044543981552124, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 20, "ts": 3994061.279296875, "dur": 40525.81024169922, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 40.52581024169922, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 20, "ts": 4034590.33203125, "dur": 2304.5408725738525, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3045408725738525, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 20, "ts": 4036897.4609375, "dur": 2214.4157886505127, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2144157886505127, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 20, "ts": 4039114.501953125, "dur": 2222.628116607666, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.222628116607666, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 20, "ts": 4041339.35546875, "dur": 5878.119945526123, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.878119945526123, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 20, "ts": 4047220.458984375, "dur": 3813.9240741729736, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.8139240741729736, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 20, "ts": 4051036.865234375, "dur": 3084.523916244507, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.084523916244507, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 20, "ts": 4054123.046875, "dur": 6962.656021118164, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.962656021118164, "detail": "UnityEngine.UI.ObjectPool`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4061088.8671875, "dur": 786.873996257782, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.786873996257782, "detail": "System.Predicate`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 20, "ts": 4061878.173828125, "dur": 651.5470147132874, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6515470147132874, "detail": "System.Predicate`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 20, "ts": 4062533.69140625, "dur": 661.5139842033386, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6615139842033386, "detail": "System.Predicate`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 4063196.77734375, "dur": 609.4709634780884, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6094709634780884, "detail": "System.Predicate`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 20, "ts": 4063808.349609375, "dur": 612.185001373291, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.612185001373291, "detail": "System.Predicate`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4064422.36328125, "dur": 593.3359861373901, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5933359861373901, "detail": "System.Predicate`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 20, "ts": 4065017.578125, "dur": 592.4590229988098, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5924590229988098, "detail": "System.Predicate`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 20, "ts": 4065612.548828125, "dur": 607.3629856109619, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6073629856109619, "detail": "System.Predicate`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 20, "ts": 4066221.6796875, "dur": 598.4839797019958, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5984839797019958, "detail": "System.Predicate`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 20, "ts": 4066822.265625, "dur": 610.5639934539795, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6105639934539795, "detail": "System.Predicate`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 20, "ts": 4067434.814453125, "dur": 599.1719961166382, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5991719961166382, "detail": "System.Predicate`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 20, "ts": 4068036.865234375, "dur": 606.0490012168884, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6060490012168884, "detail": "System.Predicate`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 20, "ts": 4068645.99609375, "dur": 617.0960068702698, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6170960068702698, "detail": "System.Predicate`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 20, "ts": 4069265.13671875, "dur": 643.3959603309631, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6433959603309631, "detail": "System.Predicate`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 20, "ts": 4069911.1328125, "dur": 731.6579818725586, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7316579818725586, "detail": "System.Predicate`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 20, "ts": 4070644.53125, "dur": 676.4099597930908, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6764099597930908, "detail": "System.Predicate`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 20, "ts": 4071325.1953125, "dur": 7517.96293258667, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.51796293258667, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>" } },
{ "pid": 1, "tid": 20, "ts": 4078845.21484375, "dur": 14225.199699401855, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 14.225199699401855, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>" } },
{ "pid": 1, "tid": 20, "ts": 4093074.21875, "dur": 8068.917274475098, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.068917274475098, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4101688.4765625, "dur": 1946.8820095062256, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9468820095062256, "detail": "System.Threading.ThreadPoolWorkQueue/SparseArray`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4103637.20703125, "dur": 691.5589570999146, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6915589570999146, "detail": "System.Threading.SparselyPopulatedArrayAddInfo`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4104331.0546875, "dur": 1271.860957145691, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.271860957145691, "detail": "System.Threading.SparselyPopulatedArrayFragment`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4105604.98046875, "dur": 7112.648010253906, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.112648010253906, "detail": "System.Threading.SparselyPopulatedArray`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4112726.07421875, "dur": 4514.106750488281, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.514106750488281, "detail": "System.Collections.Generic.Stack`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4117242.1875, "dur": 563.0319714546204, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5630319714546204, "detail": "System.Reflection.MonoProperty/StaticGetter`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4118108.88671875, "dur": 762.362003326416, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.762362003326416, "detail": "System.Runtime.CompilerServices.TaskAwaiter`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 4118873.046875, "dur": 765.8149600028992, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7658149600028992, "detail": "System.Runtime.CompilerServices.TaskAwaiter`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 4119641.11328125, "dur": 903.6700129508972, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9036700129508972, "detail": "System.Runtime.CompilerServices.TaskAwaiter`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4120546.875, "dur": 873.9079833030701, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8739079833030701, "detail": "System.Runtime.CompilerServices.TaskAwaiter`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 20, "ts": 4121425.29296875, "dur": 4265.716075897217, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.265716075897217, "detail": "System.Threading.Tasks.TaskFactory`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 4125693.359375, "dur": 1144.7490453720093, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1447490453720093, "detail": "System.Threading.Tasks.TaskFactory`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 4126840.33203125, "dur": 646.4880108833313, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6464880108833313, "detail": "System.Threading.Tasks.TaskFactory`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4127488.76953125, "dur": 490.56199193000793, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.49056199193000793, "detail": "System.Threading.Tasks.TaskFactory`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 20, "ts": 4127981.4453125, "dur": 6342.087268829346, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.342087268829346, "detail": "System.Threading.Tasks.Task`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 4134325.1953125, "dur": 6569.814205169678, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.569814205169678, "detail": "System.Threading.Tasks.Task`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 4140897.4609375, "dur": 5106.583118438721, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.106583118438721, "detail": "System.Threading.Tasks.Task`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4146006.34765625, "dur": 8371.438980102539, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.371438980102539, "detail": "System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 20, "ts": 4154380.859375, "dur": 3622.7340698242188, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.6227340698242188, "detail": "System.Tuple`2<System.Object,System.Char>" } },
{ "pid": 1, "tid": 20, "ts": 4158005.859375, "dur": 21409.770965576172, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 21.409770965576172, "detail": "System.Tuple`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4179417.48046875, "dur": 4376.0881423950195, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.3760881423950195, "detail": "System.Tuple`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4183795.8984375, "dur": 648.8109827041626, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6488109827041626, "detail": "System.Tuple`4<System.Object,System.Object,System.Int32,System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 4184446.2890625, "dur": 759.3790292739868, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7593790292739868, "detail": "System.Tuple`4<System.Object,System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4185211.9140625, "dur": 1856.840968132019, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.856840968132019, "detail": "UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween>" } },
{ "pid": 1, "tid": 20, "ts": 4187070.3125, "dur": 1115.9480810165405, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1159480810165405, "detail": "UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.FloatTween>" } },
{ "pid": 1, "tid": 20, "ts": 4188188.4765625, "dur": 378.92600893974304, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.37892600893974304, "detail": "UnityEngine.Events.UnityAction`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 4188568.359375, "dur": 344.1469967365265, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.3441469967365265, "detail": "UnityEngine.Events.UnityAction`1<UnityEngine.Color>" } },
{ "pid": 1, "tid": 20, "ts": 4188913.57421875, "dur": 387.7529799938202, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.3877529799938202, "detail": "UnityEngine.Events.UnityAction`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 4189302.24609375, "dur": 349.5660126209259, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.3495660126209259, "detail": "UnityEngine.Events.UnityAction`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4189986.81640625, "dur": 349.15900230407715, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.34915900230407715, "detail": "UnityEngine.Events.UnityAction`1<System.Single>" } },
{ "pid": 1, "tid": 20, "ts": 4190337.40234375, "dur": 346.1799919605255, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.3461799919605255, "detail": "UnityEngine.Events.UnityAction`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 20, "ts": 4190684.5703125, "dur": 456.633985042572, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.456633985042572, "detail": "UnityEngine.Events.UnityAction`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4191142.578125, "dur": 427.43998765945435, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.42743998765945435, "detail": "UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>" } },
{ "pid": 1, "tid": 20, "ts": 4191571.2890625, "dur": 363.05201053619385, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.36305201053619385, "detail": "UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene>" } },
{ "pid": 1, "tid": 20, "ts": 4191935.546875, "dur": 858.7879538536072, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8587879538536072, "detail": "UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4192797.36328125, "dur": 637.7429962158203, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6377429962158203, "detail": "UnityEngine.Events.UnityAction`4<System.Object,System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4193436.5234375, "dur": 2518.0821418762207, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5180821418762207, "detail": "UnityEngine.Events.UnityEvent`1<System.Boolean>" } },
{ "pid": 1, "tid": 20, "ts": 4195956.54296875, "dur": 1754.027009010315, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.754027009010315, "detail": "UnityEngine.Events.UnityEvent`1<UnityEngine.Color>" } },
{ "pid": 1, "tid": 20, "ts": 4197713.37890625, "dur": 2027.3890495300293, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0273890495300293, "detail": "UnityEngine.Events.UnityEvent`1<System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 4199742.67578125, "dur": 1831.9510221481323, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8319510221481323, "detail": "UnityEngine.Events.UnityEvent`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4201578.125, "dur": 1769.4309949874878, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7694309949874878, "detail": "UnityEngine.Events.UnityEvent`1<System.Single>" } },
{ "pid": 1, "tid": 20, "ts": 4203348.6328125, "dur": 1758.3069801330566, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7583069801330566, "detail": "UnityEngine.Events.UnityEvent`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 20, "ts": 4205108.88671875, "dur": 700.9159922599792, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7009159922599792, "detail": "UnityEngine.Events.UnityEvent`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4205812.01171875, "dur": 843.7269926071167, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8437269926071167, "detail": "UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4206658.203125, "dur": 908.7660312652588, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9087660312652588, "detail": "UnityEngine.Events.UnityEvent`4<System.Object,System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4207568.84765625, "dur": 24259.84764099121, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 24.25984764099121, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4231830.56640625, "dur": 3385.300874710083, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.385300874710083, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 20, "ts": 4235218.75, "dur": 3233.274221420288, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.233274221420288, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4238454.1015625, "dur": 3256.28399848938, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.25628399848938, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 20, "ts": 4241712.40234375, "dur": 958.3050012588501, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9583050012588501, "detail": "System.Linq.Enumerable/WhereArrayIterator`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4242671.875, "dur": 1102.3579835891724, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1023579835891724, "detail": "System.Linq.Enumerable/WhereEnumerableIterator`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4243775.87890625, "dur": 1516.658067703247, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.516658067703247, "detail": "System.Linq.Enumerable/WhereListIterator`1<System.Object>" } },
{ "pid": 1, "tid": 20, "ts": 4245295.41015625, "dur": 44491.146087646484, "ph": "X", "name": "Generics5.cpp", "args": { "durationMS": 44.491146087646484, "detail": "" } },
{ "pid": 1, "tid": 21, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 21, "ts": 1449859.7412109375, "dur": 32468.212127685547, "ph": "X", "name": "Idle", "args": { "durationMS": 32.46821212768555, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1492115.234375, "dur": 4927.816390991211, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 4.927816390991211, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 21, "ts": 1498500.9765625, "dur": 279332.275390625, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 279.332275390625, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 21, "ts": 1500143.5546875, "dur": 277689.27001953125, "ph": "X", "name": "UnityEngine.SharedInternalsModule_Attr.cpp", "args": { "durationMS": 277.68927001953125, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1779845.8251953125, "dur": 7886.741161346436, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 7.8867411613464355, "detail": "UnityEngine.GridModule" } },
{ "pid": 1, "tid": 21, "ts": 1779892.822265625, "dur": 7839.303016662598, "ph": "X", "name": "UnityEngine.GridModule_Attr.cpp", "args": { "durationMS": 7.839303016662598, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1787735.9619140625, "dur": 6569.6702003479, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 6.5696702003479, "detail": "UnityEngine.SpriteShapeModule" } },
{ "pid": 1, "tid": 21, "ts": 1787753.7841796875, "dur": 6551.318168640137, "ph": "X", "name": "UnityEngine.SpriteShapeModule_Attr.cpp", "args": { "durationMS": 6.551318168640137, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1794308.9599609375, "dur": 14058.756828308105, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 14.058756828308105, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 21, "ts": 1794330.322265625, "dur": 14036.674499511719, "ph": "X", "name": "UnityEngine.UnityWebRequestModule_Attr.cpp", "args": { "durationMS": 14.036674499511719, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1815434.9365234375, "dur": 353.63802313804626, "ph": "X", "name": "GenericComDefinitions", "args": { "durationMS": 0.35363802313804626, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1817079.2236328125, "dur": 2182.2779178619385, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1822779178619385, "detail": "<Module>" } },
{ "pid": 1, "tid": 21, "ts": 1819262.0849609375, "dur": 85833.01544189453, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 85.83301544189453, "detail": "Mono.Security.ASN1" } },
{ "pid": 1, "tid": 21, "ts": 1905096.3134765625, "dur": 4218.388080596924, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.218388080596924, "detail": "Mono.Security.ASN1Convert" } },
{ "pid": 1, "tid": 21, "ts": 1909315.673828125, "dur": 793.720006942749, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.793720006942749, "detail": "Mono.Security.BitConverterLE" } },
{ "pid": 1, "tid": 21, "ts": 1910110.107421875, "dur": 826.6299962997437, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8266299962997437, "detail": "Mono.Security.Cryptography.CryptoConvert" } },
{ "pid": 1, "tid": 21, "ts": 1910939.5751953125, "dur": 19763.147354125977, "ph": "X", "name": "Mono.Security.cpp", "args": { "durationMS": 19.763147354125977, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 1930754.150390625, "dur": 1779.0520191192627, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7790520191192627, "detail": "UnityEngine.Animations.AnimationClipPlayable" } },
{ "pid": 1, "tid": 21, "ts": 1932534.1796875, "dur": 1023.8209962844849, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0238209962844849, "detail": "UnityEngine.AnimationEvent" } },
{ "pid": 1, "tid": 21, "ts": 1933601.07421875, "dur": 1888.1700038909912, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8881700038909912, "detail": "UnityEngine.Animations.AnimationLayerMixerPlayable" } },
{ "pid": 1, "tid": 21, "ts": 1935489.990234375, "dur": 1747.059941291809, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.747059941291809, "detail": "UnityEngine.Animations.AnimationMixerPlayable" } },
{ "pid": 1, "tid": 21, "ts": 1937238.1591796875, "dur": 1809.620976448059, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.809620976448059, "detail": "UnityEngine.Animations.AnimationMotionXToDeltaPlayable" } },
{ "pid": 1, "tid": 21, "ts": 1939048.583984375, "dur": 16478.870391845703, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.478870391845703, "detail": "UnityEngine.Animations.AnimationOffsetPlayable" } },
{ "pid": 1, "tid": 21, "ts": 1955555.908203125, "dur": 1885.0040435791016, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8850040435791016, "detail": "UnityEngine.Animations.AnimationPosePlayable" } },
{ "pid": 1, "tid": 21, "ts": 1957442.0166015625, "dur": 2113.191843032837, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.113191843032837, "detail": "UnityEngine.Animations.AnimationRemoveScalePlayable" } },
{ "pid": 1, "tid": 21, "ts": 1959556.15234375, "dur": 1883.4819793701172, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8834819793701172, "detail": "UnityEngine.Animations.AnimationScriptPlayable" } },
{ "pid": 1, "tid": 21, "ts": 1961495.9716796875, "dur": 1195.2919960021973, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1952919960021973, "detail": "UnityEngine.Animator" } },
{ "pid": 1, "tid": 21, "ts": 1962715.33203125, "dur": 2401.7128944396973, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4017128944396973, "detail": "UnityEngine.Animations.AnimatorControllerPlayable" } },
{ "pid": 1, "tid": 21, "ts": 1965117.919921875, "dur": 413.7209951877594, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4137209951877594, "detail": "UnityEngine.AnimatorOverrideController" } },
{ "pid": 1, "tid": 21, "ts": 1965591.1865234375, "dur": 1043.3429479599, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0433429479599, "detail": "UnityEngine.AnimatorTransitionInfo" } },
{ "pid": 1, "tid": 21, "ts": 1966635.498046875, "dur": 6817.910671234131, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.817910671234131, "detail": "UnityEngine.HumanBone" } },
{ "pid": 1, "tid": 21, "ts": 1973579.9560546875, "dur": 1803.7290573120117, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8037290573120117, "detail": "UnityEngine.SkeletonBone" } },
{ "pid": 1, "tid": 21, "ts": 1975384.521484375, "dur": 5211.9293212890625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.2119293212890625, "detail": "UnityEngine.StateMachineBehaviour" } },
{ "pid": 1, "tid": 21, "ts": 1980597.7783203125, "dur": 843.288004398346, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.843288004398346, "detail": "UnityEngine.AnimatorOverrideController/OnOverrideControllerDirtyCallback" } },
{ "pid": 1, "tid": 21, "ts": 1981444.091796875, "dur": 22168.411254882812, "ph": "X", "name": "UnityEngine.AnimationModule.cpp", "args": { "durationMS": 22.168411254882812, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 2003672.8515625, "dur": 6878.965377807617, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.878965377807617, "detail": "UnityEngine.RenderTextureDescriptor" } },
{ "pid": 1, "tid": 21, "ts": 2011204.4677734375, "dur": 1396.5070247650146, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3965070247650146, "detail": "UnityEngine.Resolution" } },
{ "pid": 1, "tid": 21, "ts": 2012602.1728515625, "dur": 974.2259979248047, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9742259979248047, "detail": "UnityEngine.ResourceRequest" } },
{ "pid": 1, "tid": 21, "ts": 2013577.2705078125, "dur": 639.4180059432983, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6394180059432983, "detail": "UnityEngine.Resources" } },
{ "pid": 1, "tid": 21, "ts": 2014217.4072265625, "dur": 1311.7539882659912, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3117539882659912, "detail": "UnityEngine.ResourcesAPI" } },
{ "pid": 1, "tid": 21, "ts": 2015768.9208984375, "dur": 673.4200119972229, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6734200119972229, "detail": "UnityEngine.RuntimeInitializeOnLoadMethodAttribute" } },
{ "pid": 1, "tid": 21, "ts": 2016460.44921875, "dur": 1669.6710586547852, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6696710586547852, "detail": "UnityEngine.SceneManagement.Scene" } },
{ "pid": 1, "tid": 21, "ts": 2018130.859375, "dur": 5596.348762512207, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.596348762512207, "detail": "UnityEngine.SceneManagement.SceneManager" } },
{ "pid": 1, "tid": 21, "ts": 2023728.02734375, "dur": 2403.855800628662, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.403855800628662, "detail": "UnityEngine.SceneManagement.SceneManagerAPI" } },
{ "pid": 1, "tid": 21, "ts": 2026132.8125, "dur": 952.5450468063354, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9525450468063354, "detail": "UnityEngine.SceneManagement.SceneManagerAPIInternal" } },
{ "pid": 1, "tid": 21, "ts": 2027086.669921875, "dur": 469.8469936847687, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4698469936847687, "detail": "UnityEngine.Screen" } },
{ "pid": 1, "tid": 21, "ts": 2027585.5712890625, "dur": 2139.4920349121094, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1394920349121094, "detail": "UnityEngine.ScriptableObject" } },
{ "pid": 1, "tid": 21, "ts": 2029725.9521484375, "dur": 4300.220966339111, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.300220966339111, "detail": "UnityEngine.Rendering.ScriptableRenderContext" } },
{ "pid": 1, "tid": 21, "ts": 2034027.2216796875, "dur": 2076.5340328216553, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0765340328216553, "detail": "UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemSettings" } },
{ "pid": 1, "tid": 21, "ts": 2036104.8583984375, "dur": 1340.6869173049927, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3406869173049927, "detail": "UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemWrapper" } },
{ "pid": 1, "tid": 21, "ts": 2038135.25390625, "dur": 1371.5760707855225, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3715760707855225, "detail": "UnityEngine.SetupCoroutine" } },
{ "pid": 1, "tid": 21, "ts": 2039760.498046875, "dur": 2052.324056625366, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.052324056625366, "detail": "UnityEngine.Rendering.ShaderTagId" } },
{ "pid": 1, "tid": 21, "ts": 2041813.720703125, "dur": 383.2069933414459, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3832069933414459, "detail": "UnityEngine.Rendering.ShadowSamplingMode" } },
{ "pid": 1, "tid": 21, "ts": 2042366.2109375, "dur": 531.9430232048035, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5319430232048035, "detail": "UnityEngine.SpaceAttribute" } },
{ "pid": 1, "tid": 21, "ts": 2042898.92578125, "dur": 3005.7010650634766, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0057010650634766, "detail": "UnityEngine.Experimental.GlobalIllumination.SpotLight" } },
{ "pid": 1, "tid": 21, "ts": 2045905.6396484375, "dur": 9565.958023071289, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.565958023071289, "detail": "UnityEngine.Sprite" } },
{ "pid": 1, "tid": 21, "ts": 2055611.81640625, "dur": 3292.7849292755127, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.2927849292755127, "detail": "UnityEngine.U2D.SpriteAtlasManager" } },
{ "pid": 1, "tid": 21, "ts": 2058905.76171875, "dur": 1155.772089958191, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.155772089958191, "detail": "UnityEngine.U2D.SpriteBone" } },
{ "pid": 1, "tid": 21, "ts": 2060255.126953125, "dur": 366.6830062866211, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3666830062866211, "detail": "UnityEngine.Experimental.U2D.SpriteRendererGroup" } },
{ "pid": 1, "tid": 21, "ts": 2060622.802734375, "dur": 14095.067024230957, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.095067024230957, "detail": "UnityEngine.StackTraceUtility" } },
{ "pid": 1, "tid": 21, "ts": 2074733.88671875, "dur": 10090.417861938477, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.090417861938477, "detail": "UnityEngine.Rendering.SupportedRenderingFeatures" } },
{ "pid": 1, "tid": 21, "ts": 2084825.927734375, "dur": 2295.4249382019043, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2954249382019043, "detail": "UnityEngine.SystemInfo" } },
{ "pid": 1, "tid": 21, "ts": 2087378.41796875, "dur": 3686.816930770874, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.686816930770874, "detail": "UnityEngine.TextAsset" } },
{ "pid": 1, "tid": 21, "ts": 2091066.162109375, "dur": 4579.730033874512, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.579730033874512, "detail": "UnityEngine.Texture" } },
{ "pid": 1, "tid": 21, "ts": 2095646.97265625, "dur": 3791.8269634246826, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.7918269634246826, "detail": "UnityEngine.Texture2D" } },
{ "pid": 1, "tid": 21, "ts": 2099439.697265625, "dur": 6001.784801483154, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.001784801483154, "detail": "UnityEngine.Texture2DArray" } },
{ "pid": 1, "tid": 21, "ts": 2105442.87109375, "dur": 10016.20101928711, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.01620101928711, "detail": "UnityEngine.Texture3D" } },
{ "pid": 1, "tid": 21, "ts": 2115515.13671875, "dur": 1360.1449728012085, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3601449728012085, "detail": "UnityEngine.Experimental.Playables.TextureMixerPlayable" } },
{ "pid": 1, "tid": 21, "ts": 2117033.203125, "dur": 557.6899647712708, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5576899647712708, "detail": "UnityEngine.Time" } },
{ "pid": 1, "tid": 21, "ts": 2117824.21875, "dur": 6817.3322677612305, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.8173322677612305, "detail": "UnityEngine.TouchScreenKeyboard" } },
{ "pid": 1, "tid": 21, "ts": 2124685.546875, "dur": 494.1270053386688, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4941270053386688, "detail": "UnityEngine.TrackedReference" } },
{ "pid": 1, "tid": 21, "ts": 2125180.6640625, "dur": 10387.552261352539, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.387552261352539, "detail": "UnityEngine.Transform" } },
{ "pid": 1, "tid": 21, "ts": 2135570.068359375, "dur": 885.5630159378052, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8855630159378052, "detail": "UnityEngineInternal.TypeInferenceRuleAttribute" } },
{ "pid": 1, "tid": 21, "ts": 2136468.505859375, "dur": 2117.7968978881836, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1177968978881836, "detail": "UnityEngine.UnhandledExceptionHandler" } },
{ "pid": 1, "tid": 21, "ts": 2138587.158203125, "dur": 706.8139910697937, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7068139910697937, "detail": "UnityEngine.Events.UnityAction" } },
{ "pid": 1, "tid": 21, "ts": 2139294.677734375, "dur": 2819.1821575164795, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.8191821575164795, "detail": "UnityEngine.Events.UnityEvent" } },
{ "pid": 1, "tid": 21, "ts": 2142114.990234375, "dur": 9763.84449005127, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.76384449005127, "detail": "UnityEngine.Events.UnityEventBase" } },
{ "pid": 1, "tid": 21, "ts": 2151894.775390625, "dur": 2259.068012237549, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.259068012237549, "detail": "UnityEngine.Events.UnityEventTools" } },
{ "pid": 1, "tid": 21, "ts": 2154155.029296875, "dur": 1486.5849018096924, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4865849018096924, "detail": "UnityEngine.UnityException" } },
{ "pid": 1, "tid": 21, "ts": 2155642.578125, "dur": 1921.5540885925293, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9215540885925293, "detail": "UnityEngine.UnityLogWriter" } },
{ "pid": 1, "tid": 21, "ts": 2157565.673828125, "dur": 8145.137786865234, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.145137786865234, "detail": "UnityEngine.UnitySynchronizationContext" } },
{ "pid": 1, "tid": 21, "ts": 2165711.9140625, "dur": 885.670006275177, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.885670006275177, "detail": "Unity.Collections.LowLevel.Unsafe.UnsafeUtility" } },
{ "pid": 1, "tid": 21, "ts": 2166622.802734375, "dur": 23892.873764038086, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 23.892873764038086, "detail": "UnityEngine.Vector2" } },
{ "pid": 1, "tid": 21, "ts": 2190516.6015625, "dur": 8248.895645141602, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.248895645141602, "detail": "UnityEngine.Vector2Int" } },
{ "pid": 1, "tid": 21, "ts": 2198766.6015625, "dur": 70796.21124267578, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 70.79621124267578, "detail": "UnityEngine.Vector3" } },
{ "pid": 1, "tid": 21, "ts": 2269564.453125, "dur": 14609.000205993652, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.609000205993652, "detail": "UnityEngine.Vector4" } },
{ "pid": 1, "tid": 21, "ts": 2284475.5859375, "dur": 581.4149975776672, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5814149975776672, "detail": "UnityEngine.WaitForSeconds" } },
{ "pid": 1, "tid": 21, "ts": 2285058.10546875, "dur": 1190.0829076766968, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1900829076766968, "detail": "UnityEngine.WaitForSecondsRealtime" } },
{ "pid": 1, "tid": 21, "ts": 2286714.111328125, "dur": 1227.7870178222656, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2277870178222656, "detail": "UnityEngine.Application/LogCallback" } },
{ "pid": 1, "tid": 21, "ts": 2287942.87109375, "dur": 508.603036403656, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.508603036403656, "detail": "UnityEngine.Application/LowMemoryCallback" } },
{ "pid": 1, "tid": 21, "ts": 2288452.392578125, "dur": 904.3489694595337, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9043489694595337, "detail": "UnityEngine.Rendering.BatchRendererGroup/OnPerformCulling" } },
{ "pid": 1, "tid": 21, "ts": 2289357.666015625, "dur": 519.4200277328491, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5194200277328491, "detail": "UnityEngine.BeforeRenderHelper/OrderBlock" } },
{ "pid": 1, "tid": 21, "ts": 2289877.685546875, "dur": 590.4639959335327, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5904639959335327, "detail": "UnityEngine.Camera/CameraCallback" } },
{ "pid": 1, "tid": 21, "ts": 2290481.93359375, "dur": 1008.2919597625732, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0082919597625732, "detail": "UnityEngine.Camera/RenderRequest" } },
{ "pid": 1, "tid": 21, "ts": 2291511.962890625, "dur": 796.9500422477722, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7969500422477722, "detail": "UnityEngine.CullingGroup/StateChanged" } },
{ "pid": 1, "tid": 21, "ts": 2292309.814453125, "dur": 577.875018119812, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.577875018119812, "detail": "UnityEngine.Display/DisplaysUpdatedDelegate" } },
{ "pid": 1, "tid": 21, "ts": 2293509.27734375, "dur": 3114.596128463745, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.114596128463745, "detail": "UnityEngine.Experimental.GlobalIllumination.Lightmapping/<>c" } },
{ "pid": 1, "tid": 21, "ts": 2296625, "dur": 908.8180065155029, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9088180065155029, "detail": "UnityEngine.Experimental.GlobalIllumination.Lightmapping/RequestLightsDelegate" } },
{ "pid": 1, "tid": 21, "ts": 2297555.17578125, "dur": 4655.030727386475, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.655030727386475, "detail": "UnityEngine.Playables.PlayableBinding/CreateOutputMethod" } },
{ "pid": 1, "tid": 21, "ts": 2302210.9375, "dur": 2498.246908187866, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.498246908187866, "detail": "UnityEngine.Networking.PlayerConnection.PlayerConnection/<>c__DisplayClass12_0" } },
{ "pid": 1, "tid": 21, "ts": 2305274.4140625, "dur": 336.54800057411194, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.33654800057411194, "detail": "UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/<>c__DisplayClass6_0" } },
{ "pid": 1, "tid": 21, "ts": 2306492.919921875, "dur": 577.5450468063354, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5775450468063354, "detail": "UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers" } },
{ "pid": 1, "tid": 21, "ts": 2307071.2890625, "dur": 456.0380280017853, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4560380280017853, "detail": "UnityEngine.LowLevel.PlayerLoopSystem/UpdateFunction" } },
{ "pid": 1, "tid": 21, "ts": 2308067.138671875, "dur": 633.8419914245605, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6338419914245605, "detail": "UnityEngine.RectTransform/ReapplyDrivenProperties" } },
{ "pid": 1, "tid": 21, "ts": 2308751.708984375, "dur": 1408.581018447876, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.408581018447876, "detail": "UnityEngine.TextAsset/EncodingUtility" } },
{ "pid": 1, "tid": 21, "ts": 2310187.5, "dur": 725.782036781311, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.725782036781311, "detail": "UnityEngine.Transform/Enumerator" } },
{ "pid": 1, "tid": 21, "ts": 2310914.0625, "dur": 1115.2160167694092, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1152160167694092, "detail": "UnityEngine.UnitySynchronizationContext/WorkRequest" } },
{ "pid": 1, "tid": 21, "ts": 2312516.845703125, "dur": 116815.29998779297, "ph": "X", "name": "UnityEngine.CoreModule1.cpp", "args": { "durationMS": 116.81529998779297, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 2429368.896484375, "dur": 7392.327308654785, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.392327308654785, "detail": "System.Console" } },
{ "pid": 1, "tid": 21, "ts": 2436761.962890625, "dur": 361.3069951534271, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3613069951534271, "detail": "System.ConsoleCancelEventArgs" } },
{ "pid": 1, "tid": 21, "ts": 2437124.267578125, "dur": 537.8260016441345, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5378260016441345, "detail": "System.ConsoleCancelEventHandler" } },
{ "pid": 1, "tid": 21, "ts": 2437677.001953125, "dur": 2115.464925765991, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.115464925765991, "detail": "System.ConsoleDriver" } },
{ "pid": 1, "tid": 21, "ts": 2439819.82421875, "dur": 2627.3698806762695, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6273698806762695, "detail": "System.ConsoleKeyInfo" } },
{ "pid": 1, "tid": 21, "ts": 2442516.11328125, "dur": 3711.3258838653564, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.7113258838653564, "detail": "System.Runtime.Remoting.Messaging.ConstructionCall" } },
{ "pid": 1, "tid": 21, "ts": 2446228.515625, "dur": 1916.0690307617188, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9160690307617188, "detail": "System.Runtime.Remoting.Messaging.ConstructionCallDictionary" } },
{ "pid": 1, "tid": 21, "ts": 2448145.5078125, "dur": 400.6179869174957, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4006179869174957, "detail": "System.Runtime.Remoting.Activation.ConstructionLevelActivator" } },
{ "pid": 1, "tid": 21, "ts": 2448546.875, "dur": 1025.6119966506958, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0256119966506958, "detail": "System.Runtime.Remoting.Messaging.ConstructionResponse" } },
{ "pid": 1, "tid": 21, "ts": 2449573.486328125, "dur": 2438.9801025390625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4389801025390625, "detail": "System.Reflection.Emit.ConstructorBuilder" } },
{ "pid": 1, "tid": 21, "ts": 2452013.18359375, "dur": 2262.887954711914, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.262887954711914, "detail": "System.Reflection.ConstructorInfo" } },
{ "pid": 1, "tid": 21, "ts": 2454276.85546875, "dur": 13412.257194519043, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.412257194519043, "detail": "System.Runtime.Remoting.Contexts.Context" } },
{ "pid": 1, "tid": 21, "ts": 2467819.82421875, "dur": 519.2919969558716, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5192919969558716, "detail": "System.Threading.ContextCallback" } },
{ "pid": 1, "tid": 21, "ts": 2468545.8984375, "dur": 1096.2460041046143, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0962460041046143, "detail": "System.Runtime.Remoting.Activation.ContextLevelActivator" } },
{ "pid": 1, "tid": 21, "ts": 2469765.380859375, "dur": 810.6890320777893, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8106890320777893, "detail": "System.Threading.Tasks.ContinuationTaskFromTask" } },
{ "pid": 1, "tid": 21, "ts": 2470782.958984375, "dur": 983.817994594574, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.983817994594574, "detail": "Mono.Globalization.Unicode.ContractionComparer" } },
{ "pid": 1, "tid": 21, "ts": 2471767.578125, "dur": 62066.7610168457, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 62.0667610168457, "detail": "System.Convert" } },
{ "pid": 1, "tid": 21, "ts": 2533835.44921875, "dur": 9611.376762390137, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.611376762390137, "detail": "System.Runtime.Serialization.Formatters.Binary.Converter" } },
{ "pid": 1, "tid": 21, "ts": 2543797.8515625, "dur": 1629.3730735778809, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6293730735778809, "detail": "System.Runtime.Remoting.Channels.CrossAppDomainChannel" } },
{ "pid": 1, "tid": 21, "ts": 2545428.466796875, "dur": 377.27200984954834, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.37727200984954834, "detail": "System.Runtime.Remoting.Channels.CrossAppDomainData" } },
{ "pid": 1, "tid": 21, "ts": 2545806.396484375, "dur": 3844.5420265197754, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.8445420265197754, "detail": "System.Runtime.Remoting.Channels.CrossAppDomainSink" } },
{ "pid": 1, "tid": 21, "ts": 2549652.587890625, "dur": 2224.708080291748, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.224708080291748, "detail": "System.Runtime.Remoting.Contexts.CrossContextChannel" } },
{ "pid": 1, "tid": 21, "ts": 2551923.095703125, "dur": 528.8630127906799, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5288630127906799, "detail": "System.Runtime.Remoting.Contexts.CrossContextDelegate" } },
{ "pid": 1, "tid": 21, "ts": 2552452.880859375, "dur": 4172.514915466309, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.172514915466309, "detail": "System.Security.Cryptography.CryptoConfig" } },
{ "pid": 1, "tid": 21, "ts": 2556626.46484375, "dur": 698.5809803009033, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6985809803009033, "detail": "System.Security.Cryptography.CryptographicException" } },
{ "pid": 1, "tid": 21, "ts": 2557326.171875, "dur": 612.8549575805664, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6128549575805664, "detail": "System.Security.Cryptography.CryptographicUnexpectedOperationException" } },
{ "pid": 1, "tid": 21, "ts": 2557940.185546875, "dur": 1753.1310319900513, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7531310319900513, "detail": "System.CultureAwareComparer" } },
{ "pid": 1, "tid": 21, "ts": 2559694.091796875, "dur": 26897.336959838867, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 26.897336959838867, "detail": "System.Globalization.CultureData" } },
{ "pid": 1, "tid": 21, "ts": 2586596.923828125, "dur": 117684.84497070312, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 117.68484497070312, "detail": "System.Globalization.CultureInfo" } },
{ "pid": 1, "tid": 21, "ts": 2704282.71484375, "dur": 3702.4240493774414, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.7024240493774414, "detail": "System.Globalization.CultureNotFoundException" } },
{ "pid": 1, "tid": 21, "ts": 2708295.654296875, "dur": 10364.5658493042, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.3645658493042, "detail": "System.Reflection.CustomAttributeData" } },
{ "pid": 1, "tid": 21, "ts": 2718663.0859375, "dur": 129221.54235839844, "ph": "X", "name": "mscorlib2.cpp", "args": { "durationMS": 129.22154235839844, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 2850294.43359375, "dur": 3267.040967941284, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.267040967941284, "detail": "System.Resources.ResourceSet" } },
{ "pid": 1, "tid": 21, "ts": 2853577.392578125, "dur": 3521.552801132202, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.521552801132202, "detail": "System.Runtime.Remoting.Messaging.ReturnMessage" } },
{ "pid": 1, "tid": 21, "ts": 2857099.853515625, "dur": 1388.3570432662964, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3883570432662964, "detail": "System.Reflection.RtFieldInfo" } },
{ "pid": 1, "tid": 21, "ts": 2858489.2578125, "dur": 475.38599371910095, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.47538599371910095, "detail": "Mono.Runtime" } },
{ "pid": 1, "tid": 21, "ts": 2858983.642578125, "dur": 1158.8529348373413, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1588529348373413, "detail": "System.Reflection.RuntimeAssembly" } },
{ "pid": 1, "tid": 21, "ts": 2860143.310546875, "dur": 1762.5190019607544, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7625190019607544, "detail": "Mono.RuntimeClassHandle" } },
{ "pid": 1, "tid": 21, "ts": 2862193.359375, "dur": 5383.733749389648, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.383733749389648, "detail": "System.Reflection.RuntimeConstructorInfo" } },
{ "pid": 1, "tid": 21, "ts": 2867578.125, "dur": 1061.6469383239746, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0616469383239746, "detail": "Mono.RuntimeEventHandle" } },
{ "pid": 1, "tid": 21, "ts": 2868640.380859375, "dur": 742.5389885902405, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7425389885902405, "detail": "System.Reflection.RuntimeEventInfo" } },
{ "pid": 1, "tid": 21, "ts": 2869383.544921875, "dur": 4844.768047332764, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.844768047332764, "detail": "System.RuntimeFieldHandle" } },
{ "pid": 1, "tid": 21, "ts": 2874229.248046875, "dur": 1873.9330768585205, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8739330768585205, "detail": "System.Reflection.RuntimeFieldInfo" } },
{ "pid": 1, "tid": 21, "ts": 2876104.248046875, "dur": 1293.2679653167725, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2932679653167725, "detail": "Mono.RuntimeGPtrArrayHandle" } },
{ "pid": 1, "tid": 21, "ts": 2877398.193359375, "dur": 1410.1810455322266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4101810455322266, "detail": "Mono.RuntimeGenericParamInfoHandle" } },
{ "pid": 1, "tid": 21, "ts": 2878809.326171875, "dur": 602.9210090637207, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6029210090637207, "detail": "System.Runtime.CompilerServices.RuntimeHelpers" } },
{ "pid": 1, "tid": 21, "ts": 2879413.0859375, "dur": 2211.3659381866455, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2113659381866455, "detail": "Mono.RuntimeMarshal" } },
{ "pid": 1, "tid": 21, "ts": 2881625.244140625, "dur": 2765.8071517944336, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7658071517944336, "detail": "System.RuntimeMethodHandle" } },
{ "pid": 1, "tid": 21, "ts": 2884391.845703125, "dur": 2952.162027359009, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.952162027359009, "detail": "System.Reflection.RuntimeMethodInfo" } },
{ "pid": 1, "tid": 21, "ts": 2887572.021484375, "dur": 1359.1068983078003, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3591068983078003, "detail": "Mono.RuntimePropertyHandle" } },
{ "pid": 1, "tid": 21, "ts": 2888931.884765625, "dur": 2036.808967590332, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.036808967590332, "detail": "System.Reflection.RuntimePropertyInfo" } },
{ "pid": 1, "tid": 21, "ts": 2891158.447265625, "dur": 9299.7465133667, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.2997465133667, "detail": "System.Resources.RuntimeResourceSet" } },
{ "pid": 1, "tid": 21, "ts": 2900471.923828125, "dur": 117541.95404052734, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 117.54195404052734, "detail": "System.RuntimeType" } },
{ "pid": 1, "tid": 21, "ts": 3018014.892578125, "dur": 11301.03588104248, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.30103588104248, "detail": "System.RuntimeTypeHandle" } },
{ "pid": 1, "tid": 21, "ts": 3029317.138671875, "dur": 7850.032329559326, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.850032329559326, "detail": "System.Runtime.CompilerServices.RuntimeWrappedException" } },
{ "pid": 1, "tid": 21, "ts": 3037167.96875, "dur": 32721.04263305664, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 32.72104263305664, "detail": "System.SByte" } },
{ "pid": 1, "tid": 21, "ts": 3070209.716796875, "dur": 1430.1670789718628, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4301670789718628, "detail": "System.Security.Cryptography.SHA1CryptoServiceProvider" } },
{ "pid": 1, "tid": 21, "ts": 3071641.11328125, "dur": 80273.93341064453, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 80.27393341064453, "detail": "System.Security.Cryptography.SHA1Internal" } },
{ "pid": 1, "tid": 21, "ts": 3151916.259765625, "dur": 984.0229749679565, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9840229749679565, "detail": "SR" } },
{ "pid": 1, "tid": 21, "ts": 3153058.10546875, "dur": 654.7850370407104, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6547850370407104, "detail": "System.Runtime.InteropServices.SafeBuffer" } },
{ "pid": 1, "tid": 21, "ts": 3153713.623046875, "dur": 424.75199699401855, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.42475199699401855, "detail": "Microsoft.Win32.SafeHandles.SafeFileHandle" } },
{ "pid": 1, "tid": 21, "ts": 3154406.005859375, "dur": 597.8279709815979, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5978279709815979, "detail": "Mono.SafeGPtrArrayHandle" } },
{ "pid": 1, "tid": 21, "ts": 3155004.39453125, "dur": 4948.023796081543, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.948023796081543, "detail": "System.Runtime.InteropServices.SafeHandle" } },
{ "pid": 1, "tid": 21, "ts": 3159953.61328125, "dur": 342.134028673172, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.342134028673172, "detail": "Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid" } },
{ "pid": 1, "tid": 21, "ts": 3160492.67578125, "dur": 503.9939880371094, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5039939880371094, "detail": "System.Runtime.Serialization.SafeSerializationEventArgs" } },
{ "pid": 1, "tid": 21, "ts": 3160997.55859375, "dur": 5002.202033996582, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.002202033996582, "detail": "System.Runtime.Serialization.SafeSerializationManager" } },
{ "pid": 1, "tid": 21, "ts": 3166000.732421875, "dur": 3098.012924194336, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.098012924194336, "detail": "Mono.SafeStringMarshal" } },
{ "pid": 1, "tid": 21, "ts": 3169099.365234375, "dur": 842.644989490509, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.842644989490509, "detail": "Microsoft.Win32.SafeHandles.SafeWaitHandle" } },
{ "pid": 1, "tid": 21, "ts": 3170253.662109375, "dur": 417.52099990844727, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.41752099990844727, "detail": "System.IO.SearchResult" } },
{ "pid": 1, "tid": 21, "ts": 3170671.875, "dur": 37354.46548461914, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 37.35446548461914, "detail": "System.Security.SecurityElement" } },
{ "pid": 1, "tid": 21, "ts": 3208027.83203125, "dur": 42704.124450683594, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 42.704124450683594, "detail": "System.Security.SecurityException" } },
{ "pid": 1, "tid": 21, "ts": 3250876.46484375, "dur": 9359.782218933105, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.359782218933105, "detail": "Mono.Xml.SecurityParser" } },
{ "pid": 1, "tid": 21, "ts": 3260252.9296875, "dur": 538.3320450782776, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5383320450782776, "detail": "System.Threading.SemaphoreFullException" } },
{ "pid": 1, "tid": 21, "ts": 3260791.9921875, "dur": 13395.136833190918, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.395136833190918, "detail": "System.Threading.SemaphoreSlim" } },
{ "pid": 1, "tid": 21, "ts": 3274187.98828125, "dur": 735.6679439544678, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7356679439544678, "detail": "System.Threading.SendOrPostCallback" } },
{ "pid": 1, "tid": 21, "ts": 3274924.560546875, "dur": 506.2209963798523, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5062209963798523, "detail": "System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache" } },
{ "pid": 1, "tid": 21, "ts": 3275711.669921875, "dur": 1701.0520696640015, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7010520696640015, "detail": "System.Runtime.Serialization.Formatters.Binary.SerStack" } },
{ "pid": 1, "tid": 21, "ts": 3277865.966796875, "dur": 893.7249779701233, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8937249779701233, "detail": "System.Runtime.Serialization.SerializationEntry" } },
{ "pid": 1, "tid": 21, "ts": 3278760.498046875, "dur": 5717.344284057617, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.717344284057617, "detail": "System.Runtime.Serialization.SerializationEventHandler" } },
{ "pid": 1, "tid": 21, "ts": 3284478.759765625, "dur": 7465.415954589844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.465415954589844, "detail": "System.Runtime.Serialization.SerializationEvents" } },
{ "pid": 1, "tid": 21, "ts": 3291945.068359375, "dur": 1066.8540000915527, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0668540000915527, "detail": "System.Runtime.Serialization.SerializationEventsCache" } },
{ "pid": 1, "tid": 21, "ts": 3293013.18359375, "dur": 1281.0829877853394, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2810829877853394, "detail": "System.Runtime.Serialization.SerializationException" } },
{ "pid": 1, "tid": 21, "ts": 3294295.166015625, "dur": 3313.361883163452, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.313361883163452, "detail": "System.Runtime.Serialization.SerializationFieldInfo" } },
{ "pid": 1, "tid": 21, "ts": 3297609.130859375, "dur": 1927.1299839019775, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9271299839019775, "detail": "System.Runtime.Serialization.Formatters.Binary.SerializationHeaderRecord" } },
{ "pid": 1, "tid": 21, "ts": 3299537.109375, "dur": 20907.91130065918, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.90791130065918, "detail": "System.Runtime.Serialization.SerializationInfo" } },
{ "pid": 1, "tid": 21, "ts": 3320453.369140625, "dur": 115175.20141601562, "ph": "X", "name": "mscorlib10.cpp", "args": { "durationMS": 115.17520141601562, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 3437759.765625, "dur": 23496.347427368164, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 23.496347427368164, "detail": "AwaitUnsafeOnCompleted" } },
{ "pid": 1, "tid": 21, "ts": 3461257.080078125, "dur": 1790.7899618148804, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.7907899618148804, "detail": "AwaitUnsafeOnCompleted" } },
{ "pid": 1, "tid": 21, "ts": 3463049.072265625, "dur": 2382.314920425415, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.382314920425415, "detail": "Start" } },
{ "pid": 1, "tid": 21, "ts": 3465432.6171875, "dur": 1072.6909637451172, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0726909637451172, "detail": "AwaitUnsafeOnCompleted" } },
{ "pid": 1, "tid": 21, "ts": 3466506.591796875, "dur": 594.4250226020813, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5944250226020813, "detail": "Start" } },
{ "pid": 1, "tid": 21, "ts": 3467101.5625, "dur": 1542.4458980560303, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.5424458980560303, "detail": "CreateInstance" } },
{ "pid": 1, "tid": 21, "ts": 3468645.263671875, "dur": 1760.09202003479, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.76009202003479, "detail": "AsReadOnly" } },
{ "pid": 1, "tid": 21, "ts": 3470406.73828125, "dur": 426.74899101257324, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.42674899101257324, "detail": "AsReadOnly" } },
{ "pid": 1, "tid": 21, "ts": 3470834.47265625, "dur": 459.58301424980164, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45958301424980164, "detail": "AsReadOnly" } },
{ "pid": 1, "tid": 21, "ts": 3471295.166015625, "dur": 1425.9029626846313, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.4259029626846313, "detail": "BinarySearch" } },
{ "pid": 1, "tid": 21, "ts": 3472722.412109375, "dur": 848.1360077857971, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8481360077857971, "detail": "BinarySearch" } },
{ "pid": 1, "tid": 21, "ts": 3473571.533203125, "dur": 889.4099593162537, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8894099593162537, "detail": "BinarySearch" } },
{ "pid": 1, "tid": 21, "ts": 3474462.158203125, "dur": 486.0750138759613, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4860750138759613, "detail": "BinarySearch" } },
{ "pid": 1, "tid": 21, "ts": 3474949.462890625, "dur": 1126.8340349197388, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1268340349197388, "detail": "BinarySearch" } },
{ "pid": 1, "tid": 21, "ts": 3476077.392578125, "dur": 878.9920210838318, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8789920210838318, "detail": "BinarySearch" } },
{ "pid": 1, "tid": 21, "ts": 3476957.51953125, "dur": 1611.9499206542969, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.6119499206542969, "detail": "ConvertAll" } },
{ "pid": 1, "tid": 21, "ts": 3479266.845703125, "dur": 410.0310206413269, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4100310206413269, "detail": "Fill" } },
{ "pid": 1, "tid": 21, "ts": 3479677.978515625, "dur": 819.7340369224548, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8197340369224548, "detail": "Fill" } },
{ "pid": 1, "tid": 21, "ts": 3480498.779296875, "dur": 652.2469520568848, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6522469520568848, "detail": "Find" } },
{ "pid": 1, "tid": 21, "ts": 3481152.34375, "dur": 1504.734992980957, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.504734992980957, "detail": "FindAll" } },
{ "pid": 1, "tid": 21, "ts": 3482657.958984375, "dur": 597.3299741744995, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5973299741744995, "detail": "FindIndex" } },
{ "pid": 1, "tid": 21, "ts": 3483256.591796875, "dur": 567.6770210266113, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5676770210266113, "detail": "FindIndex" } },
{ "pid": 1, "tid": 21, "ts": 3483825.439453125, "dur": 1588.0800485610962, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.5880800485610962, "detail": "FindIndex" } },
{ "pid": 1, "tid": 21, "ts": 3485415.0390625, "dur": 3633.683919906616, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.633683919906616, "detail": "FindLast" } },
{ "pid": 1, "tid": 21, "ts": 3489049.560546875, "dur": 2200.3068923950195, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.2003068923950195, "detail": "FindLastIndex" } },
{ "pid": 1, "tid": 21, "ts": 3491250.9765625, "dur": 534.3030095100403, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5343030095100403, "detail": "FindLastIndex" } },
{ "pid": 1, "tid": 21, "ts": 3491786.376953125, "dur": 1467.2789573669434, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.4672789573669434, "detail": "FindLastIndex" } },
{ "pid": 1, "tid": 21, "ts": 3493254.8828125, "dur": 1330.2030563354492, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3302030563354492, "detail": "ForEach" } },
{ "pid": 1, "tid": 21, "ts": 3494802.24609375, "dur": 517.7469849586487, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5177469849586487, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3495321.2890625, "dur": 604.3550372123718, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6043550372123718, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3495926.7578125, "dur": 1987.8649711608887, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.9878649711608887, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3497915.771484375, "dur": 3326.3721466064453, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.3263721466064453, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3501243.408203125, "dur": 1068.3770179748535, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0683770179748535, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3502312.98828125, "dur": 1205.0840854644775, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2050840854644775, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3503519.287109375, "dur": 1490.3889894485474, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.4903889894485474, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3505010.986328125, "dur": 959.9960446357727, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9599960446357727, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3505972.412109375, "dur": 976.639986038208, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.976639986038208, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3506950.439453125, "dur": 1498.8549947738647, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.4988549947738647, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3508450.439453125, "dur": 1330.0249576568604, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3300249576568604, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3509781.494140625, "dur": 1221.4230298995972, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2214230298995972, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3511004.150390625, "dur": 716.4199948310852, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7164199948310852, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3511721.6796875, "dur": 1020.4709768295288, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0204709768295288, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3512743.408203125, "dur": 770.9919810295105, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7709919810295105, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3513515.869140625, "dur": 1368.6670064926147, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3686670064926147, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3514885.7421875, "dur": 671.8689799308777, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6718689799308777, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3515558.59375, "dur": 628.2770037651062, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6282770037651062, "detail": "IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3516187.98828125, "dur": 392.5209939479828, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3925209939479828, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3516581.54296875, "dur": 349.02700781822205, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34902700781822205, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3516931.884765625, "dur": 334.6569836139679, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3346569836139679, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3517267.578125, "dur": 337.14598417282104, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.33714598417282104, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3517605.712890625, "dur": 345.2320098876953, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3452320098876953, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3517951.66015625, "dur": 339.8739695549011, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3398739695549011, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3518292.724609375, "dur": 338.3210003376007, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3383210003376007, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3518632.32421875, "dur": 338.62701058387756, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.33862701058387756, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3518971.6796875, "dur": 334.55801010131836, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.33455801010131836, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3519307.373046875, "dur": 339.2930030822754, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3392930030822754, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3519647.4609375, "dur": 334.24198627471924, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.33424198627471924, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3519982.91015625, "dur": 418.0070161819458, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4180070161819458, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3520402.099609375, "dur": 1531.1299562454224, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.5311299562454224, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3521934.08203125, "dur": 707.9130411148071, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7079130411148071, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3522643.310546875, "dur": 493.2360053062439, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4932360053062439, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3523137.451171875, "dur": 685.8410239219666, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6858410239219666, "detail": "IndexOfImpl" } },
{ "pid": 1, "tid": 21, "ts": 3524158.447265625, "dur": 625.9690523147583, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6259690523147583, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 21, "ts": 3524785.64453125, "dur": 387.1909976005554, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3871909976005554, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 21, "ts": 3525174.560546875, "dur": 401.32302045822144, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40132302045822144, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 21, "ts": 3531005.615234375, "dur": 978.8519740104675, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9788519740104675, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 21, "ts": 3533599.609375, "dur": 4247.732162475586, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 4.247732162475586, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 21, "ts": 3537848.388671875, "dur": 545.5239415168762, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5455239415168762, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 21, "ts": 3540986.083984375, "dur": 335.3929817676544, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3353929817676544, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 21, "ts": 3542401.611328125, "dur": 394.182026386261, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.394182026386261, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 21, "ts": 3543103.02734375, "dur": 359.5939874649048, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3595939874649048, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 21, "ts": 3543749.51171875, "dur": 343.5539901256561, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34355399012565613, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 21, "ts": 3544698.73046875, "dur": 853.460967540741, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.853460967540741, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 21, "ts": 3546513.916015625, "dur": 407.4159860610962, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4074159860610962, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 21, "ts": 3546922.607421875, "dur": 437.31001019477844, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43731001019477844, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 21, "ts": 3547988.037109375, "dur": 860.4699969291687, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8604699969291687, "detail": "InternalArray__ICollection_Add" } },
{ "pid": 1, "tid": 21, "ts": 3549413.57421875, "dur": 756.3459873199463, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7563459873199463, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3550170.654296875, "dur": 720.5680012702942, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7205680012702942, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3550892.333984375, "dur": 879.0540099143982, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8790540099143982, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3551772.4609375, "dur": 850.5679965019226, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8505679965019226, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3552624.267578125, "dur": 749.7889995574951, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7497889995574951, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3553374.755859375, "dur": 684.6050024032593, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6846050024032593, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3554060.302734375, "dur": 674.4189858436584, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6744189858436584, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3554735.595703125, "dur": 694.9710249900818, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6949710249900818, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3555431.640625, "dur": 736.5360260009766, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7365360260009766, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3556169.189453125, "dur": 712.315022945404, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.712315022945404, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3556882.568359375, "dur": 648.8039493560791, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6488039493560791, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3557532.2265625, "dur": 602.4180054664612, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6024180054664612, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3558135.498046875, "dur": 675.1939654350281, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6751939654350281, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3558812.01171875, "dur": 1086.2599611282349, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0862599611282349, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3559899.169921875, "dur": 1610.3739738464355, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.6103739738464355, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3561510.986328125, "dur": 997.4730014801025, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9974730014801025, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3562509.765625, "dur": 762.4280452728271, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7624280452728271, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3563272.94921875, "dur": 3421.53000831604, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.42153000831604, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3566695.80078125, "dur": 5336.798191070557, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 5.336798191070557, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3572034.1796875, "dur": 2724.2610454559326, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.7242610454559326, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3574760.25390625, "dur": 1351.067066192627, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.351067066192627, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3576112.3046875, "dur": 944.337010383606, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.944337010383606, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3577057.861328125, "dur": 1271.9229459762573, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2719229459762573, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3578330.810546875, "dur": 6728.416442871094, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 6.728416442871094, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3585060.546875, "dur": 1703.7030458450317, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.7037030458450317, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3586765.625, "dur": 632.3290467262268, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6323290467262268, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3587398.92578125, "dur": 644.0469622612, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6440469622612, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3588044.189453125, "dur": 1021.0909843444824, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0210909843444824, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3589065.91796875, "dur": 919.780969619751, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.919780969619751, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3589987.060546875, "dur": 544.3310141563416, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5443310141563416, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3590532.71484375, "dur": 874.9120235443115, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8749120235443115, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3591408.447265625, "dur": 1499.1860389709473, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.4991860389709473, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3592908.69140625, "dur": 2565.793991088867, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.565793991088867, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3595475.341796875, "dur": 650.3520011901855, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6503520011901855, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3596126.708984375, "dur": 1220.6079959869385, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2206079959869385, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3597348.388671875, "dur": 650.8280038833618, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6508280038833618, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3598000, "dur": 699.0360617637634, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6990360617637634, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3598700.1953125, "dur": 1188.3790493011475, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1883790493011475, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3599889.6484375, "dur": 630.4019689559937, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6304019689559937, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3600520.751953125, "dur": 629.8919916152954, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6298919916152954, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3601151.85546875, "dur": 662.3679995536804, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6623679995536804, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3601814.94140625, "dur": 691.3959383964539, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6913959383964539, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3602507.568359375, "dur": 649.3189930915833, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6493189930915833, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3603157.71484375, "dur": 599.2060303688049, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5992060303688049, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3603757.8125, "dur": 600.475013256073, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.600475013256073, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3604359.375, "dur": 4222.146987915039, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 4.222146987915039, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3608582.763671875, "dur": 1097.1390008926392, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0971390008926392, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3609681.640625, "dur": 789.1539931297302, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7891539931297302, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3610471.923828125, "dur": 704.4259905815125, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7044259905815125, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3611177.490234375, "dur": 914.4250154495239, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9144250154495239, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3612093.017578125, "dur": 884.6750259399414, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8846750259399414, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3612978.759765625, "dur": 5719.131946563721, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 5.719131946563721, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3618699.21875, "dur": 2145.915985107422, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.145915985107422, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3620846.435546875, "dur": 632.6949596405029, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6326949596405029, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3621480.224609375, "dur": 670.3789830207825, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6703789830207825, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3622151.611328125, "dur": 637.7260088920593, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6377260088920593, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3622790.52734375, "dur": 963.9960527420044, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9639960527420044, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3623755.37109375, "dur": 641.5200233459473, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6415200233459473, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3624397.94921875, "dur": 800.307035446167, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.800307035446167, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3625199.21875, "dur": 599.7500419616699, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5997500419616699, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3625799.8046875, "dur": 615.6839728355408, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6156839728355408, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3626416.748046875, "dur": 1189.2160177230835, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1892160177230835, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3627606.93359375, "dur": 1360.2919578552246, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3602919578552246, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3628968.26171875, "dur": 800.180971622467, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.800180971622467, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3629769.287109375, "dur": 3019.092082977295, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.019092082977295, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3632789.794921875, "dur": 1494.850993156433, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.494850993156433, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3634285.888671875, "dur": 2903.0110836029053, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.9030110836029053, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3637190.185546875, "dur": 929.7980070114136, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9297980070114136, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3638121.09375, "dur": 2364.069938659668, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.364069938659668, "detail": "InternalArray__ICollection_Contains" } },
{ "pid": 1, "tid": 21, "ts": 3640487.79296875, "dur": 799.7809648513794, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7997809648513794, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3641288.57421875, "dur": 505.7219862937927, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5057219862937927, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3641795.41015625, "dur": 356.4479947090149, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3564479947090149, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3642153.076171875, "dur": 343.5779809951782, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3435779809951782, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3642497.314453125, "dur": 345.1479971408844, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3451479971408844, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3642843.75, "dur": 478.5520136356354, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4785520136356354, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3643323.486328125, "dur": 731.0389876365662, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7310389876365662, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3644055.419921875, "dur": 463.3900225162506, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4633900225162506, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3644519.53125, "dur": 452.4320065975189, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4524320065975189, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3644973.388671875, "dur": 417.5199866294861, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4175199866294861, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3646010.25390625, "dur": 423.66498708724976, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.42366498708724976, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3646765.869140625, "dur": 343.34301948547363, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34334301948547363, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3647436.279296875, "dur": 353.92898321151733, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35392898321151733, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3647791.259765625, "dur": 335.4620039463043, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3354620039463043, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3648127.44140625, "dur": 668.8570380210876, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6688570380210876, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3648797.607421875, "dur": 772.5130319595337, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7725130319595337, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3652097.16796875, "dur": 382.38897919654846, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38238897919654846, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3652480.46875, "dur": 359.1879904270172, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3591879904270172, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3652840.576171875, "dur": 356.8449914455414, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3568449914455414, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3653523.92578125, "dur": 458.7070047855377, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4587070047855377, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3653983.88671875, "dur": 337.05902099609375, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.33705902099609375, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3654322.021484375, "dur": 363.864004611969, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.363864004611969, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3654686.5234375, "dur": 365.99200963974, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36599200963974, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3655053.7109375, "dur": 519.7299718856812, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5197299718856812, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3655573.974609375, "dur": 401.89599990844727, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40189599990844727, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3655976.806640625, "dur": 376.24701857566833, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37624701857566833, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3656354.00390625, "dur": 445.4430043697357, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4454430043697357, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3656800.537109375, "dur": 914.6919846534729, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9146919846534729, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3657715.8203125, "dur": 398.86099100112915, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39886099100112915, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3658115.966796875, "dur": 334.3619704246521, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3343619704246521, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3659419.677734375, "dur": 365.72498083114624, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36572498083114624, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3659786.376953125, "dur": 353.1999886035919, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3531999886035919, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3660140.625, "dur": 348.5020101070404, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3485020101070404, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3660489.990234375, "dur": 384.51698422431946, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38451698422431946, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3660875.244140625, "dur": 345.2049791812897, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3452049791812897, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3661221.6796875, "dur": 346.70302271842957, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34670302271842957, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3661569.091796875, "dur": 346.5390205383301, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3465390205383301, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3661916.748046875, "dur": 382.1219801902771, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3821219801902771, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3662299.8046875, "dur": 407.70599246025085, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40770599246025085, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3662708.984375, "dur": 416.5929853916168, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4165929853916168, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3663126.708984375, "dur": 372.0119893550873, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3720119893550873, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3663499.51171875, "dur": 361.43600940704346, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36143600940704346, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3663861.81640625, "dur": 353.36700081825256, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35336700081825256, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3664216.064453125, "dur": 10504.694938659668, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 10.504694938659668, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3674859.86328125, "dur": 4620.891094207764, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 4.620891094207764, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3679481.689453125, "dur": 706.1870098114014, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7061870098114014, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3680189.208984375, "dur": 1626.0238885879517, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.6260238885879517, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3681816.162109375, "dur": 1396.1941003799438, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3961941003799438, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3683213.623046875, "dur": 387.7750039100647, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3877750039100647, "detail": "InternalArray__ICollection_CopyTo" } },
{ "pid": 1, "tid": 21, "ts": 3684561.279296875, "dur": 745.7639575004578, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7457639575004578, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3686937.744140625, "dur": 355.0510108470917, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3550510108470917, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3687593.26171875, "dur": 682.8019618988037, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6828019618988037, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3688276.85546875, "dur": 445.71298360824585, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44571298360824585, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3688723.876953125, "dur": 469.9939787387848, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4699939787387848, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3689195.068359375, "dur": 443.00100207328796, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44300100207328796, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3689917.724609375, "dur": 411.44800186157227, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41144800186157227, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3692653.564453125, "dur": 444.24399733543396, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44424399733543396, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3696032.2265625, "dur": 2674.129009246826, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.674129009246826, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3698707.51953125, "dur": 671.4019775390625, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6714019775390625, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3699380.37109375, "dur": 385.4070007801056, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3854070007801056, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3699767.333984375, "dur": 714.3070101737976, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7143070101737976, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3701153.80859375, "dur": 797.6760268211365, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7976760268211365, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3701952.392578125, "dur": 579.2160034179688, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5792160034179688, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3702753.41796875, "dur": 494.268000125885, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.494268000125885, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3703248.53515625, "dur": 4491.214752197266, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 4.491214752197266, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3707740.966796875, "dur": 1693.8350200653076, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.6938350200653076, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3709435.791015625, "dur": 499.9279975891113, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.49992799758911133, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3709936.767578125, "dur": 833.7799906730652, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8337799906730652, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3711061.5234375, "dur": 1113.6739253997803, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1136739253997803, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3712481.93359375, "dur": 585.2169990539551, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5852169990539551, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3713068.115234375, "dur": 365.60699343681335, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36560699343681335, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3713434.814453125, "dur": 1148.9919424057007, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1489919424057007, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3714584.9609375, "dur": 1364.3490076065063, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3643490076065063, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3715950.1953125, "dur": 406.8620204925537, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4068620204925537, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3716357.91015625, "dur": 508.46099853515625, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5084609985351562, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3716867.67578125, "dur": 693.5930252075195, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6935930252075195, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3717562.01171875, "dur": 636.1280083656311, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6361280083656311, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3718823.73046875, "dur": 1190.3669834136963, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1903669834136963, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3720332.03125, "dur": 52057.62481689453, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 52.05762481689453, "detail": "InternalArray__ICollection_Remove" } },
{ "pid": 1, "tid": 21, "ts": 3772390.869140625, "dur": 2049.8058795928955, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.0498058795928955, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3774441.89453125, "dur": 1321.5219974517822, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3215219974517822, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3775764.404296875, "dur": 1759.6689462661743, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.7596689462661743, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3777525.146484375, "dur": 874.2979764938354, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8742979764938354, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3778400.390625, "dur": 418.39298605918884, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41839298605918884, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3778819.82421875, "dur": 479.1800081729889, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4791800081729889, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3779300.048828125, "dur": 855.5099964141846, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8555099964141846, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3780156.25, "dur": 2275.4878997802734, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.2754878997802734, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3782433.10546875, "dur": 921.0629463195801, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9210629463195801, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3783354.98046875, "dur": 773.6610174179077, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7736610174179077, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3784129.8828125, "dur": 808.8480234146118, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8088480234146118, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3784940.185546875, "dur": 454.07500863075256, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45407500863075256, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3785395.5078125, "dur": 386.5100145339966, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3865100145339966, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3785782.958984375, "dur": 383.7609887123108, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3837609887123108, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3786167.48046875, "dur": 377.4529993534088, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3774529993534088, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3786545.8984375, "dur": 445.7789957523346, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4457789957523346, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3786992.67578125, "dur": 568.7599778175354, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5687599778175354, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3787562.744140625, "dur": 810.8330368995667, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8108330368995667, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3788374.755859375, "dur": 385.79002022743225, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38579002022743225, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3788761.71875, "dur": 584.4120383262634, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5844120383262634, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3789347.16796875, "dur": 412.2070074081421, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4122070074081421, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3789760.009765625, "dur": 1038.0829572677612, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0380829572677612, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3790799.072265625, "dur": 410.58897972106934, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41058897972106934, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3791210.693359375, "dur": 1006.7039728164673, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0067039728164673, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3792218.26171875, "dur": 474.87398982048035, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47487398982048035, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3792694.580078125, "dur": 591.9589996337891, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5919589996337891, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3793287.841796875, "dur": 537.2509956359863, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5372509956359863, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3793826.171875, "dur": 428.28601598739624, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.42828601598739624, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3794339.111328125, "dur": 1503.9000511169434, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.5039000511169434, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3795843.994140625, "dur": 838.6160135269165, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8386160135269165, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3796683.837890625, "dur": 391.0060226917267, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3910060226917267, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3797075.439453125, "dur": 430.0599992275238, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4300599992275238, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3797506.8359375, "dur": 649.9220132827759, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6499220132827759, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3798157.470703125, "dur": 1787.9899740219116, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.7879899740219116, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3799946.533203125, "dur": 412.79199719429016, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41279199719429016, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3800360.595703125, "dur": 609.8819971084595, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6098819971084595, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3800971.435546875, "dur": 412.2920036315918, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4122920036315918, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3801384.521484375, "dur": 399.60700273513794, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39960700273513794, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3801784.66796875, "dur": 729.4340133666992, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7294340133666992, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3802515.380859375, "dur": 550.881028175354, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.550881028175354, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3803067.3828125, "dur": 604.9280166625977, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6049280166625977, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3803673.33984375, "dur": 1136.0540390014648, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1360540390014648, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3804810.791015625, "dur": 1873.110055923462, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.873110055923462, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3806685.05859375, "dur": 414.16898369789124, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41416898369789124, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3807100.341796875, "dur": 390.6710147857666, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3906710147857666, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3807491.69921875, "dur": 387.8140151500702, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3878140151500702, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3807880.37109375, "dur": 393.45601201057434, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39345601201057434, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3808274.658203125, "dur": 396.56099677085876, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39656099677085876, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3808672.36328125, "dur": 656.0450196266174, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6560450196266174, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3809329.345703125, "dur": 442.10898876190186, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44210898876190186, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3809772.216796875, "dur": 358.96000266075134, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35896000266075134, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3810132.32421875, "dur": 347.6330041885376, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3476330041885376, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3810480.712890625, "dur": 357.0670187473297, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3570670187473297, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3810838.623046875, "dur": 345.9469974040985, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3459469974040985, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3811185.791015625, "dur": 379.80398535728455, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37980398535728455, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3811566.40625, "dur": 1140.956997871399, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.140956997871399, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3812708.251953125, "dur": 412.43499517440796, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41243499517440796, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3813121.826171875, "dur": 414.8080050945282, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4148080050945282, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3813537.59765625, "dur": 388.7839913368225, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3887839913368225, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3813927.490234375, "dur": 373.0649948120117, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3730649948120117, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3814301.025390625, "dur": 378.57499718666077, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37857499718666077, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3814680.6640625, "dur": 397.1729874610901, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3971729874610901, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3815078.61328125, "dur": 391.70098304748535, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39170098304748535, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3815471.435546875, "dur": 390.72099328041077, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39072099328041077, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3815863.037109375, "dur": 392.40700006484985, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39240700006484985, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3816256.103515625, "dur": 389.2480134963989, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3892480134963989, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3816646.484375, "dur": 396.75700664520264, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39675700664520264, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3817044.189453125, "dur": 387.1590197086334, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3871590197086334, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3817432.373046875, "dur": 662.8120541572571, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6628120541572571, "detail": "InternalArray__IEnumerable_GetEnumerator" } },
{ "pid": 1, "tid": 21, "ts": 3818096.19140625, "dur": 418.1309938430786, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4181309938430786, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3818515.380859375, "dur": 405.6049883365631, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4056049883365631, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3818921.875, "dur": 401.55699849128723, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40155699849128723, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3819324.21875, "dur": 592.6290154457092, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5926290154457092, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3819918.212890625, "dur": 431.05900287628174, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43105900287628174, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3820350.830078125, "dur": 506.2429904937744, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5062429904937744, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3820858.642578125, "dur": 504.33599948883057, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5043359994888306, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3821364.2578125, "dur": 418.1870222091675, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4181870222091675, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3821783.203125, "dur": 428.41798067092896, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.42841798067092896, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3822212.890625, "dur": 444.5350170135498, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4445350170135498, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3822658.203125, "dur": 360.3160083293915, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3603160083293915, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3823019.775390625, "dur": 373.85401129722595, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37385401129722595, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3823394.53125, "dur": 457.7900171279907, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4577900171279907, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3823854.00390625, "dur": 449.55700635910034, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44955700635910034, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3824304.443359375, "dur": 375.83398818969727, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37583398818969727, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3824681.396484375, "dur": 542.4689650535583, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5424689650535583, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3825224.853515625, "dur": 419.82099413871765, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41982099413871765, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3825645.99609375, "dur": 376.6520023345947, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3766520023345947, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3826023.4375, "dur": 378.91900539398193, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37891900539398193, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3826403.3203125, "dur": 369.82300877571106, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36982300877571106, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3826774.169921875, "dur": 383.4010064601898, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3834010064601898, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3827158.69140625, "dur": 379.66200709342957, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37966200709342957, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3827539.306640625, "dur": 371.8529939651489, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3718529939651489, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3827912.353515625, "dur": 3514.6491527557373, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.5146491527557373, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3831428.22265625, "dur": 460.9379768371582, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4609379768371582, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3831890.380859375, "dur": 349.86400604248047, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34986400604248047, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3832241.2109375, "dur": 386.788010597229, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.386788010597229, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3832629.150390625, "dur": 389.3679976463318, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3893679976463318, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3833019.775390625, "dur": 390.8659815788269, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3908659815788269, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3833411.62109375, "dur": 381.5999925136566, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3815999925136566, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3833794.43359375, "dur": 450.3219723701477, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4503219723701477, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3834245.849609375, "dur": 362.13600635528564, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36213600635528564, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3834608.88671875, "dur": 351.85298323631287, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35185298323631287, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3834961.9140625, "dur": 379.19101119041443, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37919101119041443, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3835342.041015625, "dur": 391.87198877334595, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39187198877334595, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3835735.107421875, "dur": 1009.1220140457153, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0091220140457153, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3836745.361328125, "dur": 390.6380236148834, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3906380236148834, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3837136.962890625, "dur": 350.71900486946106, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35071900486946106, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3837488.525390625, "dur": 371.35398387908936, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37135398387908936, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3837861.328125, "dur": 396.5340256690979, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3965340256690979, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3838259.033203125, "dur": 398.127019405365, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.398127019405365, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3838658.203125, "dur": 437.6569986343384, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4376569986343384, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3839096.923828125, "dur": 399.30596947669983, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39930596947669983, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3839497.55859375, "dur": 400.9369909763336, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4009369909763336, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3839899.4140625, "dur": 369.49798464775085, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36949798464775085, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3840270.01953125, "dur": 516.5349841117859, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5165349841117859, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3840787.59765625, "dur": 362.92898654937744, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36292898654937744, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3841151.3671875, "dur": 338.9020264148712, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3389020264148712, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3841824.462890625, "dur": 861.8829846382141, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8618829846382141, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3842687.255859375, "dur": 374.0839958190918, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3740839958190918, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3843062.744140625, "dur": 376.13797187805176, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37613797187805176, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3843439.94140625, "dur": 596.2370038032532, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5962370038032532, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3844037.109375, "dur": 402.5070071220398, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4025070071220398, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3844440.91796875, "dur": 342.74399280548096, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34274399280548096, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3845112.79296875, "dur": 482.15001821517944, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.48215001821517944, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3845596.19140625, "dur": 371.5919852256775, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3715919852256775, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3845968.505859375, "dur": 915.7639741897583, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9157639741897583, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3846885.498046875, "dur": 374.07198548316956, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37407198548316956, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3847260.7421875, "dur": 385.3299915790558, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3853299915790558, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3847646.97265625, "dur": 385.11499762535095, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38511499762535095, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3848032.958984375, "dur": 363.78300189971924, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36378300189971924, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3848397.94921875, "dur": 968.1850075721741, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9681850075721741, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3849367.67578125, "dur": 366.9990003108978, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3669990003108978, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3849735.595703125, "dur": 350.8110046386719, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3508110046386719, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3850087.40234375, "dur": 343.6200022697449, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3436200022697449, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3850431.884765625, "dur": 341.78099036216736, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34178099036216736, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3850774.658203125, "dur": 341.3960039615631, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3413960039615631, "detail": "InternalArray__IReadOnlyList_get_Item" } },
{ "pid": 1, "tid": 21, "ts": 3851116.943359375, "dur": 842.7299857139587, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8427299857139587, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3851960.44921875, "dur": 1077.1490335464478, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0771490335464478, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3853038.818359375, "dur": 4842.354297637939, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 4.8423542976379395, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3857882.32421875, "dur": 961.9779586791992, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9619779586791992, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3858845.703125, "dur": 1455.9540748596191, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.4559540748596191, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3860302.978515625, "dur": 934.971034526825, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.934971034526825, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3861238.76953125, "dur": 1348.0459451675415, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3480459451675415, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3862588.134765625, "dur": 1794.9939966201782, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.7949939966201782, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3864384.521484375, "dur": 866.7130470275879, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8667130470275879, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3865252.197265625, "dur": 825.984001159668, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.825984001159668, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3866079.1015625, "dur": 798.1550097465515, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7981550097465515, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3866878.173828125, "dur": 758.7599754333496, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7587599754333496, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3867637.6953125, "dur": 1468.1060314178467, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.4681060314178467, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3869106.93359375, "dur": 2848.4201431274414, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.8484201431274414, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3871956.787109375, "dur": 863.262951374054, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.863262951374054, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3872821.2890625, "dur": 877.6860237121582, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8776860237121582, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3873699.951171875, "dur": 892.2770023345947, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8922770023345947, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3874593.26171875, "dur": 861.5230321884155, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8615230321884155, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3875455.810546875, "dur": 787.3150110244751, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7873150110244751, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3876244.140625, "dur": 929.356038570404, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.929356038570404, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3877174.560546875, "dur": 791.0739779472351, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7910739779472351, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3877967.041015625, "dur": 784.2899560928345, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7842899560928345, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3878752.197265625, "dur": 812.0410442352295, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8120410442352295, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3879565.185546875, "dur": 936.631977558136, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.936631977558136, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3880502.9296875, "dur": 1277.1800756454468, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2771800756454468, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3881781.494140625, "dur": 6704.6966552734375, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 6.7046966552734375, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3888487.3046875, "dur": 828.656017780304, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.828656017780304, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3889317.138671875, "dur": 808.3459734916687, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8083459734916687, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3890126.46484375, "dur": 839.1509652137756, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8391509652137756, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3890966.796875, "dur": 924.9379634857178, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9249379634857178, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3891892.822265625, "dur": 1892.727017402649, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.892727017402649, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3893786.62109375, "dur": 895.346999168396, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.895346999168396, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3894683.10546875, "dur": 779.8360586166382, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7798360586166382, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3895464.111328125, "dur": 1050.963044166565, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.050963044166565, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3896516.11328125, "dur": 949.6269822120667, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9496269822120667, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3897466.796875, "dur": 5194.784641265869, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 5.194784641265869, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3902688.720703125, "dur": 875.5089640617371, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8755089640617371, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3903565.4296875, "dur": 1194.4350004196167, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1944350004196167, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3904760.986328125, "dur": 2498.760938644409, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.498760938644409, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3907261.23046875, "dur": 1022.9450464248657, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0229450464248657, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3908285.15625, "dur": 1307.6989650726318, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3076989650726318, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3909594.23828125, "dur": 1338.6709690093994, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3386709690093994, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3910933.837890625, "dur": 871.2060451507568, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8712060451507568, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3911806.640625, "dur": 959.0060114860535, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9590060114860535, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3912766.845703125, "dur": 2253.305196762085, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.253305196762085, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3915021.240234375, "dur": 2245.887041091919, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.245887041091919, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3917268.5546875, "dur": 1659.999966621399, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.659999966621399, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3918929.931640625, "dur": 1102.0259857177734, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1020259857177734, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3920032.958984375, "dur": 959.1900110244751, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9591900110244751, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3920993.1640625, "dur": 1074.7549533843994, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0747549533843994, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3922069.580078125, "dur": 2027.5750160217285, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.0275750160217285, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3924098.6328125, "dur": 942.4859881401062, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9424859881401062, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3925042.236328125, "dur": 967.2789573669434, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9672789573669434, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3926010.7421875, "dur": 1547.645092010498, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.547645092010498, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3927559.326171875, "dur": 2563.6630058288574, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.5636630058288574, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3930124.51171875, "dur": 3935.5409145355225, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.9355409145355225, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3934061.5234375, "dur": 1108.4439754486084, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1084439754486084, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3935171.142578125, "dur": 1068.37797164917, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.06837797164917, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3936240.72265625, "dur": 1280.709981918335, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.280709981918335, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3937522.705078125, "dur": 1066.7020082473755, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0667020082473755, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3938590.33203125, "dur": 1065.7520294189453, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0657520294189453, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3939657.2265625, "dur": 1047.5209951400757, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0475209951400757, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3940705.810546875, "dur": 861.0680103302002, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8610680103302002, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3941568.115234375, "dur": 959.2639803886414, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9592639803886414, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3942528.3203125, "dur": 890.3399705886841, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8903399705886841, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3943419.677734375, "dur": 1037.4510288238525, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0374510288238525, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3944458.251953125, "dur": 8467.945098876953, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 8.467945098876953, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3952927.490234375, "dur": 912.6520156860352, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9126520156860352, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3953841.064453125, "dur": 887.0390057563782, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8870390057563782, "detail": "InternalArray__IndexOf" } },
{ "pid": 1, "tid": 21, "ts": 3958614.74609375, "dur": 87942.55828857422, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 87.94255828857422, "detail": "InternalArray__Insert" } },
{ "pid": 1, "tid": 21, "ts": 4052817.3828125, "dur": 373.96401166915894, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37396401166915894, "detail": "InternalArray__Insert" } },
{ "pid": 1, "tid": 21, "ts": 4056199.70703125, "dur": 477.9740273952484, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4779740273952484, "detail": "InternalArray__Insert" } },
{ "pid": 1, "tid": 21, "ts": 4059706.0546875, "dur": 410.77297925949097, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41077297925949097, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4060117.67578125, "dur": 405.67299723625183, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40567299723625183, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4060524.4140625, "dur": 408.8349938392639, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4088349938392639, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 21, "ts": 4060945.3125, "dur": 70910.43853759766, "ph": "X", "name": "GenericMethods.cpp", "args": { "durationMS": 70.91043853759766, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4147782.71484375, "dur": 1669.4120168685913, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.6694120168685913, "detail": "UnityEngine.Events.InvokableCall`1<System.Single>" } },
{ "pid": 1, "tid": 21, "ts": 4149672.36328125, "dur": 461.5449905395508, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4615449905395508, "detail": "UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 4150240.72265625, "dur": 772.1429467201233, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7721429467201233, "detail": "System.Linq.Enumerable/Iterator`1<System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 4151983.88671875, "dur": 691.8490529060364, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6918490529060364, "detail": "System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>" } },
{ "pid": 1, "tid": 21, "ts": 4152677.734375, "dur": 832.0120573043823, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8320120573043823, "detail": "System.Collections.Generic.LinkedList`1<System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 4153513.18359375, "dur": 590.7480120658875, "ph": "X", "name": "Il2CppGenericComDefinitions8.cpp", "args": { "durationMS": 0.5907480120658875, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4154134.27734375, "dur": 896.3620066642761, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8963620066642761, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 21, "ts": 4155032.2265625, "dur": 519.9009776115417, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5199009776115417, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.RectMask2D>" } },
{ "pid": 1, "tid": 21, "ts": 4155554.19921875, "dur": 627.1980404853821, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6271980404853821, "detail": "System.Collections.Generic.List`1<UnityEngine.RectTransform>" } },
{ "pid": 1, "tid": 21, "ts": 4156183.59375, "dur": 579.3759822845459, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5793759822845459, "detail": "System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexNode>" } },
{ "pid": 1, "tid": 21, "ts": 4156764.6484375, "dur": 539.3339991569519, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5393339991569519, "detail": "System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexOptions>" } },
{ "pid": 1, "tid": 21, "ts": 4157305.6640625, "dur": 642.3389911651611, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6423389911651611, "detail": "System.Collections.Generic.List`1<UnityEngine.Rigidbody2D>" } },
{ "pid": 1, "tid": 21, "ts": 4157949.70703125, "dur": 921.9520092010498, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9219520092010498, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Selectable>" } },
{ "pid": 1, "tid": 21, "ts": 4158874.0234375, "dur": 542.6290035247803, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5426290035247803, "detail": "System.Collections.Generic.List`1<System.Runtime.Serialization.SerializationFieldInfo>" } },
{ "pid": 1, "tid": 21, "ts": 4159418.45703125, "dur": 472.1069931983948, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4721069931983948, "detail": "System.Collections.Generic.List`1<UnityEngine.U2D.IK.Solver2D>" } },
{ "pid": 1, "tid": 21, "ts": 4159892.08984375, "dur": 505.40298223495483, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5054029822349548, "detail": "System.Collections.Generic.List`1<UnityEngine.Sprite>" } },
{ "pid": 1, "tid": 21, "ts": 4160399.4140625, "dur": 899.9069929122925, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8999069929122925, "detail": "System.Collections.Generic.List`1<System.Diagnostics.StackFrame>" } },
{ "pid": 1, "tid": 21, "ts": 4161301.26953125, "dur": 451.2620270252228, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4512620270252228, "detail": "System.Collections.Generic.List`1<System.String>" } },
{ "pid": 1, "tid": 21, "ts": 4161754.8828125, "dur": 408.19501876831055, "ph": "X", "name": "Il2CppGenericComDefinitions12.cpp", "args": { "durationMS": 0.40819501876831055, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4162184.08203125, "dur": 16707.050323486328, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 16.707050323486328, "detail": "System.Tuple`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 21, "ts": 4183812.5, "dur": 542.0739650726318, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5420739650726318, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 21, "ts": 4184939.453125, "dur": 890.654981136322, "ph": "X", "name": "Il2CppGenericComDefinitions16.cpp", "args": { "durationMS": 0.890654981136322, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4186142.08984375, "dur": 103858.67309570312, "ph": "X", "name": "Idle", "args": { "durationMS": 103.85867309570312, "detail": "" } },
{ "pid": 1, "tid": 22, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 22, "ts": 1450470.0927734375, "dur": 31872.45750427246, "ph": "X", "name": "Idle", "args": { "durationMS": 31.87245750427246, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1494846.3134765625, "dur": 2219.3360328674316, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 2.2193360328674316, "detail": "System.Xml" } },
{ "pid": 1, "tid": 22, "ts": 1498462.2802734375, "dur": 279465.8203125, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 279.4658203125, "detail": "System.Core" } },
{ "pid": 1, "tid": 22, "ts": 1500131.7138671875, "dur": 277795.95947265625, "ph": "X", "name": "System.Core_Attr.cpp", "args": { "durationMS": 277.79595947265625, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1779975.09765625, "dur": 7521.346092224121, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 7.521346092224121, "detail": "UnityEngine.AssetBundleModule" } },
{ "pid": 1, "tid": 22, "ts": 1779990.234375, "dur": 7505.576133728027, "ph": "X", "name": "UnityEngine.AssetBundleModule_Attr.cpp", "args": { "durationMS": 7.505576133728027, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1787500.244140625, "dur": 7142.065048217773, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 7.142065048217773, "detail": "UnityEngine.ImageConversionModule" } },
{ "pid": 1, "tid": 22, "ts": 1787519.04296875, "dur": 7122.54524230957, "ph": "X", "name": "UnityEngine.ImageConversionModule_Attr.cpp", "args": { "durationMS": 7.12254524230957, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1794647.705078125, "dur": 12040.945053100586, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 12.040945053100586, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 22, "ts": 1794672.2412109375, "dur": 12015.886306762695, "ph": "X", "name": "UnityEngine.GameCenterModule_Attr.cpp", "args": { "durationMS": 12.015886306762695, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1814075.439453125, "dur": 6275.130748748779, "ph": "X", "name": "Write Windows Runtime Factories", "args": { "durationMS": 6.275130748748779, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 1820371.7041015625, "dur": 35601.829528808594, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 35.601829528808594, "detail": "System.Text.RegularExpressions.RegexCode" } },
{ "pid": 1, "tid": 22, "ts": 1855974.609375, "dur": 2376.2969970703125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3762969970703125, "detail": "System.Text.RegularExpressions.RegexFC" } },
{ "pid": 1, "tid": 22, "ts": 1858351.6845703125, "dur": 19107.755661010742, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 19.107755661010742, "detail": "System.Text.RegularExpressions.RegexFCD" } },
{ "pid": 1, "tid": 22, "ts": 1877460.3271484375, "dur": 32497.53189086914, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 32.49753189086914, "detail": "System.Text.RegularExpressions.RegexInterpreter" } },
{ "pid": 1, "tid": 22, "ts": 1909958.740234375, "dur": 3765.3229236602783, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.7653229236602783, "detail": "System.Text.RegularExpressions.RegexMatchTimeoutException" } },
{ "pid": 1, "tid": 22, "ts": 1913725.2197265625, "dur": 16544.986724853516, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.544986724853516, "detail": "System.Text.RegularExpressions.RegexNode" } },
{ "pid": 1, "tid": 22, "ts": 1930285.15625, "dur": 71288.58947753906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 71.28858947753906, "detail": "System.Text.RegularExpressions.RegexParser" } },
{ "pid": 1, "tid": 22, "ts": 2001574.8291015625, "dur": 1667.4801111221313, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6674801111221313, "detail": "System.Text.RegularExpressions.RegexPrefix" } },
{ "pid": 1, "tid": 22, "ts": 2003243.1640625, "dur": 13565.000534057617, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.565000534057617, "detail": "System.Text.RegularExpressions.RegexRunner" } },
{ "pid": 1, "tid": 22, "ts": 2016834.47265625, "dur": 398.3740210533142, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3983740210533142, "detail": "System.Text.RegularExpressions.RegexTree" } },
{ "pid": 1, "tid": 22, "ts": 2017233.642578125, "dur": 23325.687408447266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 23.325687408447266, "detail": "System.Text.RegularExpressions.RegexWriter" } },
{ "pid": 1, "tid": 22, "ts": 2040560.302734375, "dur": 795.4509854316711, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7954509854316711, "detail": "SR" } },
{ "pid": 1, "tid": 22, "ts": 2041356.93359375, "dur": 519.2710161209106, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5192710161209106, "detail": "System.Net.Configuration.ServicePointManagerElement" } },
{ "pid": 1, "tid": 22, "ts": 2041877.197265625, "dur": 375.9569823741913, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3759569823741913, "detail": "System.Net.Configuration.SettingsSection" } },
{ "pid": 1, "tid": 22, "ts": 2042686.767578125, "dur": 347.0609784126282, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3470609784126282, "detail": "System.Net.Configuration.SocketElement" } },
{ "pid": 1, "tid": 22, "ts": 2043054.5654296875, "dur": 3690.006971359253, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.690006971359253, "detail": "System.Net.Sockets.SocketException" } },
{ "pid": 1, "tid": 22, "ts": 2046745.2392578125, "dur": 5516.845226287842, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.516845226287842, "detail": "System.Diagnostics.Stopwatch" } },
{ "pid": 1, "tid": 22, "ts": 2053143.798828125, "dur": 1695.8179473876953, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6958179473876953, "detail": "System.ComponentModel.TypeConverterAttribute" } },
{ "pid": 1, "tid": 22, "ts": 2054840.576171875, "dur": 3252.803087234497, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.252803087234497, "detail": "System.UncNameHelper" } },
{ "pid": 1, "tid": 22, "ts": 2058111.083984375, "dur": 287073.2727050781, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 287.0732727050781, "detail": "System.Uri" } },
{ "pid": 1, "tid": 22, "ts": 2345187.744140625, "dur": 61747.39074707031, "ph": "X", "name": "System1.cpp", "args": { "durationMS": 61.74739074707031, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 2406973.14453125, "dur": 9882.38525390625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.88238525390625, "detail": "System.IO.BinaryWriter" } },
{ "pid": 1, "tid": 22, "ts": 2416856.201171875, "dur": 707.1050405502319, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7071050405502319, "detail": "System.Reflection.Binder" } },
{ "pid": 1, "tid": 22, "ts": 2417578.125, "dur": 8642.738342285156, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.642738342285156, "detail": "System.BitConverter" } },
{ "pid": 1, "tid": 22, "ts": 2426222.16796875, "dur": 3406.3758850097656, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.4063758850097656, "detail": "Mono.Security.BitConverterLE" } },
{ "pid": 1, "tid": 22, "ts": 2429629.638671875, "dur": 9582.454681396484, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.582454681396484, "detail": "System.Boolean" } },
{ "pid": 1, "tid": 22, "ts": 2439212.890625, "dur": 7878.226757049561, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.8782267570495605, "detail": "System.Globalization.Bootstring" } },
{ "pid": 1, "tid": 22, "ts": 2447092.041015625, "dur": 6941.004753112793, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.941004753112793, "detail": "System.Buffer" } },
{ "pid": 1, "tid": 22, "ts": 2454033.69140625, "dur": 6894.719123840332, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.894719123840332, "detail": "System.Byte" } },
{ "pid": 1, "tid": 22, "ts": 2460941.650390625, "dur": 2086.7221355438232, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0867221355438232, "detail": "System.Collections.Generic.ByteEqualityComparer" } },
{ "pid": 1, "tid": 22, "ts": 2463029.296875, "dur": 2320.7359313964844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3207359313964844, "detail": "System.ByteMatcher" } },
{ "pid": 1, "tid": 22, "ts": 2465534.912109375, "dur": 9260.665893554688, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.260665893554688, "detail": "System.Runtime.Remoting.Messaging.CADMessageBase" } },
{ "pid": 1, "tid": 22, "ts": 2474796.38671875, "dur": 1696.8060731887817, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6968060731887817, "detail": "System.Runtime.Remoting.Messaging.CADMethodCallMessage" } },
{ "pid": 1, "tid": 22, "ts": 2476493.65234375, "dur": 3285.630941390991, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.285630941390991, "detail": "System.Runtime.Remoting.Messaging.CADMethodRef" } },
{ "pid": 1, "tid": 22, "ts": 2479780.517578125, "dur": 2393.9709663391113, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3939709663391113, "detail": "System.Runtime.Remoting.Messaging.CADMethodReturnMessage" } },
{ "pid": 1, "tid": 22, "ts": 2482357.421875, "dur": 1247.2569942474365, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2472569942474365, "detail": "System.Runtime.Remoting.Channels.CADSerializer" } },
{ "pid": 1, "tid": 22, "ts": 2483605.95703125, "dur": 347.25797176361084, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.34725797176361084, "detail": "System.Collections.Concurrent.CDSCollectionETWBCLProvider" } },
{ "pid": 1, "tid": 22, "ts": 2484171.630859375, "dur": 1439.3759965896606, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4393759965896606, "detail": "System.Runtime.InteropServices.COMException" } },
{ "pid": 1, "tid": 22, "ts": 2485611.572265625, "dur": 2400.1028537750244, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4001028537750244, "detail": "System.IO.CStreamReader" } },
{ "pid": 1, "tid": 22, "ts": 2488012.939453125, "dur": 3860.891819000244, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.860891819000244, "detail": "System.IO.CStreamWriter" } },
{ "pid": 1, "tid": 22, "ts": 2491874.755859375, "dur": 3601.1838912963867, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6011838912963867, "detail": "System.Globalization.Calendar" } },
{ "pid": 1, "tid": 22, "ts": 2495476.806640625, "dur": 8905.987739562988, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.905987739562988, "detail": "System.Globalization.CalendarData" } },
{ "pid": 1, "tid": 22, "ts": 2504397.705078125, "dur": 408.20199251174927, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.40820199251174927, "detail": "System.Runtime.Remoting.Messaging.CallContext" } },
{ "pid": 1, "tid": 22, "ts": 2504806.640625, "dur": 572.2399950027466, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5722399950027466, "detail": "System.Runtime.Remoting.Messaging.CallContextRemotingData" } },
{ "pid": 1, "tid": 22, "ts": 2505379.638671875, "dur": 346.1580276489258, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3461580276489258, "detail": "System.Runtime.Remoting.Messaging.CallContextSecurityData" } },
{ "pid": 1, "tid": 22, "ts": 2505753.662109375, "dur": 440.38400053977966, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.44038400053977966, "detail": "System.Threading.CancellationCallbackCoreWorkArguments" } },
{ "pid": 1, "tid": 22, "ts": 2506195.3125, "dur": 1113.1160259246826, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1131160259246826, "detail": "System.Threading.CancellationCallbackInfo" } },
{ "pid": 1, "tid": 22, "ts": 2507309.326171875, "dur": 5248.543739318848, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.248543739318848, "detail": "System.Threading.CancellationToken" } },
{ "pid": 1, "tid": 22, "ts": 2512559.326171875, "dur": 2682.7950477600098, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6827950477600098, "detail": "System.Threading.CancellationTokenRegistration" } },
{ "pid": 1, "tid": 22, "ts": 2515242.919921875, "dur": 9093.618392944336, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.093618392944336, "detail": "System.Threading.CancellationTokenSource" } },
{ "pid": 1, "tid": 22, "ts": 2524337.40234375, "dur": 701.0570168495178, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7010570168495178, "detail": "System.CannotUnloadAppDomainException" } },
{ "pid": 1, "tid": 22, "ts": 2525039.0625, "dur": 1027.8509855270386, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0278509855270386, "detail": "System.Collections.CaseInsensitiveComparer" } },
{ "pid": 1, "tid": 22, "ts": 2526068.115234375, "dur": 1000.5470514297485, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0005470514297485, "detail": "System.Collections.CaseInsensitiveHashCodeProvider" } },
{ "pid": 1, "tid": 22, "ts": 2527105.46875, "dur": 3117.6059246063232, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.1176059246063232, "detail": "System.Runtime.Remoting.ChannelData" } },
{ "pid": 1, "tid": 22, "ts": 2530223.876953125, "dur": 435.9379708766937, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4359379708766937, "detail": "System.Runtime.Remoting.ChannelInfo" } },
{ "pid": 1, "tid": 22, "ts": 2530660.400390625, "dur": 13856.849670410156, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.856849670410156, "detail": "System.Runtime.Remoting.Channels.ChannelServices" } },
{ "pid": 1, "tid": 22, "ts": 2544518.06640625, "dur": 15147.850036621094, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.147850036621094, "detail": "System.Char" } },
{ "pid": 1, "tid": 22, "ts": 2559666.9921875, "dur": 1627.7570724487305, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6277570724487305, "detail": "System.CharEnumerator" } },
{ "pid": 1, "tid": 22, "ts": 2561309.08203125, "dur": 20566.82014465332, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 20.56682014465332, "detail": "System.Globalization.CharUnicodeInfo" } },
{ "pid": 1, "tid": 22, "ts": 2582185.05859375, "dur": 4377.6140213012695, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.3776140213012695, "detail": "System.Runtime.Remoting.ClientActivatedIdentity" } },
{ "pid": 1, "tid": 22, "ts": 2586565.673828125, "dur": 544.6140170097351, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5446140170097351, "detail": "System.Runtime.Remoting.Messaging.ClientContextReplySink" } },
{ "pid": 1, "tid": 22, "ts": 2587110.83984375, "dur": 1405.366063117981, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.405366063117981, "detail": "System.Runtime.Remoting.Messaging.ClientContextTerminatorSink" } },
{ "pid": 1, "tid": 22, "ts": 2588517.08984375, "dur": 1139.477014541626, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.139477014541626, "detail": "System.Runtime.Remoting.ClientIdentity" } },
{ "pid": 1, "tid": 22, "ts": 2589657.71484375, "dur": 418.177992105484, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.418177992105484, "detail": "System.Globalization.CodePageDataItem" } },
{ "pid": 1, "tid": 22, "ts": 2590076.416015625, "dur": 1388.114094734192, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.388114094734192, "detail": "Mono.Globalization.Unicode.CodePointIndexer" } },
{ "pid": 1, "tid": 22, "ts": 2592106.93359375, "dur": 96399.93286132812, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 96.39993286132812, "detail": "System.Globalization.CompareInfo" } },
{ "pid": 1, "tid": 22, "ts": 2688522.4609375, "dur": 3468.7318801879883, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.4687318801879883, "detail": "System.Collections.Comparer" } },
{ "pid": 1, "tid": 22, "ts": 2692011.71875, "dur": 1392.2730684280396, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3922730684280396, "detail": "System.Collections.CompatibleComparer" } },
{ "pid": 1, "tid": 22, "ts": 2693841.796875, "dur": 410.1560115814209, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4101560115814209, "detail": "System.Threading.Tasks.CompletionActionInvoker" } },
{ "pid": 1, "tid": 22, "ts": 2694253.173828125, "dur": 19039.68620300293, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 19.03968620300293, "detail": "System.Runtime.Remoting.ConfigHandler" } },
{ "pid": 1, "tid": 22, "ts": 2713305.17578125, "dur": 126925.17852783203, "ph": "X", "name": "mscorlib1.cpp", "args": { "durationMS": 126.92517852783203, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 2840252.44140625, "dur": 434.05401706695557, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.43405401706695557, "detail": "System.ObsoleteAttribute" } },
{ "pid": 1, "tid": 22, "ts": 2841029.052734375, "dur": 2787.696123123169, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.787696123123169, "detail": "System.OperatingSystem" } },
{ "pid": 1, "tid": 22, "ts": 2843817.87109375, "dur": 988.1229996681213, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9881229996681213, "detail": "System.OperationCanceledException" } },
{ "pid": 1, "tid": 22, "ts": 2844914.794921875, "dur": 334.0110182762146, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3340110182762146, "detail": "System.Runtime.Serialization.OptionalFieldAttribute" } },
{ "pid": 1, "tid": 22, "ts": 2845250, "dur": 1442.9069757461548, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4429069757461548, "detail": "System.OrdinalComparer" } },
{ "pid": 1, "tid": 22, "ts": 2846803.7109375, "dur": 648.2399702072144, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6482399702072144, "detail": "System.OutOfMemoryException" } },
{ "pid": 1, "tid": 22, "ts": 2847453.125, "dur": 851.7420291900635, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8517420291900635, "detail": "System.OverflowException" } },
{ "pid": 1, "tid": 22, "ts": 2848467.7734375, "dur": 9589.017868041992, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.589017868041992, "detail": "System.Reflection.ParameterInfo" } },
{ "pid": 1, "tid": 22, "ts": 2858057.373046875, "dur": 1656.8299531936646, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6568299531936646, "detail": "System.Reflection.ParameterModifier" } },
{ "pid": 1, "tid": 22, "ts": 2859715.33203125, "dur": 25036.815643310547, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 25.036815643310547, "detail": "System.ParameterizedStrings" } },
{ "pid": 1, "tid": 22, "ts": 2884752.9296875, "dur": 572.4600553512573, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5724600553512573, "detail": "System.Threading.ParameterizedThreadStart" } },
{ "pid": 1, "tid": 22, "ts": 2885326.171875, "dur": 9614.156723022461, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.614156723022461, "detail": "System.ParamsArray" } },
{ "pid": 1, "tid": 22, "ts": 2894966.30859375, "dur": 31274.88136291504, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 31.27488136291504, "detail": "System.ParseNumbers" } },
{ "pid": 1, "tid": 22, "ts": 2926242.431640625, "dur": 753.2349824905396, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7532349824905396, "detail": "System.Runtime.Serialization.Formatters.Binary.ParseRecord" } },
{ "pid": 1, "tid": 22, "ts": 2926996.337890625, "dur": 72034.4009399414, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 72.0344009399414, "detail": "System.IO.Path" } },
{ "pid": 1, "tid": 22, "ts": 2999031.73828125, "dur": 346.3680148124695, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3463680148124695, "detail": "System.IO.PathInternal" } },
{ "pid": 1, "tid": 22, "ts": 2999379.150390625, "dur": 809.9580407142639, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8099580407142639, "detail": "System.IO.PathTooLongException" } },
{ "pid": 1, "tid": 22, "ts": 3000189.697265625, "dur": 972.1329808235168, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9721329808235168, "detail": "System.IO.PinnedBufferMemoryStream" } },
{ "pid": 1, "tid": 22, "ts": 3001162.59765625, "dur": 574.6639966964722, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5746639966964722, "detail": "System.Threading.PlatformHelper" } },
{ "pid": 1, "tid": 22, "ts": 3001765.380859375, "dur": 717.225968837738, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.717225968837738, "detail": "System.PlatformNotSupportedException" } },
{ "pid": 1, "tid": 22, "ts": 3002483.3984375, "dur": 3041.8570041656494, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0418570041656494, "detail": "System.Reflection.Pointer" } },
{ "pid": 1, "tid": 22, "ts": 3005526.3671875, "dur": 840.8120274543762, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8408120274543762, "detail": "System.PointerSpec" } },
{ "pid": 1, "tid": 22, "ts": 3006519.287109375, "dur": 7802.1979331970215, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.8021979331970215, "detail": "System.Runtime.Serialization.Formatters.Binary.PrimitiveArray" } },
{ "pid": 1, "tid": 22, "ts": 3014344.482421875, "dur": 6334.823131561279, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.334823131561279, "detail": "System.Reflection.Emit.PropertyBuilder" } },
{ "pid": 1, "tid": 22, "ts": 3020680.419921875, "dur": 8229.024887084961, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.229024887084961, "detail": "System.Reflection.PropertyInfo" } },
{ "pid": 1, "tid": 22, "ts": 3028910.400390625, "dur": 4575.41036605835, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.57541036605835, "detail": "System.Runtime.Remoting.ProviderData" } },
{ "pid": 1, "tid": 22, "ts": 3033486.81640625, "dur": 1090.10910987854, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.09010910987854, "detail": "System.Runtime.Remoting.Proxies.ProxyAttribute" } },
{ "pid": 1, "tid": 22, "ts": 3034781.005859375, "dur": 7626.643180847168, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.626643180847168, "detail": "System.Collections.Queue" } },
{ "pid": 1, "tid": 22, "ts": 3042408.935546875, "dur": 913.5630130767822, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9135630130767822, "detail": "System.Threading.QueueUserWorkItemCallback" } },
{ "pid": 1, "tid": 22, "ts": 3043322.998046875, "dur": 4144.7930335998535, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.1447930335998535, "detail": "System.Security.Cryptography.RNGCryptoServiceProvider" } },
{ "pid": 1, "tid": 22, "ts": 3047468.75, "dur": 3981.0049533843994, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.9810049533843994, "detail": "System.Random" } },
{ "pid": 1, "tid": 22, "ts": 3051451.171875, "dur": 1545.1560020446777, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5451560020446777, "detail": "System.Security.Cryptography.RandomNumberGenerator" } },
{ "pid": 1, "tid": 22, "ts": 3052997.0703125, "dur": 1412.9810333251953, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4129810333251953, "detail": "System.RankException" } },
{ "pid": 1, "tid": 22, "ts": 3054411.376953125, "dur": 107891.00646972656, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 107.89100646972656, "detail": "System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo" } },
{ "pid": 1, "tid": 22, "ts": 3162303.466796875, "dur": 14024.837493896484, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.024837493896484, "detail": "System.Runtime.Remoting.Proxies.RealProxy" } },
{ "pid": 1, "tid": 22, "ts": 3176329.345703125, "dur": 669.7390079498291, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6697390079498291, "detail": "System.ReflectionOnlyType" } },
{ "pid": 1, "tid": 22, "ts": 3177000.244140625, "dur": 2724.2610454559326, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7242610454559326, "detail": "System.Reflection.ReflectionTypeLoadException" } },
{ "pid": 1, "tid": 22, "ts": 3179725.341796875, "dur": 70133.59069824219, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 70.13359069824219, "detail": "System.Globalization.RegionInfo" } },
{ "pid": 1, "tid": 22, "ts": 3249860.3515625, "dur": 6141.005992889404, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.141005992889404, "detail": "System.Threading.RegisteredWaitHandle" } },
{ "pid": 1, "tid": 22, "ts": 3256002.44140625, "dur": 338.9520049095154, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3389520049095154, "detail": "Microsoft.Win32.Registry" } },
{ "pid": 1, "tid": 22, "ts": 3256359.619140625, "dur": 12430.533409118652, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.430533409118652, "detail": "Microsoft.Win32.RegistryKey" } },
{ "pid": 1, "tid": 22, "ts": 3268791.015625, "dur": 1160.0139141082764, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1600139141082764, "detail": "Microsoft.Win32.RegistryKeyComparer" } },
{ "pid": 1, "tid": 22, "ts": 3270177.490234375, "dur": 13841.696739196777, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.841696739196777, "detail": "System.Runtime.Remoting.RemotingConfiguration" } },
{ "pid": 1, "tid": 22, "ts": 3284020.263671875, "dur": 788.5290384292603, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7885290384292603, "detail": "System.Runtime.Remoting.RemotingException" } },
{ "pid": 1, "tid": 22, "ts": 3284809.5703125, "dur": 6176.313877105713, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.176313877105713, "detail": "System.Runtime.Remoting.Proxies.RemotingProxy" } },
{ "pid": 1, "tid": 22, "ts": 3290987.060546875, "dur": 40295.33767700195, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 40.29533767700195, "detail": "System.Runtime.Remoting.RemotingServices" } },
{ "pid": 1, "tid": 22, "ts": 3331283.203125, "dur": 3841.5207862854004, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.8415207862854004, "detail": "System.Runtime.Remoting.Messaging.RemotingSurrogate" } },
{ "pid": 1, "tid": 22, "ts": 3335125.48828125, "dur": 2415.036916732788, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.415036916732788, "detail": "System.Runtime.Remoting.Messaging.RemotingSurrogateSelector" } },
{ "pid": 1, "tid": 22, "ts": 3337541.50390625, "dur": 442.86099076271057, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.44286099076271057, "detail": "System.ResolveEventArgs" } },
{ "pid": 1, "tid": 22, "ts": 3337984.86328125, "dur": 1610.5250120162964, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6105250120162964, "detail": "System.ResolveEventHandler" } },
{ "pid": 1, "tid": 22, "ts": 3339596.435546875, "dur": 1536.9919538497925, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5369919538497925, "detail": "System.Resources.ResourceLocator" } },
{ "pid": 1, "tid": 22, "ts": 3341134.27734375, "dur": 10227.668762207031, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.227668762207031, "detail": "System.Resources.ResourceManager" } },
{ "pid": 1, "tid": 22, "ts": 3351363.28125, "dur": 39326.419830322266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 39.326419830322266, "detail": "System.Resources.ResourceReader" } },
{ "pid": 1, "tid": 22, "ts": 3390693.359375, "dur": 135049.86572265625, "ph": "X", "name": "mscorlib9.cpp", "args": { "durationMS": 135.04986572265625, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 3525783.69140625, "dur": 15603.902816772461, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 15.603902816772461, "detail": "System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3541389.6484375, "dur": 785.7980132102966, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7857980132102966, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Boolean>" } },
{ "pid": 1, "tid": 22, "ts": 3542177.24609375, "dur": 850.5639433860779, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8505639433860779, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 3543029.78515625, "dur": 1237.6209497451782, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2376209497451782, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3544269.53125, "dur": 907.1530103683472, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9071530103683472, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 22, "ts": 3545178.466796875, "dur": 1408.460021018982, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.408460021018982, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Boolean>" } },
{ "pid": 1, "tid": 22, "ts": 3546588.623046875, "dur": 7207.643985748291, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.207643985748291, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 3553798.583984375, "dur": 1501.565933227539, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.501565933227539, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3555302.001953125, "dur": 1854.6630144119263, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8546630144119263, "detail": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 22, "ts": 3557159.1796875, "dur": 2322.525978088379, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.322525978088379, "detail": "System.Converter`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3559484.130859375, "dur": 1292.3719882965088, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2923719882965088, "detail": "System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback<System.Object,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3560778.564453125, "dur": 3720.19100189209, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.72019100189209, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2/DictionaryEnumerator<System.Object,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3564512.20703125, "dur": 23054.546356201172, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 23.054546356201172, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3587568.359375, "dur": 71533.11920166016, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 71.53311920166016, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 3659103.271484375, "dur": 54111.70959472656, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 54.11170959472656, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3713217.041015625, "dur": 81332.85522460938, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 81.33285522460938, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 22, "ts": 3795053.22265625, "dur": 541.4389967918396, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5414389967918396, "detail": "System.EmptyArray`1<System.Reflection.CustomAttributeTypedArgument>" } },
{ "pid": 1, "tid": 22, "ts": 3795953.369140625, "dur": 1586.1670970916748, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.5861670970916748, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>" } },
{ "pid": 1, "tid": 22, "ts": 3797542.48046875, "dur": 8648.036003112793, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.648036003112793, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>" } },
{ "pid": 1, "tid": 22, "ts": 3806193.84765625, "dur": 1613.420009613037, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.613420009613037, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>" } },
{ "pid": 1, "tid": 22, "ts": 3807809.814453125, "dur": 1162.7219915390015, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1627219915390015, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>" } },
{ "pid": 1, "tid": 22, "ts": 3808975.5859375, "dur": 1192.4749612808228, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1924749612808228, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 22, "ts": 3810170.41015625, "dur": 1134.9198818206787, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1349198818206787, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>" } },
{ "pid": 1, "tid": 22, "ts": 3811309.5703125, "dur": 1704.116940498352, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.704116940498352, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>" } },
{ "pid": 1, "tid": 22, "ts": 3813016.357421875, "dur": 1130.060076713562, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.130060076713562, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>" } },
{ "pid": 1, "tid": 22, "ts": 3814149.169921875, "dur": 1063.25101852417, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.06325101852417, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>" } },
{ "pid": 1, "tid": 22, "ts": 3815216.30859375, "dur": 1020.6700563430786, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0206700563430786, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>" } },
{ "pid": 1, "tid": 22, "ts": 3816241.455078125, "dur": 940.0179982185364, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9400179982185364, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>" } },
{ "pid": 1, "tid": 22, "ts": 3817183.10546875, "dur": 979.0419936180115, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9790419936180115, "detail": "System.Array/EmptyInternalEnumerator`1<System.Boolean>" } },
{ "pid": 1, "tid": 22, "ts": 3818164.0625, "dur": 1010.6929540634155, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0106929540634155, "detail": "System.Array/EmptyInternalEnumerator`1<System.Byte>" } },
{ "pid": 1, "tid": 22, "ts": 3819178.22265625, "dur": 1309.1139793395996, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.3091139793395996, "detail": "System.Array/EmptyInternalEnumerator`1<System.Threading.CancellationTokenRegistration>" } },
{ "pid": 1, "tid": 22, "ts": 3820489.74609375, "dur": 1122.5180625915527, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1225180625915527, "detail": "System.Array/EmptyInternalEnumerator`1<System.Char>" } },
{ "pid": 1, "tid": 22, "ts": 3821614.2578125, "dur": 1009.8229646682739, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.009822964668274, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 22, "ts": 3822625.9765625, "dur": 3253.206968307495, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.253206968307495, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 22, "ts": 3825881.34765625, "dur": 1591.1160707473755, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.5911160707473755, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.ContactPoint2D>" } },
{ "pid": 1, "tid": 22, "ts": 3827474.609375, "dur": 1044.8460578918457, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0448460578918457, "detail": "System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>" } },
{ "pid": 1, "tid": 22, "ts": 3828520.99609375, "dur": 1010.8669996261597, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0108669996261597, "detail": "System.Array/EmptyInternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>" } },
{ "pid": 1, "tid": 22, "ts": 3829533.935546875, "dur": 987.0250225067139, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9870250225067139, "detail": "System.Array/EmptyInternalEnumerator`1<System.DateTime>" } },
{ "pid": 1, "tid": 22, "ts": 3830523.4375, "dur": 1660.362958908081, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.660362958908081, "detail": "System.Array/EmptyInternalEnumerator`1<System.Decimal>" } },
{ "pid": 1, "tid": 22, "ts": 3832298.33984375, "dur": 1226.5090942382812, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2265090942382812, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.DictionaryEntry>" } },
{ "pid": 1, "tid": 22, "ts": 3833526.85546875, "dur": 1100.6940603256226, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1006940603256226, "detail": "System.Array/EmptyInternalEnumerator`1<System.Double>" } },
{ "pid": 1, "tid": 22, "ts": 3834630.126953125, "dur": 1125.6580352783203, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1256580352783203, "detail": "System.Array/EmptyInternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>" } },
{ "pid": 1, "tid": 22, "ts": 3835758.7890625, "dur": 1876.7650127410889, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8767650127410889, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 22, "ts": 3837638.18359375, "dur": 1016.4940357208252, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0164940357208252, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>" } },
{ "pid": 1, "tid": 22, "ts": 3838656.494140625, "dur": 1051.7539978027344, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0517539978027344, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>" } },
{ "pid": 1, "tid": 22, "ts": 3839710.205078125, "dur": 943.8289999961853, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9438289999961853, "detail": "System.Array/EmptyInternalEnumerator`1<System.Int16>" } },
{ "pid": 1, "tid": 22, "ts": 3840656.982421875, "dur": 982.3299646377563, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9823299646377563, "detail": "System.Array/EmptyInternalEnumerator`1<System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 3841641.357421875, "dur": 1093.7190055847168, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0937190055847168, "detail": "System.Array/EmptyInternalEnumerator`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 22, "ts": 3842736.81640625, "dur": 978.1100153923035, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9781100153923035, "detail": "System.Array/EmptyInternalEnumerator`1<System.Int64>" } },
{ "pid": 1, "tid": 22, "ts": 3843716.552734375, "dur": 1014.9370431900024, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0149370431900024, "detail": "System.Array/EmptyInternalEnumerator`1<System.IntPtr>" } },
{ "pid": 1, "tid": 22, "ts": 3844734.619140625, "dur": 1067.6820278167725, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0676820278167725, "detail": "System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalCodePageDataItem>" } },
{ "pid": 1, "tid": 22, "ts": 3845804.19921875, "dur": 1073.9810466766357, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0739810466766357, "detail": "System.Array/EmptyInternalEnumerator`1<System.Globalization.InternalEncodingDataItem>" } },
{ "pid": 1, "tid": 22, "ts": 3846880.37109375, "dur": 3630.5129528045654, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.6305129528045654, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Keyframe>" } },
{ "pid": 1, "tid": 22, "ts": 3850512.939453125, "dur": 1024.0010023117065, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0240010023117065, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>" } },
{ "pid": 1, "tid": 22, "ts": 3851538.57421875, "dur": 1077.4040222167969, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0774040222167969, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 22, "ts": 3852618.896484375, "dur": 1179.1850328445435, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1791850328445435, "detail": "System.Array/EmptyInternalEnumerator`1<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3853799.8046875, "dur": 1165.287971496582, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.165287971496582, "detail": "System.Array/EmptyInternalEnumerator`1<System.Reflection.ParameterModifier>" } },
{ "pid": 1, "tid": 22, "ts": 3854967.041015625, "dur": 1023.2570171356201, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0232570171356201, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Plane>" } },
{ "pid": 1, "tid": 22, "ts": 3855991.943359375, "dur": 1018.4129476547241, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0184129476547241, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Playables.PlayableBinding>" } },
{ "pid": 1, "tid": 22, "ts": 3857012.939453125, "dur": 1048.6799478530884, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0486799478530884, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>" } },
{ "pid": 1, "tid": 22, "ts": 3858063.720703125, "dur": 1017.4139738082886, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0174139738082886, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Quaternion>" } },
{ "pid": 1, "tid": 22, "ts": 3859082.51953125, "dur": 3478.7631034851074, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.4787631034851074, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 22, "ts": 3862563.4765625, "dur": 1113.7160062789917, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1137160062789917, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 22, "ts": 3863682.861328125, "dur": 1721.1709022521973, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7211709022521973, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 22, "ts": 3865405.76171875, "dur": 1014.0509605407715, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0140509605407715, "detail": "System.Array/EmptyInternalEnumerator`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 22, "ts": 3866421.630859375, "dur": 1005.2570104598999, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0052570104599, "detail": "System.Array/EmptyInternalEnumerator`1<System.SByte>" } },
{ "pid": 1, "tid": 22, "ts": 3867428.466796875, "dur": 1007.4059963226318, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0074059963226318, "detail": "System.Array/EmptyInternalEnumerator`1<System.Single>" } },
{ "pid": 1, "tid": 22, "ts": 3868437.744140625, "dur": 1999.3489980697632, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9993489980697632, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 22, "ts": 3870439.453125, "dur": 1123.8019466400146, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1238019466400146, "detail": "System.Array/EmptyInternalEnumerator`1<System.TimeSpan>" } },
{ "pid": 1, "tid": 22, "ts": 3871565.185546875, "dur": 1043.9339876174927, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0439339876174927, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 22, "ts": 3872611.328125, "dur": 1034.6829891204834, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0346829891204834, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 22, "ts": 3873647.94921875, "dur": 4065.117835998535, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.065117835998535, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 22, "ts": 3877715.087890625, "dur": 948.4899640083313, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9484899640083313, "detail": "System.Array/EmptyInternalEnumerator`1<System.UInt16>" } },
{ "pid": 1, "tid": 22, "ts": 3878665.52734375, "dur": 978.3700108528137, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9783700108528137, "detail": "System.Array/EmptyInternalEnumerator`1<System.UInt32>" } },
{ "pid": 1, "tid": 22, "ts": 3879645.263671875, "dur": 957.597017288208, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.957597017288208, "detail": "System.Array/EmptyInternalEnumerator`1<System.UInt64>" } },
{ "pid": 1, "tid": 22, "ts": 3880604.736328125, "dur": 1765.172004699707, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.765172004699707, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 22, "ts": 3882372.0703125, "dur": 1354.822039604187, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.354822039604187, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 22, "ts": 3883729.00390625, "dur": 1236.1390590667725, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.2361390590667725, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 22, "ts": 3884967.28515625, "dur": 1068.0769681930542, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0680769681930542, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 22, "ts": 3886037.353515625, "dur": 1059.9939823150635, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0599939823150635, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 22, "ts": 3887099.365234375, "dur": 4583.6591720581055, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.5836591720581055, "detail": "System.Array/EmptyInternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>" } },
{ "pid": 1, "tid": 22, "ts": 3891685.546875, "dur": 1446.4110136032104, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.4464110136032104, "detail": "System.Array/EmptyInternalEnumerator`1<System.Collections.Hashtable/bucket>" } },
{ "pid": 1, "tid": 22, "ts": 3893134.033203125, "dur": 1071.7430114746094, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0717430114746094, "detail": "System.Array/EmptyInternalEnumerator`1<System.ParameterizedStrings/FormatParam>" } },
{ "pid": 1, "tid": 22, "ts": 3894207.763671875, "dur": 1033.1159830093384, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0331159830093384, "detail": "System.Array/EmptyInternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>" } },
{ "pid": 1, "tid": 22, "ts": 3895242.67578125, "dur": 1070.652961730957, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.070652961730957, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>" } },
{ "pid": 1, "tid": 22, "ts": 3896315.4296875, "dur": 1030.3330421447754, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0303330421447754, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 22, "ts": 3897367.919921875, "dur": 1994.1600561141968, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9941600561141968, "detail": "System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 22, "ts": 3899364.990234375, "dur": 2432.9540729522705, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4329540729522705, "detail": "System.Collections.Generic.List`1/Enumerator<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 22, "ts": 3901800.29296875, "dur": 11892.011642456055, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 11.892011642456055, "detail": "Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Rendering.BatchVisibility>" } },
{ "pid": 1, "tid": 22, "ts": 3913694.3359375, "dur": 3158.5001945495605, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.1585001945495605, "detail": "Unity.Collections.NativeArray`1/Enumerator<System.Byte>" } },
{ "pid": 1, "tid": 22, "ts": 3916855.224609375, "dur": 2584.3660831451416, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5843660831451416, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 22, "ts": 3919442.138671875, "dur": 3168.710947036743, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.168710947036743, "detail": "System.Collections.Generic.List`1/Enumerator<System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 3922613.28125, "dur": 1993.8039779663086, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9938039779663086, "detail": "Unity.Collections.NativeArray`1/Enumerator<System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 3924608.88671875, "dur": 5617.33865737915, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.61733865737915, "detail": "System.Collections.Generic.List`1/Enumerator<System.Int32Enum>" } },
{ "pid": 1, "tid": 22, "ts": 3930228.759765625, "dur": 4410.818099975586, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.410818099975586, "detail": "Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Experimental.GlobalIllumination.LightDataGI>" } },
{ "pid": 1, "tid": 22, "ts": 3934642.578125, "dur": 3427.3338317871094, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.4273338317871094, "detail": "System.Collections.Generic.HashSet`1/Enumerator<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3938072.509765625, "dur": 4128.647804260254, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.128647804260254, "detail": "System.Collections.Generic.LinkedList`1/Enumerator<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3942202.880859375, "dur": 3624.4637966156006, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.6244637966156006, "detail": "System.Collections.Generic.List`1/Enumerator<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3945829.833984375, "dur": 4544.6977615356445, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.5446977615356445, "detail": "System.Collections.Generic.Stack`1/Enumerator<System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 3950378.41796875, "dur": 1909.7009897232056, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9097009897232056, "detail": "Unity.Collections.NativeArray`1/Enumerator<UnityEngine.Plane>" } },
{ "pid": 1, "tid": 22, "ts": 3952289.794921875, "dur": 4774.5161056518555, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.7745161056518555, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 22, "ts": 3957066.40625, "dur": 4370.03755569458, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.37003755569458, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 22, "ts": 3961438.232421875, "dur": 24649.499893188477, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 24.649499893188477, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 22, "ts": 3986090.576171875, "dur": 3733.5879802703857, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.7335879802703857, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 22, "ts": 3989826.171875, "dur": 2320.758104324341, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.320758104324341, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 22, "ts": 3992150.390625, "dur": 44849.55596923828, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 44.84955596923828, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 22, "ts": 4037003.41796875, "dur": 2244.1821098327637, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2441821098327637, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 22, "ts": 4039250, "dur": 2173.8550662994385, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.1738550662994385, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 22, "ts": 4041425.78125, "dur": 3391.5529251098633, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.3915529251098633, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 22, "ts": 4044820.80078125, "dur": 6074.520111083984, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.074520111083984, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 22, "ts": 4050897.216796875, "dur": 2361.6840839385986, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3616840839385986, "detail": "System.Collections.Generic.List`1/Enumerator<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 22, "ts": 4053261.71875, "dur": 4670.896053314209, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.670896053314209, "detail": "System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 4057934.814453125, "dur": 7920.967102050781, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.920967102050781, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 22, "ts": 4065858.3984375, "dur": 4473.361015319824, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.473361015319824, "detail": "System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 4070334.716796875, "dur": 2717.2679901123047, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.7172679901123047, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 22, "ts": 4073054.6875, "dur": 113934.73052978516, "ph": "X", "name": "Generics1.cpp", "args": { "durationMS": 113.93473052978516, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4186998.53515625, "dur": 103019.54650878906, "ph": "X", "name": "Idle", "args": { "durationMS": 103.01954650878906, "detail": "" } },
{ "pid": 1, "tid": 23, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 23, "ts": 1450644.8974609375, "dur": 31718.429565429688, "ph": "X", "name": "Idle", "args": { "durationMS": 31.718429565429688, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1492142.822265625, "dur": 4938.911437988281, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 4.938911437988281, "detail": "System.Core" } },
{ "pid": 1, "tid": 23, "ts": 1498485.9619140625, "dur": 279312.92724609375, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 279.31292724609375, "detail": "System.Xml" } },
{ "pid": 1, "tid": 23, "ts": 1500162.841796875, "dur": 277635.4064941406, "ph": "X", "name": "System.Xml_Attr.cpp", "args": { "durationMS": 277.6354064941406, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1779911.2548828125, "dur": 14222.967147827148, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 14.222967147827148, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 23, "ts": 1779925.4150390625, "dur": 14208.187103271484, "ph": "X", "name": "UnityEngine.AnimationModule_Attr.cpp", "args": { "durationMS": 14.208187103271484, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1794138.0615234375, "dur": 9793.597221374512, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 9.793597221374512, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 23, "ts": 1794155.2734375, "dur": 9775.829315185547, "ph": "X", "name": "UnityEngine.UIModule_Attr.cpp", "args": { "durationMS": 9.775829315185547, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1803934.5703125, "dur": 6883.991241455078, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 6.883991241455078, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 23, "ts": 1803951.2939453125, "dur": 6866.682052612305, "ph": "X", "name": "Assembly-CSharp_Attr.cpp", "args": { "durationMS": 6.866682052612305, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1817068.4814453125, "dur": 2146.2979316711426, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1462979316711426, "detail": "<Module>" } },
{ "pid": 1, "tid": 23, "ts": 1819235.2294921875, "dur": 15783.791542053223, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.783791542053223, "detail": "System.Xml.XmlReader" } },
{ "pid": 1, "tid": 23, "ts": 1835674.1943359375, "dur": 1361.7630004882812, "ph": "X", "name": "System.Xml.cpp", "args": { "durationMS": 1.3617630004882812, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1839097.5341796875, "dur": 1289.86394405365, "ph": "X", "name": "UnityEngine.GridModule.cpp", "args": { "durationMS": 1.28986394405365, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1840449.3408203125, "dur": 26866.97769165039, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 26.86697769165039, "detail": "UnityEngine.Font" } },
{ "pid": 1, "tid": 23, "ts": 1867356.4453125, "dur": 9751.082420349121, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.751082420349121, "detail": "UnityEngine.TextGenerationSettings" } },
{ "pid": 1, "tid": 23, "ts": 1877108.154296875, "dur": 29679.494857788086, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 29.679494857788086, "detail": "UnityEngine.TextGenerator" } },
{ "pid": 1, "tid": 23, "ts": 1906869.384765625, "dur": 862.108051776886, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.862108051776886, "detail": "UnityEngine.UIVertex" } },
{ "pid": 1, "tid": 23, "ts": 1907745.7275390625, "dur": 39517.547607421875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 39.517547607421875, "detail": "UnityEngine.Font/FontTextureRebuildCallback" } },
{ "pid": 1, "tid": 23, "ts": 1947266.6015625, "dur": 15953.872680664062, "ph": "X", "name": "UnityEngine.TextRenderingModule.cpp", "args": { "durationMS": 15.953872680664062, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 1963291.50390625, "dur": 6887.402057647705, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.887402057647705, "detail": "UnityEngine.U2D.IK.CCD2D" } },
{ "pid": 1, "tid": 23, "ts": 1970179.6875, "dur": 10155.147552490234, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.155147552490234, "detail": "UnityEngine.U2D.IK.CCDSolver2D" } },
{ "pid": 1, "tid": 23, "ts": 1980336.42578125, "dur": 16492.115020751953, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.492115020751953, "detail": "UnityEngine.U2D.IK.FABRIK2D" } },
{ "pid": 1, "tid": 23, "ts": 1996829.58984375, "dur": 3419.4469451904297, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.4194469451904297, "detail": "UnityEngine.U2D.IK.FABRIKChain2D" } },
{ "pid": 1, "tid": 23, "ts": 2000250, "dur": 5350.280284881592, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.350280284881592, "detail": "UnityEngine.U2D.IK.FabrikSolver2D" } },
{ "pid": 1, "tid": 23, "ts": 2005601.1962890625, "dur": 11168.913841247559, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.168913841247559, "detail": "UnityEngine.U2D.IK.IKChain2D" } },
{ "pid": 1, "tid": 23, "ts": 2016771.1181640625, "dur": 6366.540908813477, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.366540908813477, "detail": "UnityEngine.U2D.IK.IKManager2D" } },
{ "pid": 1, "tid": 23, "ts": 2023138.671875, "dur": 2763.4799480438232, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7634799480438232, "detail": "UnityEngine.U2D.IK.IKUtility" } },
{ "pid": 1, "tid": 23, "ts": 2025902.9541015625, "dur": 2784.4150066375732, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7844150066375732, "detail": "UnityEngine.U2D.IK.Limb" } },
{ "pid": 1, "tid": 23, "ts": 2028688.4765625, "dur": 5524.014949798584, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.524014949798584, "detail": "UnityEngine.U2D.IK.LimbSolver2D" } },
{ "pid": 1, "tid": 23, "ts": 2034213.9892578125, "dur": 16770.77865600586, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.77077865600586, "detail": "UnityEngine.U2D.IK.Solver2D" } },
{ "pid": 1, "tid": 23, "ts": 2050985.83984375, "dur": 908.0430269241333, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9080430269241333, "detail": "UnityEngine.U2D.IK.Solver2DMenuAttribute" } },
{ "pid": 1, "tid": 23, "ts": 2051896.97265625, "dur": 47913.58184814453, "ph": "X", "name": "Unity.2D.IK.Runtime.cpp", "args": { "durationMS": 47.91358184814453, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 2099850.5859375, "dur": 191576.904296875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 191.576904296875, "detail": "UnityEngine.UI.Image" } },
{ "pid": 1, "tid": 23, "ts": 2291428.466796875, "dur": 126089.53857421875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 126.08953857421875, "detail": "UnityEngine.UI.InputField" } },
{ "pid": 1, "tid": 23, "ts": 2417519.04296875, "dur": 5379.292964935303, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.379292964935303, "detail": "UnityEngine.UI.LayoutElement" } },
{ "pid": 1, "tid": 23, "ts": 2422899.169921875, "dur": 16435.68992614746, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.43568992614746, "detail": "UnityEngine.UI.LayoutGroup" } },
{ "pid": 1, "tid": 23, "ts": 2439335.9375, "dur": 15036.477088928223, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.036477088928223, "detail": "UnityEngine.UI.LayoutRebuilder" } },
{ "pid": 1, "tid": 23, "ts": 2454375, "dur": 64809.26513671875, "ph": "X", "name": "UnityEngine.UI1.cpp", "args": { "durationMS": 64.80926513671875, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 2519517.578125, "dur": 613.8759851455688, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6138759851455688, "detail": "System.Reflection.CustomAttributeFormatException" } },
{ "pid": 1, "tid": 23, "ts": 2520132.32421875, "dur": 1511.6349458694458, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5116349458694458, "detail": "System.Reflection.CustomAttributeNamedArgument" } },
{ "pid": 1, "tid": 23, "ts": 2521645.01953125, "dur": 3242.6140308380127, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.2426140308380127, "detail": "System.Reflection.CustomAttributeTypedArgument" } },
{ "pid": 1, "tid": 23, "ts": 2525013.427734375, "dur": 3724.2629528045654, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.7242629528045654, "detail": "System.DBNull" } },
{ "pid": 1, "tid": 23, "ts": 2528739.2578125, "dur": 1097.1029996871948, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0971029996871948, "detail": "System.DTSubString" } },
{ "pid": 1, "tid": 23, "ts": 2529850.09765625, "dur": 31506.63185119629, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 31.50663185119629, "detail": "System.DateTime" } },
{ "pid": 1, "tid": 23, "ts": 2561511.23046875, "dur": 42440.77682495117, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 42.44077682495117, "detail": "System.DateTimeFormat" } },
{ "pid": 1, "tid": 23, "ts": 2603967.529296875, "dur": 139336.2274169922, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 139.3362274169922, "detail": "System.Globalization.DateTimeFormatInfo" } },
{ "pid": 1, "tid": 23, "ts": 2743304.931640625, "dur": 8728.899002075195, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.728899002075195, "detail": "System.Globalization.DateTimeFormatInfoScanner" } },
{ "pid": 1, "tid": 23, "ts": 2752048.33984375, "dur": 93591.81213378906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 93.59181213378906, "detail": "System.DateTimeParse" } },
{ "pid": 1, "tid": 23, "ts": 2845643.798828125, "dur": 99128.47900390625, "ph": "X", "name": "mscorlib3.cpp", "args": { "durationMS": 99.12847900390625, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 2944817.138671875, "dur": 3071.8348026275635, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0718348026275635, "detail": "System.Runtime.Serialization.SerializationInfoEnumerator" } },
{ "pid": 1, "tid": 23, "ts": 2947890.13671875, "dur": 2417.7310466766357, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4177310466766357, "detail": "System.Runtime.Serialization.SerializationObjectManager" } },
{ "pid": 1, "tid": 23, "ts": 2950308.59375, "dur": 1739.4050359725952, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7394050359725952, "detail": "System.Runtime.Remoting.Messaging.ServerContextTerminatorSink" } },
{ "pid": 1, "tid": 23, "ts": 2952048.828125, "dur": 3997.515916824341, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.997515916824341, "detail": "System.Runtime.Remoting.ServerIdentity" } },
{ "pid": 1, "tid": 23, "ts": 2956047.8515625, "dur": 667.7629947662354, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6677629947662354, "detail": "System.Runtime.Remoting.Messaging.ServerObjectReplySink" } },
{ "pid": 1, "tid": 23, "ts": 2956716.552734375, "dur": 1541.3469076156616, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5413469076156616, "detail": "System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink" } },
{ "pid": 1, "tid": 23, "ts": 2958275.146484375, "dur": 173335.55603027344, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 173.33555603027344, "detail": "Mono.Globalization.Unicode.SimpleCollator" } },
{ "pid": 1, "tid": 23, "ts": 3131612.060546875, "dur": 27535.846710205078, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 27.535846710205078, "detail": "System.Single" } },
{ "pid": 1, "tid": 23, "ts": 3159148.92578125, "dur": 1392.7839994430542, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3927839994430542, "detail": "System.Runtime.Remoting.SingleCallIdentity" } },
{ "pid": 1, "tid": 23, "ts": 3160542.724609375, "dur": 2498.8439083099365, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4988439083099365, "detail": "System.Runtime.Remoting.SingletonIdentity" } },
{ "pid": 1, "tid": 23, "ts": 3163042.724609375, "dur": 467.4700200557709, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4674700200557709, "detail": "System.Runtime.Remoting.Channels.SinkProviderData" } },
{ "pid": 1, "tid": 23, "ts": 3163510.7421875, "dur": 2559.098958969116, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.559098958969116, "detail": "System.Runtime.Serialization.Formatters.Binary.SizedArray" } },
{ "pid": 1, "tid": 23, "ts": 3166094.482421875, "dur": 39732.30743408203, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 39.73230743408203, "detail": "Mono.Xml.SmallXmlParser" } },
{ "pid": 1, "tid": 23, "ts": 3205828.125, "dur": 917.074978351593, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.917074978351593, "detail": "Mono.Xml.SmallXmlParserException" } },
{ "pid": 1, "tid": 23, "ts": 3206746.09375, "dur": 593.084990978241, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.593084990978241, "detail": "System.Runtime.Remoting.Metadata.SoapAttribute" } },
{ "pid": 1, "tid": 23, "ts": 3207340.33203125, "dur": 684.1920018196106, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6841920018196106, "detail": "System.Runtime.Remoting.Metadata.SoapFieldAttribute" } },
{ "pid": 1, "tid": 23, "ts": 3208025.390625, "dur": 41641.380310058594, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 41.641380310058594, "detail": "System.Runtime.Remoting.Metadata.SoapMethodAttribute" } },
{ "pid": 1, "tid": 23, "ts": 3249776.611328125, "dur": 10266.75033569336, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.26675033569336, "detail": "System.Runtime.Remoting.SoapServices" } },
{ "pid": 1, "tid": 23, "ts": 3260044.43359375, "dur": 1378.9891004562378, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3789891004562378, "detail": "System.Runtime.Remoting.Metadata.SoapTypeAttribute" } },
{ "pid": 1, "tid": 23, "ts": 3261424.560546875, "dur": 3713.0727767944336, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.7130727767944336, "detail": "System.Globalization.SortKey" } },
{ "pid": 1, "tid": 23, "ts": 3265138.18359375, "dur": 7820.112705230713, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.820112705230713, "detail": "Mono.Globalization.Unicode.SortKeyBuffer" } },
{ "pid": 1, "tid": 23, "ts": 3272975.830078125, "dur": 7110.939025878906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.110939025878906, "detail": "System.Collections.SortedList" } },
{ "pid": 1, "tid": 23, "ts": 3280087.890625, "dur": 5981.295108795166, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.981295108795166, "detail": "System.Threading.SpinLock" } },
{ "pid": 1, "tid": 23, "ts": 3286069.3359375, "dur": 496.5369999408722, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4965369999408722, "detail": "System.Threading.SpinWait" } },
{ "pid": 1, "tid": 23, "ts": 3286566.650390625, "dur": 4627.207279205322, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.627207279205322, "detail": "System.Collections.Stack" } },
{ "pid": 1, "tid": 23, "ts": 3291194.580078125, "dur": 4721.285343170166, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.721285343170166, "detail": "System.Runtime.Remoting.Messaging.StackBuilderSink" } },
{ "pid": 1, "tid": 23, "ts": 3295927.001953125, "dur": 4388.603687286377, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.388603687286377, "detail": "System.Diagnostics.StackFrame" } },
{ "pid": 1, "tid": 23, "ts": 3300316.650390625, "dur": 645.5550193786621, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6455550193786621, "detail": "System.Threading.Tasks.StackGuard" } },
{ "pid": 1, "tid": 23, "ts": 3300963.134765625, "dur": 836.3009691238403, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8363009691238403, "detail": "System.StackOverflowException" } },
{ "pid": 1, "tid": 23, "ts": 3301800.048828125, "dur": 13492.259979248047, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.492259979248047, "detail": "System.Diagnostics.StackTrace" } },
{ "pid": 1, "tid": 23, "ts": 3315293.45703125, "dur": 1734.1009378433228, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7341009378433228, "detail": "System.Threading.Tasks.StandardTaskContinuation" } },
{ "pid": 1, "tid": 23, "ts": 3317351.806640625, "dur": 17359.560012817383, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.359560012817383, "detail": "System.IO.Stream" } },
{ "pid": 1, "tid": 23, "ts": 3334712.40234375, "dur": 24504.411697387695, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.504411697387695, "detail": "System.IO.StreamReader" } },
{ "pid": 1, "tid": 23, "ts": 3359220.458984375, "dur": 88361.48071289062, "ph": "X", "name": "mscorlib11.cpp", "args": { "durationMS": 88.36148071289062, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 3447730.712890625, "dur": 3651.283025741577, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.651283025741577, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3451383.544921875, "dur": 844.1230058670044, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8441230058670044, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3452228.759765625, "dur": 595.1020121574402, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5951020121574402, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3452824.951171875, "dur": 601.4660000801086, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6014660000801086, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3453427.734375, "dur": 566.7610168457031, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5667610168457031, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3453995.361328125, "dur": 573.27800989151, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.57327800989151, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3454570.068359375, "dur": 528.4320116043091, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5284320116043091, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3455099.365234375, "dur": 527.8440117835999, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5278440117835999, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3455628.41796875, "dur": 1754.6260356903076, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.7546260356903076, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3457384.27734375, "dur": 433.03999304771423, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43303999304771423, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3457818.603515625, "dur": 2722.458839416504, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.722458839416504, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3460542.48046875, "dur": 418.4359908103943, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4184359908103943, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3460962.158203125, "dur": 782.1059823036194, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7821059823036194, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3461746.09375, "dur": 641.3580179214478, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6413580179214478, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3462388.427734375, "dur": 453.3360004425049, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4533360004425049, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3462842.529296875, "dur": 433.9680075645447, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4339680075645447, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3463277.587890625, "dur": 496.55601382255554, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.49655601382255554, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3463775.634765625, "dur": 442.6720142364502, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4426720142364502, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3464218.994140625, "dur": 420.95598578453064, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.42095598578453064, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3464641.357421875, "dur": 477.742999792099, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.477742999792099, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3465120.361328125, "dur": 416.1919951438904, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4161919951438904, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3465537.353515625, "dur": 432.04301595687866, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43204301595687866, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3465970.703125, "dur": 417.1150028705597, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4171150028705597, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3466389.16015625, "dur": 726.4519929885864, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7264519929885864, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3467116.455078125, "dur": 455.28000593185425, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45528000593185425, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3467572.998046875, "dur": 501.62798166275024, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5016279816627502, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3468075.68359375, "dur": 475.70598125457764, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47570598125457764, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3468552.734375, "dur": 469.76301074028015, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46976301074028015, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3469023.681640625, "dur": 476.9260287284851, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4769260287284851, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3469501.708984375, "dur": 491.25900864601135, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.49125900864601135, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3469994.384765625, "dur": 478.92600297927856, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47892600297927856, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3470474.12109375, "dur": 476.1449992656708, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4761449992656708, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3470951.416015625, "dur": 454.90899682044983, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45490899682044983, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3471407.2265625, "dur": 1278.2279253005981, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2782279253005981, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3472687.01171875, "dur": 530.7350158691406, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5307350158691406, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3473218.994140625, "dur": 510.6959939002991, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5106959939002991, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3473730.95703125, "dur": 489.43501710891724, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.48943501710891724, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3474221.6796875, "dur": 479.23800349235535, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47923800349235535, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3474702.1484375, "dur": 574.6639966964722, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5746639966964722, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3475278.076171875, "dur": 491.21201038360596, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.49121201038360596, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3475770.5078125, "dur": 533.0780148506165, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5330780148506165, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3476304.6875, "dur": 582.5169682502747, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5825169682502747, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3476888.18359375, "dur": 536.3379716873169, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5363379716873169, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3477425.78125, "dur": 453.6780118942261, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4536780118942261, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3477880.615234375, "dur": 531.8570137023926, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5318570137023926, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3478413.818359375, "dur": 467.5920009613037, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4675920009613037, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3478882.568359375, "dur": 454.88500595092773, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45488500595092773, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3479338.37890625, "dur": 464.71500396728516, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.46471500396728516, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3479803.955078125, "dur": 359.02899503707886, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35902899503707886, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3480164.306640625, "dur": 648.0559706687927, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6480559706687927, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3480813.4765625, "dur": 501.56301259994507, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5015630125999451, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3481316.40625, "dur": 478.39000821113586, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.47839000821113586, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3481795.8984375, "dur": 468.718022108078, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.468718022108078, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3482265.625, "dur": 492.6280081272125, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4926280081272125, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3482759.521484375, "dur": 499.09502267837524, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.49909502267837524, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3483296.875, "dur": 720.9280133247375, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7209280133247375, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3484019.04296875, "dur": 1500.5539655685425, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.5005539655685425, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3485520.5078125, "dur": 1756.5300464630127, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.7565300464630127, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3487278.3203125, "dur": 1970.1570272445679, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.9701570272445679, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3489250.244140625, "dur": 753.2809972763062, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7532809972763062, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3490004.638671875, "dur": 438.6819899082184, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4386819899082184, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3490444.3359375, "dur": 874.9139904975891, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8749139904975891, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3491320.556640625, "dur": 495.5480098724365, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4955480098724365, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3491817.3828125, "dur": 493.6089813709259, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4936089813709259, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3492312.01171875, "dur": 496.21501564979553, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.49621501564979553, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3492809.326171875, "dur": 848.6739993095398, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8486739993095398, "detail": "InternalArray__get_Item" } },
{ "pid": 1, "tid": 23, "ts": 3493659.1796875, "dur": 750.5249977111816, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7505249977111816, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3494410.64453125, "dur": 708.774983882904, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.708774983882904, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3495120.361328125, "dur": 953.8049697875977, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9538049697875977, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3496075.68359375, "dur": 650.6530046463013, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6506530046463013, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3496727.05078125, "dur": 830.409049987793, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.830409049987793, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3497558.59375, "dur": 2598.024845123291, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.598024845123291, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3500157.958984375, "dur": 1286.2509489059448, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2862509489059448, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3501445.3125, "dur": 1401.839017868042, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.401839017868042, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3502848.6328125, "dur": 857.6430082321167, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8576430082321167, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3503707.03125, "dur": 1126.5389919281006, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1265389919281006, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3504834.9609375, "dur": 606.9740056991577, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6069740056991577, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3505442.87109375, "dur": 597.8699922561646, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5978699922561646, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3506041.748046875, "dur": 594.6940183639526, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5946940183639526, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3506637.6953125, "dur": 616.7610287666321, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6167610287666321, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3507255.126953125, "dur": 520.1190114021301, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5201190114021301, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3507776.123046875, "dur": 536.3619923591614, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5363619923591614, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3508313.4765625, "dur": 552.7459979057312, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5527459979057312, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3508867.67578125, "dur": 536.628007888794, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.536628007888794, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3509405.029296875, "dur": 739.5420074462891, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7395420074462891, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3510145.99609375, "dur": 592.0050144195557, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5920050144195557, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3510738.525390625, "dur": 536.7079973220825, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5367079973220825, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3511276.3671875, "dur": 805.6409955024719, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8056409955024719, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3512083.0078125, "dur": 1154.210925102234, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1542109251022339, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3513238.28125, "dur": 694.4369673728943, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6944369673728943, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3513933.837890625, "dur": 888.6609673500061, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8886609673500061, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3514823.486328125, "dur": 612.7180457115173, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6127180457115173, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3515437.5, "dur": 590.4529690742493, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5904529690742493, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3516029.296875, "dur": 663.7189984321594, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6637189984321594, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3516694.091796875, "dur": 635.2789998054504, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6352789998054504, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3517330.322265625, "dur": 587.3029828071594, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5873029828071594, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3517918.701171875, "dur": 594.2739844322205, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5942739844322205, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3518513.916015625, "dur": 577.3459672927856, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5773459672927856, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3519092.041015625, "dur": 563.2609724998474, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5632609724998474, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3519656.494140625, "dur": 602.1929979324341, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6021929979324341, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3520260.009765625, "dur": 730.9249639511108, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7309249639511108, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3520991.943359375, "dur": 590.865969657898, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.590865969657898, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3521583.49609375, "dur": 737.201988697052, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.737201988697052, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3522322.021484375, "dur": 836.0540270805359, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8360540270805359, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3523159.1796875, "dur": 682.4359893798828, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6824359893798828, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3523843.017578125, "dur": 758.633017539978, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.758633017539978, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3524602.5390625, "dur": 1257.6889991760254, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2576889991760254, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3525861.328125, "dur": 718.7480330467224, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7187480330467224, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3526581.298828125, "dur": 643.593966960907, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.643593966960907, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3527226.318359375, "dur": 1763.7499570846558, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.7637499570846558, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3528991.2109375, "dur": 650.3989696502686, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6503989696502686, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3529642.822265625, "dur": 537.3560190200806, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5373560190200806, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3530181.15234375, "dur": 590.5720591545105, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5905720591545105, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3530772.705078125, "dur": 1756.632924079895, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.756632924079895, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3532530.2734375, "dur": 659.4330072402954, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6594330072402954, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3533190.91796875, "dur": 631.0350298881531, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6310350298881531, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3533822.998046875, "dur": 616.2129640579224, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6162129640579224, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3534440.185546875, "dur": 690.0469660758972, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6900469660758972, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3535131.34765625, "dur": 581.9000601768494, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5819000601768494, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3535714.111328125, "dur": 608.0150008201599, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6080150008201599, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3536322.998046875, "dur": 700.1429796218872, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7001429796218872, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3537024.4140625, "dur": 718.8130021095276, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7188130021095276, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3537744.140625, "dur": 664.2840504646301, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6642840504646301, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3538409.66796875, "dur": 562.3149871826172, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5623149871826172, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3538973.14453125, "dur": 585.3360295295715, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5853360295295715, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3539559.5703125, "dur": 1191.7909383773804, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1917909383773804, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3540751.953125, "dur": 782.3709845542908, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7823709845542908, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3541535.888671875, "dur": 572.0259547233582, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5720259547233582, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3542108.642578125, "dur": 581.25901222229, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.58125901222229, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3542690.91796875, "dur": 573.4650492668152, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5734650492668152, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3543265.13671875, "dur": 612.4730110168457, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6124730110168457, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3543878.90625, "dur": 1169.0720319747925, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1690720319747925, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3545049.072265625, "dur": 737.5480532646179, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7375480532646179, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3545787.841796875, "dur": 622.9720115661621, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6229720115661621, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3546411.62109375, "dur": 788.1680130958557, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7881680130958557, "detail": "InternalArray__set_Item" } },
{ "pid": 1, "tid": 23, "ts": 3547201.171875, "dur": 489.21799659729004, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.48921799659729004, "detail": "LastIndexOf" } },
{ "pid": 1, "tid": 23, "ts": 3547691.40625, "dur": 697.172999382019, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.697172999382019, "detail": "LastIndexOf" } },
{ "pid": 1, "tid": 23, "ts": 3548389.6484375, "dur": 1179.4240474700928, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1794240474700928, "detail": "LastIndexOf" } },
{ "pid": 1, "tid": 23, "ts": 3549570.068359375, "dur": 507.08699226379395, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.507086992263794, "detail": "LastIndexOfImpl" } },
{ "pid": 1, "tid": 23, "ts": 3550078.369140625, "dur": 1008.3099603652954, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0083099603652954, "detail": "Resize" } },
{ "pid": 1, "tid": 23, "ts": 3551087.646484375, "dur": 1110.859990119934, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.110859990119934, "detail": "Resize" } },
{ "pid": 1, "tid": 23, "ts": 3552199.462890625, "dur": 478.9609909057617, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4789609909057617, "detail": "Reverse" } },
{ "pid": 1, "tid": 23, "ts": 3552679.443359375, "dur": 841.0530090332031, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8410530090332031, "detail": "Reverse" } },
{ "pid": 1, "tid": 23, "ts": 3553521.728515625, "dur": 1095.3369140625, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0953369140625, "detail": "Reverse" } },
{ "pid": 1, "tid": 23, "ts": 3554618.408203125, "dur": 1133.1239938735962, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1331239938735962, "detail": "Reverse" } },
{ "pid": 1, "tid": 23, "ts": 3555752.685546875, "dur": 2514.5721435546875, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.5145721435546875, "detail": "Reverse" } },
{ "pid": 1, "tid": 23, "ts": 3558268.5546875, "dur": 1782.6679944992065, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.7826679944992065, "detail": "Reverse" } },
{ "pid": 1, "tid": 23, "ts": 3560052.001953125, "dur": 9612.228393554688, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 9.612228393554688, "detail": "Reverse" } },
{ "pid": 1, "tid": 23, "ts": 3569665.771484375, "dur": 3788.3589267730713, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.7883589267730713, "detail": "Reverse" } },
{ "pid": 1, "tid": 23, "ts": 3573455.322265625, "dur": 1884.290099143982, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.884290099143982, "detail": "Reverse" } },
{ "pid": 1, "tid": 23, "ts": 3575341.064453125, "dur": 1766.8999433517456, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.7668999433517456, "detail": "Reverse" } },
{ "pid": 1, "tid": 23, "ts": 3577109.375, "dur": 1666.0720109939575, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.6660720109939575, "detail": "Reverse" } },
{ "pid": 1, "tid": 23, "ts": 3578776.3671875, "dur": 4807.253837585449, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 4.807253837585449, "detail": "Reverse" } },
{ "pid": 1, "tid": 23, "ts": 3583584.9609375, "dur": 5953.079700469971, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 5.953079700469971, "detail": "Reverse" } },
{ "pid": 1, "tid": 23, "ts": 3589539.0625, "dur": 2854.0680408477783, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.8540680408477783, "detail": "Reverse" } },
{ "pid": 1, "tid": 23, "ts": 3592394.53125, "dur": 3626.4078617095947, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.6264078617095947, "detail": "Reverse" } },
{ "pid": 1, "tid": 23, "ts": 3596022.216796875, "dur": 1314.2699003219604, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3142699003219604, "detail": "Reverse" } },
{ "pid": 1, "tid": 23, "ts": 3597337.646484375, "dur": 974.3360280990601, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9743360280990601, "detail": "Reverse" } },
{ "pid": 1, "tid": 23, "ts": 3598312.98828125, "dur": 1882.9948902130127, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.8829948902130127, "detail": "Reverse" } },
{ "pid": 1, "tid": 23, "ts": 3600197.021484375, "dur": 998.3729720115662, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9983729720115662, "detail": "Reverse" } },
{ "pid": 1, "tid": 23, "ts": 3601408.203125, "dur": 439.09600377082825, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43909600377082825, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3601848.876953125, "dur": 455.79397678375244, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45579397678375244, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3602305.419921875, "dur": 859.250009059906, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.859250009059906, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3603165.771484375, "dur": 6374.962329864502, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 6.374962329864502, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3609542.236328125, "dur": 2063.8680458068848, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.0638680458068848, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3611607.177734375, "dur": 361.7680072784424, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3617680072784424, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3611969.970703125, "dur": 845.9160327911377, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8459160327911377, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3612817.138671875, "dur": 6379.076957702637, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 6.379076957702637, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3619197.75390625, "dur": 2444.629907608032, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.4446299076080322, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3621643.5546875, "dur": 1997.6611137390137, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.9976611137390137, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3623642.578125, "dur": 1503.0200481414795, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.5030200481414795, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3625146.728515625, "dur": 1708.7600231170654, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.7087600231170654, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3626856.689453125, "dur": 968.2959914207458, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9682959914207458, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3627826.171875, "dur": 763.4260058403015, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7634260058403015, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3628590.576171875, "dur": 734.3519926071167, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7343519926071167, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3629325.927734375, "dur": 919.7959899902344, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9197959899902344, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3630246.826171875, "dur": 2223.0989933013916, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.2230989933013916, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3632471.435546875, "dur": 1771.610975265503, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.771610975265503, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3634244.384765625, "dur": 2026.1609554290771, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.026160955429077, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3636271.728515625, "dur": 2909.6078872680664, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.9096078872680664, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3639182.861328125, "dur": 2302.9918670654297, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.3029918670654297, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3641488.76953125, "dur": 1206.164002418518, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.206164002418518, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3642695.80078125, "dur": 933.8160157203674, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9338160157203674, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3643630.859375, "dur": 3530.6150913238525, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.5306150913238525, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3647162.59765625, "dur": 1657.8649282455444, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.6578649282455444, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3648821.2890625, "dur": 911.8899703025818, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9118899703025818, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3650065.4296875, "dur": 1014.0290260314941, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0140290260314941, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3651080.56640625, "dur": 1560.4740381240845, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.5604740381240845, "detail": "Sort" } },
{ "pid": 1, "tid": 23, "ts": 3652642.08984375, "dur": 622.1020221710205, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6221020221710205, "detail": "TrueForAll" } },
{ "pid": 1, "tid": 23, "ts": 3653512.939453125, "dur": 590.8359885215759, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5908359885215759, "detail": "UnsafeLoad" } },
{ "pid": 1, "tid": 23, "ts": 3655236.81640625, "dur": 615.4559850692749, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6154559850692749, "detail": "UnsafeLoad" } },
{ "pid": 1, "tid": 23, "ts": 3655853.759765625, "dur": 508.3169937133789, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5083169937133789, "detail": "UnsafeLoad" } },
{ "pid": 1, "tid": 23, "ts": 3656363.037109375, "dur": 546.1100339889526, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5461100339889526, "detail": "UnsafeLoad" } },
{ "pid": 1, "tid": 23, "ts": 3659305.6640625, "dur": 566.0690069198608, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5660690069198608, "detail": "CreateCacheableTask" } },
{ "pid": 1, "tid": 23, "ts": 3660192.138671875, "dur": 965.5969738960266, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9655969738960266, "detail": "CreateCacheableTask" } },
{ "pid": 1, "tid": 23, "ts": 3661159.1796875, "dur": 2018.064022064209, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.018064022064209, "detail": "GetCustomAttributeOfType" } },
{ "pid": 1, "tid": 23, "ts": 3663178.22265625, "dur": 1028.1139612197876, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0281139612197876, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 23, "ts": 3664207.763671875, "dur": 1251.426100730896, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.251426100730896, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 23, "ts": 3665460.44921875, "dur": 1824.1770267486572, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.8241770267486572, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 23, "ts": 3667285.888671875, "dur": 1265.805959701538, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.265805959701538, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 23, "ts": 3668552.734375, "dur": 804.4700026512146, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8044700026512146, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 23, "ts": 3669358.3984375, "dur": 1469.7380065917969, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.4697380065917969, "detail": "ThrowOnInvalidArg" } },
{ "pid": 1, "tid": 23, "ts": 3670829.58984375, "dur": 550.2700209617615, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5502700209617615, "detail": "GetValueOrDefault" } },
{ "pid": 1, "tid": 23, "ts": 3671381.103515625, "dur": 645.7829475402832, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6457829475402832, "detail": "GetValueOrDefault" } },
{ "pid": 1, "tid": 23, "ts": 3672028.076171875, "dur": 660.2019667625427, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6602019667625427, "detail": "GetComponent" } },
{ "pid": 1, "tid": 23, "ts": 3672688.96484375, "dur": 1074.9340057373047, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0749340057373047, "detail": "GetComponentInChildren" } },
{ "pid": 1, "tid": 23, "ts": 3673765.380859375, "dur": 567.4099922180176, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5674099922180176, "detail": "GetComponentInParent" } },
{ "pid": 1, "tid": 23, "ts": 3674333.984375, "dur": 1068.6439275741577, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0686439275741577, "detail": "GetComponents" } },
{ "pid": 1, "tid": 23, "ts": 3675403.80859375, "dur": 937.7509951591492, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9377509951591492, "detail": "GetComponents" } },
{ "pid": 1, "tid": 23, "ts": 3676342.7734375, "dur": 360.81400513648987, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36081400513648987, "detail": "GetComponentsInChildren" } },
{ "pid": 1, "tid": 23, "ts": 3676704.58984375, "dur": 691.1349892616272, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6911349892616272, "detail": "GetComponentsInChildren" } },
{ "pid": 1, "tid": 23, "ts": 3677396.728515625, "dur": 565.5199885368347, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5655199885368347, "detail": "GetComponentsInParent" } },
{ "pid": 1, "tid": 23, "ts": 3677963.37890625, "dur": 653.6229848861694, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6536229848861694, "detail": "GetComponentsInParent" } },
{ "pid": 1, "tid": 23, "ts": 3678617.919921875, "dur": 468.8119888305664, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4688119888305664, "detail": "GetComponentsInParent" } },
{ "pid": 1, "tid": 23, "ts": 3679088.134765625, "dur": 7918.04313659668, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 7.91804313659668, "detail": "ForAll" } },
{ "pid": 1, "tid": 23, "ts": 3687007.080078125, "dur": 457.6150178909302, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4576150178909302, "detail": "UnboxValues" } },
{ "pid": 1, "tid": 23, "ts": 3687465.576171875, "dur": 1385.8749866485596, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3858749866485596, "detail": "UnboxValues" } },
{ "pid": 1, "tid": 23, "ts": 3688852.5390625, "dur": 1216.7669534683228, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2167669534683228, "detail": "UnboxValues" } },
{ "pid": 1, "tid": 23, "ts": 3690070.80078125, "dur": 603.8129925727844, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6038129925727844, "detail": "GetCustomAttribute" } },
{ "pid": 1, "tid": 23, "ts": 3690675.78125, "dur": 4924.39079284668, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 4.92439079284668, "detail": "GetOrAddComponent" } },
{ "pid": 1, "tid": 23, "ts": 3695601.5625, "dur": 4054.835796356201, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 4.054835796356201, "detail": "Any" } },
{ "pid": 1, "tid": 23, "ts": 3699657.2265625, "dur": 2054.744005203247, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.054744005203247, "detail": "Any" } },
{ "pid": 1, "tid": 23, "ts": 3701713.37890625, "dur": 1319.1239833831787, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3191239833831787, "detail": "CombinePredicates" } },
{ "pid": 1, "tid": 23, "ts": 3703033.203125, "dur": 3370.42498588562, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 3.37042498588562, "detail": "Count" } },
{ "pid": 1, "tid": 23, "ts": 3706404.78515625, "dur": 2703.599214553833, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.703599214553833, "detail": "First" } },
{ "pid": 1, "tid": 23, "ts": 3709109.86328125, "dur": 2080.1711082458496, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.0801711082458496, "detail": "SingleOrDefault" } },
{ "pid": 1, "tid": 23, "ts": 3711190.673828125, "dur": 2176.2640476226807, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.1762640476226807, "detail": "Where" } },
{ "pid": 1, "tid": 23, "ts": 3713368.1640625, "dur": 2934.1938495635986, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 2.9341938495635986, "detail": "CanHandleEvent" } },
{ "pid": 1, "tid": 23, "ts": 3716303.22265625, "dur": 54218.345642089844, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 54.218345642089844, "detail": "Execute" } },
{ "pid": 1, "tid": 23, "ts": 3770523.4375, "dur": 1295.4879999160767, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.2954879999160767, "detail": "ExecuteHierarchy" } },
{ "pid": 1, "tid": 23, "ts": 3771820.556640625, "dur": 1470.255970954895, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.470255970954895, "detail": "GetEventHandler" } },
{ "pid": 1, "tid": 23, "ts": 3773291.9921875, "dur": 1689.3259286880493, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.6893259286880493, "detail": "GetEventList" } },
{ "pid": 1, "tid": 23, "ts": 3774982.666015625, "dur": 1176.4189004898071, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1764189004898071, "detail": "ShouldSendToComponent" } },
{ "pid": 1, "tid": 23, "ts": 3776160.15625, "dur": 598.9429950714111, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5989429950714111, "detail": "ValidateEventData" } },
{ "pid": 1, "tid": 23, "ts": 3776760.25390625, "dur": 376.48701667785645, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37648701667785645, "detail": "AddComponent" } },
{ "pid": 1, "tid": 23, "ts": 3777137.6953125, "dur": 453.06000113487244, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.45306000113487244, "detail": "GetComponent" } },
{ "pid": 1, "tid": 23, "ts": 3777906.494140625, "dur": 492.64800548553467, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.49264800548553467, "detail": "GetComponentInChildren" } },
{ "pid": 1, "tid": 23, "ts": 3778400.390625, "dur": 780.1109552383423, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.7801109552383423, "detail": "GetComponents" } },
{ "pid": 1, "tid": 23, "ts": 3779181.884765625, "dur": 417.75599122047424, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.41775599122047424, "detail": "GetComponents" } },
{ "pid": 1, "tid": 23, "ts": 3779600.341796875, "dur": 337.2189998626709, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3372189998626709, "detail": "GetComponentsInChildren" } },
{ "pid": 1, "tid": 23, "ts": 3779938.4765625, "dur": 1612.828016281128, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.612828016281128, "detail": "GetComponentsInParent" } },
{ "pid": 1, "tid": 23, "ts": 3781552.734375, "dur": 465.5350148677826, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4655350148677826, "detail": "GetComponentsInParent" } },
{ "pid": 1, "tid": 23, "ts": 3782435.302734375, "dur": 390.94701409339905, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39094701409339905, "detail": "SetProperty" } },
{ "pid": 1, "tid": 23, "ts": 3782827.392578125, "dur": 358.00701379776, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35800701379776, "detail": "SetProperty" } },
{ "pid": 1, "tid": 23, "ts": 3783186.03515625, "dur": 373.00801277160645, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37300801277160645, "detail": "SetProperty" } },
{ "pid": 1, "tid": 23, "ts": 3783560.05859375, "dur": 407.53698348999023, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40753698348999023, "detail": "SetProperty" } },
{ "pid": 1, "tid": 23, "ts": 3783968.75, "dur": 390.10900259017944, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39010900259017944, "detail": "SetProperty" } },
{ "pid": 1, "tid": 23, "ts": 3784360.107421875, "dur": 448.6689865589142, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4486689865589142, "detail": "SetProperty" } },
{ "pid": 1, "tid": 23, "ts": 3785132.32421875, "dur": 435.53799390792847, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.43553799390792847, "detail": "EnsureInitializedCore" } },
{ "pid": 1, "tid": 23, "ts": 3786092.529296875, "dur": 391.5559947490692, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3915559947490692, "detail": "GetAllocArrayFromChannel" } },
{ "pid": 1, "tid": 23, "ts": 3787059.5703125, "dur": 516.2889957427979, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5162889957427979, "detail": "GetAllocArrayFromChannel" } },
{ "pid": 1, "tid": 23, "ts": 3787577.1484375, "dur": 528.1420350074768, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5281420350074768, "detail": "GetAllocArrayFromChannel" } },
{ "pid": 1, "tid": 23, "ts": 3788106.4453125, "dur": 662.2970104217529, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6622970104217529, "detail": "GetAllocArrayFromChannel" } },
{ "pid": 1, "tid": 23, "ts": 3788769.53125, "dur": 624.8330473899841, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6248330473899841, "detail": "GetAllocArrayFromChannel" } },
{ "pid": 1, "tid": 23, "ts": 3789395.263671875, "dur": 363.71901631355286, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36371901631355286, "detail": "GetListForChannel" } },
{ "pid": 1, "tid": 23, "ts": 3789760.009765625, "dur": 577.2549510002136, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5772549510002136, "detail": "GetListForChannel" } },
{ "pid": 1, "tid": 23, "ts": 3790338.37890625, "dur": 1646.7100381851196, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.6467100381851196, "detail": "GetListForChannel" } },
{ "pid": 1, "tid": 23, "ts": 3791986.083984375, "dur": 1400.3719091415405, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.4003719091415405, "detail": "GetListForChannel" } },
{ "pid": 1, "tid": 23, "ts": 3793387.6953125, "dur": 1331.1320543289185, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3311320543289185, "detail": "GetUVsImpl" } },
{ "pid": 1, "tid": 23, "ts": 3794719.970703125, "dur": 1383.3049535751343, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.3833049535751343, "detail": "GetUVsImpl" } },
{ "pid": 1, "tid": 23, "ts": 3796104.4921875, "dur": 1022.3040580749512, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0223040580749512, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 23, "ts": 3797128.173828125, "dur": 555.7249784469604, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5557249784469604, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 23, "ts": 3797684.814453125, "dur": 462.2640013694763, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4622640013694763, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 23, "ts": 3798147.705078125, "dur": 923.4849810600281, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9234849810600281, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 23, "ts": 3799072.265625, "dur": 515.6000256538391, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5156000256538391, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 23, "ts": 3799589.111328125, "dur": 542.0989990234375, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5420989990234375, "detail": "SetListForChannel" } },
{ "pid": 1, "tid": 23, "ts": 3800132.32421875, "dur": 1278.694987297058, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.278694987297058, "detail": "SetUvsImpl" } },
{ "pid": 1, "tid": 23, "ts": 3801412.109375, "dur": 1058.7409734725952, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.0587409734725952, "detail": "SetUvsImpl" } },
{ "pid": 1, "tid": 23, "ts": 3802472.16796875, "dur": 851.7410159111023, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8517410159111023, "detail": "GetterAdapterFrame" } },
{ "pid": 1, "tid": 23, "ts": 3803324.951171875, "dur": 847.9139804840088, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8479139804840088, "detail": "StaticGetterAdapterFrame" } },
{ "pid": 1, "tid": 23, "ts": 3804173.583984375, "dur": 652.318000793457, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.652318000793457, "detail": "ConvertExistingDataToNativeArray" } },
{ "pid": 1, "tid": 23, "ts": 3804827.392578125, "dur": 1852.7060747146606, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.8527060747146606, "detail": "ConvertExistingDataToNativeArray" } },
{ "pid": 1, "tid": 23, "ts": 3806681.396484375, "dur": 1177.4020195007324, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.1774020195007324, "detail": "ConvertExistingDataToNativeArray" } },
{ "pid": 1, "tid": 23, "ts": 3807859.619140625, "dur": 519.5620059967041, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5195620059967041, "detail": "ConvertExistingDataToNativeArray" } },
{ "pid": 1, "tid": 23, "ts": 3808380.126953125, "dur": 648.5120058059692, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6485120058059692, "detail": "ConvertExistingDataToNativeArray" } },
{ "pid": 1, "tid": 23, "ts": 3809029.541015625, "dur": 570.9069967269897, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5709069967269897, "detail": "EnsureListElemCount" } },
{ "pid": 1, "tid": 23, "ts": 3809601.806640625, "dur": 826.7160058021545, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8267160058021545, "detail": "EnsureListElemCount" } },
{ "pid": 1, "tid": 23, "ts": 3810429.443359375, "dur": 906.2040448188782, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9062040448188782, "detail": "ResizeList" } },
{ "pid": 1, "tid": 23, "ts": 3811336.669921875, "dur": 833.7730169296265, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.8337730169296265, "detail": "ResizeList" } },
{ "pid": 1, "tid": 23, "ts": 3812171.38671875, "dur": 399.9280035495758, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3999280035495758, "detail": "SafeLength" } },
{ "pid": 1, "tid": 23, "ts": 3812906.005859375, "dur": 356.36401176452637, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35636401176452637, "detail": "SafeLength" } },
{ "pid": 1, "tid": 23, "ts": 3813898.4375, "dur": 622.6769685745239, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6226769685745239, "detail": "Instantiate" } },
{ "pid": 1, "tid": 23, "ts": 3814521.97265625, "dur": 346.41799330711365, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34641799330711365, "detail": "Instantiate" } },
{ "pid": 1, "tid": 23, "ts": 3814869.384765625, "dur": 427.1959960460663, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4271959960460663, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 23, "ts": 3815297.8515625, "dur": 373.27802181243896, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37327802181243896, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 23, "ts": 3815672.119140625, "dur": 374.44400787353516, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37444400787353516, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 23, "ts": 3816047.36328125, "dur": 368.90700459480286, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36890700459480286, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 23, "ts": 3816417.236328125, "dur": 370.6730008125305, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3706730008125305, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 23, "ts": 3816788.818359375, "dur": 364.32498693466187, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.36432498693466187, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 23, "ts": 3817154.052734375, "dur": 371.1030185222626, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3711030185222626, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 23, "ts": 3817526.123046875, "dur": 408.56999158859253, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.40856999158859253, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 23, "ts": 3817935.791015625, "dur": 976.6910076141357, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.9766910076141357, "detail": "IsPlayableOfType" } },
{ "pid": 1, "tid": 23, "ts": 3818913.330078125, "dur": 381.08497858047485, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.38108497858047485, "detail": "GetBuiltinResource" } },
{ "pid": 1, "tid": 23, "ts": 3819295.166015625, "dur": 342.45797991752625, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.34245797991752625, "detail": "Load" } },
{ "pid": 1, "tid": 23, "ts": 3819638.671875, "dur": 1137.915015220642, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.137915015220642, "detail": "IsReferenceOrContainsReferences" } },
{ "pid": 1, "tid": 23, "ts": 3820777.587890625, "dur": 445.13198733329773, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.44513198733329773, "detail": "CreateInstance" } },
{ "pid": 1, "tid": 23, "ts": 3821224.365234375, "dur": 1543.5540676116943, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 1.5435540676116943, "detail": "SetClass" } },
{ "pid": 1, "tid": 23, "ts": 3822768.798828125, "dur": 359.95200276374817, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35995200276374817, "detail": "SetStruct" } },
{ "pid": 1, "tid": 23, "ts": 3823130.126953125, "dur": 395.27198672294617, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39527198672294617, "detail": "SetStruct" } },
{ "pid": 1, "tid": 23, "ts": 3823526.85546875, "dur": 508.2319974899292, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5082319974899292, "detail": "SetStruct" } },
{ "pid": 1, "tid": 23, "ts": 3824036.376953125, "dur": 525.7299542427063, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5257299542427063, "detail": "SetStruct" } },
{ "pid": 1, "tid": 23, "ts": 3824563.232421875, "dur": 519.993007183075, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.519993007183075, "detail": "SetStruct" } },
{ "pid": 1, "tid": 23, "ts": 3825084.47265625, "dur": 381.2819719314575, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3812819719314575, "detail": "SetStruct" } },
{ "pid": 1, "tid": 23, "ts": 3825789.55078125, "dur": 371.057003736496, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.37105700373649597, "detail": "SetStruct" } },
{ "pid": 1, "tid": 23, "ts": 3826161.865234375, "dur": 456.0979902744293, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.4560979902744293, "detail": "FromCancellation" } },
{ "pid": 1, "tid": 23, "ts": 3826618.896484375, "dur": 399.75500106811523, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.39975500106811523, "detail": "FromCancellation" } },
{ "pid": 1, "tid": 23, "ts": 3830764.6484375, "dur": 352.46098041534424, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.35246098041534424, "detail": "ReadArrayElement" } },
{ "pid": 1, "tid": 23, "ts": 3831126.708984375, "dur": 627.2510290145874, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.6272510290145874, "detail": "ReadArrayElement" } },
{ "pid": 1, "tid": 23, "ts": 3831754.8828125, "dur": 369.2300021648407, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.3692300021648407, "detail": "ReadArrayElement" } },
{ "pid": 1, "tid": 23, "ts": 3833122.0703125, "dur": 517.9100036621094, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.5179100036621094, "detail": "WriteArrayElement" } },
{ "pid": 1, "tid": 23, "ts": 3834474.12109375, "dur": 974.107027053833, "ph": "X", "name": "WriteGenericMethodDefinition", "args": { "durationMS": 0.974107027053833, "detail": "WriteArrayElement" } },
{ "pid": 1, "tid": 23, "ts": 3835727.783203125, "dur": 88714.01977539062, "ph": "X", "name": "GenericMethods1.cpp", "args": { "durationMS": 88.71401977539062, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 3925000.732421875, "dur": 3104.6221256256104, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 3.1046221256256104, "detail": "System.Threading.Tasks.Task`1/<>c<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3928807.373046875, "dur": 352.51501202583313, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.35251501202583313, "detail": "System.Action`1<UnityEngine.AsyncOperation>" } },
{ "pid": 1, "tid": 23, "ts": 3929589.111328125, "dur": 348.1209874153137, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3481209874153137, "detail": "System.Action`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3930407.71484375, "dur": 993.2429790496826, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9932429790496826, "detail": "System.Action`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 3931823.486328125, "dur": 3128.117084503174, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 3.128117084503174, "detail": "System.Action`3<System.String,System.Boolean,UnityEngine.Profiling.Experimental.DebugScreenCapture>" } },
{ "pid": 1, "tid": 23, "ts": 3934955.810546875, "dur": 428.7409782409668, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4287409782409668, "detail": "System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 23, "ts": 3935387.20703125, "dur": 1627.0509958267212, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.6270509958267212, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 23, "ts": 3937856.201171875, "dur": 802.0550012588501, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8020550012588501, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 23, "ts": 3938660.400390625, "dur": 770.9269523620605, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7709269523620605, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 23, "ts": 3939434.08203125, "dur": 723.114013671875, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.723114013671875, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 23, "ts": 3940159.912109375, "dur": 493.2190179824829, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4932190179824829, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 23, "ts": 3940655.029296875, "dur": 447.66899943351746, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.44766899943351746, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 23, "ts": 3941105.224609375, "dur": 1594.0099954605103, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.5940099954605103, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 23, "ts": 3943002.197265625, "dur": 387.29599118232727, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.38729599118232727, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 23, "ts": 3943391.845703125, "dur": 355.6399941444397, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3556399941444397, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 23, "ts": 3943749.267578125, "dur": 416.1889851093292, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4161889851093292, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 23, "ts": 3944167.724609375, "dur": 1546.023964881897, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.546023964881897, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 23, "ts": 3945716.552734375, "dur": 7229.070663452148, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 7.229070663452148, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 23, "ts": 3952948.486328125, "dur": 849.2000102996826, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8492000102996826, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 23, "ts": 3958702.880859375, "dur": 36876.56021118164, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 36.87656021118164, "detail": "System.Comparison`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 23, "ts": 3996103.271484375, "dur": 387.63299584388733, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.38763299584388733, "detail": "System.Comparison`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 23, "ts": 3996888.916015625, "dur": 691.6639804840088, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6916639804840088, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2<System.Runtime.Serialization.MemberHolder,System.Reflection.MemberInfo[]>" } },
{ "pid": 1, "tid": 23, "ts": 3997609.375, "dur": 54736.183166503906, "ph": "X", "name": "Il2CppGenericComDefinitions.cpp", "args": { "durationMS": 54.736183166503906, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4052380.615234375, "dur": 962.1520042419434, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9621520042419434, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4053345.21484375, "dur": 676.3829588890076, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6763829588890076, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2<System.String,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4055544.677734375, "dur": 1120.3219890594482, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.1203219890594482, "detail": "System.Collections.Generic.Dictionary`2<UnityEngine.Canvas,UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.Graphic>>" } },
{ "pid": 1, "tid": 23, "ts": 4056667.724609375, "dur": 980.0980091094971, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9800980091094971, "detail": "System.Collections.Generic.Dictionary`2<UnityEngine.Font,System.Collections.Generic.HashSet`1<UnityEngine.UI.Text>>" } },
{ "pid": 1, "tid": 23, "ts": 4057649.658203125, "dur": 910.0709557533264, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9100709557533264, "detail": "System.Collections.Generic.Dictionary`2<UnityEngine.UI.Graphic,System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 4058562.744140625, "dur": 870.3089952468872, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8703089952468872, "detail": "System.Collections.Generic.Dictionary`2<System.Threading.IAsyncLocal,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4059434.814453125, "dur": 895.1550126075745, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8951550126075745, "detail": "System.Collections.Generic.Dictionary`2<UnityEngine.UI.ICanvasElement,System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 4060332.275390625, "dur": 509.0799927711487, "ph": "X", "name": "Il2CppGenericComDefinitions1.cpp", "args": { "durationMS": 0.5090799927711487, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4060860.3515625, "dur": 1332.6280117034912, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.3326280117034912, "detail": "System.Collections.Generic.Dictionary`2<UnityEngine.UI.IClipper,System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 4062195.80078125, "dur": 1310.1959228515625, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.3101959228515625, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>" } },
{ "pid": 1, "tid": 23, "ts": 4063509.033203125, "dur": 924.8449802398682, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9248449802398682, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4064437.5, "dur": 892.8160071372986, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8928160071372986, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.EventSystems.PointerEventData>" } },
{ "pid": 1, "tid": 23, "ts": 4065332.03125, "dur": 888.2129788398743, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8882129788398743, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.String>" } },
{ "pid": 1, "tid": 23, "ts": 4066221.923828125, "dur": 887.1600031852722, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8871600031852722, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task>" } },
{ "pid": 1, "tid": 23, "ts": 4067111.328125, "dur": 902.0549654960632, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9020549654960632, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,System.TimeType>" } },
{ "pid": 1, "tid": 23, "ts": 4068015.380859375, "dur": 905.7739973068237, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9057739973068237, "detail": "System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GUILayoutUtility/LayoutCache>" } },
{ "pid": 1, "tid": 23, "ts": 4068922.607421875, "dur": 897.8959918022156, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8978959918022156, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 4069823.73046875, "dur": 554.7209978103638, "ph": "X", "name": "Il2CppGenericComDefinitions2.cpp", "args": { "durationMS": 0.5547209978103638, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4070406.005859375, "dur": 1065.2469396591187, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0652469396591187, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4071473.388671875, "dur": 1372.871994972229, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.372871994972229, "detail": "System.Collections.Generic.Dictionary`2<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 23, "ts": 4072848.388671875, "dur": 1019.6809768676758, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0196809768676758, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>" } },
{ "pid": 1, "tid": 23, "ts": 4073870.361328125, "dur": 1023.0779647827148, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0230779647827148, "detail": "System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle>" } },
{ "pid": 1, "tid": 23, "ts": 4074895.01953125, "dur": 1015.6799554824829, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.015679955482483, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.Int32>" } },
{ "pid": 1, "tid": 23, "ts": 4075916.50390625, "dur": 839.9699926376343, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8399699926376343, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.LocalDataStoreSlot>" } },
{ "pid": 1, "tid": 23, "ts": 4076758.30078125, "dur": 849.1610288619995, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8491610288619995, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4077609.86328125, "dur": 1611.5599870681763, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.6115599870681763, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 23, "ts": 4079223.6328125, "dur": 1006.9539546966553, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0069539546966553, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceSet>" } },
{ "pid": 1, "tid": 23, "ts": 4080233.642578125, "dur": 820.6629753112793, "ph": "X", "name": "Il2CppGenericComDefinitions3.cpp", "args": { "durationMS": 0.8206629753112793, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4081075.927734375, "dur": 931.1189651489258, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9311189651489258, "detail": "System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>" } },
{ "pid": 1, "tid": 23, "ts": 4082009.033203125, "dur": 816.440999507904, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.816440999507904, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.String>" } },
{ "pid": 1, "tid": 23, "ts": 4082827.63671875, "dur": 1065.3899908065796, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0653899908065796, "detail": "System.Collections.Generic.Dictionary`2<System.String,System.UriParser>" } },
{ "pid": 1, "tid": 23, "ts": 4083895.01953125, "dur": 1084.9610567092896, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0849610567092896, "detail": "System.Collections.Generic.Dictionary`2<System.Type,System.AttributeUsageAttribute>" } },
{ "pid": 1, "tid": 23, "ts": 4084982.421875, "dur": 885.7850432395935, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8857850432395935, "detail": "System.Collections.Generic.Dictionary`2<System.Type,System.Runtime.Serialization.Formatters.Binary.TypeInformation>" } },
{ "pid": 1, "tid": 23, "ts": 4085870.1171875, "dur": 1014.2940282821655, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0142940282821655, "detail": "System.Collections.Generic.Dictionary`2<System.Type,System.MonoCustomAttrs/AttributeInfo>" } },
{ "pid": 1, "tid": 23, "ts": 4087711.42578125, "dur": 1645.8439826965332, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.6458439826965332, "detail": "System.Array/EmptyInternalEnumerator`1<System.IComparable`1<System.Boolean>>" } },
{ "pid": 1, "tid": 23, "ts": 4098782.2265625, "dur": 347.05299139022827, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.34705299139022827, "detail": "System.Array/EmptyInternalEnumerator`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 23, "ts": 4101074.21875, "dur": 443.45298409461975, "ph": "X", "name": "Il2CppGenericComDefinitions4.cpp", "args": { "durationMS": 0.44345298409461975, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4101537.109375, "dur": 785.5759859085083, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7855759859085083, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 23, "ts": 4102802.24609375, "dur": 356.0830056667328, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3560830056667328, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 23, "ts": 4103160.15625, "dur": 717.8270220756531, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7178270220756531, "detail": "System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 23, "ts": 4105008.7890625, "dur": 600.441038608551, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.600441038608551, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 23, "ts": 4106257.32421875, "dur": 728.3329963684082, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7283329963684082, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 23, "ts": 4107308.59375, "dur": 356.07802867889404, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.35607802867889404, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 23, "ts": 4111283.69140625, "dur": 395.67598700523376, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.39567598700523376, "detail": "System.Func`4<System.Object,System.Object,System.Boolean,System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4112379.39453125, "dur": 418.6689853668213, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4186689853668213, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 23, "ts": 4114334.9609375, "dur": 745.3880310058594, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7453880310058594, "detail": "System.Collections.Generic.HashSet`1<UnityEngine.UI.IClippable>" } },
{ "pid": 1, "tid": 23, "ts": 4115083.0078125, "dur": 788.3960604667664, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7883960604667664, "detail": "System.Collections.Generic.HashSet`1<UnityEngine.UI.MaskableGraphic>" } },
{ "pid": 1, "tid": 23, "ts": 4115877.44140625, "dur": 846.1549878120422, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8461549878120422, "detail": "System.Collections.Generic.HashSet`1<System.Object>" } },
{ "pid": 1, "tid": 23, "ts": 4116726.07421875, "dur": 728.0529737472534, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7280529737472534, "detail": "System.Collections.Generic.HashSet`1<UnityEngine.UI.Text>" } },
{ "pid": 1, "tid": 23, "ts": 4121864.2578125, "dur": 629.173994064331, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.629173994064331, "detail": "System.Collections.Generic.ICollection`1<System.Collections.Generic.IReadOnlyList`1<System.Globalization.HebrewNumber/HS>>" } },
{ "pid": 1, "tid": 23, "ts": 4123144.53125, "dur": 1563.4630918502808, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.5634630918502808, "detail": "System.Collections.Generic.ICollection`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>" } },
{ "pid": 1, "tid": 23, "ts": 4124711.42578125, "dur": 773.3509540557861, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7733509540557861, "detail": "System.Collections.Generic.ICollection`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>" } },
{ "pid": 1, "tid": 23, "ts": 4125488.76953125, "dur": 450.9510099887848, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4509510099887848, "detail": "System.Collections.Generic.ICollection`1<System.Collections.Concurrent.ConcurrentDictionary`2/Node<System.Object,System.Object>>" } },
{ "pid": 1, "tid": 23, "ts": 4125943.359375, "dur": 345.46300768852234, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.34546300768852234, "detail": "System.Collections.Generic.ICollection`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>" } },
{ "pid": 1, "tid": 23, "ts": 4129883.30078125, "dur": 391.66900515556335, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.39166900515556335, "detail": "System.Collections.Generic.ICollection`1<System.Collections.DictionaryEntry>" } },
{ "pid": 1, "tid": 23, "ts": 4130906.25, "dur": 372.93198704719543, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.37293198704719543, "detail": "System.Collections.Generic.ICollection`1<System.Runtime.CompilerServices.Ephemeron>" } },
{ "pid": 1, "tid": 23, "ts": 4131281.25, "dur": 409.6579849720001, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4096579849720001, "detail": "System.Collections.Generic.ICollection`1<System.Globalization.EraInfo>" } },
{ "pid": 1, "tid": 23, "ts": 4132242.1875, "dur": 4260.125160217285, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 4.260125160217285, "detail": "System.Collections.Generic.ICollection`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 23, "ts": 4137126.953125, "dur": 453.07502150535583, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.45307502150535583, "detail": "System.Collections.Generic.ICollection`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>" } },
{ "pid": 1, "tid": 23, "ts": 4137582.03125, "dur": 472.55000472068787, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.47255000472068787, "detail": "System.Collections.Generic.ICollection`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>" } },
{ "pid": 1, "tid": 23, "ts": 4141044.43359375, "dur": 426.25799775123596, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.42625799775123596, "detail": "System.Collections.Generic.ICollection`1<System.Globalization.InternalCodePageDataItem>" } },
{ "pid": 1, "tid": 23, "ts": 4141473.14453125, "dur": 366.8089807033539, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3668089807033539, "detail": "System.Collections.Generic.ICollection`1<System.Globalization.InternalEncodingDataItem>" } },
{ "pid": 1, "tid": 23, "ts": 4144250, "dur": 377.38701701164246, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.37738701701164246, "detail": "System.Collections.Generic.ICollection`1<System.Reflection.ParameterModifier>" } },
{ "pid": 1, "tid": 23, "ts": 4146302.24609375, "dur": 457.43000507354736, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.45743000507354736, "detail": "System.Collections.Generic.ICollection`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 23, "ts": 4149549.31640625, "dur": 548.5450029373169, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5485450029373169, "detail": "System.Collections.Generic.ICollection`1<System.UInt16>" } },
{ "pid": 1, "tid": 23, "ts": 4151025.87890625, "dur": 655.9029817581177, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6559029817581177, "detail": "System.Collections.Generic.ICollection`1<System.Threading.WaitHandle>" } },
{ "pid": 1, "tid": 23, "ts": 4152014.6484375, "dur": 409.07299518585205, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.40907299518585205, "detail": "System.Collections.Generic.ICollection`1<System.Runtime.InteropServices._FieldInfo>" } },
{ "pid": 1, "tid": 23, "ts": 4152955.56640625, "dur": 592.8780436515808, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5928780436515808, "detail": "System.Collections.Generic.ICollection`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 23, "ts": 4153896.97265625, "dur": 420.16199231147766, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.42016199231147766, "detail": "System.Collections.Generic.ICollection`1<System.Collections.Hashtable/bucket>" } },
{ "pid": 1, "tid": 23, "ts": 4154605.46875, "dur": 394.10400390625, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.39410400390625, "detail": "System.Collections.Generic.ICollection`1<System.ParameterizedStrings/FormatParam>" } },
{ "pid": 1, "tid": 23, "ts": 4155095.703125, "dur": 438.17201256752014, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.43817201256752014, "detail": "System.Collections.Generic.ICollection`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>" } },
{ "pid": 1, "tid": 23, "ts": 4157251.46484375, "dur": 4016.843795776367, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 4.016843795776367, "detail": "System.Collections.Generic.IComparer`1<Mono.Globalization.Unicode.Contraction>" } },
{ "pid": 1, "tid": 23, "ts": 4161582.51953125, "dur": 17251.86538696289, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 17.25186538696289, "detail": "System.Collections.Generic.IComparer`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 23, "ts": 4180295.8984375, "dur": 478.82699966430664, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.47882699966430664, "detail": "System.Collections.Generic.IEnumerable`1<System.Collections.Generic.IEnumerable`1<System.Char>>" } },
{ "pid": 1, "tid": 23, "ts": 4200239.74609375, "dur": 584.9699974060059, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5849699974060059, "detail": "System.Collections.Generic.IList`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 23, "ts": 4207866.69921875, "dur": 15780.790328979492, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 15.780790328979492, "detail": "System.Collections.Generic.IList`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>" } },
{ "pid": 1, "tid": 23, "ts": 4223727.5390625, "dur": 372.7090060710907, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3727090060710907, "detail": "System.Collections.Generic.IList`1<System.Collections.Hashtable/bucket>" } },
{ "pid": 1, "tid": 23, "ts": 4224710.9375, "dur": 369.8529899120331, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3698529899120331, "detail": "System.Collections.Generic.IList`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>" } },
{ "pid": 1, "tid": 23, "ts": 4235338.8671875, "dur": 350.3110110759735, "ph": "X", "name": "Il2CppGenericComDefinitions6.cpp", "args": { "durationMS": 0.3503110110759735, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4235706.0546875, "dur": 54287.83416748047, "ph": "X", "name": "Idle", "args": { "durationMS": 54.28783416748047, "detail": "" } },
{ "pid": 1, "tid": 24, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 24, "ts": 1450811.279296875, "dur": 31549.79705810547, "ph": "X", "name": "Idle", "args": { "durationMS": 31.54979705810547, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 1492123.1689453125, "dur": 4919.948577880859, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 4.919948577880859, "detail": "System" } },
{ "pid": 1, "tid": 24, "ts": 1498507.2021484375, "dur": 279398.1628417969, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 279.3981628417969, "detail": "System" } },
{ "pid": 1, "tid": 24, "ts": 1500169.677734375, "dur": 277735.0769042969, "ph": "X", "name": "System_Attr.cpp", "args": { "durationMS": 277.7350769042969, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 1779890.7470703125, "dur": 8623.814582824707, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 8.623814582824707, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 24, "ts": 1779913.6962890625, "dur": 8600.374221801758, "ph": "X", "name": "UnityEngine.TextRenderingModule_Attr.cpp", "args": { "durationMS": 8.600374221801758, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 1788517.9443359375, "dur": 9739.309310913086, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 9.739309310913086, "detail": "UnityEngine.TilemapModule" } },
{ "pid": 1, "tid": 24, "ts": 1788534.423828125, "dur": 9722.209930419922, "ph": "X", "name": "UnityEngine.TilemapModule_Attr.cpp", "args": { "durationMS": 9.722209930419922, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 1798260.7421875, "dur": 8939.579010009766, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 8.939579010009766, "detail": "UnityEngine.VideoModule" } },
{ "pid": 1, "tid": 24, "ts": 1798277.587890625, "dur": 8922.232627868652, "ph": "X", "name": "UnityEngine.VideoModule_Attr.cpp", "args": { "durationMS": 8.922232627868652, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 1817133.1787109375, "dur": 2136.2690925598145, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1362690925598145, "detail": "<Module>" } },
{ "pid": 1, "tid": 24, "ts": 1819270.263671875, "dur": 32887.447357177734, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 32.887447357177734, "detail": "<PrivateImplementationDetails>" } },
{ "pid": 1, "tid": 24, "ts": 1852322.8759765625, "dur": 44062.16812133789, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 44.06216812133789, "detail": "System.Security.Cryptography.AsnEncodedData" } },
{ "pid": 1, "tid": 24, "ts": 1896931.5185546875, "dur": 18094.02847290039, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.09402847290039, "detail": "System.Security.Cryptography.CAPI" } },
{ "pid": 1, "tid": 24, "ts": 1915026.611328125, "dur": 398.7009823322296, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3987009823322296, "detail": "System.Text.RegularExpressions.CachedCodeEntry" } },
{ "pid": 1, "tid": 24, "ts": 1915426.3916015625, "dur": 766.942024230957, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.766942024230957, "detail": "System.Text.RegularExpressions.Capture" } },
{ "pid": 1, "tid": 24, "ts": 1916558.7158203125, "dur": 408.1539809703827, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4081539809703827, "detail": "System.Net.Configuration.ConnectionManagementSection" } },
{ "pid": 1, "tid": 24, "ts": 1917119.0185546875, "dur": 605.137050151825, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.605137050151825, "detail": "System.Net.Configuration.DefaultProxySection" } },
{ "pid": 1, "tid": 24, "ts": 1917724.9755859375, "dur": 420.78202962875366, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.42078202962875366, "detail": "System.Diagnostics.DiagnosticsConfigurationHandler" } },
{ "pid": 1, "tid": 24, "ts": 1918146.6064453125, "dur": 15446.268081665039, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.446268081665039, "detail": "System.DomainNameHelper" } },
{ "pid": 1, "tid": 24, "ts": 1933750.8544921875, "dur": 682.7580332756042, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6827580332756042, "detail": "System.ComponentModel.EditorBrowsableAttribute" } },
{ "pid": 1, "tid": 24, "ts": 1934849.609375, "dur": 1038.6719703674316, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0386719703674316, "detail": "System.Text.RegularExpressions.ExclusiveReference" } },
{ "pid": 1, "tid": 24, "ts": 1935888.916015625, "dur": 1374.3139505386353, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3743139505386353, "detail": "System.Text.RegularExpressions.Group" } },
{ "pid": 1, "tid": 24, "ts": 1937264.5263671875, "dur": 445.702999830246, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.44570299983024597, "detail": "System.Net.Configuration.HttpWebRequestElement" } },
{ "pid": 1, "tid": 24, "ts": 1937711.3037109375, "dur": 10505.974769592285, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.505974769592285, "detail": "System.IOAsyncCallback" } },
{ "pid": 1, "tid": 24, "ts": 1948218.1396484375, "dur": 552.5269508361816, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5525269508361816, "detail": "System.IOAsyncResult" } },
{ "pid": 1, "tid": 24, "ts": 1948786.4990234375, "dur": 571.5000033378601, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5715000033378601, "detail": "System.IOSelectorJob" } },
{ "pid": 1, "tid": 24, "ts": 1949358.7646484375, "dur": 6873.906135559082, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.873906135559082, "detail": "System.Net.IPAddress" } },
{ "pid": 1, "tid": 24, "ts": 1956233.642578125, "dur": 8109.260559082031, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.109260559082031, "detail": "System.IPv4AddressHelper" } },
{ "pid": 1, "tid": 24, "ts": 1964343.8720703125, "dur": 8269.247055053711, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.269247055053711, "detail": "System.Net.IPv6AddressFormatter" } },
{ "pid": 1, "tid": 24, "ts": 1972614.2578125, "dur": 14149.787902832031, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.149787902832031, "detail": "System.IPv6AddressHelper" } },
{ "pid": 1, "tid": 24, "ts": 1987275.146484375, "dur": 361.83199286460876, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.36183199286460876, "detail": "System.Net.Configuration.Ipv6Element" } },
{ "pid": 1, "tid": 24, "ts": 1987637.939453125, "dur": 21016.98112487793, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 21.01698112487793, "detail": "System.IriHelper" } },
{ "pid": 1, "tid": 24, "ts": 2008655.76171875, "dur": 16915.782928466797, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.915782928466797, "detail": "System.Text.RegularExpressions.Match" } },
{ "pid": 1, "tid": 24, "ts": 2025572.509765625, "dur": 338.78201246261597, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.33878201246261597, "detail": "System.Text.RegularExpressions.MatchSparse" } },
{ "pid": 1, "tid": 24, "ts": 2025912.2314453125, "dur": 334.4630002975464, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3344630002975464, "detail": "System.Net.Configuration.NetSectionGroup" } },
{ "pid": 1, "tid": 24, "ts": 2026247.55859375, "dur": 1776.739001274109, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7767390012741089, "detail": "System.Security.Cryptography.Oid" } },
{ "pid": 1, "tid": 24, "ts": 2028025.146484375, "dur": 3773.6058235168457, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.7736058235168457, "detail": "System.Security.Cryptography.OidCollection" } },
{ "pid": 1, "tid": 24, "ts": 2031800.29296875, "dur": 834.8780274391174, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8348780274391174, "detail": "System.Security.Cryptography.OidEnumerator" } },
{ "pid": 1, "tid": 24, "ts": 2032664.55078125, "dur": 386.1619830131531, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3861619830131531, "detail": "System.Net.Configuration.PerformanceCountersElement" } },
{ "pid": 1, "tid": 24, "ts": 2033051.7578125, "dur": 406.72001242637634, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.40672001242637634, "detail": "System.Net.Configuration.ProxyElement" } },
{ "pid": 1, "tid": 24, "ts": 2033459.228515625, "dur": 699.0579962730408, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6990579962730408, "detail": "System.Security.Cryptography.X509Certificates.PublicKey" } },
{ "pid": 1, "tid": 24, "ts": 2034159.3017578125, "dur": 16567.731857299805, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.567731857299805, "detail": "System.Text.RegularExpressions.Regex" } },
{ "pid": 1, "tid": 24, "ts": 2050728.02734375, "dur": 11245.311737060547, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.245311737060547, "detail": "System.Text.RegularExpressions.RegexBoyerMoore" } },
{ "pid": 1, "tid": 24, "ts": 2061974.853515625, "dur": 78126.3198852539, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 78.1263198852539, "detail": "System.Text.RegularExpressions.RegexCharClass" } },
{ "pid": 1, "tid": 24, "ts": 2140104.4921875, "dur": 166745.7733154297, "ph": "X", "name": "System.cpp", "args": { "durationMS": 166.7457733154297, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 2322467.7734375, "dur": 344.1009819507599, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3441009819507599, "detail": "<PrivateImplementationDetails>" } },
{ "pid": 1, "tid": 24, "ts": 2322812.255859375, "dur": 19155.397415161133, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 19.155397415161133, "detail": "System.Text.ASCIIEncoding" } },
{ "pid": 1, "tid": 24, "ts": 2341968.75, "dur": 1355.9190034866333, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3559190034866333, "detail": "System.Threading.AbandonedMutexException" } },
{ "pid": 1, "tid": 24, "ts": 2343325.68359375, "dur": 549.006998538971, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.549006998538971, "detail": "System.Action" } },
{ "pid": 1, "tid": 24, "ts": 2343875.732421875, "dur": 888.8869881629944, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8888869881629944, "detail": "System.Runtime.Remoting.ActivatedClientTypeEntry" } },
{ "pid": 1, "tid": 24, "ts": 2344765.13671875, "dur": 631.9459676742554, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6319459676742554, "detail": "System.Runtime.Remoting.ActivatedServiceTypeEntry" } },
{ "pid": 1, "tid": 24, "ts": 2345397.94921875, "dur": 5141.401290893555, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.141401290893555, "detail": "System.Runtime.Remoting.Activation.ActivationServices" } },
{ "pid": 1, "tid": 24, "ts": 2350540.771484375, "dur": 2780.790090560913, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.780790090560913, "detail": "System.Activator" } },
{ "pid": 1, "tid": 24, "ts": 2353322.265625, "dur": 16267.152786254883, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.267152786254883, "detail": "System.AggregateException" } },
{ "pid": 1, "tid": 24, "ts": 2369590.576171875, "dur": 692.9259896278381, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6929259896278381, "detail": "System.Reflection.AmbiguousMatchException" } },
{ "pid": 1, "tid": 24, "ts": 2370300.537109375, "dur": 10884.361267089844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.884361267089844, "detail": "System.AppDomain" } },
{ "pid": 1, "tid": 24, "ts": 2381185.791015625, "dur": 1928.2840490341187, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9282840490341187, "detail": "System.Runtime.Remoting.Activation.AppDomainLevelActivator" } },
{ "pid": 1, "tid": 24, "ts": 2383114.990234375, "dur": 491.9480085372925, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4919480085372925, "detail": "System.AppDomainSetup" } },
{ "pid": 1, "tid": 24, "ts": 2383607.91015625, "dur": 614.6180033683777, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6146180033683777, "detail": "System.AppDomainUnloadedException" } },
{ "pid": 1, "tid": 24, "ts": 2384223.6328125, "dur": 1048.6880540847778, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0486880540847778, "detail": "System.ApplicationException" } },
{ "pid": 1, "tid": 24, "ts": 2385273.193359375, "dur": 1127.236008644104, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.127236008644104, "detail": "System.Runtime.Remoting.Messaging.ArgInfo" } },
{ "pid": 1, "tid": 24, "ts": 2386411.62109375, "dur": 388.0369961261749, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3880369961261749, "detail": "System.ArgIterator" } },
{ "pid": 1, "tid": 24, "ts": 2386800.29296875, "dur": 1679.85999584198, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.67985999584198, "detail": "System.ArgumentException" } },
{ "pid": 1, "tid": 24, "ts": 2388481.201171875, "dur": 990.5760288238525, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9905760288238525, "detail": "System.ArgumentNullException" } },
{ "pid": 1, "tid": 24, "ts": 2389472.412109375, "dur": 2472.6760387420654, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4726760387420654, "detail": "System.ArgumentOutOfRangeException" } },
{ "pid": 1, "tid": 24, "ts": 2391946.533203125, "dur": 960.9690308570862, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9609690308570862, "detail": "System.ArithmeticException" } },
{ "pid": 1, "tid": 24, "ts": 2392908.447265625, "dur": 49732.58590698242, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 49.73258590698242, "detail": "System.Array" } },
{ "pid": 1, "tid": 24, "ts": 2442641.845703125, "dur": 9100.391387939453, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.100391387939453, "detail": "System.Collections.ArrayList" } },
{ "pid": 1, "tid": 24, "ts": 2451743.408203125, "dur": 1111.0749244689941, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1110749244689941, "detail": "System.ArraySpec" } },
{ "pid": 1, "tid": 24, "ts": 2452855.224609375, "dur": 1151.1069536209106, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1511069536209106, "detail": "System.ArrayTypeMismatchException" } },
{ "pid": 1, "tid": 24, "ts": 2454007.568359375, "dur": 6381.991863250732, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.381991863250732, "detail": "System.Reflection.Assembly" } },
{ "pid": 1, "tid": 24, "ts": 2462000.732421875, "dur": 631.9820284843445, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6319820284843445, "detail": "System.AssemblyLoadEventHandler" } },
{ "pid": 1, "tid": 24, "ts": 2462633.056640625, "dur": 11808.688163757324, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.808688163757324, "detail": "System.Reflection.AssemblyName" } },
{ "pid": 1, "tid": 24, "ts": 2474848.14453125, "dur": 500.9710192680359, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5009710192680359, "detail": "System.AsyncCallback" } },
{ "pid": 1, "tid": 24, "ts": 2475362.79296875, "dur": 743.5740232467651, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7435740232467651, "detail": "System.Threading.Tasks.AsyncCausalityTracer" } },
{ "pid": 1, "tid": 24, "ts": 2476107.91015625, "dur": 3876.1799335479736, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.8761799335479736, "detail": "System.Runtime.CompilerServices.AsyncMethodBuilderCore" } },
{ "pid": 1, "tid": 24, "ts": 2480138.427734375, "dur": 5397.369861602783, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.397369861602783, "detail": "System.Runtime.Remoting.Messaging.AsyncResult" } },
{ "pid": 1, "tid": 24, "ts": 2485667.96875, "dur": 727.6589870452881, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7276589870452881, "detail": "System.Runtime.CompilerServices.AsyncTaskCache" } },
{ "pid": 1, "tid": 24, "ts": 2486396.728515625, "dur": 7785.519123077393, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.785519123077393, "detail": "System.Attribute" } },
{ "pid": 1, "tid": 24, "ts": 2494199.21875, "dur": 965.0919437408447, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9650919437408447, "detail": "System.AttributeUsageAttribute" } },
{ "pid": 1, "tid": 24, "ts": 2495165.52734375, "dur": 6418.1342124938965, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.4181342124938965, "detail": "System.Threading.Tasks.AwaitTaskContinuation" } },
{ "pid": 1, "tid": 24, "ts": 2501607.177734375, "dur": 3483.891010284424, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.483891010284424, "detail": "System.BadImageFormatException" } },
{ "pid": 1, "tid": 24, "ts": 2505104.736328125, "dur": 3141.6780948638916, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.1416780948638916, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryArray" } },
{ "pid": 1, "tid": 24, "ts": 2508258.30078125, "dur": 566.2350058555603, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5662350058555603, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryAssembly" } },
{ "pid": 1, "tid": 24, "ts": 2508825.927734375, "dur": 763.9690041542053, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7639690041542053, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo" } },
{ "pid": 1, "tid": 24, "ts": 2509734.86328125, "dur": 4694.628715515137, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.694628715515137, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryConverter" } },
{ "pid": 1, "tid": 24, "ts": 2515385.7421875, "dur": 3388.563871383667, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.388563871383667, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryFormatter" } },
{ "pid": 1, "tid": 24, "ts": 2518791.50390625, "dur": 789.6039485931396, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7896039485931396, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryMethodCall" } },
{ "pid": 1, "tid": 24, "ts": 2519581.54296875, "dur": 992.6810264587402, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9926810264587402, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturn" } },
{ "pid": 1, "tid": 24, "ts": 2520575.1953125, "dur": 601.6789674758911, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6016789674758911, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryObject" } },
{ "pid": 1, "tid": 24, "ts": 2521177.734375, "dur": 592.5939679145813, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5925939679145813, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryObjectString" } },
{ "pid": 1, "tid": 24, "ts": 2521770.99609375, "dur": 1392.2330141067505, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3922330141067505, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMap" } },
{ "pid": 1, "tid": 24, "ts": 2523164.306640625, "dur": 2260.4520320892334, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2604520320892334, "detail": "System.Runtime.Serialization.Formatters.Binary.BinaryObjectWithMapTyped" } },
{ "pid": 1, "tid": 24, "ts": 2525425.537109375, "dur": 12783.708572387695, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.783708572387695, "detail": "System.IO.BinaryReader" } },
{ "pid": 1, "tid": 24, "ts": 2538211.9140625, "dur": 173759.41467285156, "ph": "X", "name": "mscorlib.cpp", "args": { "durationMS": 173.75941467285156, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 2712020.263671875, "dur": 1627.8979778289795, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6278979778289795, "detail": "System.Runtime.InteropServices.Marshal" } },
{ "pid": 1, "tid": 24, "ts": 2713794.677734375, "dur": 861.0170483589172, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8610170483589172, "detail": "System.MarshalByRefObject" } },
{ "pid": 1, "tid": 24, "ts": 2714656.494140625, "dur": 638.4869813919067, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6384869813919067, "detail": "System.Runtime.InteropServices.MarshalDirectiveException" } },
{ "pid": 1, "tid": 24, "ts": 2715295.41015625, "dur": 2437.9210472106934, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4379210472106934, "detail": "System.Math" } },
{ "pid": 1, "tid": 24, "ts": 2717734.619140625, "dur": 629.9320459365845, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6299320459365845, "detail": "System.MemberAccessException" } },
{ "pid": 1, "tid": 24, "ts": 2718365.478515625, "dur": 551.7509579658508, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5517509579658508, "detail": "System.Reflection.MemberFilter" } },
{ "pid": 1, "tid": 24, "ts": 2718917.96875, "dur": 689.2719864845276, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6892719864845276, "detail": "System.Runtime.Serialization.MemberHolder" } },
{ "pid": 1, "tid": 24, "ts": 2719607.666015625, "dur": 2325.390100479126, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.325390100479126, "detail": "System.Reflection.MemberInfo" } },
{ "pid": 1, "tid": 24, "ts": 2721933.837890625, "dur": 25605.89599609375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 25.60589599609375, "detail": "System.Reflection.MemberInfoSerializationHolder" } },
{ "pid": 1, "tid": 24, "ts": 2747541.259765625, "dur": 610.3919744491577, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6103919744491577, "detail": "System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveTyped" } },
{ "pid": 1, "tid": 24, "ts": 2748152.34375, "dur": 589.2450213432312, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5892450213432312, "detail": "System.Runtime.Serialization.Formatters.Binary.MemberPrimitiveUnTyped" } },
{ "pid": 1, "tid": 24, "ts": 2748742.431640625, "dur": 582.4330449104309, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5824330449104309, "detail": "System.Runtime.Serialization.Formatters.Binary.MemberReference" } },
{ "pid": 1, "tid": 24, "ts": 2749339.111328125, "dur": 34109.44747924805, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 34.10944747924805, "detail": "System.IO.MemoryStream" } },
{ "pid": 1, "tid": 24, "ts": 2783449.21875, "dur": 9351.526260375977, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.351526260375977, "detail": "System.Runtime.Remoting.Messaging.MessageDictionary" } },
{ "pid": 1, "tid": 24, "ts": 2792801.513671875, "dur": 451.24900341033936, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.45124900341033936, "detail": "System.Runtime.Serialization.Formatters.Binary.MessageEnd" } },
{ "pid": 1, "tid": 24, "ts": 2793267.333984375, "dur": 688.1089806556702, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6881089806556702, "detail": "System.MethodAccessException" } },
{ "pid": 1, "tid": 24, "ts": 2793973.14453125, "dur": 8084.434509277344, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.084434509277344, "detail": "System.Reflection.MethodBase" } },
{ "pid": 1, "tid": 24, "ts": 2802058.59375, "dur": 380.89901208877563, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.38089901208877563, "detail": "System.Reflection.MethodBody" } },
{ "pid": 1, "tid": 24, "ts": 2802440.185546875, "dur": 1432.460069656372, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.432460069656372, "detail": "System.Reflection.Emit.MethodBuilder" } },
{ "pid": 1, "tid": 24, "ts": 2803873.53515625, "dur": 12296.168327331543, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.296168327331543, "detail": "System.Runtime.Remoting.Messaging.MethodCall" } },
{ "pid": 1, "tid": 24, "ts": 2816187.5, "dur": 1650.2350568771362, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6502350568771362, "detail": "System.Reflection.MethodInfo" } },
{ "pid": 1, "tid": 24, "ts": 2817841.30859375, "dur": 10058.106422424316, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.058106422424316, "detail": "System.Runtime.Remoting.Messaging.MethodResponse" } },
{ "pid": 1, "tid": 24, "ts": 2827900.390625, "dur": 523.8810181617737, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5238810181617737, "detail": "System.Runtime.Remoting.Messaging.MethodReturnDictionary" } },
{ "pid": 1, "tid": 24, "ts": 2828425.048828125, "dur": 598.4500050544739, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5984500050544739, "detail": "System.Reflection.Missing" } },
{ "pid": 1, "tid": 24, "ts": 2829024.169921875, "dur": 1299.4210720062256, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2994210720062256, "detail": "System.MissingFieldException" } },
{ "pid": 1, "tid": 24, "ts": 2830324.462890625, "dur": 5763.123989105225, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.763123989105225, "detail": "System.MissingMemberException" } },
{ "pid": 1, "tid": 24, "ts": 2836088.37890625, "dur": 1440.6499862670898, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4406499862670898, "detail": "System.MissingMethodException" } },
{ "pid": 1, "tid": 24, "ts": 2837530.2734375, "dur": 3543.6007976531982, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.5436007976531982, "detail": "System.Reflection.Module" } },
{ "pid": 1, "tid": 24, "ts": 2841093.26171875, "dur": 3045.366048812866, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.045366048812866, "detail": "System.Threading.Monitor" } },
{ "pid": 1, "tid": 24, "ts": 2844139.6484375, "dur": 1780.7949781417847, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7807949781417847, "detail": "System.Reflection.MonoAssembly" } },
{ "pid": 1, "tid": 24, "ts": 2845965.8203125, "dur": 768.3899998664856, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7683899998664856, "detail": "System.MonoAsyncCall" } },
{ "pid": 1, "tid": 24, "ts": 2846735.107421875, "dur": 5570.512771606445, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.570512771606445, "detail": "System.Reflection.MonoCMethod" } },
{ "pid": 1, "tid": 24, "ts": 2852306.640625, "dur": 16851.31072998047, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.85131072998047, "detail": "System.MonoCustomAttrs" } },
{ "pid": 1, "tid": 24, "ts": 2869158.447265625, "dur": 1722.8569984436035, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7228569984436035, "detail": "System.Reflection.MonoEvent" } },
{ "pid": 1, "tid": 24, "ts": 2870882.32421875, "dur": 604.5269966125488, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6045269966125488, "detail": "System.Reflection.MonoEventInfo" } },
{ "pid": 1, "tid": 24, "ts": 2871487.3046875, "dur": 5529.767036437988, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.529767036437988, "detail": "System.Reflection.MonoField" } },
{ "pid": 1, "tid": 24, "ts": 2877031.005859375, "dur": 14115.574836730957, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.115574836730957, "detail": "System.IO.MonoIO" } },
{ "pid": 1, "tid": 24, "ts": 2891289.55078125, "dur": 10032.854080200195, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.032854080200195, "detail": "System.Reflection.MonoMethod" } },
{ "pid": 1, "tid": 24, "ts": 2901322.998046875, "dur": 1353.6070585250854, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3536070585250854, "detail": "System.Reflection.MonoMethodInfo" } },
{ "pid": 1, "tid": 24, "ts": 2902677.734375, "dur": 7074.667930603027, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.074667930603027, "detail": "System.Runtime.Remoting.Messaging.MonoMethodMessage" } },
{ "pid": 1, "tid": 24, "ts": 2909753.41796875, "dur": 1723.402976989746, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.723402976989746, "detail": "System.Reflection.MonoModule" } },
{ "pid": 1, "tid": 24, "ts": 2911477.783203125, "dur": 1458.393931388855, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.458393931388855, "detail": "System.Reflection.MonoParameterInfo" } },
{ "pid": 1, "tid": 24, "ts": 2912937.01171875, "dur": 10350.415229797363, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.350415229797363, "detail": "System.Reflection.MonoProperty" } },
{ "pid": 1, "tid": 24, "ts": 2923288.330078125, "dur": 560.9790086746216, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5609790086746216, "detail": "System.Reflection.MonoPropertyInfo" } },
{ "pid": 1, "tid": 24, "ts": 2924304.6875, "dur": 5639.051914215088, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.639051914215088, "detail": "System.MulticastDelegate" } },
{ "pid": 1, "tid": 24, "ts": 2929944.580078125, "dur": 3919.782876968384, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.919782876968384, "detail": "System.MulticastNotSupportedException" } },
{ "pid": 1, "tid": 24, "ts": 2933865.478515625, "dur": 5600.505828857422, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.600505828857422, "detail": "System.Threading.Mutex" } },
{ "pid": 1, "tid": 24, "ts": 2939467.041015625, "dur": 7596.747875213623, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.596747875213623, "detail": "System.Runtime.Serialization.Formatters.Binary.NameCache" } },
{ "pid": 1, "tid": 24, "ts": 2947064.697265625, "dur": 693.7029957771301, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6937029957771301, "detail": "System.Runtime.Serialization.Formatters.Binary.NameInfo" } },
{ "pid": 1, "tid": 24, "ts": 2947759.765625, "dur": 975.2110242843628, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9752110242843628, "detail": "System.Threading.NativeEventCalls" } },
{ "pid": 1, "tid": 24, "ts": 2948764.6484375, "dur": 379.05797362327576, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.37905797362327576, "detail": "System.Resources.NeutralResourcesLanguageAttribute" } },
{ "pid": 1, "tid": 24, "ts": 2949144.287109375, "dur": 413.2069945335388, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4132069945335388, "detail": "System.Collections.Generic.NonRandomizedStringEqualityComparer" } },
{ "pid": 1, "tid": 24, "ts": 2949661.62109375, "dur": 35418.19763183594, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 35.41819763183594, "detail": "System.Text.Normalization" } },
{ "pid": 1, "tid": 24, "ts": 2985101.318359375, "dur": 2583.59694480896, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.58359694480896, "detail": "Mono.Globalization.Unicode.NormalizationTableUtil" } },
{ "pid": 1, "tid": 24, "ts": 2987685.791015625, "dur": 818.4060454368591, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8184060454368591, "detail": "System.NotImplementedException" } },
{ "pid": 1, "tid": 24, "ts": 2988505.37109375, "dur": 688.217043876648, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.688217043876648, "detail": "System.NotSupportedException" } },
{ "pid": 1, "tid": 24, "ts": 2989194.580078125, "dur": 1971.3529348373413, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9713529348373413, "detail": "System.NullConsoleDriver" } },
{ "pid": 1, "tid": 24, "ts": 2991166.748046875, "dur": 618.7329888343811, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6187329888343811, "detail": "System.NullReferenceException" } },
{ "pid": 1, "tid": 24, "ts": 2991786.376953125, "dur": 611.9409799575806, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6119409799575806, "detail": "System.Nullable" } },
{ "pid": 1, "tid": 24, "ts": 2992399.4140625, "dur": 35700.584411621094, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 35.700584411621094, "detail": "System.Number" } },
{ "pid": 1, "tid": 24, "ts": 3028103.02734375, "dur": 156082.04650878906, "ph": "X", "name": "mscorlib7.cpp", "args": { "durationMS": 156.08204650878906, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 3192776.123046875, "dur": 1139.4160985946655, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1394160985946655, "detail": "System.TimeZoneNotFoundException" } },
{ "pid": 1, "tid": 24, "ts": 3194170.8984375, "dur": 676.8739819526672, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6768739819526672, "detail": "System.TimeoutException" } },
{ "pid": 1, "tid": 24, "ts": 3194848.6328125, "dur": 404.0359854698181, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4040359854698181, "detail": "System.Threading.TimeoutHelper" } },
{ "pid": 1, "tid": 24, "ts": 3195253.173828125, "dur": 55371.17004394531, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 55.37117004394531, "detail": "System.Threading.Timer" } },
{ "pid": 1, "tid": 24, "ts": 3250625.48828125, "dur": 7458.193778991699, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.458193778991699, "detail": "System.Threading.TimerCallback" } },
{ "pid": 1, "tid": 24, "ts": 3258289.55078125, "dur": 2559.290885925293, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.559290885925293, "detail": "System.Runtime.Remoting.Services.TrackingServices" } },
{ "pid": 1, "tid": 24, "ts": 3260849.609375, "dur": 13724.193572998047, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.724193572998047, "detail": "System.Runtime.Remoting.Proxies.TransparentProxy" } },
{ "pid": 1, "tid": 24, "ts": 3274574.951171875, "dur": 338.3769989013672, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3383769989013672, "detail": "System.Tuple" } },
{ "pid": 1, "tid": 24, "ts": 3274914.0625, "dur": 26111.143112182617, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 26.111143112182617, "detail": "System.Type" } },
{ "pid": 1, "tid": 24, "ts": 3301039.55078125, "dur": 4256.453037261963, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.256453037261963, "detail": "System.Reflection.Emit.TypeBuilder" } },
{ "pid": 1, "tid": 24, "ts": 3305687.5, "dur": 377.77698040008545, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.37777698040008545, "detail": "System.Runtime.Remoting.TypeEntry" } },
{ "pid": 1, "tid": 24, "ts": 3306065.91796875, "dur": 986.5999817848206, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9865999817848206, "detail": "System.Reflection.TypeFilter" } },
{ "pid": 1, "tid": 24, "ts": 3307085.9375, "dur": 466.39201045036316, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.46639201045036316, "detail": "System.Runtime.CompilerServices.TypeForwardedFromAttribute" } },
{ "pid": 1, "tid": 24, "ts": 3307807.6171875, "dur": 2051.0029792785645, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0510029792785645, "detail": "System.Runtime.Remoting.TypeInfo" } },
{ "pid": 1, "tid": 24, "ts": 3310193.84765625, "dur": 2397.900104522705, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.397900104522705, "detail": "System.TypeInitializationException" } },
{ "pid": 1, "tid": 24, "ts": 3312592.529296875, "dur": 2391.651153564453, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.391651153564453, "detail": "System.TypeLoadException" } },
{ "pid": 1, "tid": 24, "ts": 3315510.7421875, "dur": 15205.814361572266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.205814361572266, "detail": "System.TypeSpec" } },
{ "pid": 1, "tid": 24, "ts": 3330717.529296875, "dur": 2950.162887573242, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.950162887573242, "detail": "System.TypedReference" } },
{ "pid": 1, "tid": 24, "ts": 3333668.45703125, "dur": 7112.851142883301, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.112851142883301, "detail": "System.UInt16" } },
{ "pid": 1, "tid": 24, "ts": 3340792.236328125, "dur": 15181.519508361816, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.181519508361816, "detail": "System.UInt32" } },
{ "pid": 1, "tid": 24, "ts": 3355986.083984375, "dur": 18455.718994140625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.455718994140625, "detail": "System.UInt64" } },
{ "pid": 1, "tid": 24, "ts": 3374454.1015625, "dur": 2626.9969940185547, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6269969940185547, "detail": "System.UIntPtr" } },
{ "pid": 1, "tid": 24, "ts": 3377081.787109375, "dur": 40349.02572631836, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 40.34902572631836, "detail": "System.Text.UTF32Encoding" } },
{ "pid": 1, "tid": 24, "ts": 3417432.12890625, "dur": 27639.14680480957, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 27.63914680480957, "detail": "System.Text.UTF7Encoding" } },
{ "pid": 1, "tid": 24, "ts": 3445072.021484375, "dur": 42557.99865722656, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 42.55799865722656, "detail": "System.Text.UTF8Encoding" } },
{ "pid": 1, "tid": 24, "ts": 3487638.18359375, "dur": 3146.885871887207, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.146885871887207, "detail": "System.UnSafeCharBuffer" } },
{ "pid": 1, "tid": 24, "ts": 3490786.1328125, "dur": 1173.1430292129517, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1731430292129517, "detail": "System.UnauthorizedAccessException" } },
{ "pid": 1, "tid": 24, "ts": 3491960.205078125, "dur": 4010.406970977783, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.010406970977783, "detail": "System.IO.UnexceptionalStreamReader" } },
{ "pid": 1, "tid": 24, "ts": 3495971.435546875, "dur": 881.305992603302, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.881305992603302, "detail": "System.IO.UnexceptionalStreamWriter" } },
{ "pid": 1, "tid": 24, "ts": 3497183.837890625, "dur": 495.3039884567261, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4953039884567261, "detail": "System.UnhandledExceptionEventHandler" } },
{ "pid": 1, "tid": 24, "ts": 3497695.556640625, "dur": 61124.271392822266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 61.124271392822266, "detail": "System.Text.UnicodeEncoding" } },
{ "pid": 1, "tid": 24, "ts": 3558823.486328125, "dur": 100735.06927490234, "ph": "X", "name": "mscorlib14.cpp", "args": { "durationMS": 100.73506927490234, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 3659599.12109375, "dur": 3159.731864929199, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.159731864929199, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 24, "ts": 3662760.7421875, "dur": 4003.9100646972656, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.003910064697266, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 24, "ts": 3666767.333984375, "dur": 1777.1189212799072, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7771189212799072, "detail": "System.Array/InternalEnumerator`1<UnityEngine.ContactPoint2D>" } },
{ "pid": 1, "tid": 24, "ts": 3668546.630859375, "dur": 2604.3388843536377, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.6043388843536377, "detail": "System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeNamedArgument>" } },
{ "pid": 1, "tid": 24, "ts": 3671153.076171875, "dur": 1909.5799922943115, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9095799922943115, "detail": "System.Array/InternalEnumerator`1<System.Reflection.CustomAttributeTypedArgument>" } },
{ "pid": 1, "tid": 24, "ts": 3673064.697265625, "dur": 2461.3540172576904, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4613540172576904, "detail": "System.Array/InternalEnumerator`1<System.DateTime>" } },
{ "pid": 1, "tid": 24, "ts": 3675528.564453125, "dur": 2836.5261554718018, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.8365261554718018, "detail": "System.Array/InternalEnumerator`1<System.Decimal>" } },
{ "pid": 1, "tid": 24, "ts": 3678367.919921875, "dur": 2635.946035385132, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.635946035385132, "detail": "System.Array/InternalEnumerator`1<System.Collections.DictionaryEntry>" } },
{ "pid": 1, "tid": 24, "ts": 3681006.103515625, "dur": 5106.391906738281, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.106391906738281, "detail": "System.Array/InternalEnumerator`1<System.Double>" } },
{ "pid": 1, "tid": 24, "ts": 3686114.501953125, "dur": 3797.9209423065186, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.7979209423065186, "detail": "System.Array/InternalEnumerator`1<System.Runtime.CompilerServices.Ephemeron>" } },
{ "pid": 1, "tid": 24, "ts": 3689914.794921875, "dur": 3253.33309173584, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.25333309173584, "detail": "System.Array/InternalEnumerator`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 24, "ts": 3693170.654296875, "dur": 2066.3490295410156, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0663490295410156, "detail": "System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>" } },
{ "pid": 1, "tid": 24, "ts": 3695239.2578125, "dur": 7257.054328918457, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.257054328918457, "detail": "System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>" } },
{ "pid": 1, "tid": 24, "ts": 3702498.291015625, "dur": 3871.406078338623, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.871406078338623, "detail": "System.Array/InternalEnumerator`1<System.Int16>" } },
{ "pid": 1, "tid": 24, "ts": 3706372.0703125, "dur": 2491.39404296875, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.49139404296875, "detail": "System.Array/InternalEnumerator`1<System.Int32>" } },
{ "pid": 1, "tid": 24, "ts": 3708865.72265625, "dur": 2832.9148292541504, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.8329148292541504, "detail": "System.Array/InternalEnumerator`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 24, "ts": 3711700.927734375, "dur": 2845.932960510254, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.845932960510254, "detail": "System.Array/InternalEnumerator`1<System.Int64>" } },
{ "pid": 1, "tid": 24, "ts": 3714548.583984375, "dur": 3568.9139366149902, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.5689139366149902, "detail": "System.Array/InternalEnumerator`1<System.IntPtr>" } },
{ "pid": 1, "tid": 24, "ts": 3718128.173828125, "dur": 2033.1768989562988, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.033176898956299, "detail": "System.Array/InternalEnumerator`1<System.Globalization.InternalCodePageDataItem>" } },
{ "pid": 1, "tid": 24, "ts": 3720163.330078125, "dur": 52153.04183959961, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 52.15304183959961, "detail": "System.Array/InternalEnumerator`1<System.Globalization.InternalEncodingDataItem>" } },
{ "pid": 1, "tid": 24, "ts": 3772319.580078125, "dur": 1789.8850440979004, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7898850440979004, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Keyframe>" } },
{ "pid": 1, "tid": 24, "ts": 3774112.548828125, "dur": 3005.8820247650146, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.0058820247650146, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>" } },
{ "pid": 1, "tid": 24, "ts": 3777120.849609375, "dur": 1803.117036819458, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.803117036819458, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 24, "ts": 3778925.78125, "dur": 1698.8810300827026, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.6988810300827026, "detail": "System.Array/InternalEnumerator`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3780626.953125, "dur": 2925.3950119018555, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.9253950119018555, "detail": "System.Array/InternalEnumerator`1<System.Reflection.ParameterModifier>" } },
{ "pid": 1, "tid": 24, "ts": 3783554.443359375, "dur": 2578.766107559204, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.578766107559204, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Plane>" } },
{ "pid": 1, "tid": 24, "ts": 3786135.7421875, "dur": 4060.056209564209, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.060056209564209, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Playables.PlayableBinding>" } },
{ "pid": 1, "tid": 24, "ts": 3790197.998046875, "dur": 2024.5039463043213, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0245039463043213, "detail": "System.Array/InternalEnumerator`1<UnityEngine.LowLevel.PlayerLoopSystem>" } },
{ "pid": 1, "tid": 24, "ts": 3792224.853515625, "dur": 2391.1831378936768, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3911831378936768, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Quaternion>" } },
{ "pid": 1, "tid": 24, "ts": 3794618.65234375, "dur": 1849.8940467834473, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8498940467834473, "detail": "System.Array/InternalEnumerator`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 24, "ts": 3796472.16796875, "dur": 2243.08705329895, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.24308705329895, "detail": "System.Array/InternalEnumerator`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 24, "ts": 3798717.7734375, "dur": 2309.203863143921, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.309203863143921, "detail": "System.Array/InternalEnumerator`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 24, "ts": 3801030.2734375, "dur": 2041.3129329681396, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0413129329681396, "detail": "System.Array/InternalEnumerator`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 24, "ts": 3803074.21875, "dur": 1963.3300304412842, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9633300304412842, "detail": "System.Array/InternalEnumerator`1<System.SByte>" } },
{ "pid": 1, "tid": 24, "ts": 3805039.794921875, "dur": 1991.8580055236816, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9918580055236816, "detail": "System.Array/InternalEnumerator`1<System.Single>" } },
{ "pid": 1, "tid": 24, "ts": 3807034.423828125, "dur": 1737.3969554901123, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7373969554901123, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 24, "ts": 3808773.681640625, "dur": 1750.892996788025, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.750892996788025, "detail": "System.Array/InternalEnumerator`1<System.TimeSpan>" } },
{ "pid": 1, "tid": 24, "ts": 3810526.611328125, "dur": 2882.279872894287, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.882279872894287, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 24, "ts": 3813410.888671875, "dur": 2231.9250106811523, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2319250106811523, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 24, "ts": 3815644.53125, "dur": 2183.3431720733643, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.1833431720733643, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 24, "ts": 3817832.763671875, "dur": 1819.5029497146606, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8195029497146606, "detail": "System.Array/InternalEnumerator`1<System.UInt16>" } },
{ "pid": 1, "tid": 24, "ts": 3819653.564453125, "dur": 2114.7971153259277, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.1147971153259277, "detail": "System.Array/InternalEnumerator`1<System.UInt32>" } },
{ "pid": 1, "tid": 24, "ts": 3821770.01953125, "dur": 2606.5030097961426, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.6065030097961426, "detail": "System.Array/InternalEnumerator`1<System.UInt64>" } },
{ "pid": 1, "tid": 24, "ts": 3824379.39453125, "dur": 1745.3539371490479, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7453539371490479, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 24, "ts": 3826126.46484375, "dur": 1645.8319425582886, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.6458319425582886, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 24, "ts": 3827773.92578125, "dur": 1744.634985923767, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.744634985923767, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 24, "ts": 3829520.751953125, "dur": 3518.968105316162, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.518968105316162, "detail": "System.Array/InternalEnumerator`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 24, "ts": 3833042.724609375, "dur": 2900.4790782928467, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.9004790782928467, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 24, "ts": 3835946.2890625, "dur": 2016.5479183197021, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.016547918319702, "detail": "System.Array/InternalEnumerator`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>" } },
{ "pid": 1, "tid": 24, "ts": 3837966.796875, "dur": 1778.311014175415, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.778311014175415, "detail": "System.Array/InternalEnumerator`1<System.Collections.Hashtable/bucket>" } },
{ "pid": 1, "tid": 24, "ts": 3839747.0703125, "dur": 1658.3150625228882, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.6583150625228882, "detail": "System.Array/InternalEnumerator`1<System.ParameterizedStrings/FormatParam>" } },
{ "pid": 1, "tid": 24, "ts": 3841407.2265625, "dur": 1764.8820877075195, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7648820877075195, "detail": "System.Array/InternalEnumerator`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>" } },
{ "pid": 1, "tid": 24, "ts": 3843174.31640625, "dur": 2559.2551231384277, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5592551231384277, "detail": "System.Array/InternalEnumerator`1<UnityEngine.SendMouseEvents/HitInfo>" } },
{ "pid": 1, "tid": 24, "ts": 3845735.83984375, "dur": 1752.8159618377686, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7528159618377686, "detail": "System.Array/InternalEnumerator`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 24, "ts": 3847490.966796875, "dur": 3769.684076309204, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.769684076309204, "detail": "UnityEngine.Events.InvokableCall`1<System.Boolean>" } },
{ "pid": 1, "tid": 24, "ts": 3851262.939453125, "dur": 6591.724872589111, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.591724872589111, "detail": "UnityEngine.Events.InvokableCall`1<UnityEngine.Color>" } },
{ "pid": 1, "tid": 24, "ts": 3857856.93359375, "dur": 3112.968921661377, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.112968921661377, "detail": "UnityEngine.Events.InvokableCall`1<System.Int32>" } },
{ "pid": 1, "tid": 24, "ts": 3860973.6328125, "dur": 3656.278133392334, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.656278133392334, "detail": "UnityEngine.Events.InvokableCall`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3864632.080078125, "dur": 3426.7520904541016, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.4267520904541016, "detail": "UnityEngine.Events.InvokableCall`1<System.Single>" } },
{ "pid": 1, "tid": 24, "ts": 3868060.791015625, "dur": 5574.982166290283, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.574982166290283, "detail": "UnityEngine.Events.InvokableCall`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 24, "ts": 3873637.939453125, "dur": 1707.7080011367798, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7077080011367798, "detail": "UnityEngine.Events.InvokableCall`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3875347.900390625, "dur": 1812.4819993972778, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.8124819993972778, "detail": "UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3877162.353515625, "dur": 1917.1470403671265, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9171470403671265, "detail": "UnityEngine.Events.InvokableCall`4<System.Object,System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3879081.54296875, "dur": 1541.9089794158936, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.5419089794158936, "detail": "System.Linq.Enumerable/Iterator`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3880625.732421875, "dur": 6854.640960693359, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.854640960693359, "detail": "System.IO.Iterator`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3887499.267578125, "dur": 956.8229913711548, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9568229913711548, "detail": "System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3888458.0078125, "dur": 916.3379669189453, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9163379669189453, "detail": "System.Collections.Generic.KeyValuePair`2<System.Int32,System.Int32>" } },
{ "pid": 1, "tid": 24, "ts": 3889376.220703125, "dur": 895.4840302467346, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8954840302467346, "detail": "System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3890273.681640625, "dur": 1020.7160711288452, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0207160711288452, "detail": "System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 24, "ts": 3891295.8984375, "dur": 1012.6190185546875, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0126190185546875, "detail": "System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3892310.791015625, "dur": 1341.6980504989624, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.3416980504989624, "detail": "System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 24, "ts": 3893655.029296875, "dur": 812.7949833869934, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8127949833869934, "detail": "System.Collections.Generic.LinkedListNode`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3894469.7265625, "dur": 18508.61930847168, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 18.50861930847168, "detail": "System.Collections.Generic.LinkedList`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3912982.421875, "dur": 2354.746103286743, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.354746103286743, "detail": "System.RuntimeType/ListBuilder`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3915339.599609375, "dur": 6037.90283203125, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.03790283203125, "detail": "UnityEngine.UI.ListPool`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 24, "ts": 3921379.638671875, "dur": 2521.036148071289, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.521036148071289, "detail": "UnityEngine.UI.ListPool`1<System.Int32>" } },
{ "pid": 1, "tid": 24, "ts": 3923903.076171875, "dur": 1328.360915184021, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.328360915184021, "detail": "UnityEngine.UI.ListPool`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 3925235.3515625, "dur": 3513.305187225342, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.513305187225342, "detail": "UnityEngine.UI.ListPool`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 24, "ts": 3928750.9765625, "dur": 1262.402892112732, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.262402892112732, "detail": "UnityEngine.UI.ListPool`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 24, "ts": 3930015.380859375, "dur": 6376.060962677002, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.376060962677002, "detail": "UnityEngine.UI.ListPool`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 24, "ts": 3936395.01953125, "dur": 52660.99166870117, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 52.66099166870117, "detail": "System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 24, "ts": 3989058.10546875, "dur": 61453.91082763672, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 61.45391082763672, "detail": "System.Collections.Generic.List`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 24, "ts": 4050514.404296875, "dur": 31950.260162353516, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 31.950260162353516, "detail": "System.Collections.Generic.List`1<System.Int32>" } },
{ "pid": 1, "tid": 24, "ts": 4082466.796875, "dur": 31466.38298034668, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 31.46638298034668, "detail": "System.Collections.Generic.List`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 24, "ts": 4113935.546875, "dur": 21263.303756713867, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 21.263303756713867, "detail": "System.Collections.Generic.List`1<System.Object>" } },
{ "pid": 1, "tid": 24, "ts": 4135200.68359375, "dur": 47252.296447753906, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 47.252296447753906, "detail": "System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 24, "ts": 4182457.03125, "dur": 68466.75872802734, "ph": "X", "name": "Generics3.cpp", "args": { "durationMS": 68.46675872802734, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 4250937.98828125, "dur": 39060.82534790039, "ph": "X", "name": "Idle", "args": { "durationMS": 39.06082534790039, "detail": "" } },
{ "pid": 1, "tid": 25, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 25, "ts": 1450968.017578125, "dur": 31404.634475708008, "ph": "X", "name": "Idle", "args": { "durationMS": 31.404634475708008, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 1492137.3291015625, "dur": 4960.216045379639, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 4.960216045379639, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 25, "ts": 1498469.3603515625, "dur": 285115.3564453125, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 285.1153564453125, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 25, "ts": 1500122.55859375, "dur": 283461.4562988281, "ph": "X", "name": "UnityEngine.CoreModule_Attr.cpp", "args": { "durationMS": 283.4614562988281, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 1783597.0458984375, "dur": 18685.653686523438, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 18.685653686523438, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 25, "ts": 1783616.2109375, "dur": 18665.924072265625, "ph": "X", "name": "UnityEngine.IMGUIModule_Attr.cpp", "args": { "durationMS": 18.665924072265625, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 1802286.4990234375, "dur": 4879.055976867676, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 4.879055976867676, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 25, "ts": 1802305.6640625, "dur": 4859.614372253418, "ph": "X", "name": "Unity.2D.IK.Runtime_Attr.cpp", "args": { "durationMS": 4.859614372253418, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 1816578.0029296875, "dur": 2615.786075592041, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.615786075592041, "detail": "<Module>" } },
{ "pid": 1, "tid": 25, "ts": 1819238.1591796875, "dur": 17735.036849975586, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.735036849975586, "detail": "UnityEngine.Collider2D" } },
{ "pid": 1, "tid": 25, "ts": 1836974.365234375, "dur": 36127.3193359375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 36.1273193359375, "detail": "UnityEngine.Collision2D" } },
{ "pid": 1, "tid": 25, "ts": 1873103.02734375, "dur": 3393.1469917297363, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.3931469917297363, "detail": "UnityEngine.ContactFilter2D" } },
{ "pid": 1, "tid": 25, "ts": 1876785.15625, "dur": 6158.114910125732, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.158114910125732, "detail": "UnityEngine.Physics2D" } },
{ "pid": 1, "tid": 25, "ts": 1882956.787109375, "dur": 10764.284133911133, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.764284133911133, "detail": "UnityEngine.PhysicsScene2D" } },
{ "pid": 1, "tid": 25, "ts": 1893721.8017578125, "dur": 2066.4100646972656, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0664100646972656, "detail": "UnityEngine.RaycastHit2D" } },
{ "pid": 1, "tid": 25, "ts": 1895789.0625, "dur": 1015.8699750900269, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0158699750900269, "detail": "UnityEngine.Rigidbody2D" } },
{ "pid": 1, "tid": 25, "ts": 1896807.7392578125, "dur": 16529.50096130371, "ph": "X", "name": "UnityEngine.Physics2DModule.cpp", "args": { "durationMS": 16.52950096130371, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 1913434.6923828125, "dur": 3658.9739322662354, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6589739322662354, "detail": "UnityEngine.Canvas" } },
{ "pid": 1, "tid": 25, "ts": 1917094.6044921875, "dur": 943.8789486885071, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9438789486885071, "detail": "UnityEngine.CanvasGroup" } },
{ "pid": 1, "tid": 25, "ts": 1918039.306640625, "dur": 7438.5552406311035, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.4385552406311035, "detail": "UnityEngine.CanvasRenderer" } },
{ "pid": 1, "tid": 25, "ts": 1925479.00390625, "dur": 13339.244842529297, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.339244842529297, "detail": "UnityEngine.RectTransformUtility" } },
{ "pid": 1, "tid": 25, "ts": 1938833.984375, "dur": 449.9399960041046, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4499399960041046, "detail": "UnityEngine.UISystemProfilerApi" } },
{ "pid": 1, "tid": 25, "ts": 1939284.5458984375, "dur": 8806.903839111328, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.806903839111328, "detail": "UnityEngine.Canvas/WillRenderCanvases" } },
{ "pid": 1, "tid": 25, "ts": 1948108.154296875, "dur": 15856.314659118652, "ph": "X", "name": "UnityEngine.UIModule.cpp", "args": { "durationMS": 15.856314659118652, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 1964032.470703125, "dur": 3953.963041305542, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.953963041305542, "detail": "UnityEngine.SocialPlatforms.Impl.Achievement" } },
{ "pid": 1, "tid": 25, "ts": 1967987.548828125, "dur": 2902.1921157836914, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.9021921157836914, "detail": "UnityEngine.SocialPlatforms.Impl.AchievementDescription" } },
{ "pid": 1, "tid": 25, "ts": 1970890.7470703125, "dur": 47310.01663208008, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 47.31001663208008, "detail": "UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform" } },
{ "pid": 1, "tid": 25, "ts": 2018201.66015625, "dur": 2719.834089279175, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.719834089279175, "detail": "UnityEngine.SocialPlatforms.GameCenter.GcAchievementData" } },
{ "pid": 1, "tid": 25, "ts": 2020922.607421875, "dur": 1574.0419626235962, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5740419626235962, "detail": "UnityEngine.SocialPlatforms.GameCenter.GcAchievementDescriptionData" } },
{ "pid": 1, "tid": 25, "ts": 2022497.6806640625, "dur": 6105.315685272217, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.105315685272217, "detail": "UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard" } },
{ "pid": 1, "tid": 25, "ts": 2028604.00390625, "dur": 1664.5830869674683, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6645830869674683, "detail": "UnityEngine.SocialPlatforms.GameCenter.GcScoreData" } },
{ "pid": 1, "tid": 25, "ts": 2030269.6533203125, "dur": 3838.7451171875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.8387451171875, "detail": "UnityEngine.SocialPlatforms.GameCenter.GcUserProfileData" } },
{ "pid": 1, "tid": 25, "ts": 2034109.4970703125, "dur": 8634.529113769531, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.634529113769531, "detail": "UnityEngine.SocialPlatforms.Impl.Leaderboard" } },
{ "pid": 1, "tid": 25, "ts": 2042745.361328125, "dur": 2105.4530143737793, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1054530143737793, "detail": "UnityEngine.SocialPlatforms.Impl.LocalUser" } },
{ "pid": 1, "tid": 25, "ts": 2045169.3115234375, "dur": 2223.231077194214, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.223231077194214, "detail": "UnityEngine.SocialPlatforms.Impl.Score" } },
{ "pid": 1, "tid": 25, "ts": 2047407.5927734375, "dur": 4165.672779083252, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.165672779083252, "detail": "UnityEngine.SocialPlatforms.Impl.UserProfile" } },
{ "pid": 1, "tid": 25, "ts": 2051596.923828125, "dur": 457.5960040092468, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4575960040092468, "detail": "UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform/<>c__DisplayClass21_0" } },
{ "pid": 1, "tid": 25, "ts": 2052056.640625, "dur": 22439.32342529297, "ph": "X", "name": "UnityEngine.GameCenterModule.cpp", "args": { "durationMS": 22.43932342529297, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 2074587.646484375, "dur": 1397.698998451233, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.397698998451233, "detail": "UnityEngine.EventSystems.AbstractEventData" } },
{ "pid": 1, "tid": 25, "ts": 2075986.328125, "dur": 3507.488965988159, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.507488965988159, "detail": "UnityEngine.UI.AnimationTriggers" } },
{ "pid": 1, "tid": 25, "ts": 2079495.1171875, "dur": 10710.183143615723, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.710183143615723, "detail": "UnityEngine.UI.AspectRatioFitter" } },
{ "pid": 1, "tid": 25, "ts": 2090206.54296875, "dur": 1396.6699838638306, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3966699838638306, "detail": "UnityEngine.EventSystems.AxisEventData" } },
{ "pid": 1, "tid": 25, "ts": 2091604.4921875, "dur": 902.4320244789124, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9024320244789124, "detail": "UnityEngine.EventSystems.BaseEventData" } },
{ "pid": 1, "tid": 25, "ts": 2092507.8125, "dur": 3836.8279933929443, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.8368279933929443, "detail": "UnityEngine.EventSystems.BaseInput" } },
{ "pid": 1, "tid": 25, "ts": 2096345.458984375, "dur": 13586.644172668457, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.586644172668457, "detail": "UnityEngine.EventSystems.BaseInputModule" } },
{ "pid": 1, "tid": 25, "ts": 2109933.349609375, "dur": 5263.855934143066, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.263855934143066, "detail": "UnityEngine.UI.BaseMeshEffect" } },
{ "pid": 1, "tid": 25, "ts": 2115198.73046875, "dur": 4610.246181488037, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.610246181488037, "detail": "UnityEngine.EventSystems.BaseRaycaster" } },
{ "pid": 1, "tid": 25, "ts": 2120092.28515625, "dur": 3256.1049461364746, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.2561049461364746, "detail": "UnityEngine.UI.Button" } },
{ "pid": 1, "tid": 25, "ts": 2123349.12109375, "dur": 12753.960609436035, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.753960609436035, "detail": "UnityEngine.UI.CanvasScaler" } },
{ "pid": 1, "tid": 25, "ts": 2136119.384765625, "dur": 14490.44418334961, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.49044418334961, "detail": "UnityEngine.UI.CanvasUpdateRegistry" } },
{ "pid": 1, "tid": 25, "ts": 2150610.83984375, "dur": 2593.1599140167236, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5931599140167236, "detail": "UnityEngine.UI.ClipperRegistry" } },
{ "pid": 1, "tid": 25, "ts": 2153206.0546875, "dur": 4309.977054595947, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.309977054595947, "detail": "UnityEngine.UI.Clipping" } },
{ "pid": 1, "tid": 25, "ts": 2157518.310546875, "dur": 10036.548614501953, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.036548614501953, "detail": "UnityEngine.UI.ColorBlock" } },
{ "pid": 1, "tid": 25, "ts": 2167556.15234375, "dur": 5672.661781311035, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.672661781311035, "detail": "UnityEngine.UI.CoroutineTween.ColorTween" } },
{ "pid": 1, "tid": 25, "ts": 2173229.98046875, "dur": 15412.638664245605, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.412638664245605, "detail": "UnityEngine.UI.ContentSizeFitter" } },
{ "pid": 1, "tid": 25, "ts": 2188643.5546875, "dur": 100111.89270019531, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 100.11189270019531, "detail": "UnityEngine.UI.DefaultControls" } },
{ "pid": 1, "tid": 25, "ts": 2288756.34765625, "dur": 50954.44869995117, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 50.95444869995117, "detail": "UnityEngine.UI.Dropdown" } },
{ "pid": 1, "tid": 25, "ts": 2339725.341796875, "dur": 15171.087265014648, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.171087265014648, "detail": "UnityEngine.EventSystems.EventSystem" } },
{ "pid": 1, "tid": 25, "ts": 2354897.705078125, "dur": 13939.322471618652, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.939322471618652, "detail": "UnityEngine.EventSystems.EventTrigger" } },
{ "pid": 1, "tid": 25, "ts": 2368855.712890625, "dur": 14880.526542663574, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.880526542663574, "detail": "UnityEngine.EventSystems.ExecuteEvents" } },
{ "pid": 1, "tid": 25, "ts": 2383737.3046875, "dur": 2694.464921951294, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.694464921951294, "detail": "UnityEngine.UI.CoroutineTween.FloatTween" } },
{ "pid": 1, "tid": 25, "ts": 2386432.6171875, "dur": 5795.358180999756, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.795358180999756, "detail": "UnityEngine.UI.FontData" } },
{ "pid": 1, "tid": 25, "ts": 2392229.00390625, "dur": 3632.999897003174, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.632999897003174, "detail": "UnityEngine.UI.FontUpdateTracker" } },
{ "pid": 1, "tid": 25, "ts": 2395862.79296875, "dur": 32716.487884521484, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 32.716487884521484, "detail": "UnityEngine.UI.Graphic" } },
{ "pid": 1, "tid": 25, "ts": 2428580.322265625, "dur": 13086.77864074707, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.08677864074707, "detail": "UnityEngine.UI.GraphicRaycaster" } },
{ "pid": 1, "tid": 25, "ts": 2441668.212890625, "dur": 6397.814750671387, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.397814750671387, "detail": "UnityEngine.UI.GraphicRegistry" } },
{ "pid": 1, "tid": 25, "ts": 2448066.89453125, "dur": 12377.958297729492, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.377958297729492, "detail": "UnityEngine.UI.GridLayoutGroup" } },
{ "pid": 1, "tid": 25, "ts": 2460445.556640625, "dur": 2342.5238132476807, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3425238132476807, "detail": "UnityEngine.UI.HorizontalLayoutGroup" } },
{ "pid": 1, "tid": 25, "ts": 2462789.0625, "dur": 12985.188484191895, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.985188484191895, "detail": "UnityEngine.UI.HorizontalOrVerticalLayoutGroup" } },
{ "pid": 1, "tid": 25, "ts": 2475777.83203125, "dur": 219692.27600097656, "ph": "X", "name": "UnityEngine.UI.cpp", "args": { "durationMS": 219.69227600097656, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 2695853.271484375, "dur": 923.0890274047852, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9230890274047852, "detail": "System.Security.Cryptography.HashAlgorithm" } },
{ "pid": 1, "tid": 25, "ts": 2696777.34375, "dur": 1674.9539375305176, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6749539375305176, "detail": "System.Collections.HashHelpers" } },
{ "pid": 1, "tid": 25, "ts": 2698452.880859375, "dur": 25787.65869140625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 25.78765869140625, "detail": "System.Collections.Hashtable" } },
{ "pid": 1, "tid": 25, "ts": 2724258.7890625, "dur": 500.9419918060303, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5009419918060303, "detail": "System.Runtime.Remoting.Messaging.HeaderHandler" } },
{ "pid": 1, "tid": 25, "ts": 2724760.986328125, "dur": 8624.27043914795, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.62427043914795, "detail": "System.Globalization.HebrewNumber" } },
{ "pid": 1, "tid": 25, "ts": 2733581.298828125, "dur": 1725.5460023880005, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7255460023880005, "detail": "System.IO.IOException" } },
{ "pid": 1, "tid": 25, "ts": 2735307.861328125, "dur": 679.0730357170105, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6790730357170105, "detail": "System.Runtime.Serialization.Formatters.Binary.IOUtil" } },
{ "pid": 1, "tid": 25, "ts": 2735987.548828125, "dur": 1565.4289722442627, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5654289722442627, "detail": "System.Runtime.Remoting.Identity" } },
{ "pid": 1, "tid": 25, "ts": 2737553.466796875, "dur": 18370.10383605957, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.37010383605957, "detail": "System.Globalization.IdnMapping" } },
{ "pid": 1, "tid": 25, "ts": 2755925.048828125, "dur": 1117.730975151062, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.117730975151062, "detail": "System.Runtime.Remoting.Messaging.IllogicalCallContext" } },
{ "pid": 1, "tid": 25, "ts": 2757142.333984375, "dur": 641.4399743080139, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6414399743080139, "detail": "System.IndexOutOfRangeException" } },
{ "pid": 1, "tid": 25, "ts": 2757784.423828125, "dur": 580.6309580802917, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5806309580802917, "detail": "System.InputRecord" } },
{ "pid": 1, "tid": 25, "ts": 2758377.197265625, "dur": 19517.099380493164, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 19.517099380493164, "detail": "System.Int16" } },
{ "pid": 1, "tid": 25, "ts": 2777908.447265625, "dur": 5852.180957794189, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.8521809577941895, "detail": "System.Int32" } },
{ "pid": 1, "tid": 25, "ts": 2783773.4375, "dur": 6704.466819763184, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.704466819763184, "detail": "System.Int64" } },
{ "pid": 1, "tid": 25, "ts": 2790493.1640625, "dur": 5471.080780029297, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.471080780029297, "detail": "System.IntPtr" } },
{ "pid": 1, "tid": 25, "ts": 2795965.33203125, "dur": 1928.1699657440186, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9281699657440186, "detail": "System.Runtime.Serialization.Formatters.Binary.IntSizedArray" } },
{ "pid": 1, "tid": 25, "ts": 2798024.658203125, "dur": 1736.172080039978, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.736172080039978, "detail": "System.Threading.Interlocked" } },
{ "pid": 1, "tid": 25, "ts": 2799774.169921875, "dur": 2484.8251342773438, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4848251342773438, "detail": "System.Globalization.InternalCodePageDataItem" } },
{ "pid": 1, "tid": 25, "ts": 2802260.009765625, "dur": 699.9340057373047, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6999340057373047, "detail": "System.Text.InternalDecoderBestFitFallback" } },
{ "pid": 1, "tid": 25, "ts": 2802960.9375, "dur": 2336.74693107605, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.33674693107605, "detail": "System.Text.InternalDecoderBestFitFallbackBuffer" } },
{ "pid": 1, "tid": 25, "ts": 2805298.583984375, "dur": 732.9850196838379, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7329850196838379, "detail": "System.Text.InternalEncoderBestFitFallback" } },
{ "pid": 1, "tid": 25, "ts": 2806032.470703125, "dur": 5093.700885772705, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.093700885772705, "detail": "System.Text.InternalEncoderBestFitFallbackBuffer" } },
{ "pid": 1, "tid": 25, "ts": 2811127.685546875, "dur": 399.2529809474945, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3992529809474945, "detail": "System.Globalization.InternalEncodingDataItem" } },
{ "pid": 1, "tid": 25, "ts": 2811827.392578125, "dur": 4490.378856658936, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.4903788566589355, "detail": "System.Runtime.Remoting.InternalRemotingServices" } },
{ "pid": 1, "tid": 25, "ts": 2816332.275390625, "dur": 2836.7300033569336, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.8367300033569336, "detail": "System.Collections.Generic.InternalStringComparer" } },
{ "pid": 1, "tid": 25, "ts": 2819184.5703125, "dur": 427.4759888648987, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4274759888648987, "detail": "System.Threading.InternalThread" } },
{ "pid": 1, "tid": 25, "ts": 2819613.28125, "dur": 824.6430158615112, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8246430158615112, "detail": "System.Runtime.CompilerServices.InternalsVisibleToAttribute" } },
{ "pid": 1, "tid": 25, "ts": 2820438.720703125, "dur": 571.7819929122925, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5717819929122925, "detail": "System.Collections.Generic.IntrospectiveSortUtilities" } },
{ "pid": 1, "tid": 25, "ts": 2821011.474609375, "dur": 651.2809991836548, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6512809991836548, "detail": "System.InvalidCastException" } },
{ "pid": 1, "tid": 25, "ts": 2821663.57421875, "dur": 619.3789839744568, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6193789839744568, "detail": "System.Reflection.InvalidFilterCriteriaException" } },
{ "pid": 1, "tid": 25, "ts": 2822283.447265625, "dur": 764.3139958381653, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7643139958381653, "detail": "System.InvalidOperationException" } },
{ "pid": 1, "tid": 25, "ts": 2823048.583984375, "dur": 692.1340227127075, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6921340227127075, "detail": "System.InvalidProgramException" } },
{ "pid": 1, "tid": 25, "ts": 2823741.455078125, "dur": 3440.3719902038574, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.4403719902038574, "detail": "System.InvalidTimeZoneException" } },
{ "pid": 1, "tid": 25, "ts": 2827319.091796875, "dur": 6492.720127105713, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.492720127105713, "detail": "System.Globalization.JapaneseCalendar" } },
{ "pid": 1, "tid": 25, "ts": 2833829.345703125, "dur": 29292.186737060547, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 29.292186737060547, "detail": "Microsoft.Win32.KeyHandler" } },
{ "pid": 1, "tid": 25, "ts": 2863122.314453125, "dur": 6972.7630615234375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.9727630615234375, "detail": "System.Collections.Generic.KeyNotFoundException" } },
{ "pid": 1, "tid": 25, "ts": 2870096.19140625, "dur": 487.7859950065613, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4877859950065613, "detail": "System.Collections.Generic.KeyValuePair" } },
{ "pid": 1, "tid": 25, "ts": 2870584.47265625, "dur": 780.4610133171082, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7804610133171082, "detail": "System.KnownTerminals" } },
{ "pid": 1, "tid": 25, "ts": 2871365.966796875, "dur": 15676.451683044434, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.676451683044434, "detail": "System.Text.Latin1Encoding" } },
{ "pid": 1, "tid": 25, "ts": 2887057.6171875, "dur": 6407.497406005859, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.407497406005859, "detail": "System.Runtime.Remoting.Lifetime.Lease" } },
{ "pid": 1, "tid": 25, "ts": 2893466.552734375, "dur": 2907.9740047454834, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.9079740047454834, "detail": "System.Runtime.Remoting.Lifetime.LeaseManager" } },
{ "pid": 1, "tid": 25, "ts": 2896375.244140625, "dur": 1136.6050243377686, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1366050243377686, "detail": "System.Runtime.Remoting.Lifetime.LeaseSink" } },
{ "pid": 1, "tid": 25, "ts": 2897704.1015625, "dur": 1964.7589921951294, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9647589921951294, "detail": "System.Runtime.Remoting.Lifetime.LifetimeServices" } },
{ "pid": 1, "tid": 25, "ts": 2899669.677734375, "dur": 3215.3878211975098, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.2153878211975098, "detail": "System.Collections.ListDictionaryInternal" } },
{ "pid": 1, "tid": 25, "ts": 2903156.494140625, "dur": 3299.535036087036, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.299535036087036, "detail": "System.LocalDataStore" } },
{ "pid": 1, "tid": 25, "ts": 2906456.787109375, "dur": 482.82599449157715, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.48282599449157715, "detail": "System.LocalDataStoreElement" } },
{ "pid": 1, "tid": 25, "ts": 2906940.4296875, "dur": 601.5900373458862, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6015900373458862, "detail": "System.LocalDataStoreHolder" } },
{ "pid": 1, "tid": 25, "ts": 2907542.96875, "dur": 13509.490013122559, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.509490013122559, "detail": "System.LocalDataStoreMgr" } },
{ "pid": 1, "tid": 25, "ts": 2921053.22265625, "dur": 1102.2158861160278, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1022158861160278, "detail": "System.LocalDataStoreSlot" } },
{ "pid": 1, "tid": 25, "ts": 2922156.73828125, "dur": 1441.5099620819092, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4415099620819092, "detail": "System.Reflection.LocalVariableInfo" } },
{ "pid": 1, "tid": 25, "ts": 2923907.2265625, "dur": 878.1319856643677, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8781319856643677, "detail": "System.Threading.LockRecursionException" } },
{ "pid": 1, "tid": 25, "ts": 2924786.1328125, "dur": 11673.1538772583, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.6731538772583, "detail": "System.Runtime.Remoting.Messaging.LogicalCallContext" } },
{ "pid": 1, "tid": 25, "ts": 2936460.205078125, "dur": 1982.161045074463, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.982161045074463, "detail": "System.Runtime.Serialization.LongList" } },
{ "pid": 1, "tid": 25, "ts": 2938443.115234375, "dur": 851.2090444564819, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8512090444564819, "detail": "System.Collections.LowLevelComparer" } },
{ "pid": 1, "tid": 25, "ts": 2939295.41015625, "dur": 3813.3108615875244, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.8133108615875244, "detail": "System.Runtime.Remoting.Messaging.MCMDictionary" } },
{ "pid": 1, "tid": 25, "ts": 2943109.619140625, "dur": 24650.772094726562, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.650772094726562, "detail": "Mono.Globalization.Unicode.MSCompatUnicodeTable" } },
{ "pid": 1, "tid": 25, "ts": 2967761.474609375, "dur": 1503.6340951919556, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5036340951919556, "detail": "Mono.Globalization.Unicode.MSCompatUnicodeTableUtil" } },
{ "pid": 1, "tid": 25, "ts": 2969266.357421875, "dur": 2508.0161094665527, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5080161094665527, "detail": "System.Resources.ManifestBasedResourceGroveler" } },
{ "pid": 1, "tid": 25, "ts": 2971775.634765625, "dur": 458.9479863643646, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4589479863643646, "detail": "System.Threading.ManualResetEvent" } },
{ "pid": 1, "tid": 25, "ts": 2972235.3515625, "dur": 13525.92658996582, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.52592658996582, "detail": "System.Threading.ManualResetEventSlim" } },
{ "pid": 1, "tid": 25, "ts": 2985764.6484375, "dur": 286816.4978027344, "ph": "X", "name": "mscorlib6.cpp", "args": { "durationMS": 286.8164978027344, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 3273181.15234375, "dur": 1004.3970346450806, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0043970346450806, "detail": "System.Collections.EmptyReadOnlyDictionaryInternal/NodeEnumerator" } },
{ "pid": 1, "tid": 25, "ts": 3274186.5234375, "dur": 2755.8908462524414, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.7558908462524414, "detail": "System.Text.Encoding/DefaultDecoder" } },
{ "pid": 1, "tid": 25, "ts": 3276943.359375, "dur": 2500.560998916626, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.500560998916626, "detail": "System.Text.Encoding/DefaultEncoder" } },
{ "pid": 1, "tid": 25, "ts": 3279444.82421875, "dur": 2673.707962036133, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.673707962036133, "detail": "System.Text.Encoding/EncodingByteBuffer" } },
{ "pid": 1, "tid": 25, "ts": 3282119.384765625, "dur": 2142.350912094116, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.142350912094116, "detail": "System.Text.Encoding/EncodingCharBuffer" } },
{ "pid": 1, "tid": 25, "ts": 3284432.861328125, "dur": 896.5650200843811, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8965650200843811, "detail": "System.Reflection.EventInfo/AddEventAdapter" } },
{ "pid": 1, "tid": 25, "ts": 3285330.322265625, "dur": 806.2389492988586, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8062389492988586, "detail": "System.Security.Policy.Evidence/EvidenceEnumerator" } },
{ "pid": 1, "tid": 25, "ts": 3286161.376953125, "dur": 2301.9211292266846, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3019211292266846, "detail": "System.Threading.ExecutionContext/Reader" } },
{ "pid": 1, "tid": 25, "ts": 3288464.35546875, "dur": 963.7449979782104, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9637449979782104, "detail": "System.IO.FileStream/ReadDelegate" } },
{ "pid": 1, "tid": 25, "ts": 3289429.6875, "dur": 912.6989841461182, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9126989841461182, "detail": "System.IO.FileStream/WriteDelegate" } },
{ "pid": 1, "tid": 25, "ts": 3290343.505859375, "dur": 394.72198486328125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.39472198486328125, "detail": "System.Runtime.Serialization.FormatterServices/<>c__DisplayClass9_0" } },
{ "pid": 1, "tid": 25, "ts": 3290750.244140625, "dur": 2202.414035797119, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.202414035797119, "detail": "System.Guid/GuidResult" } },
{ "pid": 1, "tid": 25, "ts": 3292971.923828125, "dur": 2350.6569862365723, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3506569862365723, "detail": "System.Collections.Hashtable/HashtableEnumerator" } },
{ "pid": 1, "tid": 25, "ts": 3295323.73046875, "dur": 905.010998249054, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.905010998249054, "detail": "System.Collections.Hashtable/KeyCollection" } },
{ "pid": 1, "tid": 25, "ts": 3296229.248046875, "dur": 5222.301006317139, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.222301006317139, "detail": "System.Collections.Hashtable/SyncHashtable" } },
{ "pid": 1, "tid": 25, "ts": 3301452.63671875, "dur": 501.24096870422363, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5012409687042236, "detail": "System.Collections.Hashtable/bucket" } },
{ "pid": 1, "tid": 25, "ts": 3302132.32421875, "dur": 611.8720173835754, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6118720173835754, "detail": "System.Runtime.Remoting.Lifetime.Lease/RenewalDelegate" } },
{ "pid": 1, "tid": 25, "ts": 3302871.826171875, "dur": 1604.6299934387207, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6046299934387207, "detail": "System.Collections.ListDictionaryInternal/NodeEnumerator" } },
{ "pid": 1, "tid": 25, "ts": 3304477.5390625, "dur": 850.3409624099731, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8503409624099731, "detail": "System.Runtime.Remoting.Messaging.LogicalCallContext/Reader" } },
{ "pid": 1, "tid": 25, "ts": 3305648.4375, "dur": 1656.7490100860596, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6567490100860596, "detail": "System.Runtime.Remoting.Messaging.MessageDictionary/DictionaryEnumerator" } },
{ "pid": 1, "tid": 25, "ts": 3307621.826171875, "dur": 507.2219967842102, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5072219967842102, "detail": "System.Reflection.MonoProperty/GetterAdapter" } },
{ "pid": 1, "tid": 25, "ts": 3308130.126953125, "dur": 1147.1800804138184, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1471800804138184, "detail": "System.Number/NumberBuffer" } },
{ "pid": 1, "tid": 25, "ts": 3309278.076171875, "dur": 24789.873123168945, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.789873123168945, "detail": "System.NumberFormatter/CustomInfo" } },
{ "pid": 1, "tid": 25, "ts": 3334606.4453125, "dur": 1225.229024887085, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.225229024887085, "detail": "System.Threading.OSSpecificSynchronizationContext/InvocationEntryDelegate" } },
{ "pid": 1, "tid": 25, "ts": 3335950.439453125, "dur": 401.32302045822144, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.40132302045822144, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectReader/TopLevelAssemblyTypeResolver" } },
{ "pid": 1, "tid": 25, "ts": 3336455.322265625, "dur": 1470.3559875488281, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4703559875488281, "detail": "System.ParameterizedStrings/FormatParam" } },
{ "pid": 1, "tid": 25, "ts": 3337926.513671875, "dur": 1056.204080581665, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.056204080581665, "detail": "System.ParameterizedStrings/LowLevelStack" } },
{ "pid": 1, "tid": 25, "ts": 3338999.0234375, "dur": 1266.2620544433594, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2662620544433594, "detail": "System.Collections.Queue/QueueEnumerator" } },
{ "pid": 1, "tid": 25, "ts": 3340696.2890625, "dur": 2834.749937057495, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.834749937057495, "detail": "System.Resources.ResourceReader/ResourceEnumerator" } },
{ "pid": 1, "tid": 25, "ts": 3343642.333984375, "dur": 871.7309832572937, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8717309832572937, "detail": "System.Security.SecurityElement/SecurityAttribute" } },
{ "pid": 1, "tid": 25, "ts": 3344514.892578125, "dur": 2524.1751670837402, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5241751670837402, "detail": "System.Threading.SemaphoreSlim/<WaitUntilCountOrTimeoutAsync>d__31" } },
{ "pid": 1, "tid": 25, "ts": 3347039.794921875, "dur": 357.2640120983124, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3572640120983124, "detail": "System.Threading.SemaphoreSlim/TaskNode" } },
{ "pid": 1, "tid": 25, "ts": 3347609.619140625, "dur": 350.5430221557617, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3505430221557617, "detail": "Mono.Globalization.Unicode.SimpleCollator/Escape" } },
{ "pid": 1, "tid": 25, "ts": 3348123.53515625, "dur": 10405.279159545898, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.405279159545898, "detail": "Mono.Xml.SmallXmlParser/AttrListImpl" } },
{ "pid": 1, "tid": 25, "ts": 3358529.78515625, "dur": 909.4119668006897, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9094119668006897, "detail": "System.Runtime.Remoting.SoapServices/TypeInfo" } },
{ "pid": 1, "tid": 25, "ts": 3359456.298828125, "dur": 2110.7211112976074, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1107211112976074, "detail": "System.Collections.SortedList/SortedListEnumerator" } },
{ "pid": 1, "tid": 25, "ts": 3361591.552734375, "dur": 2159.4061851501465, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.1594061851501465, "detail": "System.Collections.Stack/StackEnumerator" } },
{ "pid": 1, "tid": 25, "ts": 3363761.474609375, "dur": 4200.897216796875, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.200897216796875, "detail": "System.IO.Stream/<>c" } },
{ "pid": 1, "tid": 25, "ts": 3367963.37890625, "dur": 4011.06595993042, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.01106595993042, "detail": "System.IO.Stream/NullStream" } },
{ "pid": 1, "tid": 25, "ts": 3371975.5859375, "dur": 1744.9369430541992, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7449369430541992, "detail": "System.IO.Stream/ReadWriteTask" } },
{ "pid": 1, "tid": 25, "ts": 3373721.6796875, "dur": 1585.7720375061035, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5857720375061035, "detail": "System.IO.Stream/SynchronousAsyncResult" } },
{ "pid": 1, "tid": 25, "ts": 3375307.861328125, "dur": 687.4030232429504, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6874030232429504, "detail": "System.IO.StreamReader/NullStreamReader" } },
{ "pid": 1, "tid": 25, "ts": 3375996.337890625, "dur": 342.2899842262268, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3422899842262268, "detail": "System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation/<>c" } },
{ "pid": 1, "tid": 25, "ts": 3376339.599609375, "dur": 940.4879808425903, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9404879808425903, "detail": "System.Threading.Tasks.Task/<>c" } },
{ "pid": 1, "tid": 25, "ts": 3377280.76171875, "dur": 1940.938949584961, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.940938949584961, "detail": "System.Threading.Tasks.Task/<>c__DisplayClass178_0" } },
{ "pid": 1, "tid": 25, "ts": 3379222.65625, "dur": 606.2410473823547, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6062410473823547, "detail": "System.Threading.Tasks.Task/ContingentProperties" } },
{ "pid": 1, "tid": 25, "ts": 3379829.58984375, "dur": 917.2120094299316, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9172120094299316, "detail": "System.Threading.Tasks.Task/DelayPromise" } },
{ "pid": 1, "tid": 25, "ts": 3380960.9375, "dur": 2778.809070587158, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.778809070587158, "detail": "System.Threading.Tasks.TaskFactory/CompleteOnInvokePromise" } },
{ "pid": 1, "tid": 25, "ts": 3383754.150390625, "dur": 423.8390028476715, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4238390028476715, "detail": "System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation/<>c" } },
{ "pid": 1, "tid": 25, "ts": 3384178.7109375, "dur": 1156.4290523529053, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1564290523529053, "detail": "System.IO.TextReader/<>c" } },
{ "pid": 1, "tid": 25, "ts": 3385615.966796875, "dur": 908.5279703140259, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9085279703140259, "detail": "System.IO.TextReader/SyncTextReader" } },
{ "pid": 1, "tid": 25, "ts": 3386525.146484375, "dur": 9315.650939941406, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.315650939941406, "detail": "System.IO.TextWriter/<>c" } },
{ "pid": 1, "tid": 25, "ts": 3395841.30859375, "dur": 3318.0909156799316, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.3180909156799316, "detail": "System.IO.TextWriter/NullTextWriter" } },
{ "pid": 1, "tid": 25, "ts": 3399160.888671875, "dur": 2073.4729766845703, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0734729766845703, "detail": "System.IO.TextWriter/SyncTextWriter" } },
{ "pid": 1, "tid": 25, "ts": 3401235.3515625, "dur": 1387.6169919967651, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3876169919967651, "detail": "System.Threading.ThreadPoolWorkQueue/QueueSegment" } },
{ "pid": 1, "tid": 25, "ts": 3402623.53515625, "dur": 4268.581867218018, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.268581867218018, "detail": "System.Threading.ThreadPoolWorkQueue/WorkStealingQueue" } },
{ "pid": 1, "tid": 25, "ts": 3406893.310546875, "dur": 10869.853019714355, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.869853019714355, "detail": "System.Globalization.TimeSpanFormat/FormatLiterals" } },
{ "pid": 1, "tid": 25, "ts": 3417774.4140625, "dur": 359.68899726867676, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.35968899726867676, "detail": "System.TimeZoneInfo/<>c" } },
{ "pid": 1, "tid": 25, "ts": 3418135.009765625, "dur": 11509.130477905273, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.509130477905273, "detail": "System.TimeZoneInfo/AdjustmentRule" } },
{ "pid": 1, "tid": 25, "ts": 3429645.5078125, "dur": 5600.338935852051, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.600338935852051, "detail": "System.TimeZoneInfo/DYNAMIC_TIME_ZONE_INFORMATION" } },
{ "pid": 1, "tid": 25, "ts": 3435270.99609375, "dur": 694.3050026893616, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6943050026893616, "detail": "System.TimeZoneInfo/TIME_ZONE_INFORMATION" } },
{ "pid": 1, "tid": 25, "ts": 3435966.30859375, "dur": 9647.028923034668, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.647028923034668, "detail": "System.TimeZoneInfo/TransitionTime" } },
{ "pid": 1, "tid": 25, "ts": 3445614.74609375, "dur": 6213.43469619751, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.21343469619751, "detail": "System.Threading.Timer/Scheduler" } },
{ "pid": 1, "tid": 25, "ts": 3451829.1015625, "dur": 506.3849687576294, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5063849687576294, "detail": "System.Threading.Timer/TimerComparer" } },
{ "pid": 1, "tid": 25, "ts": 3452336.42578125, "dur": 501.69700384140015, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5016970038414001, "detail": "System.TypeIdentifiers/Display" } },
{ "pid": 1, "tid": 25, "ts": 3452838.8671875, "dur": 837.4879956245422, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8374879956245422, "detail": "System.TypeNames/ATypeName" } },
{ "pid": 1, "tid": 25, "ts": 3453687.744140625, "dur": 479.33200001716614, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.47933200001716614, "detail": "System.Text.UTF32Encoding/UTF32Decoder" } },
{ "pid": 1, "tid": 25, "ts": 3454167.96875, "dur": 1962.5070095062256, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9625070095062256, "detail": "System.Text.UTF7Encoding/Decoder" } },
{ "pid": 1, "tid": 25, "ts": 3456131.34765625, "dur": 453.91300320625305, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.45391300320625305, "detail": "System.Text.UTF7Encoding/DecoderUTF7Fallback" } },
{ "pid": 1, "tid": 25, "ts": 3456585.9375, "dur": 714.5240306854248, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7145240306854248, "detail": "System.Text.UTF7Encoding/DecoderUTF7FallbackBuffer" } },
{ "pid": 1, "tid": 25, "ts": 3457301.513671875, "dur": 1437.9619359970093, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4379619359970093, "detail": "System.Text.UTF7Encoding/Encoder" } },
{ "pid": 1, "tid": 25, "ts": 3458740.478515625, "dur": 1673.3660697937012, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6733660697937012, "detail": "System.Text.UTF8Encoding/UTF8Decoder" } },
{ "pid": 1, "tid": 25, "ts": 3460414.794921875, "dur": 2938.133955001831, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.938133955001831, "detail": "System.Text.UTF8Encoding/UTF8Encoder" } },
{ "pid": 1, "tid": 25, "ts": 3463353.759765625, "dur": 2123.481035232544, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.123481035232544, "detail": "System.Text.UnicodeEncoding/Decoder" } },
{ "pid": 1, "tid": 25, "ts": 3465580.810546875, "dur": 682.8209757804871, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6828209757804871, "detail": "System.Console/WindowsConsole/WindowsCancelHandler" } },
{ "pid": 1, "tid": 25, "ts": 3466264.6484375, "dur": 615.2469515800476, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6152469515800476, "detail": "System.IO.Stream/SynchronousAsyncResult/<>c" } },
{ "pid": 1, "tid": 25, "ts": 3466883.056640625, "dur": 112082.65686035156, "ph": "X", "name": "mscorlib16.cpp", "args": { "durationMS": 112.08265686035156, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 3579004.150390625, "dur": 17638.0558013916, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 17.6380558013916, "detail": "System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>" } },
{ "pid": 1, "tid": 25, "ts": 3596644.53125, "dur": 3342.9110050201416, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.3429110050201416, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>" } },
{ "pid": 1, "tid": 25, "ts": 3599990.234375, "dur": 11286.213874816895, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 11.286213874816895, "detail": "System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 25, "ts": 3611278.80859375, "dur": 10786.685943603516, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 10.786685943603516, "detail": "System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 25, "ts": 3622068.603515625, "dur": 9936.845779418945, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.936845779418945, "detail": "System.Collections.Generic.EqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 25, "ts": 3632007.8125, "dur": 8347.129821777344, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.347129821777344, "detail": "System.Collections.Generic.EqualityComparer`1<System.Boolean>" } },
{ "pid": 1, "tid": 25, "ts": 3640358.154296875, "dur": 7315.216064453125, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.315216064453125, "detail": "System.Collections.Generic.EqualityComparer`1<System.Byte>" } },
{ "pid": 1, "tid": 25, "ts": 3647675.29296875, "dur": 6091.781139373779, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.091781139373779, "detail": "System.Collections.Generic.EqualityComparer`1<System.Char>" } },
{ "pid": 1, "tid": 25, "ts": 3653779.052734375, "dur": 5239.719867706299, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.239719867706299, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 25, "ts": 3659020.751953125, "dur": 8060.251235961914, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.060251235961914, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 25, "ts": 3667082.51953125, "dur": 6936.886787414551, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.936886787414551, "detail": "System.Collections.Generic.EqualityComparer`1<System.Int32>" } },
{ "pid": 1, "tid": 25, "ts": 3674021.484375, "dur": 8987.916946411133, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.987916946411133, "detail": "System.Collections.Generic.EqualityComparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 25, "ts": 3683011.71875, "dur": 10073.325157165527, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 10.073325157165527, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 25, "ts": 3693087.40234375, "dur": 11346.473693847656, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 11.346473693847656, "detail": "System.Collections.Generic.EqualityComparer`1<System.Object>" } },
{ "pid": 1, "tid": 25, "ts": 3704435.791015625, "dur": 9702.674865722656, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.702674865722656, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 25, "ts": 3714140.625, "dur": 57534.14535522461, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 57.53414535522461, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 25, "ts": 3771677.24609375, "dur": 6039.2351150512695, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.0392351150512695, "detail": "System.Collections.Generic.EqualityComparer`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 25, "ts": 3777718.75, "dur": 11445.27530670166, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 11.44527530670166, "detail": "System.Collections.Generic.EqualityComparer`1<System.Single>" } },
{ "pid": 1, "tid": 25, "ts": 3789166.015625, "dur": 11820.27530670166, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 11.82027530670166, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 25, "ts": 3800989.013671875, "dur": 7995.993137359619, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.995993137359619, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 25, "ts": 3808986.81640625, "dur": 6495.460033416748, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.495460033416748, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 25, "ts": 3815484.130859375, "dur": 6427.5407791137695, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.4275407791137695, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 25, "ts": 3821913.818359375, "dur": 6644.114971160889, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.644114971160889, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 25, "ts": 3828559.5703125, "dur": 6445.122241973877, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.445122241973877, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 25, "ts": 3835006.591796875, "dur": 9276.252746582031, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.276252746582031, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 25, "ts": 3844284.66796875, "dur": 4535.605430603027, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.535605430603027, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 25, "ts": 3848822.265625, "dur": 6043.553829193115, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.043553829193115, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 25, "ts": 3854867.67578125, "dur": 4360.642910003662, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.360642910003662, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 25, "ts": 3859230.46875, "dur": 671.4209914207458, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6714209914207458, "detail": "UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<System.Object>" } },
{ "pid": 1, "tid": 25, "ts": 3859905.029296875, "dur": 616.7320609092712, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6167320609092712, "detail": "System.EventHandler`1<System.Object>" } },
{ "pid": 1, "tid": 25, "ts": 3860523.681640625, "dur": 12135.237693786621, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 12.135237693786621, "detail": "System.IO.FileSystemEnumerableIterator`1<System.Object>" } },
{ "pid": 1, "tid": 25, "ts": 3872660.888671875, "dur": 551.6989827156067, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5516989827156067, "detail": "System.Func`1<System.Boolean>" } },
{ "pid": 1, "tid": 25, "ts": 3873214.599609375, "dur": 528.918981552124, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.528918981552124, "detail": "System.Func`1<System.Int32>" } },
{ "pid": 1, "tid": 25, "ts": 3873744.62890625, "dur": 369.7800040245056, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.3697800040245056, "detail": "System.Func`1<System.Object>" } },
{ "pid": 1, "tid": 25, "ts": 3874116.455078125, "dur": 917.9109930992126, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9179109930992126, "detail": "System.Func`1<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 25, "ts": 3875036.376953125, "dur": 720.158040523529, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.720158040523529, "detail": "System.Func`2<System.Object,System.Boolean>" } },
{ "pid": 1, "tid": 25, "ts": 3875759.033203125, "dur": 675.2679944038391, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6752679944038391, "detail": "System.Func`2<System.Object,System.Int32>" } },
{ "pid": 1, "tid": 25, "ts": 3876435.791015625, "dur": 5276.782035827637, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.276782035827637, "detail": "System.Func`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 25, "ts": 3881714.35546875, "dur": 1136.8290185928345, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.1368290185928345, "detail": "System.Func`2<System.Object,System.Single>" } },
{ "pid": 1, "tid": 25, "ts": 3882853.271484375, "dur": 918.6239838600159, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9186239838600159, "detail": "System.Func`2<System.Object,System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 25, "ts": 3883773.92578125, "dur": 754.6019554138184, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7546019554138184, "detail": "System.Func`3<System.Int32,System.IntPtr,System.Boolean>" } },
{ "pid": 1, "tid": 25, "ts": 3884530.517578125, "dur": 1062.6680850982666, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0626680850982666, "detail": "System.Func`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 25, "ts": 3885595.458984375, "dur": 1024.0570306777954, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.0240570306777954, "detail": "System.Func`4<System.Object,System.Object,System.Boolean,System.Object>" } },
{ "pid": 1, "tid": 25, "ts": 3886621.09375, "dur": 874.9080300331116, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8749080300331116, "detail": "System.Func`4<System.Object,System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 25, "ts": 3887498.291015625, "dur": 873.7240433692932, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8737240433692932, "detail": "System.Collections.Generic.GenericComparer`1<System.Int32>" } },
{ "pid": 1, "tid": 25, "ts": 3888373.779296875, "dur": 871.0759878158569, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8710759878158569, "detail": "System.Collections.Generic.GenericComparer`1<System.Object>" } },
{ "pid": 1, "tid": 25, "ts": 3889246.826171875, "dur": 649.2300033569336, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6492300033569336, "detail": "System.Collections.Generic.GenericComparer`1<System.UInt64>" } },
{ "pid": 1, "tid": 25, "ts": 3889897.4609375, "dur": 1759.253978729248, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.759253978729248, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Boolean>" } },
{ "pid": 1, "tid": 25, "ts": 3891658.69140625, "dur": 2676.514148712158, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.676514148712158, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Byte>" } },
{ "pid": 1, "tid": 25, "ts": 3894336.669921875, "dur": 2498.638153076172, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.498638153076172, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Char>" } },
{ "pid": 1, "tid": 25, "ts": 3896837.646484375, "dur": 2250.3747940063477, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.2503747940063477, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 25, "ts": 3899090.087890625, "dur": 2170.3097820281982, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.1703097820281982, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Int32>" } },
{ "pid": 1, "tid": 25, "ts": 3901262.451171875, "dur": 3692.9140090942383, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.6929140090942383, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.Navigation>" } },
{ "pid": 1, "tid": 25, "ts": 3904957.03125, "dur": 5079.108238220215, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.079108238220215, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Object>" } },
{ "pid": 1, "tid": 25, "ts": 3910038.0859375, "dur": 2864.1531467437744, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.8641531467437744, "detail": "System.Collections.Generic.GenericEqualityComparer`1<System.Single>" } },
{ "pid": 1, "tid": 25, "ts": 3912904.541015625, "dur": 2299.027919769287, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.299027919769287, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.UI.SpriteState>" } },
{ "pid": 1, "tid": 25, "ts": 3915205.56640625, "dur": 3619.4019317626953, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.6194019317626953, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 25, "ts": 3918827.1484375, "dur": 2367.6328659057617, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3676328659057617, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 25, "ts": 3921199.21875, "dur": 3699.8989582061768, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.6998989582061768, "detail": "System.Collections.Generic.GenericEqualityComparer`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 25, "ts": 3924901.123046875, "dur": 1861.456036567688, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.861456036567688, "detail": "System.Reflection.MonoProperty/Getter`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 25, "ts": 3926765.380859375, "dur": 34179.24118041992, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 34.17924118041992, "detail": "System.Collections.Generic.HashSet`1<System.Object>" } },
{ "pid": 1, "tid": 25, "ts": 3961760.009765625, "dur": 471.8700051307678, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.4718700051307678, "detail": "System.Collections.Generic.ICollection`1<Mono.Globalization.Unicode.CodePointIndexer/TableRange>" } },
{ "pid": 1, "tid": 25, "ts": 3962263.916015625, "dur": 31993.093490600586, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 31.993093490600586, "detail": "System.Collections.Generic.ICollection`1<System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping>" } },
{ "pid": 1, "tid": 25, "ts": 3997791.015625, "dur": 56565.513610839844, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 56.565513610839844, "detail": "UnityEngine.UI.Collections.IndexedSet`1<System.Object>" } },
{ "pid": 1, "tid": 25, "ts": 4054361.083984375, "dur": 2864.4790649414062, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.8644790649414062, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>>" } },
{ "pid": 1, "tid": 25, "ts": 4057228.271484375, "dur": 1970.7229137420654, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9707229137420654, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Int32>>" } },
{ "pid": 1, "tid": 25, "ts": 4059204.1015625, "dur": 2109.7159385681152, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.1097159385681152, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Object>>" } },
{ "pid": 1, "tid": 25, "ts": 4061316.162109375, "dur": 1974.46608543396, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.97446608543396, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.Dictionary`2/Entry<System.Object,System.Resources.ResourceLocator>>" } },
{ "pid": 1, "tid": 25, "ts": 4063293.701171875, "dur": 2015.3858661651611, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.015385866165161, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 25, "ts": 4065311.279296875, "dur": 1992.0120239257812, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9920120239257812, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>" } },
{ "pid": 1, "tid": 25, "ts": 4067305.908203125, "dur": 2017.0669555664062, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0170669555664062, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>" } },
{ "pid": 1, "tid": 25, "ts": 4069325.439453125, "dur": 2514.3191814422607, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5143191814422607, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>" } },
{ "pid": 1, "tid": 25, "ts": 4071843.017578125, "dur": 2039.7639274597168, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.039763927459717, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>" } },
{ "pid": 1, "tid": 25, "ts": 4073885.009765625, "dur": 2042.691946029663, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.042691946029663, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.HashSet`1/Slot<System.Object>>" } },
{ "pid": 1, "tid": 25, "ts": 4075929.931640625, "dur": 1926.2059926986694, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.9262059926986694, "detail": "System.Array/InternalEnumerator`1<UnityEngine.Rendering.BatchVisibility>" } },
{ "pid": 1, "tid": 25, "ts": 4077858.642578125, "dur": 4411.171913146973, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.411171913146973, "detail": "System.Array/InternalEnumerator`1<System.Boolean>" } },
{ "pid": 1, "tid": 25, "ts": 4082271.484375, "dur": 2003.1471252441406, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.0031471252441406, "detail": "System.Array/InternalEnumerator`1<System.Byte>" } },
{ "pid": 1, "tid": 25, "ts": 4084276.611328125, "dur": 1743.9619302749634, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.7439619302749634, "detail": "System.Array/InternalEnumerator`1<System.Threading.CancellationTokenRegistration>" } },
{ "pid": 1, "tid": 25, "ts": 4086022.4609375, "dur": 1812.127947807312, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.812127947807312, "detail": "System.Array/InternalEnumerator`1<System.Char>" } },
{ "pid": 1, "tid": 25, "ts": 4087837.40234375, "dur": 66390.2816772461, "ph": "X", "name": "Generics2.cpp", "args": { "durationMS": 66.3902816772461, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 4154247.55859375, "dur": 475.88998079299927, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.47588998079299927, "detail": "System.Collections.Generic.List`1<System.Threading.Tasks.Task>" } },
{ "pid": 1, "tid": 25, "ts": 4154725.5859375, "dur": 498.11598658561707, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.49811598658561707, "detail": "System.Collections.Generic.List`1<System.TimeZoneInfo>" } },
{ "pid": 1, "tid": 25, "ts": 4155225.09765625, "dur": 457.3569893836975, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4573569893836975, "detail": "System.Collections.Generic.List`1<System.Threading.Timer>" } },
{ "pid": 1, "tid": 25, "ts": 4155684.08203125, "dur": 495.49299478530884, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.49549299478530884, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Toggle>" } },
{ "pid": 1, "tid": 25, "ts": 4156181.15234375, "dur": 519.2170143127441, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5192170143127441, "detail": "System.Collections.Generic.List`1<UnityEngine.Transform>" } },
{ "pid": 1, "tid": 25, "ts": 4156702.1484375, "dur": 476.26399993896484, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.47626399993896484, "detail": "System.Collections.Generic.List`1<System.Type>" } },
{ "pid": 1, "tid": 25, "ts": 4157180.17578125, "dur": 488.61798644065857, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.48861798644065857, "detail": "System.Collections.Generic.List`1<System.TypeIdentifier>" } },
{ "pid": 1, "tid": 25, "ts": 4157673.33984375, "dur": 514.7980451583862, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5147980451583862, "detail": "System.Collections.Generic.List`1<System.TypeSpec>" } },
{ "pid": 1, "tid": 25, "ts": 4158189.453125, "dur": 738.7999892234802, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7387999892234802, "detail": "System.Collections.Generic.List`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 25, "ts": 4158930.17578125, "dur": 607.3699593544006, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6073699593544006, "detail": "System.Collections.Generic.List`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 25, "ts": 4159539.0625, "dur": 1252.9369592666626, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.2529369592666626, "detail": "System.Collections.Generic.List`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 25, "ts": 4160793.45703125, "dur": 540.802001953125, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.540802001953125, "detail": "System.Collections.Generic.List`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 25, "ts": 4161336.42578125, "dur": 476.0899841785431, "ph": "X", "name": "Il2CppGenericComDefinitions13.cpp", "args": { "durationMS": 0.4760899841785431, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 4161976.07421875, "dur": 552.1429777145386, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5521429777145386, "detail": "System.Collections.Generic.List`1<System.TimeZoneInfo/AdjustmentRule>" } },
{ "pid": 1, "tid": 25, "ts": 4162530.2734375, "dur": 882.4880123138428, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8824880123138428, "detail": "System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 25, "ts": 4166640.13671875, "dur": 350.9169816970825, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3509169816970825, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Byte>" } },
{ "pid": 1, "tid": 25, "ts": 4167281.73828125, "dur": 494.8430061340332, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4948430061340332, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 25, "ts": 4168848.14453125, "dur": 10521.328926086426, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 10.521328926086426, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Resources.ResourceLocator>" } },
{ "pid": 1, "tid": 25, "ts": 4180077.1484375, "dur": 1213.9899730682373, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.2139899730682373, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 25, "ts": 4181810.546875, "dur": 689.8249983787537, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6898249983787537, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 25, "ts": 4182770.01953125, "dur": 379.611998796463, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.379611998796463, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 25, "ts": 4184681.640625, "dur": 627.1520256996155, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6271520256996155, "detail": "System.Predicate`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 25, "ts": 4186513.671875, "dur": 594.1330194473267, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5941330194473267, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeNamedArgument>" } },
{ "pid": 1, "tid": 25, "ts": 4187109.375, "dur": 341.6510224342346, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3416510224342346, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Reflection.CustomAttributeTypedArgument>" } },
{ "pid": 1, "tid": 25, "ts": 4187821.77734375, "dur": 421.34401202201843, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.42134401202201843, "detail": "System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>" } },
{ "pid": 1, "tid": 25, "ts": 4191116.69921875, "dur": 98874.35913085938, "ph": "X", "name": "Idle", "args": { "durationMS": 98.87435913085938, "detail": "" } },
{ "pid": 1, "tid": 26, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 26, "ts": 1451115.6005859375, "dur": 31265.640258789062, "ph": "X", "name": "Idle", "args": { "durationMS": 31.265640258789062, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 1492849.9755859375, "dur": 4224.859714508057, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 4.224859714508057, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 26, "ts": 1498492.431640625, "dur": 284985.4736328125, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 284.9854736328125, "detail": "mscorlib" } },
{ "pid": 1, "tid": 26, "ts": 1500158.8134765625, "dur": 283318.3898925781, "ph": "X", "name": "mscorlib_Attr.cpp", "args": { "durationMS": 283.3183898925781, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 1783491.8212890625, "dur": 11686.888694763184, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 11.686888694763184, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 26, "ts": 1783516.7236328125, "dur": 11661.131858825684, "ph": "X", "name": "UnityEngine.AudioModule_Attr.cpp", "args": { "durationMS": 11.661131858825684, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 1795182.373046875, "dur": 33662.79220581055, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 33.66279220581055, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 26, "ts": 1795203.125, "dur": 33640.9912109375, "ph": "X", "name": "UnityEngine.UI_Attr.cpp", "args": { "durationMS": 33.6409912109375, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 1832429.443359375, "dur": 12485.074996948242, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.485074996948242, "detail": "UnityEngine.CameraRaycastHelper" } },
{ "pid": 1, "tid": 26, "ts": 1844934.326171875, "dur": 3045.3100204467773, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0453100204467773, "detail": "UnityEngine.Input" } },
{ "pid": 1, "tid": 26, "ts": 1847980.8349609375, "dur": 27106.172561645508, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 27.106172561645508, "detail": "UnityEngine.SendMouseEvents" } },
{ "pid": 1, "tid": 26, "ts": 1875088.2568359375, "dur": 1294.382929801941, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.294382929801941, "detail": "UnityEngine.Touch" } },
{ "pid": 1, "tid": 26, "ts": 1876413.0859375, "dur": 1774.1680145263672, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7741680145263672, "detail": "UnityEngine.SendMouseEvents/HitInfo" } },
{ "pid": 1, "tid": 26, "ts": 1878189.94140625, "dur": 8199.94068145752, "ph": "X", "name": "UnityEngine.InputLegacyModule.cpp", "args": { "durationMS": 8.19994068145752, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 1886711.181640625, "dur": 1135.085940361023, "ph": "X", "name": "UnityEngine.ImageConversionModule.cpp", "args": { "durationMS": 1.135085940361023, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 1887923.583984375, "dur": 994.6170449256897, "ph": "X", "name": "UnityEngine.SpriteShapeModule.cpp", "args": { "durationMS": 0.9946170449256897, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 1889004.39453125, "dur": 1612.8020286560059, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6128020286560059, "detail": "UnityEngine.RaycastHit" } },
{ "pid": 1, "tid": 26, "ts": 1890619.9951171875, "dur": 1612.402081489563, "ph": "X", "name": "UnityEngine.PhysicsModule.cpp", "args": { "durationMS": 1.612402081489563, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 1892321.77734375, "dur": 1160.1710319519043, "ph": "X", "name": "UnityEngine.TilemapModule.cpp", "args": { "durationMS": 1.1601710319519043, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 1893554.443359375, "dur": 1067.507028579712, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.067507028579712, "detail": "UnityEngine.AudioClip" } },
{ "pid": 1, "tid": 26, "ts": 1894623.046875, "dur": 813.962996006012, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.813962996006012, "detail": "UnityEngine.Audio.AudioClipPlayable" } },
{ "pid": 1, "tid": 26, "ts": 1895456.1767578125, "dur": 870.0600266456604, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8700600266456604, "detail": "UnityEngine.Audio.AudioMixerPlayable" } },
{ "pid": 1, "tid": 26, "ts": 1896358.3984375, "dur": 772.553026676178, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.772553026676178, "detail": "UnityEngine.Experimental.Audio.AudioSampleProvider" } },
{ "pid": 1, "tid": 26, "ts": 1897131.9580078125, "dur": 587.3979926109314, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5873979926109314, "detail": "UnityEngine.AudioSettings" } },
{ "pid": 1, "tid": 26, "ts": 1897720.0927734375, "dur": 3638.4189128875732, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.6384189128875732, "detail": "UnityEngine.AudioSource" } },
{ "pid": 1, "tid": 26, "ts": 1901359.375, "dur": 45883.609771728516, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 45.883609771728516, "detail": "UnityEngine.AudioClip/PCMReaderCallback" } },
{ "pid": 1, "tid": 26, "ts": 1947244.140625, "dur": 613.4090423583984, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6134090423583984, "detail": "UnityEngine.AudioClip/PCMSetPositionCallback" } },
{ "pid": 1, "tid": 26, "ts": 1947858.154296875, "dur": 1258.189082145691, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.258189082145691, "detail": "UnityEngine.Experimental.Audio.AudioSampleProvider/SampleFramesHandler" } },
{ "pid": 1, "tid": 26, "ts": 1949117.1875, "dur": 828.5290002822876, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8285290002822876, "detail": "UnityEngine.AudioSettings/AudioConfigurationChangeHandler" } },
{ "pid": 1, "tid": 26, "ts": 1949946.533203125, "dur": 2270.108938217163, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.270108938217163, "detail": "UnityEngine.AudioSettings/Mobile" } },
{ "pid": 1, "tid": 26, "ts": 1952219.1162109375, "dur": 8931.306838989258, "ph": "X", "name": "UnityEngine.AudioModule.cpp", "args": { "durationMS": 8.931306838989258, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 1961259.27734375, "dur": 902.804970741272, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.902804970741272, "detail": "UnityEngine.Experimental.Video.VideoClipPlayable" } },
{ "pid": 1, "tid": 26, "ts": 1962162.9638671875, "dur": 3899.618148803711, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.899618148803711, "detail": "UnityEngine.Video.VideoPlayer" } },
{ "pid": 1, "tid": 26, "ts": 1966113.4033203125, "dur": 936.9589686393738, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9369589686393738, "detail": "UnityEngine.Video.VideoPlayer/ErrorEventHandler" } },
{ "pid": 1, "tid": 26, "ts": 1967051.26953125, "dur": 796.4670062065125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7964670062065125, "detail": "UnityEngine.Video.VideoPlayer/EventHandler" } },
{ "pid": 1, "tid": 26, "ts": 1967848.388671875, "dur": 1584.6129655838013, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5846129655838013, "detail": "UnityEngine.Video.VideoPlayer/FrameReadyEventHandler" } },
{ "pid": 1, "tid": 26, "ts": 1969434.08203125, "dur": 940.0730133056641, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9400730133056641, "detail": "UnityEngine.Video.VideoPlayer/TimeEventHandler" } },
{ "pid": 1, "tid": 26, "ts": 1970376.708984375, "dur": 4873.504638671875, "ph": "X", "name": "UnityEngine.VideoModule.cpp", "args": { "durationMS": 4.873504638671875, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 1975303.1005859375, "dur": 11642.762184143066, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.642762184143066, "detail": "UnityEngine.Event" } },
{ "pid": 1, "tid": 26, "ts": 1986983.88671875, "dur": 5421.6203689575195, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.4216203689575195, "detail": "UnityEngine.GUI" } },
{ "pid": 1, "tid": 26, "ts": 1992406.73828125, "dur": 2929.360866546631, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.929360866546631, "detail": "UnityEngine.GUIContent" } },
{ "pid": 1, "tid": 26, "ts": 1995337.158203125, "dur": 635.0589990615845, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6350589990615845, "detail": "UnityEngine.GUILayout" } },
{ "pid": 1, "tid": 26, "ts": 1995973.0224609375, "dur": 10558.343887329102, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.558343887329102, "detail": "UnityEngine.GUILayoutEntry" } },
{ "pid": 1, "tid": 26, "ts": 2006532.470703125, "dur": 34758.22830200195, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 34.75822830200195, "detail": "UnityEngine.GUILayoutGroup" } },
{ "pid": 1, "tid": 26, "ts": 2041291.748046875, "dur": 367.3810064792633, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3673810064792633, "detail": "UnityEngine.GUILayoutOption" } },
{ "pid": 1, "tid": 26, "ts": 2041660.15625, "dur": 10060.935974121094, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.060935974121094, "detail": "UnityEngine.GUILayoutUtility" } },
{ "pid": 1, "tid": 26, "ts": 2051722.16796875, "dur": 6112.888813018799, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.112888813018799, "detail": "UnityEngine.GUIScrollGroup" } },
{ "pid": 1, "tid": 26, "ts": 2057836.669921875, "dur": 381.1190128326416, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3811190128326416, "detail": "UnityEngine.GUISettings" } },
{ "pid": 1, "tid": 26, "ts": 2058218.994140625, "dur": 38790.17639160156, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 38.79017639160156, "detail": "UnityEngine.GUISkin" } },
{ "pid": 1, "tid": 26, "ts": 2097010.25390625, "dur": 8268.989562988281, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.268989562988281, "detail": "UnityEngine.GUIStyle" } },
{ "pid": 1, "tid": 26, "ts": 2105280.517578125, "dur": 2880.3930282592773, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.8803930282592773, "detail": "UnityEngine.GUIStyleState" } },
{ "pid": 1, "tid": 26, "ts": 2108162.353515625, "dur": 2037.1911525726318, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.037191152572632, "detail": "UnityEngine.GUITargetAttribute" } },
{ "pid": 1, "tid": 26, "ts": 2110201.171875, "dur": 9211.33041381836, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.21133041381836, "detail": "UnityEngine.GUIUtility" } },
{ "pid": 1, "tid": 26, "ts": 2119816.40625, "dur": 713.9999866485596, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7139999866485596, "detail": "UnityEngine.TextEditor" } },
{ "pid": 1, "tid": 26, "ts": 2120531.25, "dur": 1269.1739797592163, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2691739797592163, "detail": "UnityEngine.GUI/WindowFunction" } },
{ "pid": 1, "tid": 26, "ts": 2121816.650390625, "dur": 641.1619782447815, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6411619782447815, "detail": "UnityEngine.GUILayoutUtility/LayoutCache" } },
{ "pid": 1, "tid": 26, "ts": 2122458.49609375, "dur": 673.7729907035828, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6737729907035828, "detail": "UnityEngine.GUISkin/SkinChangedDelegate" } },
{ "pid": 1, "tid": 26, "ts": 2123149.90234375, "dur": 40986.26708984375, "ph": "X", "name": "UnityEngine.IMGUIModule.cpp", "args": { "durationMS": 40.98626708984375, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 2164168.9453125, "dur": 10761.25431060791, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.76125431060791, "detail": "UnityEngine.UI.LayoutUtility" } },
{ "pid": 1, "tid": 26, "ts": 2174931.15234375, "dur": 16424.333572387695, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.424333572387695, "detail": "UnityEngine.UI.Mask" } },
{ "pid": 1, "tid": 26, "ts": 2191356.689453125, "dur": 25320.41358947754, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 25.32041358947754, "detail": "UnityEngine.UI.MaskUtilities" } },
{ "pid": 1, "tid": 26, "ts": 2216678.22265625, "dur": 67012.31384277344, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 67.01231384277344, "detail": "UnityEngine.UI.MaskableGraphic" } },
{ "pid": 1, "tid": 26, "ts": 2283691.89453125, "dur": 1532.7190160751343, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5327190160751343, "detail": "UnityEngine.UI.Misc" } },
{ "pid": 1, "tid": 26, "ts": 2285239.990234375, "dur": 2167.21510887146, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.16721510887146, "detail": "UnityEngine.UI.MultipleDisplayUtilities" } },
{ "pid": 1, "tid": 26, "ts": 2287408.203125, "dur": 4661.008834838867, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.661008834838867, "detail": "UnityEngine.UI.Navigation" } },
{ "pid": 1, "tid": 26, "ts": 2292070.3125, "dur": 2266.4029598236084, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2664029598236084, "detail": "UnityEngine.UI.Outline" } },
{ "pid": 1, "tid": 26, "ts": 2294337.158203125, "dur": 3903.8920402526855, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.9038920402526855, "detail": "UnityEngine.EventSystems.Physics2DRaycaster" } },
{ "pid": 1, "tid": 26, "ts": 2298242.1875, "dur": 5927.15311050415, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.92715311050415, "detail": "UnityEngine.EventSystems.PhysicsRaycaster" } },
{ "pid": 1, "tid": 26, "ts": 2304170.166015625, "dur": 14551.506042480469, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.551506042480469, "detail": "UnityEngine.EventSystems.PointerEventData" } },
{ "pid": 1, "tid": 26, "ts": 2318722.65625, "dur": 24010.482788085938, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.010482788085938, "detail": "UnityEngine.EventSystems.PointerInputModule" } },
{ "pid": 1, "tid": 26, "ts": 2342733.88671875, "dur": 1011.3329887390137, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0113329887390137, "detail": "UnityEngine.UI.PositionAsUV1" } },
{ "pid": 1, "tid": 26, "ts": 2343746.09375, "dur": 6506.44588470459, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.50644588470459, "detail": "UnityEngine.UI.RawImage" } },
{ "pid": 1, "tid": 26, "ts": 2350253.90625, "dur": 4212.173938751221, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.212173938751221, "detail": "UnityEngine.EventSystems.RaycastResult" } },
{ "pid": 1, "tid": 26, "ts": 2354467.041015625, "dur": 1551.3300895690918, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5513300895690918, "detail": "UnityEngine.EventSystems.RaycasterManager" } },
{ "pid": 1, "tid": 26, "ts": 2356019.287109375, "dur": 15034.20352935791, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.03420352935791, "detail": "UnityEngine.UI.RectMask2D" } },
{ "pid": 1, "tid": 26, "ts": 2371054.19921875, "dur": 1706.1620950698853, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7061620950698853, "detail": "UnityEngine.UI.RectangularVertexClipper" } },
{ "pid": 1, "tid": 26, "ts": 2372761.23046875, "dur": 13226.223945617676, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.226223945617676, "detail": "UnityEngine.UI.ReflectionMethodsCache" } },
{ "pid": 1, "tid": 26, "ts": 2385988.28125, "dur": 53203.914642333984, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 53.203914642333984, "detail": "UnityEngine.UI.ScrollRect" } },
{ "pid": 1, "tid": 26, "ts": 2439193.359375, "dur": 24808.17222595215, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.80817222595215, "detail": "UnityEngine.UI.Scrollbar" } },
{ "pid": 1, "tid": 26, "ts": 2464002.44140625, "dur": 26777.427673339844, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 26.777427673339844, "detail": "UnityEngine.UI.Selectable" } },
{ "pid": 1, "tid": 26, "ts": 2490780.517578125, "dur": 1346.3150262832642, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3463150262832642, "detail": "UnityEngine.UI.SetPropertyUtility" } },
{ "pid": 1, "tid": 26, "ts": 2492127.9296875, "dur": 5697.940826416016, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.697940826416016, "detail": "UnityEngine.UI.Shadow" } },
{ "pid": 1, "tid": 26, "ts": 2497827.1484375, "dur": 23636.350631713867, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 23.636350631713867, "detail": "UnityEngine.UI.Slider" } },
{ "pid": 1, "tid": 26, "ts": 2521465.8203125, "dur": 194135.40649414062, "ph": "X", "name": "UnityEngine.UI2.cpp", "args": { "durationMS": 194.13540649414062, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 2715622.314453125, "dur": 6905.318737030029, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.905318737030029, "detail": "System.Globalization.NumberFormatInfo" } },
{ "pid": 1, "tid": 26, "ts": 2722528.80859375, "dur": 86859.4741821289, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 86.8594741821289, "detail": "System.NumberFormatter" } },
{ "pid": 1, "tid": 26, "ts": 2809413.0859375, "dur": 31769.00863647461, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 31.76900863647461, "detail": "System.Threading.OSSpecificSynchronizationContext" } },
{ "pid": 1, "tid": 26, "ts": 2841183.349609375, "dur": 5280.77507019043, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.28077507019043, "detail": "System.Runtime.Remoting.ObjRef" } },
{ "pid": 1, "tid": 26, "ts": 2846464.84375, "dur": 982.5170040130615, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9825170040130615, "detail": "System.Runtime.Remoting.Messaging.ObjRefSurrogate" } },
{ "pid": 1, "tid": 26, "ts": 2847448.486328125, "dur": 836.7879390716553, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8367879390716553, "detail": "System.Object" } },
{ "pid": 1, "tid": 26, "ts": 2848286.376953125, "dur": 1955.433964729309, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.955433964729309, "detail": "System.ObjectDisposedException" } },
{ "pid": 1, "tid": 26, "ts": 2850242.431640625, "dur": 573.5790133476257, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5735790133476257, "detail": "System.Collections.Generic.ObjectEqualityComparer" } },
{ "pid": 1, "tid": 26, "ts": 2850817.138671875, "dur": 25307.050704956055, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 25.307050704956055, "detail": "System.Runtime.Serialization.ObjectHolder" } },
{ "pid": 1, "tid": 26, "ts": 2876125, "dur": 1905.9170484542847, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9059170484542847, "detail": "System.Runtime.Serialization.ObjectHolderList" } },
{ "pid": 1, "tid": 26, "ts": 2878031.494140625, "dur": 786.9560122489929, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7869560122489929, "detail": "System.Runtime.Serialization.ObjectHolderListEnumerator" } },
{ "pid": 1, "tid": 26, "ts": 2878819.3359375, "dur": 3989.7220134735107, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.9897220134735107, "detail": "System.Runtime.Serialization.ObjectIDGenerator" } },
{ "pid": 1, "tid": 26, "ts": 2882810.05859375, "dur": 25877.113342285156, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 25.877113342285156, "detail": "System.Runtime.Serialization.ObjectManager" } },
{ "pid": 1, "tid": 26, "ts": 2908688.232421875, "dur": 3068.2308673858643, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0682308673858643, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectMap" } },
{ "pid": 1, "tid": 26, "ts": 2911757.080078125, "dur": 1076.0200023651123, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0760200023651123, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectMapInfo" } },
{ "pid": 1, "tid": 26, "ts": 2912833.740234375, "dur": 705.7029604911804, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7057029604911804, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectNull" } },
{ "pid": 1, "tid": 26, "ts": 2913540.283203125, "dur": 3394.329071044922, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.394329071044922, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectProgress" } },
{ "pid": 1, "tid": 26, "ts": 2916935.791015625, "dur": 24204.143524169922, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.204143524169922, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectReader" } },
{ "pid": 1, "tid": 26, "ts": 2941140.869140625, "dur": 30643.964767456055, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 30.643964767456055, "detail": "System.Runtime.Serialization.Formatters.Binary.ObjectWriter" } },
{ "pid": 1, "tid": 26, "ts": 2971788.0859375, "dur": 213601.05895996094, "ph": "X", "name": "mscorlib8.cpp", "args": { "durationMS": 213.60105895996094, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 3197393.5546875, "dur": 59084.54895019531, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 59.08454895019531, "detail": "System.UnitySerializationHolder" } },
{ "pid": 1, "tid": 26, "ts": 3256478.759765625, "dur": 8322.471618652344, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.322471618652344, "detail": "Microsoft.Win32.UnixRegistryApi" } },
{ "pid": 1, "tid": 26, "ts": 3264913.818359375, "dur": 44487.03384399414, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 44.48703384399414, "detail": "System.IO.UnmanagedMemoryStream" } },
{ "pid": 1, "tid": 26, "ts": 3309667.96875, "dur": 13330.582618713379, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.330582618713379, "detail": "System.Runtime.Serialization.Formatters.Binary.ValueFixup" } },
{ "pid": 1, "tid": 26, "ts": 3323019.04296875, "dur": 2830.821990966797, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.830821990966797, "detail": "System.ValueType" } },
{ "pid": 1, "tid": 26, "ts": 3325850.830078125, "dur": 1352.7189493179321, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3527189493179321, "detail": "System.Runtime.Serialization.ValueTypeFixupInfo" } },
{ "pid": 1, "tid": 26, "ts": 3327220.703125, "dur": 635.9869837760925, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6359869837760925, "detail": "System.Variant" } },
{ "pid": 1, "tid": 26, "ts": 3327857.421875, "dur": 10405.681610107422, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.405681610107422, "detail": "System.Version" } },
{ "pid": 1, "tid": 26, "ts": 3338356.93359375, "dur": 461.92699670791626, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.46192699670791626, "detail": "System.Threading.WaitCallback" } },
{ "pid": 1, "tid": 26, "ts": 3338819.580078125, "dur": 45013.5612487793, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 45.0135612487793, "detail": "System.Threading.WaitHandle" } },
{ "pid": 1, "tid": 26, "ts": 3383834.47265625, "dur": 1981.4989566802979, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9814989566802979, "detail": "System.Threading.WaitHandleCannotBeOpenedException" } },
{ "pid": 1, "tid": 26, "ts": 3385816.89453125, "dur": 712.5660181045532, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7125660181045532, "detail": "System.Threading.WaitOrTimerCallback" } },
{ "pid": 1, "tid": 26, "ts": 3386530.2734375, "dur": 2987.54620552063, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.98754620552063, "detail": "System.WeakReference" } },
{ "pid": 1, "tid": 26, "ts": 3389518.5546875, "dur": 1330.30104637146, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.33030104637146, "detail": "System.Runtime.Remoting.WellKnownClientTypeEntry" } },
{ "pid": 1, "tid": 26, "ts": 3390859.86328125, "dur": 865.2309775352478, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8652309775352478, "detail": "System.Runtime.Remoting.WellKnownServiceTypeEntry" } },
{ "pid": 1, "tid": 26, "ts": 3392014.6484375, "dur": 19477.157592773438, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 19.477157592773438, "detail": "Microsoft.Win32.Win32RegistryApi" } },
{ "pid": 1, "tid": 26, "ts": 3411492.67578125, "dur": 13855.801582336426, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.855801582336426, "detail": "System.WindowsConsoleDriver" } },
{ "pid": 1, "tid": 26, "ts": 3425349.365234375, "dur": 16334.787368774414, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 16.334787368774414, "detail": "System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo" } },
{ "pid": 1, "tid": 26, "ts": 3441685.546875, "dur": 1091.1589860916138, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0911589860916138, "detail": "System.Security.XmlSyntaxException" } },
{ "pid": 1, "tid": 26, "ts": 3443038.57421875, "dur": 46962.22686767578, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 46.96222686767578, "detail": "System.Runtime.Serialization.Formatters.Binary.__BinaryParser" } },
{ "pid": 1, "tid": 26, "ts": 3490001.953125, "dur": 25056.8904876709, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 25.0568904876709, "detail": "System.Runtime.Serialization.Formatters.Binary.__BinaryWriter" } },
{ "pid": 1, "tid": 26, "ts": 3515214.111328125, "dur": 8450.217247009277, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.450217247009277, "detail": "System.__DTString" } },
{ "pid": 1, "tid": 26, "ts": 3523665.283203125, "dur": 6724.841117858887, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.724841117858887, "detail": "System.IO.__Error" } },
{ "pid": 1, "tid": 26, "ts": 3530391.11328125, "dur": 5786.073207855225, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.786073207855225, "detail": "System.__Filters" } },
{ "pid": 1, "tid": 26, "ts": 3536178.22265625, "dur": 4111.2542152404785, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.1112542152404785, "detail": "System.__Il2CppComDelegate" } },
{ "pid": 1, "tid": 26, "ts": 3540290.52734375, "dur": 713.6020064353943, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7136020064353943, "detail": "System.__Il2CppComObject" } },
{ "pid": 1, "tid": 26, "ts": 3541337.158203125, "dur": 887.641966342926, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.887641966342926, "detail": "System.Array/ArrayEnumerator" } },
{ "pid": 1, "tid": 26, "ts": 3542225.5859375, "dur": 10076.369285583496, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 10.076369285583496, "detail": "System.Array/SorterGenericArray" } },
{ "pid": 1, "tid": 26, "ts": 3552302.978515625, "dur": 8296.586036682129, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.296586036682129, "detail": "System.Array/SorterObjectArray" } },
{ "pid": 1, "tid": 26, "ts": 3560619.384765625, "dur": 2206.6891193389893, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.2066891193389893, "detail": "System.Collections.ArrayList/ArrayListEnumeratorSimple" } },
{ "pid": 1, "tid": 26, "ts": 3562931.640625, "dur": 468.2469964027405, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4682469964027405, "detail": "System.Runtime.CompilerServices.AsyncMethodBuilderCore/<>c" } },
{ "pid": 1, "tid": 26, "ts": 3563960.9375, "dur": 750.3569722175598, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7503569722175598, "detail": "System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner" } },
{ "pid": 1, "tid": 26, "ts": 3564712.158203125, "dur": 343.8499867916107, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3438499867916107, "detail": "System.Threading.Tasks.AwaitTaskContinuation/<>c" } },
{ "pid": 1, "tid": 26, "ts": 3565396.484375, "dur": 412.9350185394287, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.4129350185394287, "detail": "System.Console/InternalCancelHandler" } },
{ "pid": 1, "tid": 26, "ts": 3565810.05859375, "dur": 3032.810926437378, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.032810926437378, "detail": "System.Console/WindowsConsole" } },
{ "pid": 1, "tid": 26, "ts": 3568844.7265625, "dur": 963.657021522522, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.963657021522522, "detail": "System.Runtime.Remoting.Channels.CrossAppDomainSink/ProcessMessageRes" } },
{ "pid": 1, "tid": 26, "ts": 3569809.08203125, "dur": 3231.519937515259, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.231519937515259, "detail": "System.Runtime.Remoting.Contexts.CrossContextChannel/ContextRestoreSink" } },
{ "pid": 1, "tid": 26, "ts": 3573041.50390625, "dur": 782.2329998016357, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7822329998016357, "detail": "System.Globalization.CultureInfo/Data" } },
{ "pid": 1, "tid": 26, "ts": 3574226.806640625, "dur": 1272.979974746704, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.272979974746704, "detail": "System.DateTimeParse/MatchNumberDelegate" } },
{ "pid": 1, "tid": 26, "ts": 3575530.76171875, "dur": 552.5630116462708, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5525630116462708, "detail": "System.DefaultBinder/<>c" } },
{ "pid": 1, "tid": 26, "ts": 3576250.244140625, "dur": 2058.4609508514404, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0584609508514404, "detail": "System.DelegateSerializationHolder/DelegateEntry" } },
{ "pid": 1, "tid": 26, "ts": 3578312.255859375, "dur": 199837.50915527344, "ph": "X", "name": "mscorlib15.cpp", "args": { "durationMS": 199.83750915527344, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 3778172.8515625, "dur": 21389.476776123047, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 21.389476776123047, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 26, "ts": 3799564.94140625, "dur": 21112.079620361328, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 21.112079620361328, "detail": "System.Collections.Generic.List`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 26, "ts": 3820680.17578125, "dur": 28933.85124206543, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 28.93385124206543, "detail": "System.Collections.Generic.List`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 26, "ts": 3849616.455078125, "dur": 28583.452224731445, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 28.583452224731445, "detail": "System.Collections.Generic.List`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 26, "ts": 3878201.904296875, "dur": 27619.869232177734, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 27.619869232177734, "detail": "System.Collections.Generic.List`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 26, "ts": 3905823.486328125, "dur": 32420.982360839844, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 32.420982360839844, "detail": "System.Collections.Generic.List`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 26, "ts": 3938246.826171875, "dur": 99148.60534667969, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 99.14860534667969, "detail": "System.Collections.Generic.List`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 26, "ts": 4037398.4375, "dur": 30419.139862060547, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 30.419139862060547, "detail": "System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 26, "ts": 4067820.068359375, "dur": 29069.988250732422, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 29.069988250732422, "detail": "System.Collections.Generic.List`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 26, "ts": 4096892.08984375, "dur": 22265.35987854004, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 22.26535987854004, "detail": "System.Collections.Generic.List`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 26, "ts": 4119165.0390625, "dur": 6392.538070678711, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.392538070678711, "detail": "Unity.Collections.NativeArray`1<UnityEngine.Rendering.BatchVisibility>" } },
{ "pid": 1, "tid": 26, "ts": 4125560.546875, "dur": 7047.6579666137695, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.0476579666137695, "detail": "Unity.Collections.NativeArray`1<System.Byte>" } },
{ "pid": 1, "tid": 26, "ts": 4132609.86328125, "dur": 4038.422107696533, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.038422107696533, "detail": "Unity.Collections.NativeArray`1<System.Int32>" } },
{ "pid": 1, "tid": 26, "ts": 4136651.85546875, "dur": 6589.147090911865, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 6.589147090911865, "detail": "Unity.Collections.NativeArray`1<UnityEngine.Experimental.GlobalIllumination.LightDataGI>" } },
{ "pid": 1, "tid": 26, "ts": 4143278.3203125, "dur": 4361.280918121338, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.361280918121338, "detail": "Unity.Collections.NativeArray`1<UnityEngine.Plane>" } },
{ "pid": 1, "tid": 26, "ts": 4147951.66015625, "dur": 11824.979782104492, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 11.824979782104492, "detail": "System.Nullable`1<System.Boolean>" } },
{ "pid": 1, "tid": 26, "ts": 4159778.80859375, "dur": 19667.58155822754, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 19.66758155822754, "detail": "System.Nullable`1<System.DateTime>" } },
{ "pid": 1, "tid": 26, "ts": 4179447.75390625, "dur": 4173.566818237305, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.173566818237305, "detail": "System.Nullable`1<System.Int32>" } },
{ "pid": 1, "tid": 26, "ts": 4183626.46484375, "dur": 1346.9020128250122, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.3469020128250122, "detail": "System.Collections.Generic.ObjectComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 26, "ts": 4184975.5859375, "dur": 946.0319876670837, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9460319876670837, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 26, "ts": 4185922.8515625, "dur": 798.8739609718323, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7988739609718323, "detail": "System.Collections.Generic.ObjectComparer`1<System.Int32>" } },
{ "pid": 1, "tid": 26, "ts": 4186723.6328125, "dur": 800.9580373764038, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8009580373764038, "detail": "System.Collections.Generic.ObjectComparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 26, "ts": 4187527.34375, "dur": 858.5969805717468, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8585969805717468, "detail": "System.Collections.Generic.ObjectComparer`1<System.Object>" } },
{ "pid": 1, "tid": 26, "ts": 4188387.6953125, "dur": 697.2630023956299, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6972630023956299, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 26, "ts": 4189087.890625, "dur": 491.8999969959259, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.4918999969959259, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 26, "ts": 4189581.0546875, "dur": 481.5030097961426, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.4815030097961426, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 26, "ts": 4190063.96484375, "dur": 741.2620186805725, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7412620186805725, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 26, "ts": 4190807.12890625, "dur": 618.9870238304138, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6189870238304138, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 26, "ts": 4191426.7578125, "dur": 486.066997051239, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.486066997051239, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 26, "ts": 4191914.0625, "dur": 720.3450202941895, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7203450202941895, "detail": "System.Collections.Generic.ObjectComparer`1<System.UInt64>" } },
{ "pid": 1, "tid": 26, "ts": 4192636.71875, "dur": 634.7990036010742, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6347990036010742, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 26, "ts": 4193271.97265625, "dur": 531.8670272827148, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5318670272827148, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 26, "ts": 4193805.6640625, "dur": 550.3140091896057, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5503140091896057, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 26, "ts": 4194357.421875, "dur": 702.1639943122864, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7021639943122864, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 26, "ts": 4195061.03515625, "dur": 853.6750078201294, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8536750078201294, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 26, "ts": 4195916.015625, "dur": 518.655002117157, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.518655002117157, "detail": "System.Collections.Generic.ObjectComparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 26, "ts": 4196437.01171875, "dur": 1664.436936378479, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.664436936378479, "detail": "System.Collections.Generic.ObjectEqualityComparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 26, "ts": 4198103.515625, "dur": 43086.212158203125, "ph": "X", "name": "Generics4.cpp", "args": { "durationMS": 43.086212158203125, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 4241204.58984375, "dur": 48824.82147216797, "ph": "X", "name": "Idle", "args": { "durationMS": 48.82482147216797, "detail": "" } },
{ "pid": 1, "tid": 27, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 27, "ts": 1451257.8125, "dur": 31138.025283813477, "ph": "X", "name": "Idle", "args": { "durationMS": 31.138025283813477, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 1492132.6904296875, "dur": 4956.168174743652, "ph": "X", "name": "Write Assembly", "args": { "durationMS": 4.956168174743652, "detail": "mscorlib" } },
{ "pid": 1, "tid": 27, "ts": 1498513.5498046875, "dur": 279281.9519042969, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 279.2819519042969, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 27, "ts": 1500173.828125, "dur": 277620.0866699219, "ph": "X", "name": "System.Configuration_Attr.cpp", "args": { "durationMS": 277.6200866699219, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 1779866.69921875, "dur": 7805.017948150635, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 7.805017948150635, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 27, "ts": 1779892.7001953125, "dur": 7778.357028961182, "ph": "X", "name": "UnityEngine.InputLegacyModule_Attr.cpp", "args": { "durationMS": 7.778357028961182, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 1787674.9267578125, "dur": 9169.166564941406, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 9.169166564941406, "detail": "UnityEngine.PhysicsModule" } },
{ "pid": 1, "tid": 27, "ts": 1787694.3359375, "dur": 9149.255752563477, "ph": "X", "name": "UnityEngine.PhysicsModule_Attr.cpp", "args": { "durationMS": 9.149255752563477, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 1796847.16796875, "dur": 6548.798084259033, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 6.548798084259033, "detail": "UnityEngine.UnityWebRequestWWWModule" } },
{ "pid": 1, "tid": 27, "ts": 1796863.1591796875, "dur": 6532.433032989502, "ph": "X", "name": "UnityEngine.UnityWebRequestWWWModule_Attr.cpp", "args": { "durationMS": 6.532433032989502, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 1803399.5361328125, "dur": 1082.1030139923096, "ph": "X", "name": "Write Attributes", "args": { "durationMS": 1.0821030139923096, "detail": "UnityEngine" } },
{ "pid": 1, "tid": 27, "ts": 1803418.9453125, "dur": 1062.3019933700562, "ph": "X", "name": "UnityEngine_Attr.cpp", "args": { "durationMS": 1.0623019933700562, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 1814391.9677734375, "dur": 795.4490184783936, "ph": "X", "name": "GenericInstanceTypes", "args": { "durationMS": 0.7954490184783936, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 1817118.408203125, "dur": 2084.0718746185303, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0840718746185303, "detail": "<Module>" } },
{ "pid": 1, "tid": 27, "ts": 1819203.61328125, "dur": 1311.5019798278809, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3115019798278809, "detail": "System.Linq.Enumerable" } },
{ "pid": 1, "tid": 27, "ts": 1820516.2353515625, "dur": 21187.471389770508, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 21.187471389770508, "detail": "System.Linq.Error" } },
{ "pid": 1, "tid": 27, "ts": 1841706.0546875, "dur": 7775.613784790039, "ph": "X", "name": "System.Core.cpp", "args": { "durationMS": 7.775613784790039, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 1849545.41015625, "dur": 1255.7669878005981, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2557669878005981, "detail": "System.UriFormatException" } },
{ "pid": 1, "tid": 27, "ts": 1850802.24609375, "dur": 55552.63137817383, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 55.55263137817383, "detail": "System.UriHelper" } },
{ "pid": 1, "tid": 27, "ts": 1906397.5830078125, "dur": 9946.578979492188, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.946578979492188, "detail": "System.UriParser" } },
{ "pid": 1, "tid": 27, "ts": 1917146.8505859375, "dur": 8361.138343811035, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.361138343811035, "detail": "System.ComponentModel.Win32Exception" } },
{ "pid": 1, "tid": 27, "ts": 1925509.1552734375, "dur": 5583.1732749938965, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.5831732749938965, "detail": "System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension" } },
{ "pid": 1, "tid": 27, "ts": 1931093.3837890625, "dur": 4203.617095947266, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.203617095947266, "detail": "System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension" } },
{ "pid": 1, "tid": 27, "ts": 1935297.8515625, "dur": 1269.2019939422607, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2692019939422607, "detail": "System.Security.Cryptography.X509Certificates.X509Extension" } },
{ "pid": 1, "tid": 27, "ts": 1936568.115234375, "dur": 6717.751979827881, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.717751979827881, "detail": "System.Security.Cryptography.X509Certificates.X509KeyUsageExtension" } },
{ "pid": 1, "tid": 27, "ts": 1943302.978515625, "dur": 7778.293132781982, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.778293132781982, "detail": "System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension" } },
{ "pid": 1, "tid": 27, "ts": 1951096.0693359375, "dur": 825.0709772109985, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8250709772109985, "detail": "System.Security.Cryptography.X509Certificates.X509Utils" } },
{ "pid": 1, "tid": 27, "ts": 1951947.265625, "dur": 807.2309494018555, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8072309494018555, "detail": "System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping" } },
{ "pid": 1, "tid": 27, "ts": 1952936.767578125, "dur": 380.88199496269226, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.38088199496269226, "detail": "System.Text.RegularExpressions.RegexCharClass/SingleRangeComparer" } },
{ "pid": 1, "tid": 27, "ts": 1953955.078125, "dur": 27364.2520904541, "ph": "X", "name": "System2.cpp", "args": { "durationMS": 27.3642520904541, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 1981369.9951171875, "dur": 12930.954933166504, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 12.930954933166504, "detail": "ButtonClose" } },
{ "pid": 1, "tid": 27, "ts": 1994301.8798828125, "dur": 4909.788131713867, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.909788131713867, "detail": "CachedDownloader" } },
{ "pid": 1, "tid": 27, "ts": 1999212.890625, "dur": 847.3950028419495, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.8473950028419495, "detail": "Global" } },
{ "pid": 1, "tid": 27, "ts": 2000061.5234375, "dur": 2182.368040084839, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.182368040084839, "detail": "MusicFade" } },
{ "pid": 1, "tid": 27, "ts": 2002244.7509765625, "dur": 35789.02816772461, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 35.78902816772461, "detail": "NorbuMain" } },
{ "pid": 1, "tid": 27, "ts": 2038034.66796875, "dur": 15407.031059265137, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.407031059265137, "detail": "TapMain" } },
{ "pid": 1, "tid": 27, "ts": 2053442.3828125, "dur": 24071.514129638672, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.071514129638672, "detail": "ball" } },
{ "pid": 1, "tid": 27, "ts": 2077515.380859375, "dur": 9262.158393859863, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.262158393859863, "detail": "home" } },
{ "pid": 1, "tid": 27, "ts": 2086778.3203125, "dur": 5375.626564025879, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.375626564025879, "detail": "process" } },
{ "pid": 1, "tid": 27, "ts": 2092155.029296875, "dur": 15851.654052734375, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 15.851654052734375, "detail": "video" } },
{ "pid": 1, "tid": 27, "ts": 2108008.056640625, "dur": 9683.502197265625, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.683502197265625, "detail": "CachedDownloader/<DoLoad>d__3" } },
{ "pid": 1, "tid": 27, "ts": 2117692.626953125, "dur": 1386.983036994934, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.386983036994934, "detail": "NorbuMain/<CreateOtherBall>d__17" } },
{ "pid": 1, "tid": 27, "ts": 2119080.56640625, "dur": 2374.1440773010254, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3741440773010254, "detail": "NorbuMain/<CreateTargetBall>d__16" } },
{ "pid": 1, "tid": 27, "ts": 2121455.56640625, "dur": 14748.703002929688, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 14.748703002929688, "detail": "NorbuMain/<PlayBGMusic>d__41" } },
{ "pid": 1, "tid": 27, "ts": 2136205.56640625, "dur": 8537.105560302734, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.537105560302734, "detail": "NorbuMain/<PlayeVideo>d__43" } },
{ "pid": 1, "tid": 27, "ts": 2144743.896484375, "dur": 5747.910022735596, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.747910022735596, "detail": "NorbuMain/<ShowC2ISteps>d__31" } },
{ "pid": 1, "tid": 27, "ts": 2150492.919921875, "dur": 3504.685163497925, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.504685163497925, "detail": "NorbuMain/<StopBallMove>d__13" } },
{ "pid": 1, "tid": 27, "ts": 2153998.53515625, "dur": 11426.203727722168, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 11.426203727722168, "detail": "NorbuMain/<hideTargetBallRing>d__11" } },
{ "pid": 1, "tid": 27, "ts": 2165442.3828125, "dur": 1901.5491008758545, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9015491008758545, "detail": "NorbuMain/GameLevel" } },
{ "pid": 1, "tid": 27, "ts": 2167344.970703125, "dur": 4766.549110412598, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.766549110412598, "detail": "TapMain/<LoadBGImg>d__33" } },
{ "pid": 1, "tid": 27, "ts": 2172112.3046875, "dur": 2926.3880252838135, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.9263880252838135, "detail": "TapMain/<LoadBGMusic>d__35" } },
{ "pid": 1, "tid": 27, "ts": 2175040.0390625, "dur": 2629.5628547668457, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6295628547668457, "detail": "TapMain/<LoadHandImg>d__34" } },
{ "pid": 1, "tid": 27, "ts": 2177670.654296875, "dur": 2806.133985519409, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.806133985519409, "detail": "TapMain/<LoadWaterVoice>d__36" } },
{ "pid": 1, "tid": 27, "ts": 2180477.783203125, "dur": 2540.1370525360107, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5401370525360107, "detail": "ball/<ChangeScaleCoroutine>d__26" } },
{ "pid": 1, "tid": 27, "ts": 2183018.798828125, "dur": 4248.598098754883, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.248598098754883, "detail": "home/<PlayeVideo>d__2" } },
{ "pid": 1, "tid": 27, "ts": 2187271.484375, "dur": 98865.30303955078, "ph": "X", "name": "Assembly-CSharp.cpp", "args": { "durationMS": 98.86530303955078, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 2286155.517578125, "dur": 3050.3358840942383, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0503358840942383, "detail": "UnityEngine.UI.SpriteState" } },
{ "pid": 1, "tid": 27, "ts": 2289206.787109375, "dur": 21465.72494506836, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 21.46572494506836, "detail": "UnityEngine.EventSystems.StandaloneInputModule" } },
{ "pid": 1, "tid": 27, "ts": 2310673.583984375, "dur": 8920.132637023926, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.920132637023926, "detail": "UnityEngine.UI.StencilMaterial" } },
{ "pid": 1, "tid": 27, "ts": 2319594.482421875, "dur": 18856.243133544922, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 18.856243133544922, "detail": "UnityEngine.UI.Text" } },
{ "pid": 1, "tid": 27, "ts": 2338451.904296875, "dur": 6687.434196472168, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.687434196472168, "detail": "UnityEngine.UI.Toggle" } },
{ "pid": 1, "tid": 27, "ts": 2345140.13671875, "dur": 7220.627784729004, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.220627784729004, "detail": "UnityEngine.UI.ToggleGroup" } },
{ "pid": 1, "tid": 27, "ts": 2352362.060546875, "dur": 9865.775108337402, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 9.865775108337402, "detail": "UnityEngine.EventSystems.TouchInputModule" } },
{ "pid": 1, "tid": 27, "ts": 2362228.759765625, "dur": 2886.664867401123, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.886664867401123, "detail": "UnityEngine.EventSystems.UIBehaviour" } },
{ "pid": 1, "tid": 27, "ts": 2365116.69921875, "dur": 17627.090454101562, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 17.627090454101562, "detail": "UnityEngine.UI.VertexHelper" } },
{ "pid": 1, "tid": 27, "ts": 2382744.873046875, "dur": 4589.503765106201, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.589503765106201, "detail": "UnityEngine.UI.VerticalLayoutGroup" } },
{ "pid": 1, "tid": 27, "ts": 2387364.2578125, "dur": 1636.4740133285522, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6364740133285522, "detail": "UnityEngine.UI.Button/<OnFinishSubmit>d__9" } },
{ "pid": 1, "tid": 27, "ts": 2389364.013671875, "dur": 1599.3369817733765, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5993369817733765, "detail": "UnityEngine.UI.DefaultControls/DefaultRuntimeFactory" } },
{ "pid": 1, "tid": 27, "ts": 2390964.111328125, "dur": 368.23397874832153, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.36823397874832153, "detail": "UnityEngine.UI.DefaultControls/Resources" } },
{ "pid": 1, "tid": 27, "ts": 2391333.251953125, "dur": 1654.642939567566, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.654642939567566, "detail": "UnityEngine.UI.Dropdown/<>c__DisplayClass62_0" } },
{ "pid": 1, "tid": 27, "ts": 2392988.525390625, "dur": 1196.5010166168213, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.1965010166168213, "detail": "UnityEngine.UI.Dropdown/<DelayedDestroyDropdownList>d__74" } },
{ "pid": 1, "tid": 27, "ts": 2394356.93359375, "dur": 1608.7080240249634, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6087080240249634, "detail": "UnityEngine.UI.Dropdown/DropdownItem" } },
{ "pid": 1, "tid": 27, "ts": 2395966.552734375, "dur": 1250.9859800338745, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2509859800338745, "detail": "UnityEngine.UI.Dropdown/OptionData" } },
{ "pid": 1, "tid": 27, "ts": 2397218.26171875, "dur": 520.5709934234619, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5205709934234619, "detail": "UnityEngine.UI.Dropdown/OptionDataList" } },
{ "pid": 1, "tid": 27, "ts": 2397739.74609375, "dur": 509.06699895858765, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5090669989585876, "detail": "UnityEngine.EventSystems.EventTrigger/Entry" } },
{ "pid": 1, "tid": 27, "ts": 2398413.330078125, "dur": 761.6380453109741, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7616380453109741, "detail": "UnityEngine.EventSystems.ExecuteEvents/<>c" } },
{ "pid": 1, "tid": 27, "ts": 2399341.064453125, "dur": 1428.5780191421509, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4285780191421509, "detail": "UnityEngine.UI.GraphicRaycaster/<>c" } },
{ "pid": 1, "tid": 27, "ts": 2400877.197265625, "dur": 6627.834796905518, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.627834796905518, "detail": "UnityEngine.UI.InputField/<CaretBlink>d__159" } },
{ "pid": 1, "tid": 27, "ts": 2407506.103515625, "dur": 2472.6321697235107, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.4726321697235107, "detail": "UnityEngine.UI.InputField/<MouseDragOutsideRect>d__179" } },
{ "pid": 1, "tid": 27, "ts": 2410226.318359375, "dur": 3718.447208404541, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.718447208404541, "detail": "UnityEngine.UI.InputField/OnValidateInput" } },
{ "pid": 1, "tid": 27, "ts": 2414092.529296875, "dur": 6044.459819793701, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.044459819793701, "detail": "UnityEngine.UI.LayoutGroup/<DelayedSetDirty>d__56" } },
{ "pid": 1, "tid": 27, "ts": 2420137.939453125, "dur": 2346.575975418091, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.346575975418091, "detail": "UnityEngine.UI.LayoutRebuilder/<>c" } },
{ "pid": 1, "tid": 27, "ts": 2422485.83984375, "dur": 1887.2079849243164, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.8872079849243164, "detail": "UnityEngine.UI.LayoutUtility/<>c" } },
{ "pid": 1, "tid": 27, "ts": 2424590.8203125, "dur": 1352.084994316101, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.352084994316101, "detail": "UnityEngine.EventSystems.PhysicsRaycaster/RaycastHitComparer" } },
{ "pid": 1, "tid": 27, "ts": 2425988.525390625, "dur": 1350.1670360565186, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3501670360565186, "detail": "UnityEngine.EventSystems.PointerInputModule/ButtonState" } },
{ "pid": 1, "tid": 27, "ts": 2427339.599609375, "dur": 444.00301575660706, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.44400301575660706, "detail": "UnityEngine.EventSystems.PointerInputModule/MouseButtonEventData" } },
{ "pid": 1, "tid": 27, "ts": 2427785.15625, "dur": 2313.5499954223633, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.3135499954223633, "detail": "UnityEngine.EventSystems.PointerInputModule/MouseState" } },
{ "pid": 1, "tid": 27, "ts": 2430099.365234375, "dur": 4152.071952819824, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.152071952819824, "detail": "UnityEngine.UI.ReflectionMethodsCache/GetRayIntersectionAllCallback" } },
{ "pid": 1, "tid": 27, "ts": 2434252.44140625, "dur": 2102.228879928589, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.102228879928589, "detail": "UnityEngine.UI.ReflectionMethodsCache/GetRayIntersectionAllNonAllocCallback" } },
{ "pid": 1, "tid": 27, "ts": 2436355.46875, "dur": 1661.6240739822388, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.6616240739822388, "detail": "UnityEngine.UI.ReflectionMethodsCache/GetRaycastNonAllocCallback" } },
{ "pid": 1, "tid": 27, "ts": 2438018.06640625, "dur": 1683.182954788208, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.683182954788208, "detail": "UnityEngine.UI.ReflectionMethodsCache/Raycast2DCallback" } },
{ "pid": 1, "tid": 27, "ts": 2439702.1484375, "dur": 6413.702964782715, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.413702964782715, "detail": "UnityEngine.UI.ReflectionMethodsCache/Raycast3DCallback" } },
{ "pid": 1, "tid": 27, "ts": 2446116.69921875, "dur": 1492.548942565918, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.492548942565918, "detail": "UnityEngine.UI.ReflectionMethodsCache/RaycastAllCallback" } },
{ "pid": 1, "tid": 27, "ts": 2447804.6875, "dur": 3361.872911453247, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.361872911453247, "detail": "UnityEngine.UI.Scrollbar/<ClickRepeat>d__58" } },
{ "pid": 1, "tid": 27, "ts": 2452002.197265625, "dur": 533.2790017127991, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5332790017127991, "detail": "UnityEngine.UI.ToggleGroup/<>c" } },
{ "pid": 1, "tid": 27, "ts": 2452538.330078125, "dur": 88464.9429321289, "ph": "X", "name": "UnityEngine.UI3.cpp", "args": { "durationMS": 88.4649429321289, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 2541023.681640625, "dur": 1561.8900060653687, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5618900060653687, "detail": "System.DateTimeRawInfo" } },
{ "pid": 1, "tid": 27, "ts": 2542586.9140625, "dur": 1389.7230625152588, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3897230625152588, "detail": "System.DateTimeResult" } },
{ "pid": 1, "tid": 27, "ts": 2544162.353515625, "dur": 392.0940160751343, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3920940160751343, "detail": "System.Diagnostics.Debugger" } },
{ "pid": 1, "tid": 27, "ts": 2545678.22265625, "dur": 35795.76873779297, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 35.79576873779297, "detail": "System.Decimal" } },
{ "pid": 1, "tid": 27, "ts": 2581477.05078125, "dur": 353.3859848976135, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.3533859848976135, "detail": "System.Runtime.CompilerServices.DecimalConstantAttribute" } },
{ "pid": 1, "tid": 27, "ts": 2581832.51953125, "dur": 4550.861835479736, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.550861835479736, "detail": "System.Text.Decoder" } },
{ "pid": 1, "tid": 27, "ts": 2586385.25390625, "dur": 1581.6680192947388, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.5816680192947388, "detail": "System.Text.DecoderExceptionFallback" } },
{ "pid": 1, "tid": 27, "ts": 2587967.7734375, "dur": 1230.1980257034302, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2301980257034302, "detail": "System.Text.DecoderExceptionFallbackBuffer" } },
{ "pid": 1, "tid": 27, "ts": 2589199.21875, "dur": 1689.437985420227, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.689437985420227, "detail": "System.Text.DecoderFallback" } },
{ "pid": 1, "tid": 27, "ts": 2590889.16015625, "dur": 5415.138721466064, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.4151387214660645, "detail": "System.Text.DecoderFallbackBuffer" } },
{ "pid": 1, "tid": 27, "ts": 2596305.419921875, "dur": 691.8900012969971, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6918900012969971, "detail": "System.Text.DecoderFallbackException" } },
{ "pid": 1, "tid": 27, "ts": 2596998.53515625, "dur": 85051.18560791016, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 85.05118560791016, "detail": "System.Text.DecoderNLS" } },
{ "pid": 1, "tid": 27, "ts": 2682051.513671875, "dur": 1926.3970851898193, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.9263970851898193, "detail": "System.Text.DecoderReplacementFallback" } },
{ "pid": 1, "tid": 27, "ts": 2683979.00390625, "dur": 1057.1160316467285, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0571160316467285, "detail": "System.Text.DecoderReplacementFallbackBuffer" } },
{ "pid": 1, "tid": 27, "ts": 2685037.109375, "dur": 29876.035690307617, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 29.876035690307617, "detail": "System.DefaultBinder" } },
{ "pid": 1, "tid": 27, "ts": 2715335.9375, "dur": 28704.20265197754, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 28.70420265197754, "detail": "System.Delegate" } },
{ "pid": 1, "tid": 27, "ts": 2744155.029296875, "dur": 2666.5961742401123, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6665961742401123, "detail": "System.DelegateSerializationHolder" } },
{ "pid": 1, "tid": 27, "ts": 2746822.998046875, "dur": 511.06899976730347, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5110689997673035, "detail": "System.Runtime.Serialization.DeserializationEventHandler" } },
{ "pid": 1, "tid": 27, "ts": 2747334.716796875, "dur": 911.2570285797119, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.9112570285797119, "detail": "System.Collections.DictionaryEntry" } },
{ "pid": 1, "tid": 27, "ts": 2748572.75390625, "dur": 5675.92191696167, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 5.67592191696167, "detail": "System.IO.Directory" } },
{ "pid": 1, "tid": 27, "ts": 2754249.755859375, "dur": 4145.225048065186, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.1452250480651855, "detail": "System.IO.DirectoryInfo" } },
{ "pid": 1, "tid": 27, "ts": 2758395.5078125, "dur": 645.576000213623, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.645576000213623, "detail": "System.IO.DirectoryNotFoundException" } },
{ "pid": 1, "tid": 27, "ts": 2759181.640625, "dur": 468.74597668647766, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.46874597668647766, "detail": "System.Runtime.Remoting.DisposerReplySink" } },
{ "pid": 1, "tid": 27, "ts": 2759651.123046875, "dur": 548.2349991798401, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5482349991798401, "detail": "System.DivideByZeroException" } },
{ "pid": 1, "tid": 27, "ts": 2760200.439453125, "dur": 3035.6647968292236, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.0356647968292236, "detail": "System.Runtime.InteropServices.DllImportAttribute" } },
{ "pid": 1, "tid": 27, "ts": 2776684.08203125, "dur": 701.321005821228, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.701321005821228, "detail": "System.DllNotFoundException" } },
{ "pid": 1, "tid": 27, "ts": 2777386.474609375, "dur": 7592.270851135254, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 7.592270851135254, "detail": "System.Double" } },
{ "pid": 1, "tid": 27, "ts": 2784979.4921875, "dur": 644.8330283164978, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6448330283164978, "detail": "System.IO.DriveNotFoundException" } },
{ "pid": 1, "tid": 27, "ts": 2785625.48828125, "dur": 1478.7089824676514, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.4787089824676514, "detail": "System.Reflection.Emit.DynamicMethod" } },
{ "pid": 1, "tid": 27, "ts": 2787105.224609375, "dur": 2960.855007171631, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.960855007171631, "detail": "System.Runtime.Remoting.Contexts.DynamicPropertyCollection" } },
{ "pid": 1, "tid": 27, "ts": 2790066.89453125, "dur": 767.1200037002563, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.7671200037002563, "detail": "System.Empty" } },
{ "pid": 1, "tid": 27, "ts": 2790834.716796875, "dur": 2921.682834625244, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.921682834625244, "detail": "System.Collections.EmptyReadOnlyDictionaryInternal" } },
{ "pid": 1, "tid": 27, "ts": 2793757.568359375, "dur": 2631.4799785614014, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.6314799785614014, "detail": "System.Text.Encoder" } },
{ "pid": 1, "tid": 27, "ts": 2796389.892578125, "dur": 504.31501865386963, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5043150186538696, "detail": "System.Text.EncoderExceptionFallback" } },
{ "pid": 1, "tid": 27, "ts": 2796895.01953125, "dur": 1314.4569396972656, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.3144569396972656, "detail": "System.Text.EncoderExceptionFallbackBuffer" } },
{ "pid": 1, "tid": 27, "ts": 2798210.205078125, "dur": 1713.1479978561401, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.7131479978561401, "detail": "System.Text.EncoderFallback" } },
{ "pid": 1, "tid": 27, "ts": 2799924.072265625, "dur": 1087.9299640655518, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0879299640655518, "detail": "System.Text.EncoderFallbackBuffer" } },
{ "pid": 1, "tid": 27, "ts": 2801012.451171875, "dur": 1078.6559581756592, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.0786559581756592, "detail": "System.Text.EncoderFallbackException" } },
{ "pid": 1, "tid": 27, "ts": 2802092.28515625, "dur": 8973.243713378906, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 8.973243713378906, "detail": "System.Text.EncoderNLS" } },
{ "pid": 1, "tid": 27, "ts": 2811066.650390625, "dur": 2237.416982650757, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.237416982650757, "detail": "System.Text.EncoderReplacementFallback" } },
{ "pid": 1, "tid": 27, "ts": 2813304.6875, "dur": 3734.8170280456543, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.7348170280456543, "detail": "System.Text.EncoderReplacementFallbackBuffer" } },
{ "pid": 1, "tid": 27, "ts": 2817040.52734375, "dur": 28917.360305786133, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 28.917360305786133, "detail": "System.Text.Encoding" } },
{ "pid": 1, "tid": 27, "ts": 2845958.984375, "dur": 4219.61784362793, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.21961784362793, "detail": "System.Text.EncodingHelper" } },
{ "pid": 1, "tid": 27, "ts": 2850179.19921875, "dur": 13035.828590393066, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.035828590393066, "detail": "System.Text.EncodingNLS" } },
{ "pid": 1, "tid": 27, "ts": 2863216.30859375, "dur": 13930.374145507812, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 13.930374145507812, "detail": "System.Text.EncodingProvider" } },
{ "pid": 1, "tid": 27, "ts": 2877147.216796875, "dur": 67721.78649902344, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 67.72178649902344, "detail": "System.Globalization.EncodingTable" } },
{ "pid": 1, "tid": 27, "ts": 2944872.314453125, "dur": 74204.4906616211, "ph": "X", "name": "mscorlib4.cpp", "args": { "durationMS": 74.2044906616211, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 3019116.455078125, "dur": 24463.50860595703, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 24.46350860595703, "detail": "System.IO.StreamWriter" } },
{ "pid": 1, "tid": 27, "ts": 3043580.810546875, "dur": 3895.5981731414795, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 3.8955981731414795, "detail": "System.Runtime.Serialization.StreamingContext" } },
{ "pid": 1, "tid": 27, "ts": 3047487.548828125, "dur": 227933.24279785156, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 227.93324279785156, "detail": "System.String" } },
{ "pid": 1, "tid": 27, "ts": 3275421.38671875, "dur": 29826.820373535156, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 29.826820373535156, "detail": "System.Text.StringBuilder" } },
{ "pid": 1, "tid": 27, "ts": 3305249.267578125, "dur": 1266.3309574127197, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.2663309574127197, "detail": "System.Text.StringBuilderCache" } },
{ "pid": 1, "tid": 27, "ts": 3306516.357421875, "dur": 2071.3939666748047, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.0713939666748047, "detail": "System.StringComparer" } },
{ "pid": 1, "tid": 27, "ts": 3308705.322265625, "dur": 2557.1157932281494, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5571157932281494, "detail": "System.IO.StringReader" } },
{ "pid": 1, "tid": 27, "ts": 3315581.787109375, "dur": 6199.878215789795, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.199878215789795, "detail": "System.IO.StringResultHandler" } },
{ "pid": 1, "tid": 27, "ts": 3321794.43359375, "dur": 4948.486328125, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 4.948486328125, "detail": "System.Reflection.StrongNameKeyPair" } },
{ "pid": 1, "tid": 27, "ts": 3326758.7890625, "dur": 2979.5761108398438, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.9795761108398438, "detail": "System.Threading.SynchronizationContext" } },
{ "pid": 1, "tid": 27, "ts": 3329739.501953125, "dur": 1054.358959197998, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.054358959197998, "detail": "System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation" } },
{ "pid": 1, "tid": 27, "ts": 3330794.921875, "dur": 2588.4459018707275, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 2.5884459018707275, "detail": "System.Threading.SynchronizationLockException" } },
{ "pid": 1, "tid": 27, "ts": 3333384.27734375, "dur": 844.419002532959, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.844419002532959, "detail": "System.SystemException" } },
{ "pid": 1, "tid": 27, "ts": 3334403.564453125, "dur": 6167.965412139893, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 6.167965412139893, "detail": "System.Globalization.TaiwanCalendar" } },
{ "pid": 1, "tid": 27, "ts": 3340572.265625, "dur": 528.1209945678711, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.5281209945678711, "detail": "System.Reflection.TargetException" } },
{ "pid": 1, "tid": 27, "ts": 3341101.318359375, "dur": 1081.576943397522, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 1.081576943397522, "detail": "System.Reflection.TargetInvocationException" } },
{ "pid": 1, "tid": 27, "ts": 3342183.59375, "dur": 667.7509546279907, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 0.6677509546279907, "detail": "System.Reflection.TargetParameterCountException" } },
{ "pid": 1, "tid": 27, "ts": 3342852.5390625, "dur": 70769.36340332031, "ph": "X", "name": "WriteMethods", "args": { "durationMS": 70.76936340332031, "detail": "System.Threading.Tasks.Task" } },
{ "pid": 1, "tid": 27, "ts": 3413625.48828125, "dur": 52790.889739990234, "ph": "X", "name": "mscorlib12.cpp", "args": { "durationMS": 52.790889739990234, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 3466802.490234375, "dur": 4050.1151084899902, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.05011510848999, "detail": "System.Threading.Tasks.Task`1/<>c<System.Boolean>" } },
{ "pid": 1, "tid": 27, "ts": 3470854.736328125, "dur": 578.719973564148, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.578719973564148, "detail": "System.Threading.Tasks.Task`1/<>c<System.Int32>" } },
{ "pid": 1, "tid": 27, "ts": 3471435.302734375, "dur": 664.5880341529846, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6645880341529846, "detail": "System.Threading.Tasks.Task`1/<>c<System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 3472101.806640625, "dur": 575.406014919281, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.575406014919281, "detail": "System.Threading.Tasks.Task`1/<>c<System.Threading.Tasks.VoidTaskResult>" } },
{ "pid": 1, "tid": 27, "ts": 3472679.443359375, "dur": 553.521990776062, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.553521990776062, "detail": "System.Linq.Enumerable/<>c__DisplayClass6_0`1<System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 3473235.595703125, "dur": 1918.336033821106, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.918336033821106, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2/<GetEnumerator>d__32<System.Object,System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 3475156.494140625, "dur": 4100.366115570068, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.100366115570068, "detail": "UnityEngine.UI.CoroutineTween.TweenRunner`1/<Start>d__2<UnityEngine.UI.CoroutineTween.ColorTween>" } },
{ "pid": 1, "tid": 27, "ts": 3479258.7890625, "dur": 3589.601993560791, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.589601993560791, "detail": "UnityEngine.UI.CoroutineTween.TweenRunner`1/<Start>d__2<UnityEngine.UI.CoroutineTween.FloatTween>" } },
{ "pid": 1, "tid": 27, "ts": 3482850.5859375, "dur": 597.590982913971, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.597590982913971, "detail": "System.Action`1<System.Boolean>" } },
{ "pid": 1, "tid": 27, "ts": 3483449.70703125, "dur": 563.4010434150696, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5634010434150696, "detail": "System.Action`1<System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 3484014.892578125, "dur": 647.009015083313, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.647009015083313, "detail": "System.Action`2<System.Boolean,System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 3484663.818359375, "dur": 1008.6449384689331, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.008644938468933, "detail": "System.Action`2<System.Object,System.Boolean>" } },
{ "pid": 1, "tid": 27, "ts": 3485676.26953125, "dur": 633.6399912834167, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6336399912834167, "detail": "System.Action`2<System.Object,System.Int32Enum>" } },
{ "pid": 1, "tid": 27, "ts": 3486313.720703125, "dur": 559.9520206451416, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5599520206451416, "detail": "System.Action`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 3486875.732421875, "dur": 966.4909839630127, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9664909839630127, "detail": "System.Action`3<System.Object,System.Boolean,UnityEngine.Profiling.Experimental.DebugScreenCapture>" } },
{ "pid": 1, "tid": 27, "ts": 3487843.26171875, "dur": 730.1700115203857, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7301700115203857, "detail": "System.Action`3<System.Object,System.Object,System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 3488575.68359375, "dur": 9714.117050170898, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.714117050170898, "detail": "System.Collections.Generic.ArraySortHelper`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 27, "ts": 3498293.701171875, "dur": 11308.89892578125, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 11.30889892578125, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 27, "ts": 3509605.712890625, "dur": 38309.66567993164, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 38.30966567993164, "detail": "System.Collections.Generic.ArraySortHelper`1<System.Int32>" } },
{ "pid": 1, "tid": 27, "ts": 3547917.96875, "dur": 30562.223434448242, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 30.562223434448242, "detail": "System.Collections.Generic.ArraySortHelper`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 27, "ts": 3578482.177734375, "dur": 16960.99090576172, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 16.96099090576172, "detail": "System.Collections.Generic.ArraySortHelper`1<System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 3595446.044921875, "dur": 16056.20002746582, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 16.05620002746582, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 27, "ts": 3611504.638671875, "dur": 20946.218490600586, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 20.946218490600586, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 27, "ts": 3632459.716796875, "dur": 12762.543678283691, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 12.762543678283691, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 27, "ts": 3645231.93359375, "dur": 11615.143775939941, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 11.615143775939941, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 27, "ts": 3656849.12109375, "dur": 12136.993408203125, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 12.136993408203125, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 27, "ts": 3668988.28125, "dur": 12753.515243530273, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 12.753515243530273, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 27, "ts": 3681743.896484375, "dur": 19121.944427490234, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 19.121944427490234, "detail": "System.Collections.Generic.ArraySortHelper`1<System.UInt64>" } },
{ "pid": 1, "tid": 27, "ts": 3700868.1640625, "dur": 14941.292762756348, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 14.941292762756348, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 27, "ts": 3715812.255859375, "dur": 62947.07489013672, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 62.94707489013672, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 27, "ts": 3778763.916015625, "dur": 12770.980834960938, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 12.770980834960938, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 27, "ts": 3791537.353515625, "dur": 14496.826171875, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 14.496826171875, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 27, "ts": 3806037.353515625, "dur": 8845.389366149902, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.845389366149902, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 27, "ts": 3814885.25390625, "dur": 8885.629653930664, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 8.885629653930664, "detail": "System.Collections.Generic.ArraySortHelper`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 27, "ts": 3823773.4375, "dur": 10052.896499633789, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 10.052896499633789, "detail": "System.Collections.Generic.ArraySortHelper`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 3833828.857421875, "dur": 12174.560546875, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 12.174560546875, "detail": "System.Collections.Generic.ArraySortHelper`2<System.UInt64,System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 3846010.986328125, "dur": 9848.25611114502, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 9.84825611114502, "detail": "System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>" } },
{ "pid": 1, "tid": 27, "ts": 3855861.328125, "dur": 7714.9977684021, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 7.7149977684021, "detail": "System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 3863579.345703125, "dur": 4427.623748779297, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.427623748779297, "detail": "UnityEngine.Events.CachedInvokableCall`1<System.Boolean>" } },
{ "pid": 1, "tid": 27, "ts": 3868010.009765625, "dur": 682.558000087738, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.682558000087738, "detail": "UnityEngine.Events.CachedInvokableCall`1<System.Int32>" } },
{ "pid": 1, "tid": 27, "ts": 3868694.091796875, "dur": 801.1420369148254, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8011420369148254, "detail": "UnityEngine.Events.CachedInvokableCall`1<System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 3869497.0703125, "dur": 731.281042098999, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.731281042098999, "detail": "UnityEngine.Events.CachedInvokableCall`1<System.Single>" } },
{ "pid": 1, "tid": 27, "ts": 3870239.2578125, "dur": 2350.4350185394287, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.3504350185394287, "detail": "System.Collections.Generic.Comparer`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 27, "ts": 3872593.26171875, "dur": 2796.5550422668457, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.7965550422668457, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 27, "ts": 3875391.845703125, "dur": 2120.219945907593, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.1202199459075928, "detail": "System.Collections.Generic.Comparer`1<System.Int32>" } },
{ "pid": 1, "tid": 27, "ts": 3877514.16015625, "dur": 5907.478809356689, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 5.9074788093566895, "detail": "System.Collections.Generic.Comparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 27, "ts": 3883423.33984375, "dur": 2107.0001125335693, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.1070001125335693, "detail": "System.Collections.Generic.Comparer`1<System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 3885532.2265625, "dur": 2343.963861465454, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.343963861465454, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 27, "ts": 3887877.9296875, "dur": 2377.721071243286, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.377721071243286, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 27, "ts": 3890257.8125, "dur": 3024.627923965454, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.024627923965454, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 27, "ts": 3893284.66796875, "dur": 2572.8139877319336, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.5728139877319336, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 27, "ts": 3895859.130859375, "dur": 2554.409980773926, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.554409980773926, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 27, "ts": 3898415.771484375, "dur": 3350.4738807678223, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.3504738807678223, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 27, "ts": 3901768.310546875, "dur": 3635.88809967041, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.63588809967041, "detail": "System.Collections.Generic.Comparer`1<System.UInt64>" } },
{ "pid": 1, "tid": 27, "ts": 3905406.25, "dur": 2623.394012451172, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.623394012451172, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 27, "ts": 3908031.73828125, "dur": 4538.528919219971, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.538528919219971, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 27, "ts": 3912572.265625, "dur": 4098.507881164551, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 4.098507881164551, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 27, "ts": 3916673.33984375, "dur": 3846.497058868408, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.846497058868408, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 27, "ts": 3920521.97265625, "dur": 2499.7570514678955, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.4997570514678955, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 27, "ts": 3923026.123046875, "dur": 2972.8918075561523, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 2.9728918075561523, "detail": "System.Collections.Generic.Comparer`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 27, "ts": 3926002.44140625, "dur": 967.6060080528259, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.9676060080528259, "detail": "System.Comparison`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 27, "ts": 3926972.16796875, "dur": 1300.5731105804443, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.3005731105804443, "detail": "System.Comparison`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 27, "ts": 3928274.658203125, "dur": 1019.705057144165, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 1.019705057144165, "detail": "System.Comparison`1<System.Int32>" } },
{ "pid": 1, "tid": 27, "ts": 3929299.8046875, "dur": 821.3560581207275, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8213560581207275, "detail": "System.Comparison`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 27, "ts": 3930122.802734375, "dur": 14766.562461853027, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 14.766562461853027, "detail": "System.Comparison`1<System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 3944892.333984375, "dur": 659.4589948654175, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6594589948654175, "detail": "System.Comparison`1<UnityEngine.RaycastHit>" } },
{ "pid": 1, "tid": 27, "ts": 3945553.7109375, "dur": 616.7299747467041, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6167299747467041, "detail": "System.Comparison`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 27, "ts": 3946172.119140625, "dur": 615.0000095367432, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6150000095367432, "detail": "System.Comparison`1<UnityEngine.EventSystems.RaycastResult>" } },
{ "pid": 1, "tid": 27, "ts": 3946789.0625, "dur": 601.2880206108093, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6012880206108093, "detail": "System.Comparison`1<UnityEngine.UICharInfo>" } },
{ "pid": 1, "tid": 27, "ts": 3947391.6015625, "dur": 583.1859707832336, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5831859707832336, "detail": "System.Comparison`1<UnityEngine.UILineInfo>" } },
{ "pid": 1, "tid": 27, "ts": 3947976.5625, "dur": 3480.879068374634, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 3.480879068374634, "detail": "System.Comparison`1<UnityEngine.UIVertex>" } },
{ "pid": 1, "tid": 27, "ts": 3951458.984375, "dur": 577.3900151252747, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.5773900151252747, "detail": "System.Comparison`1<System.UInt64>" } },
{ "pid": 1, "tid": 27, "ts": 3952038.330078125, "dur": 848.1119871139526, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8481119871139526, "detail": "System.Comparison`1<UnityEngine.Vector2>" } },
{ "pid": 1, "tid": 27, "ts": 3952888.427734375, "dur": 753.8789510726929, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.7538789510726929, "detail": "System.Comparison`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 27, "ts": 3953644.04296875, "dur": 813.2910132408142, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.8132910132408142, "detail": "System.Comparison`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 27, "ts": 3954458.984375, "dur": 684.781014919281, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.684781014919281, "detail": "System.Comparison`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 27, "ts": 3955145.99609375, "dur": 646.403968334198, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.646403968334198, "detail": "System.Comparison`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 27, "ts": 3955794.43359375, "dur": 642.9080367088318, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 0.6429080367088318, "detail": "System.Comparison`1<UnityEngine.UnitySynchronizationContext/WorkRequest>" } },
{ "pid": 1, "tid": 27, "ts": 3956439.208984375, "dur": 103246.58966064453, "ph": "X", "name": "WriteGenericInstanceType", "args": { "durationMS": 103.24658966064453, "detail": "System.Collections.Concurrent.ConcurrentDictionary`2<System.Object,System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 4059721.6796875, "dur": 39180.46188354492, "ph": "X", "name": "Generics.cpp", "args": { "durationMS": 39.18046188354492, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 4101497.55859375, "dur": 629.1450262069702, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6291450262069702, "detail": "System.Array/EmptyInternalEnumerator`1<System.Reflection.MethodInfo>" } },
{ "pid": 1, "tid": 27, "ts": 4109789.0625, "dur": 491.5030002593994, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4915030002593994, "detail": "System.Collections.Generic.EnumEqualityComparer`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 27, "ts": 4111878.41796875, "dur": 578.7979960441589, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5787979960441589, "detail": "System.Collections.Generic.LinkedList`1/Enumerator<System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 4117079.1015625, "dur": 456.9009840488434, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4569009840488434, "detail": "System.Collections.Generic.EqualityComparer`1<UnityEngine.UI.ColorBlock>" } },
{ "pid": 1, "tid": 27, "ts": 4117850.5859375, "dur": 465.53999185562134, "ph": "X", "name": "Il2CppGenericComDefinitions5.cpp", "args": { "durationMS": 0.46553999185562134, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 4119237.79296875, "dur": 1054.1750192642212, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0541750192642212, "detail": "System.Array/InternalEnumerator`1<System.IComparable`1<System.Decimal>>" } },
{ "pid": 1, "tid": 27, "ts": 4123960.9375, "dur": 471.3520109653473, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4713520109653473, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.IReadOnlyCollection`1<System.Int32>>" } },
{ "pid": 1, "tid": 27, "ts": 4124664.0625, "dur": 850.6019711494446, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.8506019711494446, "detail": "System.Array/InternalEnumerator`1<System.Collections.Generic.IReadOnlyList`1<System.Int32>>" } },
{ "pid": 1, "tid": 27, "ts": 4131019.53125, "dur": 512.5319957733154, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5125319957733154, "detail": "System.Array/InternalEnumerator`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>" } },
{ "pid": 1, "tid": 27, "ts": 4131729.00390625, "dur": 396.4179754257202, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.3964179754257202, "detail": "System.Array/InternalEnumerator`1<UnityEngine.U2D.IK.FABRIKChain2D>" } },
{ "pid": 1, "tid": 27, "ts": 4134714.84375, "dur": 505.9559941291809, "ph": "X", "name": "Il2CppGenericComDefinitions7.cpp", "args": { "durationMS": 0.5059559941291809, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 4136602.5390625, "dur": 525.3559947013855, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5253559947013855, "detail": "System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>" } },
{ "pid": 1, "tid": 27, "ts": 4137129.39453125, "dur": 567.6359534263611, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5676359534263611, "detail": "System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.TimeType>>" } },
{ "pid": 1, "tid": 27, "ts": 4137698.73046875, "dur": 571.1979866027832, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5711979866027832, "detail": "System.Collections.Generic.List`1<System.AggregateException>" } },
{ "pid": 1, "tid": 27, "ts": 4138271.97265625, "dur": 513.9600038528442, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5139600038528442, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseInputModule>" } },
{ "pid": 1, "tid": 27, "ts": 4138787.59765625, "dur": 504.4969916343689, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5044969916343689, "detail": "System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>" } },
{ "pid": 1, "tid": 27, "ts": 4139294.43359375, "dur": 506.4399838447571, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5064399838447571, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseRaycaster>" } },
{ "pid": 1, "tid": 27, "ts": 4139802.734375, "dur": 505.61100244522095, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.505611002445221, "detail": "System.Collections.Generic.List`1<UnityEngine.Canvas>" } },
{ "pid": 1, "tid": 27, "ts": 4140309.5703125, "dur": 513.1189823150635, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5131189823150635, "detail": "System.Collections.Generic.List`1<UnityEngine.CanvasGroup>" } },
{ "pid": 1, "tid": 27, "ts": 4140824.21875, "dur": 578.7889957427979, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5787889957427979, "detail": "System.Collections.Generic.List`1<UnityEngine.Color32>" } },
{ "pid": 1, "tid": 27, "ts": 4141404.296875, "dur": 545.3310012817383, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5453310012817383, "detail": "System.Collections.Generic.List`1<UnityEngine.Component>" } },
{ "pid": 1, "tid": 27, "ts": 4141951.66015625, "dur": 698.9269852638245, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6989269852638245, "detail": "System.Collections.Generic.List`1<Mono.Globalization.Unicode.Contraction>" } },
{ "pid": 1, "tid": 27, "ts": 4142654.78515625, "dur": 594.0700173377991, "ph": "X", "name": "Il2CppGenericComDefinitions9.cpp", "args": { "durationMS": 0.5940700173377991, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 4143267.08984375, "dur": 545.7059741020203, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5457059741020203, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>" } },
{ "pid": 1, "tid": 27, "ts": 4143814.453125, "dur": 746.1199760437012, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7461199760437012, "detail": "System.Collections.Generic.List`1<System.Exception>" } },
{ "pid": 1, "tid": 27, "ts": 4144562.98828125, "dur": 471.62801027297974, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.47162801027297974, "detail": "System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>" } },
{ "pid": 1, "tid": 27, "ts": 4145036.62109375, "dur": 501.90597772598267, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5019059777259827, "detail": "System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry>" } },
{ "pid": 1, "tid": 27, "ts": 4145540.0390625, "dur": 561.1519813537598, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5611519813537598, "detail": "System.Collections.Generic.List`1<UnityEngine.GameObject>" } },
{ "pid": 1, "tid": 27, "ts": 4146104.00390625, "dur": 697.2259879112244, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.6972259879112244, "detail": "System.Collections.Generic.List`1<UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard>" } },
{ "pid": 1, "tid": 27, "ts": 4146803.22265625, "dur": 573.4730362892151, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5734730362892151, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Graphic>" } },
{ "pid": 1, "tid": 27, "ts": 4147378.41796875, "dur": 508.0289840698242, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5080289840698242, "detail": "System.Collections.Generic.List`1<System.Threading.IAsyncLocal>" } },
{ "pid": 1, "tid": 27, "ts": 4147889.16015625, "dur": 1031.1729907989502, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0311729907989502, "detail": "System.Collections.Generic.List`1<System.Runtime.Remoting.Contexts.IContextProperty>" } },
{ "pid": 1, "tid": 27, "ts": 4148924.31640625, "dur": 533.9679718017578, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5339679718017578, "detail": "System.Collections.Generic.List`1<System.Runtime.Serialization.IDeserializationCallback>" } },
{ "pid": 1, "tid": 27, "ts": 4149460.44921875, "dur": 482.84098505973816, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.48284098505973816, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>" } },
{ "pid": 1, "tid": 27, "ts": 4149944.82421875, "dur": 504.4630169868469, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5044630169868469, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Image>" } },
{ "pid": 1, "tid": 27, "ts": 4150453.125, "dur": 1987.1189594268799, "ph": "X", "name": "Il2CppGenericComDefinitions10.cpp", "args": { "durationMS": 1.9871189594268799, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 4152464.35546875, "dur": 1004.8799514770508, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.0048799514770508, "detail": "System.Collections.Generic.List`1<System.Int32>" } },
{ "pid": 1, "tid": 27, "ts": 4153470.703125, "dur": 476.7000079154968, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4767000079154968, "detail": "System.Collections.Generic.List`1<System.Int32Enum>" } },
{ "pid": 1, "tid": 27, "ts": 4153950.1953125, "dur": 512.3850107192993, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5123850107192993, "detail": "System.Collections.Generic.List`1<Mono.Globalization.Unicode.Level2Map>" } },
{ "pid": 1, "tid": 27, "ts": 4154464.84375, "dur": 524.7960090637207, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5247960090637207, "detail": "System.Collections.Generic.List`1<System.LocalDataStore>" } },
{ "pid": 1, "tid": 27, "ts": 4154991.69921875, "dur": 534.7059965133667, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5347059965133667, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Mask>" } },
{ "pid": 1, "tid": 27, "ts": 4155527.83203125, "dur": 506.3660144805908, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5063660144805908, "detail": "System.Collections.Generic.List`1<System.Reflection.MethodBase>" } },
{ "pid": 1, "tid": 27, "ts": 4156036.1328125, "dur": 468.7980115413666, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4687980115413666, "detail": "System.Collections.Generic.List`1<System.Reflection.MethodInfo>" } },
{ "pid": 1, "tid": 27, "ts": 4156506.34765625, "dur": 491.3859963417053, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4913859963417053, "detail": "System.Collections.Generic.List`1<System.ModifierSpec>" } },
{ "pid": 1, "tid": 27, "ts": 4157000, "dur": 958.1400156021118, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.9581400156021118, "detail": "System.Collections.Generic.List`1<System.Reflection.Module>" } },
{ "pid": 1, "tid": 27, "ts": 4157959.9609375, "dur": 485.9129786491394, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4859129786491394, "detail": "System.Collections.Generic.List`1<System.Object>" } },
{ "pid": 1, "tid": 27, "ts": 4158448.2421875, "dur": 516.5159702301025, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5165159702301025, "detail": "System.Collections.Generic.List`1<UnityEngine.Events.PersistentCall>" } },
{ "pid": 1, "tid": 27, "ts": 4158965.8203125, "dur": 762.0559930801392, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7620559930801392, "detail": "System.Collections.Generic.List`1<UnityEngine.RaycastHit2D>" } },
{ "pid": 1, "tid": 27, "ts": 4159730.46875, "dur": 406.17698431015015, "ph": "X", "name": "Il2CppGenericComDefinitions11.cpp", "args": { "durationMS": 0.40617698431015015, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 4160157.71484375, "dur": 544.2010164260864, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5442010164260864, "detail": "System.Collections.Generic.List`1<UnityEngine.Vector3>" } },
{ "pid": 1, "tid": 27, "ts": 4160704.1015625, "dur": 560.0780248641968, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5600780248641968, "detail": "System.Collections.Generic.List`1<UnityEngine.Vector4>" } },
{ "pid": 1, "tid": 27, "ts": 4161266.11328125, "dur": 1481.3621044158936, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 1.4813621044158936, "detail": "System.Collections.Generic.List`1<UnityEngine.BeforeRenderHelper/OrderBlock>" } },
{ "pid": 1, "tid": 27, "ts": 4162749.0234375, "dur": 16664.78157043457, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 16.66478157043457, "detail": "System.Collections.Generic.List`1<UnityEngine.Camera/RenderRequest>" } },
{ "pid": 1, "tid": 27, "ts": 4179416.015625, "dur": 750.2520084381104, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.7502520084381104, "detail": "System.Collections.Generic.List`1<System.IO.Directory/SearchData>" } },
{ "pid": 1, "tid": 27, "ts": 4180167.96875, "dur": 2117.220878601074, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 2.117220878601074, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/DropdownItem>" } },
{ "pid": 1, "tid": 27, "ts": 4182287.109375, "dur": 554.2640089988708, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5542640089988708, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData>" } },
{ "pid": 1, "tid": 27, "ts": 4182843.75, "dur": 534.850001335144, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.534850001335144, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.EventTrigger/Entry>" } },
{ "pid": 1, "tid": 27, "ts": 4183380.859375, "dur": 538.5230183601379, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5385230183601379, "detail": "System.Collections.Generic.List`1<UnityEngine.Networking.PlayerConnection.PlayerEditorConnectionEvents/MessageTypeSubscribers>" } },
{ "pid": 1, "tid": 27, "ts": 4183920.8984375, "dur": 529.8640131950378, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5298640131950378, "detail": "System.Collections.Generic.List`1<UnityEngine.EventSystems.PointerInputModule/ButtonState>" } },
{ "pid": 1, "tid": 27, "ts": 4184452.1484375, "dur": 584.6160054206848, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.5846160054206848, "detail": "System.Collections.Generic.List`1<System.Text.RegularExpressions.RegexCharClass/SingleRange>" } },
{ "pid": 1, "tid": 27, "ts": 4185040.0390625, "dur": 497.7079927921295, "ph": "X", "name": "WriteGenericComDefinition", "args": { "durationMS": 0.4977079927921295, "detail": "System.Collections.Generic.List`1<UnityEngine.UI.StencilMaterial/MatEntry>" } },
{ "pid": 1, "tid": 27, "ts": 4185540.0390625, "dur": 979.4520139694214, "ph": "X", "name": "Il2CppGenericComDefinitions14.cpp", "args": { "durationMS": 0.9794520139694214, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 4186530.2734375, "dur": 103448.2650756836, "ph": "X", "name": "Idle", "args": { "durationMS": 103.4482650756836, "detail": "" } },
{ "pid": 1, "tid": 12, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 12, "ts": 4291488.28125, "dur": 61138.710021972656, "ph": "X", "name": "ForkedContextScope.MergingComponent", "args": { "durationMS": 61.138710021972656, "detail": "Unity.IL2CPP.Naming.NamingComponent" } },
{ "pid": 1, "tid": 12, "ts": 4291489.2578125, "dur": 1417.2989130020142, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.4172989130020142, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 12, "ts": 4292907.2265625, "dur": 5236.896991729736, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 5.236896991729736, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 12, "ts": 4298216.796875, "dur": 2775.3279209136963, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.7753279209136963, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 12, "ts": 4300993.1640625, "dur": 720.6599712371826, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.7206599712371826, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 12, "ts": 4301713.8671875, "dur": 2906.0349464416504, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.9060349464416504, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 12, "ts": 4304693.84765625, "dur": 2042.5379276275635, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.0425379276275635, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 12, "ts": 4306736.81640625, "dur": 629.3920278549194, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.6293920278549194, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 12, "ts": 4307366.2109375, "dur": 3020.3490257263184, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 3.0203490257263184, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 12, "ts": 4310443.359375, "dur": 2761.3749504089355, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.7613749504089355, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 12, "ts": 4313206.54296875, "dur": 1100.4760265350342, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.1004760265350342, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 12, "ts": 4314308.10546875, "dur": 4290.99702835083, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 4.29099702835083, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 12, "ts": 4318659.66796875, "dur": 2654.371976852417, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.654371976852417, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 12, "ts": 4321315.91796875, "dur": 1044.0949201583862, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.0440949201583862, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 12, "ts": 4322360.3515625, "dur": 4791.845798492432, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 4.791845798492432, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 12, "ts": 4327328.61328125, "dur": 2491.9040203094482, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.4919040203094482, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 12, "ts": 4329822.265625, "dur": 796.8659996986389, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.7968659996986389, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 12, "ts": 4330619.62890625, "dur": 3396.4810371398926, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 3.3964810371398926, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 12, "ts": 4334083.984375, "dur": 2186.475992202759, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.186475992202759, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 12, "ts": 4336271.97265625, "dur": 633.1070065498352, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.6331070065498352, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 12, "ts": 4336905.2734375, "dur": 2845.1881408691406, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.8451881408691406, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 12, "ts": 4339811.03515625, "dur": 1904.2179584503174, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.9042179584503174, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 12, "ts": 4341716.30859375, "dur": 702.6770114898682, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.7026770114898682, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 12, "ts": 4342419.43359375, "dur": 2956.6099643707275, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.9566099643707275, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 12, "ts": 4345504.39453125, "dur": 1675.6020784378052, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 1.6756020784378052, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 12, "ts": 4347180.6640625, "dur": 446.69198989868164, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 0.44669198989868164, "detail": "_typeNameOnlyCache" } },
{ "pid": 1, "tid": 12, "ts": 4347627.44140625, "dur": 2796.0119247436523, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.7960119247436523, "detail": "_methodNameOnlyCache" } },
{ "pid": 1, "tid": 12, "ts": 4350424.8046875, "dur": 2202.591896057129, "ph": "X", "name": "Merging Cache", "args": { "durationMS": 2.202591896057129, "detail": "_cleanNamesCache" } },
{ "pid": 1, "tid": 11, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 11, "ts": 4425422.36328125, "dur": 22101.816177368164, "ph": "X", "name": "Idle", "args": { "durationMS": 22.101816177368164, "detail": "" } },
{ "pid": 1, "tid": 11, "ts": 4461923.33984375, "dur": 6735.285758972168, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 6.735285758972168, "detail": "mscorlib" } },
{ "pid": 1, "tid": 11, "ts": 4468810.05859375, "dur": 5280.358791351318, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 5.280358791351318, "detail": "System.Core" } },
{ "pid": 1, "tid": 11, "ts": 4474100.5859375, "dur": 5575.293064117432, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 5.575293064117432, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 11, "ts": 4479681.640625, "dur": 215345.8251953125, "ph": "X", "name": "Idle", "args": { "durationMS": 215.3458251953125, "detail": "" } },
{ "pid": 1, "tid": 10, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 10, "ts": 4425528.80859375, "dur": 22007.905960083008, "ph": "X", "name": "Idle", "args": { "durationMS": 22.007905960083008, "detail": "" } },
{ "pid": 1, "tid": 10, "ts": 4462113.28125, "dur": 4996.036052703857, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 4.996036052703857, "detail": "System.Core" } },
{ "pid": 1, "tid": 10, "ts": 4467120.1171875, "dur": 7152.490139007568, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 7.152490139007568, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 10, "ts": 4474739.2578125, "dur": 656.9550037384033, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.6569550037384033, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 10, "ts": 4475397.94921875, "dur": 772.7139592170715, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.7727139592170715, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 10, "ts": 4476384.27734375, "dur": 370.0390160083771, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.3700390160083771, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 10, "ts": 4476757.32421875, "dur": 570.6849694252014, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.5706849694252014, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 10, "ts": 4477332.51953125, "dur": 217720.35217285156, "ph": "X", "name": "Idle", "args": { "durationMS": 217.72035217285156, "detail": "" } },
{ "pid": 1, "tid": 9, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 9, "ts": 4425666.015625, "dur": 21859.68780517578, "ph": "X", "name": "Idle", "args": { "durationMS": 21.85968780517578, "detail": "" } },
{ "pid": 1, "tid": 9, "ts": 4461383.7890625, "dur": 4131.523132324219, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 4.131523132324219, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 9, "ts": 4465715.8203125, "dur": 1432.1560859680176, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 1.4321560859680176, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 9, "ts": 4467150.390625, "dur": 6286.863803863525, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 6.286863803863525, "detail": "System.Xml" } },
{ "pid": 1, "tid": 9, "ts": 4473516.6015625, "dur": 981.5079569816589, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.9815079569816589, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 9, "ts": 4474500, "dur": 2547.6720333099365, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 2.5476720333099365, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 9, "ts": 4477081.0546875, "dur": 217965.6982421875, "ph": "X", "name": "Idle", "args": { "durationMS": 217.9656982421875, "detail": "" } },
{ "pid": 1, "tid": 8, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 8, "ts": 4425837.890625, "dur": 21689.830780029297, "ph": "X", "name": "Idle", "args": { "durationMS": 21.689830780029297, "detail": "" } },
{ "pid": 1, "tid": 8, "ts": 4461759.765625, "dur": 3773.715019226074, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 3.773715019226074, "detail": "System.Xml" } },
{ "pid": 1, "tid": 8, "ts": 4465864.2578125, "dur": 229079.3914794922, "ph": "X", "name": "All Collect Metadata", "args": { "durationMS": 229.0793914794922, "detail": "" } },
{ "pid": 1, "tid": 8, "ts": 4471007.8125, "dur": 77993.56842041016, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 77.99356842041016, "detail": "mscorlib" } },
{ "pid": 1, "tid": 8, "ts": 4471579.1015625, "dur": 11435.466766357422, "ph": "X", "name": "UpdateEmptyTokens", "args": { "durationMS": 11.435466766357422, "detail": "" } },
{ "pid": 1, "tid": 8, "ts": 4483015.13671875, "dur": 10499.855041503906, "ph": "X", "name": "ValidateTokens", "args": { "durationMS": 10.499855041503906, "detail": "" } },
{ "pid": 1, "tid": 8, "ts": 4549338.37890625, "dur": 3818.700075149536, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 3.818700075149536, "detail": "System" } },
{ "pid": 1, "tid": 8, "ts": 4549338.37890625, "dur": 339.8060202598572, "ph": "X", "name": "UpdateEmptyTokens", "args": { "durationMS": 0.3398060202598572, "detail": "" } },
{ "pid": 1, "tid": 8, "ts": 4549677.734375, "dur": 428.60499024391174, "ph": "X", "name": "ValidateTokens", "args": { "durationMS": 0.42860499024391174, "detail": "" } },
{ "pid": 1, "tid": 8, "ts": 4553157.71484375, "dur": 465.8129811286926, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.4658129811286926, "detail": "System.Core" } },
{ "pid": 1, "tid": 8, "ts": 4553624.0234375, "dur": 417.23600029945374, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.41723600029945374, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 8, "ts": 4554041.9921875, "dur": 28686.91635131836, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 28.68691635131836, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 8, "ts": 4554041.9921875, "dur": 1001.0069608688354, "ph": "X", "name": "UpdateEmptyTokens", "args": { "durationMS": 1.0010069608688354, "detail": "" } },
{ "pid": 1, "tid": 8, "ts": 4555043.45703125, "dur": 1137.8380060195923, "ph": "X", "name": "ValidateTokens", "args": { "durationMS": 1.1378380060195923, "detail": "" } },
{ "pid": 1, "tid": 8, "ts": 4582983.3984375, "dur": 366.1790192127228, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.3661790192127228, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 8, "ts": 4583350.09765625, "dur": 371.99899554252625, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.37199899554252625, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 8, "ts": 4583722.65625, "dur": 375.09799003601074, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.37509799003601074, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 8, "ts": 4584370.60546875, "dur": 1146.7170715332031, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 1.1467170715332031, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 8, "ts": 4585639.16015625, "dur": 375.3049969673157, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.3753049969673157, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 8, "ts": 4586015.13671875, "dur": 375.62301754951477, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.37562301754951477, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 8, "ts": 4586391.6015625, "dur": 677.5550246238708, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.6775550246238708, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 8, "ts": 4587237.3046875, "dur": 7877.151966094971, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 7.877151966094971, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 8, "ts": 4587237.3046875, "dur": 774.6700048446655, "ph": "X", "name": "UpdateEmptyTokens", "args": { "durationMS": 0.7746700048446655, "detail": "" } },
{ "pid": 1, "tid": 8, "ts": 4588011.71875, "dur": 657.3489904403687, "ph": "X", "name": "ValidateTokens", "args": { "durationMS": 0.6573489904403687, "detail": "" } },
{ "pid": 1, "tid": 8, "ts": 4595462.40234375, "dur": 467.8800106048584, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.4678800106048584, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 8, "ts": 4596042.48046875, "dur": 877.286970615387, "ph": "X", "name": "Collect Metadata", "args": { "durationMS": 0.877286970615387, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 7, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 7, "ts": 4425958.984375, "dur": 21568.883895874023, "ph": "X", "name": "Idle", "args": { "durationMS": 21.568883895874023, "detail": "" } },
{ "pid": 1, "tid": 7, "ts": 4461693.84765625, "dur": 3832.5910568237305, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 3.8325910568237305, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 7, "ts": 4466639.16015625, "dur": 25230.36766052246, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 25.23036766052246, "detail": "mscorlib" } },
{ "pid": 1, "tid": 7, "ts": 4491882.32421875, "dur": 203159.07287597656, "ph": "X", "name": "Idle", "args": { "durationMS": 203.15907287597656, "detail": "" } },
{ "pid": 1, "tid": 6, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 6, "ts": 4426043.9453125, "dur": 21486.177444458008, "ph": "X", "name": "Idle", "args": { "durationMS": 21.486177444458008, "detail": "" } },
{ "pid": 1, "tid": 6, "ts": 4462053.22265625, "dur": 5075.839996337891, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 5.075839996337891, "detail": "System" } },
{ "pid": 1, "tid": 6, "ts": 4467138.18359375, "dur": 7182.5690269470215, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 7.1825690269470215, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 6, "ts": 4474328.61328125, "dur": 367.0940101146698, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.3670940101146698, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 6, "ts": 4474940.91796875, "dur": 376.10700726509094, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 0.37610700726509094, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 6, "ts": 4475617.1875, "dur": 5717.6079750061035, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 5.7176079750061035, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 6, "ts": 4481340.8203125, "dur": 213698.82202148438, "ph": "X", "name": "Idle", "args": { "durationMS": 213.69882202148438, "detail": "" } },
{ "pid": 1, "tid": 5, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 5, "ts": 4426172.36328125, "dur": 21377.626419067383, "ph": "X", "name": "Idle", "args": { "durationMS": 21.377626419067383, "detail": "" } },
{ "pid": 1, "tid": 5, "ts": 4461752.9296875, "dur": 3786.2279415130615, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 3.7862279415130615, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 5, "ts": 4466627.44140625, "dur": 36707.454681396484, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 36.707454681396484, "detail": "Generic Methods" } },
{ "pid": 1, "tid": 5, "ts": 4505158.69140625, "dur": 20626.33514404297, "ph": "X", "name": "Merge Invokers", "args": { "durationMS": 20.62633514404297, "detail": "" } },
{ "pid": 1, "tid": 5, "ts": 4525792.48046875, "dur": 169251.20544433594, "ph": "X", "name": "Idle", "args": { "durationMS": 169.25120544433594, "detail": "" } },
{ "pid": 1, "tid": 36, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 36, "ts": 4426291.50390625, "dur": 21265.195846557617, "ph": "X", "name": "Idle", "args": { "durationMS": 21.265195846557617, "detail": "" } },
{ "pid": 1, "tid": 36, "ts": 4463303.22265625, "dur": 4156.238079071045, "ph": "X", "name": "Collect Generic Context Metadata", "args": { "durationMS": 4.156238079071045, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 36, "ts": 4467465.33203125, "dur": 9485.546112060547, "ph": "X", "name": "Collect Invokers", "args": { "durationMS": 9.485546112060547, "detail": "System" } },
{ "pid": 1, "tid": 36, "ts": 4477376.953125, "dur": 29857.275009155273, "ph": "X", "name": "Collect Method Tables", "args": { "durationMS": 29.857275009155273, "detail": "" } },
{ "pid": 1, "tid": 36, "ts": 4507239.74609375, "dur": 187801.513671875, "ph": "X", "name": "Idle", "args": { "durationMS": 187.801513671875, "detail": "" } },
{ "pid": 1, "tid": 27, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 27, "ts": 4732370.1171875, "dur": 26956.35414123535, "ph": "X", "name": "Idle", "args": { "durationMS": 26.95635414123535, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 4759339.35546875, "dur": 1058.529019355774, "ph": "X", "name": "Idle", "args": { "durationMS": 1.058529019355774, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 4773850.5859375, "dur": 28690.549850463867, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 28.690549850463867, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 27, "ts": 4777978.02734375, "dur": 24562.265396118164, "ph": "X", "name": "System.Configuration_CodeGen.c", "args": { "durationMS": 24.562265396118164, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 4802861.328125, "dur": 1309.9559545516968, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.3099559545516968, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 27, "ts": 4802877.44140625, "dur": 1293.5549020767212, "ph": "X", "name": "UnityEngine.TextRenderingModule_CodeGen.c", "args": { "durationMS": 1.2935549020767212, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 4804172.36328125, "dur": 3481.5750122070312, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 3.4815750122070312, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 27, "ts": 4804186.03515625, "dur": 3467.7939414978027, "ph": "X", "name": "UnityEngine.IMGUIModule_CodeGen.c", "args": { "durationMS": 3.4677939414978027, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 4807657.71484375, "dur": 1103.9090156555176, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.1039090156555176, "detail": "UnityEngine.VideoModule" } },
{ "pid": 1, "tid": 27, "ts": 4807670.41015625, "dur": 1089.7170305252075, "ph": "X", "name": "UnityEngine.VideoModule_CodeGen.c", "args": { "durationMS": 1.0897170305252075, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 4808768.06640625, "dur": 26646.690368652344, "ph": "X", "name": "Idle", "args": { "durationMS": 26.646690368652344, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 4837818.84765625, "dur": 7206.93302154541, "ph": "X", "name": "Il2CppGenericClassTable.c", "args": { "durationMS": 7.20693302154541, "detail": "" } },
{ "pid": 1, "tid": 27, "ts": 4847716.30859375, "dur": 190510.63537597656, "ph": "X", "name": "Idle", "args": { "durationMS": 190.51063537597656, "detail": "" } },
{ "pid": 1, "tid": 26, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 26, "ts": 4732467.7734375, "dur": 26862.295150756836, "ph": "X", "name": "Idle", "args": { "durationMS": 26.862295150756836, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 4774110.83984375, "dur": 61387.86315917969, "ph": "X", "name": "Write Global Metadata", "args": { "durationMS": 61.38786315917969, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 4775014.6484375, "dur": 60482.89489746094, "ph": "X", "name": "WriteMetadata", "args": { "durationMS": 60.48289489746094, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 4777963.8671875, "dur": 50018.310546875, "ph": "X", "name": "Il2CppMetadataUsage.c", "args": { "durationMS": 50.018310546875, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 4827982.91015625, "dur": 5041.561126708984, "ph": "X", "name": "Il2CppGenericInstCollectorComponent", "args": { "durationMS": 5.041561126708984, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 4838017.578125, "dur": 122831.62689208984, "ph": "X", "name": "CompilerCalculateTypeValues", "args": { "durationMS": 122.83162689208984, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 4838028.80859375, "dur": 122817.55065917969, "ph": "X", "name": "Il2CppCCTypeValuesTable.cpp", "args": { "durationMS": 122.81755065917969, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 4875488.76953125, "dur": 81558.15887451172, "ph": "X", "name": "Il2CppCCalculateTypeValues.cpp", "args": { "durationMS": 81.55815887451172, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 4981985.83984375, "dur": 2979.300022125244, "ph": "X", "name": "Il2CppMetadataRegistration.c", "args": { "durationMS": 2.979300022125244, "detail": "" } },
{ "pid": 1, "tid": 26, "ts": 4984971.6796875, "dur": 53421.58126831055, "ph": "X", "name": "Idle", "args": { "durationMS": 53.42158126831055, "detail": "" } },
{ "pid": 1, "tid": 25, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 25, "ts": 4732614.2578125, "dur": 26716.175079345703, "ph": "X", "name": "Idle", "args": { "durationMS": 26.716175079345703, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 4759396.97265625, "dur": 1007.7580213546753, "ph": "X", "name": "Idle", "args": { "durationMS": 1.0077580213546753, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 4773860.3515625, "dur": 30164.899826049805, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 30.164899826049805, "detail": "System" } },
{ "pid": 1, "tid": 25, "ts": 4777987.3046875, "dur": 26036.727905273438, "ph": "X", "name": "System_CodeGen.c", "args": { "durationMS": 26.036727905273438, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 4804035.64453125, "dur": 1443.4239864349365, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.4434239864349365, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 25, "ts": 4804055.17578125, "dur": 1423.488974571228, "ph": "X", "name": "UnityEngine.AnimationModule_CodeGen.c", "args": { "durationMS": 1.423488974571228, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 4805481.93359375, "dur": 2533.9739322662354, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 2.5339739322662354, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 25, "ts": 4805494.62890625, "dur": 2520.521879196167, "ph": "X", "name": "UnityEngine.GameCenterModule_CodeGen.c", "args": { "durationMS": 2.520521879196167, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 4808672.36328125, "dur": 26727.340698242188, "ph": "X", "name": "Idle", "args": { "durationMS": 26.727340698242188, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 4838159.66796875, "dur": 113287.50610351562, "ph": "X", "name": "CompilerCalculateFieldValues", "args": { "durationMS": 113.28750610351562, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 4838170.41015625, "dur": 113273.15521240234, "ph": "X", "name": "Il2CppCCFieldValuesTable.cpp", "args": { "durationMS": 113.27315521240234, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 4861188.96484375, "dur": 79763.13781738281, "ph": "X", "name": "Il2CppCCalculateFieldValues.cpp", "args": { "durationMS": 79.76313781738281, "detail": "" } },
{ "pid": 1, "tid": 25, "ts": 4951468.26171875, "dur": 86899.3911743164, "ph": "X", "name": "Idle", "args": { "durationMS": 86.8993911743164, "detail": "" } },
{ "pid": 1, "tid": 24, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 24, "ts": 4732744.62890625, "dur": 26598.369598388672, "ph": "X", "name": "Idle", "args": { "durationMS": 26.598369598388672, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 4759471.6796875, "dur": 933.5520267486572, "ph": "X", "name": "Idle", "args": { "durationMS": 0.9335520267486572, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 4773853.02734375, "dur": 27488.067626953125, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 27.488067626953125, "detail": "System.Xml" } },
{ "pid": 1, "tid": 24, "ts": 4777983.3984375, "dur": 23356.481552124023, "ph": "X", "name": "System.Xml_CodeGen.c", "args": { "durationMS": 23.356481552124023, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 4801413.0859375, "dur": 17418.672561645508, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 17.418672561645508, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 24, "ts": 4801440.4296875, "dur": 17390.89012145996, "ph": "X", "name": "UnityEngine.CoreModule_CodeGen.c", "args": { "durationMS": 17.39089012145996, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 4818839.35546875, "dur": 16556.52618408203, "ph": "X", "name": "Idle", "args": { "durationMS": 16.55652618408203, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 4836831.0546875, "dur": 29259.796142578125, "ph": "X", "name": "Il2CppGenericInstDefinitions.c", "args": { "durationMS": 29.259796142578125, "detail": "" } },
{ "pid": 1, "tid": 24, "ts": 4866681.640625, "dur": 171567.56591796875, "ph": "X", "name": "Idle", "args": { "durationMS": 171.56756591796875, "detail": "" } },
{ "pid": 1, "tid": 23, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 23, "ts": 4732838.8671875, "dur": 26511.497497558594, "ph": "X", "name": "Idle", "args": { "durationMS": 26.511497497558594, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4759354.98046875, "dur": 1040.8509969711304, "ph": "X", "name": "Idle", "args": { "durationMS": 1.0408509969711304, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4775725.5859375, "dur": 78134.72747802734, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 78.13472747802734, "detail": "mscorlib" } },
{ "pid": 1, "tid": 23, "ts": 4777996.09375, "dur": 75864.12811279297, "ph": "X", "name": "mscorlib_CodeGen.c", "args": { "durationMS": 75.86412811279297, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4854731.93359375, "dur": 183438.7969970703, "ph": "X", "name": "Write Global Code Metadata", "args": { "durationMS": 183.4387969970703, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4858291.015625, "dur": 1529.5569896697998, "ph": "X", "name": "Il2CppReversePInvokeWrapperTable.cpp", "args": { "durationMS": 1.5295569896697998, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4860248.53515625, "dur": 67102.85186767578, "ph": "X", "name": "Il2CppGenericMethodPointerTable.cpp", "args": { "durationMS": 67.10285186767578, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4927808.10546875, "dur": 61447.200775146484, "ph": "X", "name": "Il2CppInvokerTable.cpp", "args": { "durationMS": 61.447200775146484, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 4992899.90234375, "dur": 36530.5061340332, "ph": "X", "name": "Il2CppInteropDataTable.cpp", "args": { "durationMS": 36.5305061340332, "detail": "" } },
{ "pid": 1, "tid": 23, "ts": 5036194.82421875, "dur": 1967.3579931259155, "ph": "X", "name": "Il2CppCodeRegistration.cpp", "args": { "durationMS": 1.9673579931259155, "detail": "" } },
{ "pid": 1, "tid": 22, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 22, "ts": 4732989.2578125, "dur": 26363.1649017334, "ph": "X", "name": "Idle", "args": { "durationMS": 26.3631649017334, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4759354.98046875, "dur": 1042.4209833145142, "ph": "X", "name": "Idle", "args": { "durationMS": 1.0424209833145142, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4773833.984375, "dur": 28185.447692871094, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 28.185447692871094, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 22, "ts": 4777947.75390625, "dur": 24071.66862487793, "ph": "X", "name": "UnityEngine.SharedInternalsModule_CodeGen.c", "args": { "durationMS": 24.07166862487793, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4802030.2734375, "dur": 2130.4450035095215, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 2.1304450035095215, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 22, "ts": 4802046.38671875, "dur": 2114.475965499878, "ph": "X", "name": "UnityEngine.InputLegacyModule_CodeGen.c", "args": { "durationMS": 2.114475965499878, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4804187.5, "dur": 545.6590056419373, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.5456590056419373, "detail": "UnityEngine.ImageConversionModule" } },
{ "pid": 1, "tid": 22, "ts": 4804200.68359375, "dur": 531.495988368988, "ph": "X", "name": "UnityEngine.ImageConversionModule_CodeGen.c", "args": { "durationMS": 0.531495988368988, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4804735.3515625, "dur": 439.5590126514435, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.4395590126514435, "detail": "UnityEngine.SpriteShapeModule" } },
{ "pid": 1, "tid": 22, "ts": 4804750.48828125, "dur": 423.9040017127991, "ph": "X", "name": "UnityEngine.SpriteShapeModule_CodeGen.c", "args": { "durationMS": 0.4239040017127991, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4805176.7578125, "dur": 2524.3799686431885, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 2.5243799686431885, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 22, "ts": 4805190.91796875, "dur": 2510.246992111206, "ph": "X", "name": "UnityEngine.UIModule_CodeGen.c", "args": { "durationMS": 2.510246992111206, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4807704.1015625, "dur": 2134.1090202331543, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 2.1341090202331543, "detail": "Unity.2D.IK.Runtime" } },
{ "pid": 1, "tid": 22, "ts": 4807718.75, "dur": 2118.772029876709, "ph": "X", "name": "Unity.2D.IK.Runtime_CodeGen.c", "args": { "durationMS": 2.118772029876709, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4809844.7265625, "dur": 25551.09977722168, "ph": "X", "name": "Idle", "args": { "durationMS": 25.55109977722168, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4836863.28125, "dur": 77222.74780273438, "ph": "X", "name": "Il2CppTypeDefinitions.c", "args": { "durationMS": 77.22274780273438, "detail": "" } },
{ "pid": 1, "tid": 22, "ts": 4914106.4453125, "dur": 124225.15869140625, "ph": "X", "name": "Idle", "args": { "durationMS": 124.22515869140625, "detail": "" } },
{ "pid": 1, "tid": 21, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 21, "ts": 4733109.86328125, "dur": 26246.971130371094, "ph": "X", "name": "Idle", "args": { "durationMS": 26.246971130371094, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4759378.41796875, "dur": 1033.6589813232422, "ph": "X", "name": "Idle", "args": { "durationMS": 1.0336589813232422, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4773844.23828125, "dur": 28447.84927368164, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 28.44784927368164, "detail": "System.Core" } },
{ "pid": 1, "tid": 21, "ts": 4777972.16796875, "dur": 24318.763732910156, "ph": "X", "name": "System.Core_CodeGen.c", "args": { "durationMS": 24.318763732910156, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4802303.7109375, "dur": 1776.252031326294, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.776252031326294, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 21, "ts": 4802318.84765625, "dur": 1760.565996170044, "ph": "X", "name": "UnityEngine.Physics2DModule_CodeGen.c", "args": { "durationMS": 1.760565996170044, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4804082.51953125, "dur": 3086.4109992980957, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 3.0864109992980957, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 21, "ts": 4804093.26171875, "dur": 2982.7818870544434, "ph": "X", "name": "UnityEngine.AudioModule_CodeGen.c", "args": { "durationMS": 2.9827818870544434, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4807377.44140625, "dur": 14179.095268249512, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 14.179095268249512, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 21, "ts": 4807395.01953125, "dur": 14160.932540893555, "ph": "X", "name": "UnityEngine.UI_CodeGen.c", "args": { "durationMS": 14.160932540893555, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4821564.453125, "dur": 13835.904121398926, "ph": "X", "name": "Idle", "args": { "durationMS": 13.835904121398926, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4837237.3046875, "dur": 84033.98132324219, "ph": "X", "name": "Il2CppGenericMethodTable.c", "args": { "durationMS": 84.03398132324219, "detail": "" } },
{ "pid": 1, "tid": 21, "ts": 4921288.0859375, "dur": 117045.25756835938, "ph": "X", "name": "Idle", "args": { "durationMS": 117.04525756835938, "detail": "" } },
{ "pid": 1, "tid": 20, "ph": "M", "name": "thread_name", "args": { "name": "PhaseWorker" } },
{ "pid": 1, "tid": 20, "ts": 4733280.2734375, "dur": 26076.528549194336, "ph": "X", "name": "Idle", "args": { "durationMS": 26.076528549194336, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 4759396.97265625, "dur": 1006.5649747848511, "ph": "X", "name": "Idle", "args": { "durationMS": 1.006564974784851, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 4773825.68359375, "dur": 27854.888916015625, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 27.854888916015625, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 20, "ts": 4777916.9921875, "dur": 23762.540817260742, "ph": "X", "name": "Mono.Security_CodeGen.c", "args": { "durationMS": 23.762540817260742, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 4801692.87109375, "dur": 2346.5240001678467, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 2.3465240001678467, "detail": "UnityEngine.GridModule" } },
{ "pid": 1, "tid": 20, "ts": 4801710.44921875, "dur": 2327.8348445892334, "ph": "X", "name": "UnityEngine.GridModule_CodeGen.c", "args": { "durationMS": 2.3278348445892334, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 4804041.50390625, "dur": 405.13700246810913, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.40513700246810913, "detail": "UnityEngine.AssetBundleModule" } },
{ "pid": 1, "tid": 20, "ts": 4804057.12890625, "dur": 389.73402976989746, "ph": "X", "name": "UnityEngine.AssetBundleModule_CodeGen.c", "args": { "durationMS": 0.38973402976989746, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 4804449.21875, "dur": 487.2559905052185, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.4872559905052185, "detail": "UnityEngine.PhysicsModule" } },
{ "pid": 1, "tid": 20, "ts": 4804461.9140625, "dur": 473.91200065612793, "ph": "X", "name": "UnityEngine.PhysicsModule_CodeGen.c", "args": { "durationMS": 0.47391200065612793, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 4804937.98828125, "dur": 390.8109962940216, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.3908109962940216, "detail": "UnityEngine.TilemapModule" } },
{ "pid": 1, "tid": 20, "ts": 4804951.66015625, "dur": 377.15598940849304, "ph": "X", "name": "UnityEngine.TilemapModule_CodeGen.c", "args": { "durationMS": 0.37715598940849304, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 4805331.0546875, "dur": 1279.0210247039795, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 1.2790210247039795, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 20, "ts": 4805344.7265625, "dur": 1264.9240493774414, "ph": "X", "name": "UnityEngine.UnityWebRequestModule_CodeGen.c", "args": { "durationMS": 1.2649240493774414, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 4806613.28125, "dur": 805.4330348968506, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.8054330348968506, "detail": "UnityEngine.ParticleSystemModule" } },
{ "pid": 1, "tid": 20, "ts": 4806627.44140625, "dur": 790.7389998435974, "ph": "X", "name": "UnityEngine.ParticleSystemModule_CodeGen.c", "args": { "durationMS": 0.7907389998435974, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 4807420.41015625, "dur": 593.7489867210388, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.5937489867210388, "detail": "UnityEngine.UnityWebRequestWWWModule" } },
{ "pid": 1, "tid": 20, "ts": 4807437.01171875, "dur": 577.2349834442139, "ph": "X", "name": "UnityEngine.UnityWebRequestWWWModule_CodeGen.c", "args": { "durationMS": 0.5772349834442139, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 4808016.11328125, "dur": 574.3680000305176, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 0.5743680000305176, "detail": "UnityEngine" } },
{ "pid": 1, "tid": 20, "ts": 4808029.78515625, "dur": 560.8899593353271, "ph": "X", "name": "UnityEngine_CodeGen.c", "args": { "durationMS": 0.5608899593353271, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 4808593.26171875, "dur": 2827.3510932922363, "ph": "X", "name": "Write Assembly Code Metadata", "args": { "durationMS": 2.8273510932922363, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 20, "ts": 4808706.54296875, "dur": 2712.7130031585693, "ph": "X", "name": "Assembly-CSharp_CodeGen.c", "args": { "durationMS": 2.7127130031585693, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 4811430.17578125, "dur": 23990.415573120117, "ph": "X", "name": "Idle", "args": { "durationMS": 23.990415573120117, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 4836957.03125, "dur": 29655.916213989258, "ph": "X", "name": "Il2CppGenericMethodDefinitions.c", "args": { "durationMS": 29.655916213989258, "detail": "" } },
{ "pid": 1, "tid": 20, "ts": 4866721.6796875, "dur": 171546.78344726562, "ph": "X", "name": "Idle", "args": { "durationMS": 171.54678344726562, "detail": "" } }
],
"meta_datetime": "06/21/2022 17:40:50",
"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"}