Commit f452a237 authored by lmj_521aiau@163.com's avatar lmj_521aiau@163.com

Merge branch 'master' of gitlab.huolea.com:lmi/luckfarm

# Conflicts:
#	GYDemo/GYDemo.xcodeproj/project.pbxproj
#	GYDemo/GYDemo/AppDelegate.mm
parents b62bc345 5e50d4d6
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
644C8E742542D24B0032763A /* UnityFramework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64E8CA062541318100AF1416 /* UnityFramework.framework */; }; 644C8E872542DEAA0032763A /* UnityFramework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64E8CA062541318100AF1416 /* UnityFramework.framework */; };
644C8E752542D24B0032763A /* UnityFramework.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 64E8CA062541318100AF1416 /* UnityFramework.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 644C8E882542DEAA0032763A /* UnityFramework.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 64E8CA062541318100AF1416 /* UnityFramework.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
64E8CA10254132E300AF1416 /* BGKeychainTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 64E8CA0F254132E300AF1416 /* BGKeychainTool.m */; }; 64E8CA10254132E300AF1416 /* BGKeychainTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 64E8CA0F254132E300AF1416 /* BGKeychainTool.m */; };
64E8CA16254133CF00AF1416 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64E8CA15254133CF00AF1416 /* Foundation.framework */; }; 64E8CA16254133CF00AF1416 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64E8CA15254133CF00AF1416 /* Foundation.framework */; };
6E42AF336D54EF2C5073BB5C /* Pods_GYDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 917ED4A8EF1F82D94F8A8E38 /* Pods_GYDemo.framework */; }; 6E42AF336D54EF2C5073BB5C /* Pods_GYDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 917ED4A8EF1F82D94F8A8E38 /* Pods_GYDemo.framework */; };
...@@ -90,13 +90,13 @@ ...@@ -90,13 +90,13 @@
/* End PBXContainerItemProxy section */ /* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */ /* Begin PBXCopyFilesBuildPhase section */
644C8E762542D24B0032763A /* Embed Frameworks */ = { 644C8E892542DEAA0032763A /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase; isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
dstPath = ""; dstPath = "";
dstSubfolderSpec = 10; dstSubfolderSpec = 10;
files = ( files = (
644C8E752542D24B0032763A /* UnityFramework.framework in Embed Frameworks */, 644C8E882542DEAA0032763A /* UnityFramework.framework in Embed Frameworks */,
); );
name = "Embed Frameworks"; name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
...@@ -999,7 +999,7 @@ ...@@ -999,7 +999,7 @@
CODE_SIGN_ENTITLEMENTS = GYDemo/GYDemo.entitlements; CODE_SIGN_ENTITLEMENTS = GYDemo/GYDemo.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual; CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 100; CURRENT_PROJECT_VERSION = 102;
DEVELOPMENT_TEAM = XWMRLLSSFL; DEVELOPMENT_TEAM = XWMRLLSSFL;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
GCC_INCREASE_PRECOMPILED_HEADER_SHARING = NO; GCC_INCREASE_PRECOMPILED_HEADER_SHARING = NO;
...@@ -1031,7 +1031,7 @@ ...@@ -1031,7 +1031,7 @@
CODE_SIGN_ENTITLEMENTS = GYDemo/GYDemo.entitlements; CODE_SIGN_ENTITLEMENTS = GYDemo/GYDemo.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual; CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 100; CURRENT_PROJECT_VERSION = 102;
DEVELOPMENT_TEAM = XWMRLLSSFL; DEVELOPMENT_TEAM = XWMRLLSSFL;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
GCC_INCREASE_PRECOMPILED_HEADER_SHARING = NO; GCC_INCREASE_PRECOMPILED_HEADER_SHARING = NO;
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<key>GYDemo.xcscheme_^#shared#^_</key> <key>GYDemo.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>6</integer> <integer>5</integer>
</dict> </dict>
</dict> </dict>
</dict> </dict>
......
...@@ -93,6 +93,7 @@ NSDictionary* appLaunchOpts; ...@@ -93,6 +93,7 @@ NSDictionary* appLaunchOpts;
// 跳转每日福利 // 跳转每日福利
- (void)ios_oneveryDayWelfareClick { - (void)ios_oneveryDayWelfareClick {
return;
GYWebViewController * web = [[GYWebViewController alloc] init]; GYWebViewController * web = [[GYWebViewController alloc] init];
web.url = [[CGUserManager shared].h5_url objectForKey:@"welfareurl"]; web.url = [[CGUserManager shared].h5_url objectForKey:@"welfareurl"];
UINavigationController * nav = [[UINavigationController alloc] initWithRootViewController:web]; UINavigationController * nav = [[UINavigationController alloc] initWithRootViewController:web];
...@@ -111,6 +112,13 @@ NSDictionary* appLaunchOpts; ...@@ -111,6 +112,13 @@ NSDictionary* appLaunchOpts;
// 跳转订单弹窗 // 跳转订单弹窗
- (void)ios_jumpOrderDialog { - (void)ios_jumpOrderDialog {
NSString *status = [[CGUserManager shared].appSwitch[@"isopenH5"] stringValue];
NSLog(@"isopenH5 = %@", status);
if ([status isEqualToString:@"0"]) {
return;
}
[[CGNetworkTools shared] getWithAction:getOrderInfo parameters:@{} success:^(id _Nonnull response) { [[CGNetworkTools shared] getWithAction:getOrderInfo parameters:@{} success:^(id _Nonnull response) {
NSDictionary * orderDic = [[response objectForKey:@"result"] objectForKey:@"data"]; NSDictionary * orderDic = [[response objectForKey:@"result"] objectForKey:@"data"];
...@@ -300,6 +308,13 @@ NSDictionary* appLaunchOpts; ...@@ -300,6 +308,13 @@ NSDictionary* appLaunchOpts;
// 获取地块列表 // 获取地块列表
- (void)ios_getListLand { - (void)ios_getListLand {
NSString *status = [[CGUserManager shared].appSwitch[@"isopenH5"] stringValue];
NSLog(@"isopenH5 = %@", status);
if (status.length > 0) {
[[self ufw] sendMessageToGOWithName: "GameManager" functionName: "showMoreInfo" message: [status UTF8String]];
}
[[CGNetworkTools shared] getWithAction: getPlaceList parameters: @{} success:^(id _Nonnull response) { [[CGNetworkTools shared] getWithAction: getPlaceList parameters: @{} success:^(id _Nonnull response) {
if ([[response objectForKey:@"status"] integerValue] == 200) { if ([[response objectForKey:@"status"] integerValue] == 200) {
...@@ -311,13 +326,6 @@ NSDictionary* appLaunchOpts; ...@@ -311,13 +326,6 @@ NSDictionary* appLaunchOpts;
} failure:^(NSError * _Nonnull error) { } failure:^(NSError * _Nonnull error) {
}]; }];
NSString *status = [[CGUserManager shared].appSwitch[@"isopenH5"] stringValue];
NSLog(@"isopenH5 = %@", status);
if (status.length > 0) {
status = @"1";
[[self ufw] sendMessageToGOWithName: "GameManager" functionName: "showMoreInfo" message: [status UTF8String]];
}
} }
// 解锁地块 // 解锁地块
...@@ -607,7 +615,7 @@ NSDictionary* appLaunchOpts; ...@@ -607,7 +615,7 @@ NSDictionary* appLaunchOpts;
- (void)onResp:(BaseResp *)resp{ - (void)onResp:(BaseResp *)resp{
[[CGNetworkTools shared] getWithAdsAction:<#(TQNetwortGetAction)#> parameters:<#(nonnull id)#> success:<#^(id _Nonnull response)success#> failure:<#^(NSError * _Nonnull error)failure#>] // [[CGNetworkTools shared] getWithAdsAction:<#(TQNetwortGetAction)#> parameters:<#(nonnull id)#> success:<#^(id _Nonnull response)success#> failure:<#^(NSError * _Nonnull error)failure#>]
} }
@end @end
......
...@@ -94,10 +94,10 @@ ...@@ -94,10 +94,10 @@
filePath = "GYDemo/GYDemo/AppDelegate.mm" filePath = "GYDemo/GYDemo/AppDelegate.mm"
startingColumnNumber = "9223372036854775807" startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807"
startingLineNumber = "608" startingLineNumber = "598"
endingLineNumber = "608" endingLineNumber = "598"
landmarkName = "-onResp:" landmarkName = "AppDelegate"
landmarkType = "7"> landmarkType = "3">
</BreakpointContent> </BreakpointContent>
</BreakpointProxy> </BreakpointProxy>
</Breakpoints> </Breakpoints>
......
...@@ -3,162 +3,166 @@ ...@@ -3,162 +3,166 @@
"traceEvents":[ "traceEvents":[
{ "pid": 1, "tid": 1, "ph": "M", "name": "thread_name", "args": { "name": "" } }, { "pid": 1, "tid": 1, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 1, "tid": 1, "ts": 715.4, "dur": 17257492.8, "ph": "X", "name": "il2cpp.exe", "args": { "durationMS": 17257.4928, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 719.7, "dur": 17677046.4, "ph": "X", "name": "il2cpp.exe", "args": { "durationMS": 17677.0464, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16417, "dur": 17241750.4, "ph": "X", "name": "ConvertAssemblies", "args": { "durationMS": 17241.7504, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16507.7, "dur": 17661164.8, "ph": "X", "name": "ConvertAssemblies", "args": { "durationMS": 17661.1648, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 42001.5, "dur": 98948.8, "ph": "X", "name": "Collect assemblies to convert", "args": { "durationMS": 98.9488, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 47826.9, "dur": 93480.6, "ph": "X", "name": "Collect assemblies to convert", "args": { "durationMS": 93.4806, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 141330.5, "dur": 40816.1, "ph": "X", "name": "RegisterCorlib", "args": { "durationMS": 40.8161, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 141799.4, "dur": 35452.6, "ph": "X", "name": "RegisterCorlib", "args": { "durationMS": 35.4526, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 182291.1, "dur": 50091.1, "ph": "X", "name": "PreProcessIL", "args": { "durationMS": 50.0911, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 177446.8, "dur": 56515.8, "ph": "X", "name": "PreProcessIL", "args": { "durationMS": 56.5158, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 182292.2, "dur": 9058.8, "ph": "X", "name": "Inject base types and finalizers into COM and Windows Runtime types", "args": { "durationMS": 9.0588, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 177448.2, "dur": 13020.8, "ph": "X", "name": "Inject base types and finalizers into COM and Windows Runtime types", "args": { "durationMS": 13.0208, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 182582.9, "dur": 6263.3, "ph": "X", "name": "ModifyCOMAndWindowsRuntimeTypes in assembly", "args": { "durationMS": 6.2633, "detail": "mscorlib" } }, { "pid": 1, "tid": 1, "ts": 177832.7, "dur": 9210.7, "ph": "X", "name": "ModifyCOMAndWindowsRuntimeTypes in assembly", "args": { "durationMS": 9.2107, "detail": "mscorlib" } },
{ "pid": 1, "tid": 1, "ts": 189590.8, "dur": 709.7, "ph": "X", "name": "ModifyCOMAndWindowsRuntimeTypes in assembly", "args": { "durationMS": 0.7097, "detail": "DOTween" } }, { "pid": 1, "tid": 1, "ts": 188158.5, "dur": 951.8, "ph": "X", "name": "ModifyCOMAndWindowsRuntimeTypes in assembly", "args": { "durationMS": 0.9518, "detail": "DOTween" } },
{ "pid": 1, "tid": 1, "ts": 190301.1, "dur": 541.2, "ph": "X", "name": "ModifyCOMAndWindowsRuntimeTypes in assembly", "args": { "durationMS": 0.5412, "detail": "UnityEngine.UI" } }, { "pid": 1, "tid": 1, "ts": 189110.8, "dur": 703.1, "ph": "X", "name": "ModifyCOMAndWindowsRuntimeTypes in assembly", "args": { "durationMS": 0.7031, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 1, "ts": 191353.2, "dur": 41028.9, "ph": "X", "name": "ApplyDefaultMarshalAsAttribute", "args": { "durationMS": 41.0289, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 190472.8, "dur": 43489.6, "ph": "X", "name": "ApplyDefaultMarshalAsAttribute", "args": { "durationMS": 43.4896, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 191504.4, "dur": 25247.8, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 25.2478, "detail": "mscorlib" } }, { "pid": 1, "tid": 1, "ts": 190672.9, "dur": 27378.6, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 27.3786, "detail": "mscorlib" } },
{ "pid": 1, "tid": 1, "ts": 216848.2, "dur": 1875.7, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 1.8757, "detail": "System" } }, { "pid": 1, "tid": 1, "ts": 218153.2, "dur": 1918.5, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 1.9185, "detail": "System" } },
{ "pid": 1, "tid": 1, "ts": 218958.2, "dur": 1822.4, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 1.8224, "detail": "UnityEngine.CoreModule" } }, { "pid": 1, "tid": 1, "ts": 220306.7, "dur": 1817.8, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 1.8178, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 1, "ts": 221131.2, "dur": 342.9, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.3429, "detail": "UnityEngine.AndroidJNIModule" } }, { "pid": 1, "tid": 1, "ts": 222467.2, "dur": 385.3, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.3853, "detail": "UnityEngine.AndroidJNIModule" } },
{ "pid": 1, "tid": 1, "ts": 222539.7, "dur": 5241.2, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 5.2412, "detail": "DOTween" } }, { "pid": 1, "tid": 1, "ts": 223855.3, "dur": 5160.8, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 5.1608, "detail": "DOTween" } },
{ "pid": 1, "tid": 1, "ts": 227781.8, "dur": 1573.2, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 1.5732, "detail": "UnityEngine.UI" } }, { "pid": 1, "tid": 1, "ts": 229017, "dur": 1683.4, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 1.6834, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 1, "ts": 230028.9, "dur": 1833.2, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 1.8332, "detail": "Unity.TextMeshPro" } }, { "pid": 1, "tid": 1, "ts": 231374.3, "dur": 2036.5, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 2.0365, "detail": "Unity.TextMeshPro" } },
{ "pid": 1, "tid": 1, "ts": 231862.4, "dur": 518.8, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.5188, "detail": "Assembly-CSharp" } }, { "pid": 1, "tid": 1, "ts": 233411.2, "dur": 550.1, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.5501, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 1, "ts": 232492.3, "dur": 6441.6, "ph": "X", "name": "WriteResources", "args": { "durationMS": 6.4416, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 234154, "dur": 8445.5, "ph": "X", "name": "WriteResources", "args": { "durationMS": 8.4455, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 239056.8, "dur": 27902.9, "ph": "X", "name": "CopyEtcFolder", "args": { "durationMS": 27.9029, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 242771.6, "dur": 28062.3, "ph": "X", "name": "CopyEtcFolder", "args": { "durationMS": 28.0623, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 267753.4, "dur": 230792.5, "ph": "X", "name": "PreProcessStage", "args": { "durationMS": 230.7925, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 271635.9, "dur": 231582.3, "ph": "X", "name": "PreProcessStage", "args": { "durationMS": 231.5823, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 499230.5, "dur": 1306.6, "ph": "X", "name": "Debugger Sequence Points", "args": { "durationMS": 1.3066, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 503891, "dur": 1185.2, "ph": "X", "name": "Debugger Sequence Points", "args": { "durationMS": 1.1852, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 501292.8, "dur": 1257681.9, "ph": "X", "name": "Generics Collection", "args": { "durationMS": 1257.6819, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 505823.9, "dur": 1270964.4, "ph": "X", "name": "Generics Collection", "args": { "durationMS": 1270.9644, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 501293.8, "dur": 1233389.2, "ph": "X", "name": "GenericsCollector.Collect", "args": { "durationMS": 1233.3892, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 505825, "dur": 1247584.6, "ph": "X", "name": "GenericsCollector.Collect", "args": { "durationMS": 1247.5846, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 502003, "dur": 12659, "ph": "X", "name": "GenericCodeFlowGraphCollector.Collect", "args": { "durationMS": 12.659, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 506489.7, "dur": 13036.6, "ph": "X", "name": "GenericCodeFlowGraphCollector.Collect", "args": { "durationMS": 13.0366, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 502004, "dur": 12158.5, "ph": "X", "name": "GenericCodeFlowGraphCollector.GetTypesAndMethodsForAnalysis", "args": { "durationMS": 12.1585, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 506490.8, "dur": 12504.9, "ph": "X", "name": "GenericCodeFlowGraphCollector.GetTypesAndMethodsForAnalysis", "args": { "durationMS": 12.5049, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1734690.8, "dur": 23293.7, "ph": "X", "name": "CollectGenericVirtualMethods.Collect", "args": { "durationMS": 23.2937, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 1753417, "dur": 22451.8, "ph": "X", "name": "CollectGenericVirtualMethods.Collect", "args": { "durationMS": 22.4518, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1757987.2, "dur": 776.1, "ph": "X", "name": "AddExtraTypes", "args": { "durationMS": 0.7761, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 1775871.6, "dur": 708.5, "ph": "X", "name": "AddExtraTypes", "args": { "durationMS": 0.7085, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1758976.4, "dur": 1222.6, "ph": "X", "name": "Add Windows Runtime type names", "args": { "durationMS": 1.2226, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 1776790, "dur": 1311.6, "ph": "X", "name": "Add Windows Runtime type names", "args": { "durationMS": 1.3116, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1760849.6, "dur": 8656974.4, "ph": "X", "name": "AllAssemblyConversion", "args": { "durationMS": 8656.9744, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 1778746.6, "dur": 8882596.8, "ph": "X", "name": "AllAssemblyConversion", "args": { "durationMS": 8882.5968, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1761426.4, "dur": 3584261.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 3584.2612, "detail": "mscorlib" } }, { "pid": 1, "tid": 1, "ts": 1779326.6, "dur": 3677269.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 3677.2692, "detail": "mscorlib" } },
{ "pid": 1, "tid": 1, "ts": 5345689.2, "dur": 4937.9, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 4.9379, "detail": "System.Configuration" } }, { "pid": 1, "tid": 1, "ts": 5456599.6, "dur": 5531.9, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 5.5319, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 1, "ts": 5350628.4, "dur": 13636.3, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 13.6363, "detail": "Mono.Security" } }, { "pid": 1, "tid": 1, "ts": 5462133.6, "dur": 14306.3, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 14.3063, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 1, "ts": 5364266.8, "dur": 919.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.9198, "detail": "System.Xml" } }, { "pid": 1, "tid": 1, "ts": 5476441.6, "dur": 957.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.9578, "detail": "System.Xml" } },
{ "pid": 1, "tid": 1, "ts": 5365188, "dur": 456277, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 456.277, "detail": "System" } }, { "pid": 1, "tid": 1, "ts": 5477400.8, "dur": 460032.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 460.0322, "detail": "System" } },
{ "pid": 1, "tid": 1, "ts": 5821467.2, "dur": 1285.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 1.2857, "detail": "System.Core" } }, { "pid": 1, "tid": 1, "ts": 5937436, "dur": 1521.3, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 1.5213, "detail": "System.Core" } },
{ "pid": 1, "tid": 1, "ts": 5822754.4, "dur": 14982.5, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 14.9825, "detail": "UnityEngine.SharedInternalsModule" } }, { "pid": 1, "tid": 1, "ts": 5938960, "dur": 16982.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 16.9828, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 1, "ts": 5837738.8, "dur": 538883.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 538.8832, "detail": "UnityEngine.CoreModule" } }, { "pid": 1, "tid": 1, "ts": 5955944.4, "dur": 568880.5, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 568.8805, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 1, "ts": 6376624, "dur": 750.5, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.7505, "detail": "UnityEngine.GridModule" } }, { "pid": 1, "tid": 1, "ts": 6524827.2, "dur": 679.3, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.6793, "detail": "UnityEngine.GridModule" } },
{ "pid": 1, "tid": 1, "ts": 6377376, "dur": 934.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.9344, "detail": "UnityEngine.ImageConversionModule" } }, { "pid": 1, "tid": 1, "ts": 6525508, "dur": 918.9, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.9189, "detail": "UnityEngine.ImageConversionModule" } },
{ "pid": 1, "tid": 1, "ts": 6378312.4, "dur": 15455.9, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 15.4559, "detail": "UnityEngine.InputLegacyModule" } }, { "pid": 1, "tid": 1, "ts": 6526428.8, "dur": 15552.6, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 15.5526, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 1, "ts": 6393769.6, "dur": 20774.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 20.7748, "detail": "UnityEngine.Physics2DModule" } }, { "pid": 1, "tid": 1, "ts": 6541983.2, "dur": 20588.3, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 20.5883, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 1, "ts": 6414546, "dur": 20607.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 20.6077, "detail": "UnityEngine.TextRenderingModule" } }, { "pid": 1, "tid": 1, "ts": 6562573.2, "dur": 22489.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 22.4898, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 1, "ts": 6435155.6, "dur": 31269.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 31.2694, "detail": "UnityEngine.UnityWebRequestModule" } }, { "pid": 1, "tid": 1, "ts": 6585064.8, "dur": 32926.3, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 32.9263, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 1, "ts": 6466427.2, "dur": 76396, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 76.396, "detail": "UnityEngine.AndroidJNIModule" } }, { "pid": 1, "tid": 1, "ts": 6617993.6, "dur": 76466.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 76.4662, "detail": "UnityEngine.AndroidJNIModule" } },
{ "pid": 1, "tid": 1, "ts": 6542824.8, "dur": 27476.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 27.4768, "detail": "UnityEngine.AnimationModule" } }, { "pid": 1, "tid": 1, "ts": 6694463.2, "dur": 28007.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 28.0072, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 1, "ts": 6570302.8, "dur": 12774.9, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 12.7749, "detail": "UnityEngine.AudioModule" } }, { "pid": 1, "tid": 1, "ts": 6722472, "dur": 15468.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 15.4688, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 1, "ts": 6583079.2, "dur": 54731.1, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 54.7311, "detail": "UnityEngine.GameCenterModule" } }, { "pid": 1, "tid": 1, "ts": 6737942.4, "dur": 57033.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 57.0332, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 1, "ts": 6637812, "dur": 92193.1, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 92.1931, "detail": "UnityEngine.IMGUIModule" } }, { "pid": 1, "tid": 1, "ts": 6794978.4, "dur": 92896.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 92.8964, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 1, "ts": 6730006.4, "dur": 2121.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 2.1217, "detail": "UnityEngine.JSONSerializeModule" } }, { "pid": 1, "tid": 1, "ts": 6887876.8, "dur": 2276.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 2.2767, "detail": "UnityEngine.JSONSerializeModule" } },
{ "pid": 1, "tid": 1, "ts": 6732129.6, "dur": 21878, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 21.878, "detail": "UnityEngine.PhysicsModule" } }, { "pid": 1, "tid": 1, "ts": 6890155.2, "dur": 27346.9, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 27.3469, "detail": "UnityEngine.PhysicsModule" } },
{ "pid": 1, "tid": 1, "ts": 6754008.8, "dur": 620.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.6208, "detail": "UnityEngine.SpriteShapeModule" } }, { "pid": 1, "tid": 1, "ts": 6917503.2, "dur": 2591.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 2.5917, "detail": "UnityEngine.SpriteShapeModule" } },
{ "pid": 1, "tid": 1, "ts": 6754631.2, "dur": 46671.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 46.6718, "detail": "UnityEngine.TextCoreModule" } }, { "pid": 1, "tid": 1, "ts": 6920097.6, "dur": 35769.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 35.7697, "detail": "UnityEngine.TextCoreModule" } },
{ "pid": 1, "tid": 1, "ts": 6801304, "dur": 754.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.7548, "detail": "UnityEngine.TilemapModule" } }, { "pid": 1, "tid": 1, "ts": 6955869.6, "dur": 889.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.8898, "detail": "UnityEngine.TilemapModule" } },
{ "pid": 1, "tid": 1, "ts": 6802060.8, "dur": 20692, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 20.692, "detail": "UnityEngine.UIModule" } }, { "pid": 1, "tid": 1, "ts": 6956760.8, "dur": 28546.3, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 28.5463, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 1, "ts": 6822753.6, "dur": 3040.5, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 3.0405, "detail": "UnityEngine.UnityWebRequestTextureModule" } }, { "pid": 1, "tid": 1, "ts": 6985309.6, "dur": 3809.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 3.8094, "detail": "UnityEngine.UnityWebRequestTextureModule" } },
{ "pid": 1, "tid": 1, "ts": 6825796, "dur": 399.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.3997, "detail": "UnityEngine" } }, { "pid": 1, "tid": 1, "ts": 6989120, "dur": 481.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.4812, "detail": "UnityEngine" } },
{ "pid": 1, "tid": 1, "ts": 6826196.8, "dur": 446725.5, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 446.7255, "detail": "DOTween" } }, { "pid": 1, "tid": 1, "ts": 6989602.4, "dur": 457766.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 457.7664, "detail": "DOTween" } },
{ "pid": 1, "tid": 1, "ts": 7272925.6, "dur": 954136.1, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 954.1361, "detail": "UnityEngine.UI" } }, { "pid": 1, "tid": 1, "ts": 7447373.6, "dur": 1007572.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 1007.5722, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 1, "ts": 8227064, "dur": 7007.5, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 7.0075, "detail": "DOTween43" } }, { "pid": 1, "tid": 1, "ts": 8454948, "dur": 6587.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 6.5874, "detail": "DOTween43" } },
{ "pid": 1, "tid": 1, "ts": 8234073.6, "dur": 18679.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 18.6792, "detail": "DOTween46" } }, { "pid": 1, "tid": 1, "ts": 8461537.6, "dur": 21007.5, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 21.0075, "detail": "DOTween46" } },
{ "pid": 1, "tid": 1, "ts": 8252753.6, "dur": 25222.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 25.2227, "detail": "DOTweenPro" } }, { "pid": 1, "tid": 1, "ts": 8482547.2, "dur": 23971.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 23.9717, "detail": "DOTweenPro" } },
{ "pid": 1, "tid": 1, "ts": 8277980, "dur": 40702.9, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 40.7029, "detail": "I18N" } }, { "pid": 1, "tid": 1, "ts": 8506522.4, "dur": 39843, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 39.843, "detail": "I18N" } },
{ "pid": 1, "tid": 1, "ts": 8318691.2, "dur": 96660, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 96.66, "detail": "LitJson" } }, { "pid": 1, "tid": 1, "ts": 8546368, "dur": 87629.1, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 87.6291, "detail": "LitJson" } },
{ "pid": 1, "tid": 1, "ts": 8415355.2, "dur": 86309.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 86.3097, "detail": "I18N.CJK" } }, { "pid": 1, "tid": 1, "ts": 8634000.8, "dur": 84867, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 84.867, "detail": "I18N.CJK" } },
{ "pid": 1, "tid": 1, "ts": 8501668, "dur": 1666719.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 1666.7198, "detail": "Unity.TextMeshPro" } }, { "pid": 1, "tid": 1, "ts": 8718869.6, "dur": 1677740.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 1677.7404, "detail": "Unity.TextMeshPro" } },
{ "pid": 1, "tid": 1, "ts": 10168390.4, "dur": 249432.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 249.4328, "detail": "Assembly-CSharp" } }, { "pid": 1, "tid": 1, "ts": 10396613.6, "dur": 264728.6, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 264.7286, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 1, "ts": 10417956, "dur": 4093708.8, "ph": "X", "name": "WriteGenerics", "args": { "durationMS": 4093.7088, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 10661514.4, "dur": 4142617.6, "ph": "X", "name": "WriteGenerics", "args": { "durationMS": 4142.6176, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 10419172.8, "dur": 1091180.9, "ph": "X", "name": "GenericInstanceMethods", "args": { "durationMS": 1091.1809, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 10662681.6, "dur": 1124873.9, "ph": "X", "name": "GenericInstanceMethods", "args": { "durationMS": 1124.8739, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 11510361.6, "dur": 2733353.6, "ph": "X", "name": "GenericInstanceTypes", "args": { "durationMS": 2733.3536, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 11787564.8, "dur": 2744470.8, "ph": "X", "name": "GenericInstanceTypes", "args": { "durationMS": 2744.4708, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 14243848, "dur": 267787, "ph": "X", "name": "GenericComDefinitions", "args": { "durationMS": 267.787, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 14532160, "dur": 271941.6, "ph": "X", "name": "GenericComDefinitions", "args": { "durationMS": 271.9416, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 14511892.8, "dur": 603.4, "ph": "X", "name": "Executable Processing", "args": { "durationMS": 0.6034, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 14804356.8, "dur": 641, "ph": "X", "name": "Executable Processing", "args": { "durationMS": 0.641, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 14512788.8, "dur": 285321.9, "ph": "X", "name": "MetadataCollector", "args": { "durationMS": 285.3219, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 14805300.8, "dur": 280614, "ph": "X", "name": "MetadataCollector", "args": { "durationMS": 280.614, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 14514916.8, "dur": 10835.8, "ph": "X", "name": "UpdateEmptyTokens", "args": { "durationMS": 10.8358, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 14807467.2, "dur": 9671.3, "ph": "X", "name": "UpdateEmptyTokens", "args": { "durationMS": 9.6713, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 14526379.2, "dur": 11913.8, "ph": "X", "name": "ValidateTokens", "args": { "durationMS": 11.9138, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 14817750.4, "dur": 11979.1, "ph": "X", "name": "ValidateTokens", "args": { "durationMS": 11.9791, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 14798544, "dur": 1782.7, "ph": "X", "name": "Write COM Callable Wrappers", "args": { "durationMS": 1.7827, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 15086412.8, "dur": 1783.3, "ph": "X", "name": "Write COM Callable Wrappers", "args": { "durationMS": 1.7833, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 14800409.6, "dur": 480.3, "ph": "X", "name": "Write Windows Runtime Factories", "args": { "durationMS": 0.4803, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 15088278.4, "dur": 474, "ph": "X", "name": "Write Windows Runtime Factories", "args": { "durationMS": 0.474, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 14801174.4, "dur": 2455293.6, "ph": "X", "name": "Metadata", "args": { "durationMS": 2455.2936, "detail": "Global" } }, { "pid": 1, "tid": 1, "ts": 15089033.6, "dur": 2584861.2, "ph": "X", "name": "Metadata", "args": { "durationMS": 2584.8612, "detail": "Global" } },
{ "pid": 1, "tid": 1, "ts": 14857788.8, "dur": 851604, "ph": "X", "name": "Il2CppAttributes.cpp", "args": { "durationMS": 851.604, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 15145339.2, "dur": 854672.4, "ph": "X", "name": "Il2CppAttributes.cpp", "args": { "durationMS": 854.6724, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15853206.4, "dur": 14167.8, "ph": "X", "name": "UnresolvedVirtualCallStubs.cpp", "args": { "durationMS": 14.1678, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16150168, "dur": 16678.1, "ph": "X", "name": "UnresolvedVirtualCallStubs.cpp", "args": { "durationMS": 16.6781, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15869028.8, "dur": 369205.5, "ph": "X", "name": "WriteCodeRegistration", "args": { "durationMS": 369.2055, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16169220.8, "dur": 399038.2, "ph": "X", "name": "WriteCodeRegistration", "args": { "durationMS": 399.0382, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15869062.4, "dur": 81835.9, "ph": "X", "name": "mscorlib_CodeGen.c", "args": { "durationMS": 81.8359, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16169278.4, "dur": 89765.6, "ph": "X", "name": "mscorlib_CodeGen.c", "args": { "durationMS": 89.7656, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15940404.8, "dur": 3376.2, "ph": "X", "name": "GenericContextCollector", "args": { "durationMS": 3.3762, "detail": "Collect" } }, { "pid": 1, "tid": 1, "ts": 16243249.6, "dur": 3796.1, "ph": "X", "name": "GenericContextCollector", "args": { "durationMS": 3.7961, "detail": "Collect" } },
{ "pid": 1, "tid": 1, "ts": 15950910.4, "dur": 567.3, "ph": "X", "name": "System.Configuration_CodeGen.c", "args": { "durationMS": 0.5673, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16259065.6, "dur": 802.5, "ph": "X", "name": "System.Configuration_CodeGen.c", "args": { "durationMS": 0.8025, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15951486.4, "dur": 454.6, "ph": "X", "name": "Mono.Security_CodeGen.c", "args": { "durationMS": 0.4546, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16259880, "dur": 682.9, "ph": "X", "name": "Mono.Security_CodeGen.c", "args": { "durationMS": 0.6829, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15952233.6, "dur": 7256.6, "ph": "X", "name": "System_CodeGen.c", "args": { "durationMS": 7.2566, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16260574.4, "dur": 380.1, "ph": "X", "name": "System.Xml_CodeGen.c", "args": { "durationMS": 0.3801, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15959499.2, "dur": 1177.8, "ph": "X", "name": "System.Core_CodeGen.c", "args": { "durationMS": 1.1778, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16260966.4, "dur": 8518, "ph": "X", "name": "System_CodeGen.c", "args": { "durationMS": 8.518, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15960729.6, "dur": 1155.7, "ph": "X", "name": "UnityEngine.SharedInternalsModule_CodeGen.c", "args": { "durationMS": 1.1557, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16269494.4, "dur": 1194.5, "ph": "X", "name": "System.Core_CodeGen.c", "args": { "durationMS": 1.1945, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15961896, "dur": 14495.6, "ph": "X", "name": "UnityEngine.CoreModule_CodeGen.c", "args": { "durationMS": 14.4956, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16270699.2, "dur": 850.5, "ph": "X", "name": "UnityEngine.SharedInternalsModule_CodeGen.c", "args": { "durationMS": 0.8505, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15976987.2, "dur": 732.3, "ph": "X", "name": "UnityEngine.InputLegacyModule_CodeGen.c", "args": { "durationMS": 0.7323, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16271558.4, "dur": 17123.2, "ph": "X", "name": "UnityEngine.CoreModule_CodeGen.c", "args": { "durationMS": 17.1232, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15977728, "dur": 869.6, "ph": "X", "name": "UnityEngine.Physics2DModule_CodeGen.c", "args": { "durationMS": 0.8696, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16285241.6, "dur": 478, "ph": "X", "name": "GenericContextCollector", "args": { "durationMS": 0.478, "detail": "Collect" } },
{ "pid": 1, "tid": 1, "ts": 15978606.4, "dur": 767.1, "ph": "X", "name": "UnityEngine.TextRenderingModule_CodeGen.c", "args": { "durationMS": 0.7671, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16288694.4, "dur": 362.2, "ph": "X", "name": "UnityEngine.GridModule_CodeGen.c", "args": { "durationMS": 0.3622, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15979382.4, "dur": 755.8, "ph": "X", "name": "UnityEngine.UnityWebRequestModule_CodeGen.c", "args": { "durationMS": 0.7558, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16289398.4, "dur": 1038.2, "ph": "X", "name": "UnityEngine.InputLegacyModule_CodeGen.c", "args": { "durationMS": 1.0382, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15980145.6, "dur": 1853.2, "ph": "X", "name": "UnityEngine.AndroidJNIModule_CodeGen.c", "args": { "durationMS": 1.8532, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16290446.4, "dur": 958.2, "ph": "X", "name": "UnityEngine.Physics2DModule_CodeGen.c", "args": { "durationMS": 0.9582, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15982008, "dur": 1061.9, "ph": "X", "name": "UnityEngine.AnimationModule_CodeGen.c", "args": { "durationMS": 1.0619, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16291414.4, "dur": 907, "ph": "X", "name": "UnityEngine.TextRenderingModule_CodeGen.c", "args": { "durationMS": 0.907, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15983078.4, "dur": 1017.8, "ph": "X", "name": "UnityEngine.AudioModule_CodeGen.c", "args": { "durationMS": 1.0178, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16292329.6, "dur": 1027.6, "ph": "X", "name": "UnityEngine.UnityWebRequestModule_CodeGen.c", "args": { "durationMS": 1.0276, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15984105.6, "dur": 2275.3, "ph": "X", "name": "UnityEngine.GameCenterModule_CodeGen.c", "args": { "durationMS": 2.2753, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16293369.6, "dur": 1942.8, "ph": "X", "name": "UnityEngine.AndroidJNIModule_CodeGen.c", "args": { "durationMS": 1.9428, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15986390.4, "dur": 2886.8, "ph": "X", "name": "UnityEngine.IMGUIModule_CodeGen.c", "args": { "durationMS": 2.8868, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16295329.6, "dur": 1067.2, "ph": "X", "name": "UnityEngine.AnimationModule_CodeGen.c", "args": { "durationMS": 1.0672, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15989302.4, "dur": 566.2, "ph": "X", "name": "UnityEngine.JSONSerializeModule_CodeGen.c", "args": { "durationMS": 0.5662, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16296408, "dur": 946.5, "ph": "X", "name": "UnityEngine.AudioModule_CodeGen.c", "args": { "durationMS": 0.9465, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15989881.6, "dur": 1252.3, "ph": "X", "name": "UnityEngine.PhysicsModule_CodeGen.c", "args": { "durationMS": 1.2523, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16297369.6, "dur": 1899.7, "ph": "X", "name": "UnityEngine.GameCenterModule_CodeGen.c", "args": { "durationMS": 1.8997, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15991449.6, "dur": 1376.6, "ph": "X", "name": "UnityEngine.TextCoreModule_CodeGen.c", "args": { "durationMS": 1.3766, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16299278.4, "dur": 2643.6, "ph": "X", "name": "UnityEngine.IMGUIModule_CodeGen.c", "args": { "durationMS": 2.6436, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15993158.4, "dur": 1292.3, "ph": "X", "name": "UnityEngine.UIModule_CodeGen.c", "args": { "durationMS": 1.2923, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16301932.8, "dur": 337.2, "ph": "X", "name": "UnityEngine.JSONSerializeModule_CodeGen.c", "args": { "durationMS": 0.3372, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15994790.4, "dur": 356, "ph": "X", "name": "UnityEngine_CodeGen.c", "args": { "durationMS": 0.356, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16302278.4, "dur": 1009.3, "ph": "X", "name": "UnityEngine.PhysicsModule_CodeGen.c", "args": { "durationMS": 1.0093, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15995155.2, "dur": 10706.3, "ph": "X", "name": "DOTween_CodeGen.c", "args": { "durationMS": 10.7063, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16303569.6, "dur": 1179.5, "ph": "X", "name": "UnityEngine.TextCoreModule_CodeGen.c", "args": { "durationMS": 1.1795, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16005872, "dur": 14349.7, "ph": "X", "name": "UnityEngine.UI_CodeGen.c", "args": { "durationMS": 14.3497, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16305078.4, "dur": 1942.7, "ph": "X", "name": "UnityEngine.UIModule_CodeGen.c", "args": { "durationMS": 1.9427, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16020252.8, "dur": 540.6, "ph": "X", "name": "DOTween43_CodeGen.c", "args": { "durationMS": 0.5406, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16307033.6, "dur": 424.5, "ph": "X", "name": "UnityEngine.UnityWebRequestTextureModule_CodeGen.c", "args": { "durationMS": 0.4245, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16020801.6, "dur": 715.6, "ph": "X", "name": "DOTween46_CodeGen.c", "args": { "durationMS": 0.7156, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16307468.8, "dur": 335.1, "ph": "X", "name": "UnityEngine_CodeGen.c", "args": { "durationMS": 0.3351, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16021524.8, "dur": 507.3, "ph": "X", "name": "DOTweenPro_CodeGen.c", "args": { "durationMS": 0.5073, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16307814.4, "dur": 11726.3, "ph": "X", "name": "DOTween_CodeGen.c", "args": { "durationMS": 11.7263, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16022040, "dur": 819.5, "ph": "X", "name": "I18N_CodeGen.c", "args": { "durationMS": 0.8195, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16319563.2, "dur": 16407.4, "ph": "X", "name": "UnityEngine.UI_CodeGen.c", "args": { "durationMS": 16.4074, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16022867.2, "dur": 1605.8, "ph": "X", "name": "LitJson_CodeGen.c", "args": { "durationMS": 1.6058, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16335985.6, "dur": 674.3, "ph": "X", "name": "DOTween43_CodeGen.c", "args": { "durationMS": 0.6743, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16024481.6, "dur": 2160.7, "ph": "X", "name": "I18N.CJK_CodeGen.c", "args": { "durationMS": 2.1607, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16336672, "dur": 951.9, "ph": "X", "name": "DOTween46_CodeGen.c", "args": { "durationMS": 0.9519, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16026651.2, "dur": 14151.3, "ph": "X", "name": "Unity.TextMeshPro_CodeGen.c", "args": { "durationMS": 14.1513, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16337635.2, "dur": 698.6, "ph": "X", "name": "DOTweenPro_CodeGen.c", "args": { "durationMS": 0.6986, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16040814.4, "dur": 4305.8, "ph": "X", "name": "Assembly-CSharp_CodeGen.c", "args": { "durationMS": 4.3058, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16338344, "dur": 1077.9, "ph": "X", "name": "I18N_CodeGen.c", "args": { "durationMS": 1.0779, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16045705.6, "dur": 613.8, "ph": "X", "name": "Il2CppReversePInvokeWrapperTable.cpp", "args": { "durationMS": 0.6138, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16339436.8, "dur": 1974.6, "ph": "X", "name": "LitJson_CodeGen.c", "args": { "durationMS": 1.9746, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16046443.2, "dur": 97530.1, "ph": "X", "name": "Il2CppGenericMethodPointerTable.cpp", "args": { "durationMS": 97.5301, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16341420.8, "dur": 2326.5, "ph": "X", "name": "I18N.CJK_CodeGen.c", "args": { "durationMS": 2.3265, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16144166.4, "dur": 75672.7, "ph": "X", "name": "Il2CppInvokerTable.cpp", "args": { "durationMS": 75.6727, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16343758.4, "dur": 14735, "ph": "X", "name": "Unity.TextMeshPro_CodeGen.c", "args": { "durationMS": 14.735, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16220443.2, "dur": 15530.4, "ph": "X", "name": "Il2CppInteropDataTable.cpp", "args": { "durationMS": 15.5304, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16358510.4, "dur": 4792.3, "ph": "X", "name": "Assembly-CSharp_CodeGen.c", "args": { "durationMS": 4.7923, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16237494.4, "dur": 740.6, "ph": "X", "name": "Il2CppCodeRegistration.cpp", "args": { "durationMS": 0.7406, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16363988.8, "dur": 804.4, "ph": "X", "name": "Il2CppReversePInvokeWrapperTable.cpp", "args": { "durationMS": 0.8044, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16238238.4, "dur": 1018229.6, "ph": "X", "name": "WriteMetadata", "args": { "durationMS": 1018.2296, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16364944, "dur": 103862.6, "ph": "X", "name": "Il2CppGenericMethodPointerTable.cpp", "args": { "durationMS": 103.8626, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16242524.8, "dur": 206498.5, "ph": "X", "name": "Il2CppMetadataUsage.c", "args": { "durationMS": 206.4985, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16468985.6, "dur": 80527.7, "ph": "X", "name": "Il2CppInvokerTable.cpp", "args": { "durationMS": 80.5277, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16319942.4, "dur": 3842.4, "ph": "X", "name": "Metadata", "args": { "durationMS": 3.8424, "detail": "Collect string literals" } }, { "pid": 1, "tid": 1, "ts": 16550132.8, "dur": 15213.9, "ph": "X", "name": "Il2CppInteropDataTable.cpp", "args": { "durationMS": 15.2139, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16461859.2, "dur": 21246.3, "ph": "X", "name": "Il2CppGenericClassTable.c", "args": { "durationMS": 21.2463, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16567276.8, "dur": 981.2, "ph": "X", "name": "Il2CppCodeRegistration.cpp", "args": { "durationMS": 0.9812, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16483118.4, "dur": 27495.4, "ph": "X", "name": "Il2CppGenericInstDefinitions.c", "args": { "durationMS": 27.4954, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16568264, "dur": 1105631.1, "ph": "X", "name": "WriteMetadata", "args": { "durationMS": 1105.6311, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16510628.8, "dur": 276912.4, "ph": "X", "name": "Il2CppGenericMethodTable.c", "args": { "durationMS": 276.9124, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16573324.8, "dur": 224785.6, "ph": "X", "name": "Il2CppMetadataUsage.c", "args": { "durationMS": 224.7856, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16787556.8, "dur": 86996.2, "ph": "X", "name": "Il2CppTypeDefinitions.c", "args": { "durationMS": 86.9962, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16650998.4, "dur": 3849, "ph": "X", "name": "Metadata", "args": { "durationMS": 3.849, "detail": "Collect string literals" } },
{ "pid": 1, "tid": 1, "ts": 16874577.6, "dur": 57590.9, "ph": "X", "name": "Il2CppGenericMethodDefinitions.c", "args": { "durationMS": 57.5909, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16815976, "dur": 21048.8, "ph": "X", "name": "Il2CppGenericClassTable.c", "args": { "durationMS": 21.0488, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16932177.6, "dur": 132613.7, "ph": "X", "name": "CompilerCalculateTypeValues", "args": { "durationMS": 132.6137, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16837038.4, "dur": 29325.6, "ph": "X", "name": "Il2CppGenericInstDefinitions.c", "args": { "durationMS": 29.3256, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17064806.4, "dur": 1540.1, "ph": "X", "name": "Il2CppMetadataRegistration.c", "args": { "durationMS": 1.5401, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16866392, "dur": 298880.3, "ph": "X", "name": "Il2CppGenericMethodTable.c", "args": { "durationMS": 298.8803, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17066646.4, "dur": 6654.9, "ph": "X", "name": "StringLiteralWriter", "args": { "durationMS": 6.6549, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17165300.8, "dur": 96612.3, "ph": "X", "name": "Il2CppTypeDefinitions.c", "args": { "durationMS": 96.6123, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17073403.2, "dur": 841.6, "ph": "X", "name": "Metadata Strings", "args": { "durationMS": 0.8416, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17261937.6, "dur": 60693.5, "ph": "X", "name": "Il2CppGenericMethodDefinitions.c", "args": { "durationMS": 60.6935, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17074249.6, "dur": 4101.5, "ph": "X", "name": "Events", "args": { "durationMS": 4.1015, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17322652.8, "dur": 151231.8, "ph": "X", "name": "CompilerCalculateTypeValues", "args": { "durationMS": 151.2318, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17078356.8, "dur": 7682.4, "ph": "X", "name": "Properties", "args": { "durationMS": 7.6824, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17473902.4, "dur": 1616.5, "ph": "X", "name": "Il2CppMetadataRegistration.c", "args": { "durationMS": 1.6165, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17086044.8, "dur": 59160.8, "ph": "X", "name": "Methods", "args": { "durationMS": 59.1608, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17475856, "dur": 6752.6, "ph": "X", "name": "StringLiteralWriter", "args": { "durationMS": 6.7526, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17145214.4, "dur": 3461.9, "ph": "X", "name": "Parameter Default Values", "args": { "durationMS": 3.4619, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17482710.4, "dur": 837.9, "ph": "X", "name": "Metadata Strings", "args": { "durationMS": 0.8379, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17148680, "dur": 4114.3, "ph": "X", "name": "Field Default Values", "args": { "durationMS": 4.1143, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17483552, "dur": 4028.3, "ph": "X", "name": "Events", "args": { "durationMS": 4.0283, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17153035.2, "dur": 429.6, "ph": "X", "name": "Field Marshaled Sizes", "args": { "durationMS": 0.4296, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17487585.6, "dur": 7938.2, "ph": "X", "name": "Properties", "args": { "durationMS": 7.9382, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17153468.8, "dur": 14168.4, "ph": "X", "name": "Parameters", "args": { "durationMS": 14.1684, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17495529.6, "dur": 57996.4, "ph": "X", "name": "Methods", "args": { "durationMS": 57.9964, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17167643.2, "dur": 9651, "ph": "X", "name": "Fields", "args": { "durationMS": 9.651, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17553536, "dur": 3459.3, "ph": "X", "name": "Parameter Default Values", "args": { "durationMS": 3.4593, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17177300.8, "dur": 3586.1, "ph": "X", "name": "Generic Parameters", "args": { "durationMS": 3.5861, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17557000, "dur": 4132.9, "ph": "X", "name": "Field Default Values", "args": { "durationMS": 4.1329, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17180892.8, "dur": 749.1, "ph": "X", "name": "Generic Parameter Constraints", "args": { "durationMS": 0.7491, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17561339.2, "dur": 428.3, "ph": "X", "name": "Field Marshaled Sizes", "args": { "durationMS": 0.4283, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17181646.4, "dur": 3381.1, "ph": "X", "name": "Generic Containers", "args": { "durationMS": 3.3811, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17561771.2, "dur": 13978.6, "ph": "X", "name": "Parameters", "args": { "durationMS": 13.9786, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17185496, "dur": 1933.7, "ph": "X", "name": "VTables", "args": { "durationMS": 1.9337, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17575756.8, "dur": 9705.8, "ph": "X", "name": "Fields", "args": { "durationMS": 9.7058, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17187433.6, "dur": 1130.8, "ph": "X", "name": "Interface Offsets", "args": { "durationMS": 1.1308, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17585468.8, "dur": 3521.5, "ph": "X", "name": "Generic Parameters", "args": { "durationMS": 3.5215, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17188569.6, "dur": 44624.6, "ph": "X", "name": "Type Definitions", "args": { "durationMS": 44.6246, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17588995.2, "dur": 752.7, "ph": "X", "name": "Generic Parameter Constraints", "args": { "durationMS": 0.7527, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17233228.8, "dur": 6289.6, "ph": "X", "name": "Images", "args": { "durationMS": 6.2896, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17589752, "dur": 3301.9, "ph": "X", "name": "Generic Containers", "args": { "durationMS": 3.3019, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17239524.8, "dur": 4137.5, "ph": "X", "name": "Assemblies", "args": { "durationMS": 4.1375, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17593416, "dur": 1889.7, "ph": "X", "name": "VTables", "args": { "durationMS": 1.8897, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17243667.2, "dur": 920, "ph": "X", "name": "Metadata Usage Lists", "args": { "durationMS": 0.92, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17595310.4, "dur": 1104, "ph": "X", "name": "Interface Offsets", "args": { "durationMS": 1.104, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17244592, "dur": 2735.5, "ph": "X", "name": "Metadata Usage Pairs", "args": { "durationMS": 2.7355, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17596419.2, "dur": 45998.4, "ph": "X", "name": "Type Definitions", "args": { "durationMS": 45.9984, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17247467.2, "dur": 480.2, "ph": "X", "name": "Referenced Assemblies", "args": { "durationMS": 0.4802, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17642428.8, "dur": 5316.5, "ph": "X", "name": "Images", "args": { "durationMS": 5.3165, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17247952, "dur": 1034.5, "ph": "X", "name": "Attribute Types Ranges", "args": { "durationMS": 1.0345, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17647750.4, "dur": 3917.3, "ph": "X", "name": "Assemblies", "args": { "durationMS": 3.9173, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17248990.4, "dur": 444.5, "ph": "X", "name": "Attribute Types", "args": { "durationMS": 0.4445, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17651672, "dur": 929.9, "ph": "X", "name": "Metadata Usage Lists", "args": { "durationMS": 0.9299, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17249588.8, "dur": 577.8, "ph": "X", "name": "Unresolved Virtual Call Parameter Ranges", "args": { "durationMS": 0.5778, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17652606.4, "dur": 2589.7, "ph": "X", "name": "Metadata Usage Pairs", "args": { "durationMS": 2.5897, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17250321.6, "dur": 4680.7, "ph": "X", "name": "Exported Types", "args": { "durationMS": 4.6807, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17655304, "dur": 455.1, "ph": "X", "name": "Referenced Assemblies", "args": { "durationMS": 0.4551, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17256697.6, "dur": 622, "ph": "X", "name": "CompletionPhase", "args": { "durationMS": 0.622, "detail": "" } } { "pid": 1, "tid": 1, "ts": 17655763.2, "dur": 1016.2, "ph": "X", "name": "Attribute Types Ranges", "args": { "durationMS": 1.0162, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17656800, "dur": 437.2, "ph": "X", "name": "Attribute Types", "args": { "durationMS": 0.4372, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17657388.8, "dur": 509.3, "ph": "X", "name": "Unresolved Virtual Call Parameter Ranges", "args": { "durationMS": 0.5093, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17658051.2, "dur": 3807.7, "ph": "X", "name": "Exported Types", "args": { "durationMS": 3.8077, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17674276.8, "dur": 1507.2, "ph": "X", "name": "CompletionPhase", "args": { "durationMS": 1.5072, "detail": "" } }
], ],
"meta_datetime": "10/23/2020 16:54:36", "meta_datetime": "10/23/2020 17:46:41",
"meta_command_line": "/Applications/Unity/Unity.app/Contents/il2cpp/build/deploy/net471/il2cpp.exe --convert-to-cpp --emit-null-checks --enable-array-bounds-check --dotnetprofile=unityaot --incremental-g-c-time-slice=3 --avoid-dynamic-library-copy --profiler-report --map-file-parser=/Applications/Unity/Unity.app/Contents/Tools/MapFileParser/MapFileParser --directory=/Users/mazy/Mazy/Unity/IOSFarm2020/Temp/StagingArea/Data/Managed --generatedcppdir=/Users/mazy/Mazy/Unity/IOSFarm2020/Temp/il2cppOutput/il2cppOutput", "meta_command_line": "/Applications/Unity/Unity.app/Contents/il2cpp/build/deploy/net471/il2cpp.exe --convert-to-cpp --emit-null-checks --enable-array-bounds-check --dotnetprofile=unityaot --incremental-g-c-time-slice=3 --avoid-dynamic-library-copy --profiler-report --map-file-parser=/Applications/Unity/Unity.app/Contents/Tools/MapFileParser/MapFileParser --directory=/Users/mazy/Mazy/Unity/IOSFarm2020/Temp/StagingArea/Data/Managed --generatedcppdir=/Users/mazy/Mazy/Unity/IOSFarm2020/Temp/il2cppOutput/il2cppOutput",
"meta_command_line_args": "/Applications/Unity/Unity.app/Contents/il2cpp/build/deploy/net471/il2cpp.exe --convert-to-cpp --emit-null-checks --enable-array-bounds-check --dotnetprofile=unityaot --incremental-g-c-time-slice=3 --avoid-dynamic-library-copy --profiler-report --map-file-parser=/Applications/Unity/Unity.app/Contents/Tools/MapFileParser/MapFileParser --directory=/Users/mazy/Mazy/Unity/IOSFarm2020/Temp/StagingArea/Data/Managed --generatedcppdir=/Users/mazy/Mazy/Unity/IOSFarm2020/Temp/il2cppOutput/il2cppOutput", "meta_command_line_args": "/Applications/Unity/Unity.app/Contents/il2cpp/build/deploy/net471/il2cpp.exe --convert-to-cpp --emit-null-checks --enable-array-bounds-check --dotnetprofile=unityaot --incremental-g-c-time-slice=3 --avoid-dynamic-library-copy --profiler-report --map-file-parser=/Applications/Unity/Unity.app/Contents/Tools/MapFileParser/MapFileParser --directory=/Users/mazy/Mazy/Unity/IOSFarm2020/Temp/StagingArea/Data/Managed --generatedcppdir=/Users/mazy/Mazy/Unity/IOSFarm2020/Temp/il2cppOutput/il2cppOutput",
"meta_user_name": "mazy", "meta_user_name": "mazy",
......
...@@ -23,7 +23,6 @@ int main(int argc, char* argv[]) ...@@ -23,7 +23,6 @@ int main(int argc, char* argv[])
@autoreleasepool @autoreleasepool
{ {
id ufw = UnityFrameworkLoad(); id ufw = UnityFrameworkLoad();
[ufw setDataBundleId: "com.unity3d.framework"];
[ufw runUIApplicationMainWithArgc: argc argv: argv]; [ufw runUIApplicationMainWithArgc: argc argv: argv];
return 0; return 0;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<key>Unity-iPhone.xcscheme_^#shared#^_</key> <key>Unity-iPhone.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>5</integer> <integer>6</integer>
</dict> </dict>
<key>UnityFramework.xcscheme_^#shared#^_</key> <key>UnityFramework.xcscheme_^#shared#^_</key>
<dict> <dict>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment