Commit e24ff8d4 authored by Mazy's avatar Mazy

fix bugs

parent 1b883c02
...@@ -1003,7 +1003,7 @@ ...@@ -1003,7 +1003,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 = 103; CURRENT_PROJECT_VERSION = 112;
DEVELOPMENT_TEAM = XWMRLLSSFL; DEVELOPMENT_TEAM = XWMRLLSSFL;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
GCC_INCREASE_PRECOMPILED_HEADER_SHARING = NO; GCC_INCREASE_PRECOMPILED_HEADER_SHARING = NO;
...@@ -1035,7 +1035,7 @@ ...@@ -1035,7 +1035,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 = 103; CURRENT_PROJECT_VERSION = 112;
DEVELOPMENT_TEAM = XWMRLLSSFL; DEVELOPMENT_TEAM = XWMRLLSSFL;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
GCC_INCREASE_PRECOMPILED_HEADER_SHARING = NO; GCC_INCREASE_PRECOMPILED_HEADER_SHARING = NO;
......
...@@ -34,7 +34,7 @@ NS_ASSUME_NONNULL_BEGIN ...@@ -34,7 +34,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic, assign) NSInteger countDown; @property (nonatomic, assign) NSInteger countDown;
- (void)showAlertToView: (UIView *)toView amount: (NSString *)money firstShow: (BOOL)isFirst; - (void)showAlertToView: (UIView *)toView amount: (NSString *)money firstShow: (BOOL)isFirst onlyCash: (BOOL)isCash;
- (void)hideAlert: (BOOL)isGain; - (void)hideAlert: (BOOL)isGain;
......
...@@ -49,20 +49,25 @@ ...@@ -49,20 +49,25 @@
[self hideAlert:true]; [self hideAlert:true];
} }
- (void)showAlertToView: (UIView *)toView amount: (NSString *)money firstShow: (BOOL)isFirst { - (void)showAlertToView: (UIView *)toView amount: (NSString *)money firstShow: (BOOL)isFirst onlyCash: (BOOL)isCash {
if (isFirst) { if (isFirst) {
self.gainAmountLeftLabel.hidden = true; self.gainAmountLeftLabel.hidden = true;
self.gainAmountLabel.text = [NSString stringWithFormat:@"+%@", money]; self.gainAmountLabel.text = [NSString stringWithFormat:@"+%@", money];
self.mainTitleLabel.text = @"现金奖励"; self.mainTitleLabel.text = @"现金奖励";
[self.commitButton setBackgroundImage:[UIImage imageNamed:@"alert_six_cash_btn_bg"] forState:UIControlStateNormal]; // [self.commitButton setBackgroundImage:[UIImage imageNamed:@"alert_six_cash_btn_bg"] forState:UIControlStateNormal];
[self.commitButton setImage:[UIImage imageNamed:@"alert_six_cash_play_btn_bg"] forState:UIControlStateNormal]; if (isCash) {
[self.commitButton setTitle:@" 领6倍奖励" forState:UIControlStateNormal]; [self.commitButton setImage:nil forState:UIControlStateNormal];
[self.commitButton setTitle:@"开心收下" forState:UIControlStateNormal];
} else {
[self.commitButton setImage:[UIImage imageNamed:@"alert_six_cash_play_btn_bg"] forState:UIControlStateNormal];
[self.commitButton setTitle:@" 领6倍奖励" forState:UIControlStateNormal];
}
self.centerImageView.image = [UIImage imageNamed:@"toast_double_cash_icon"]; self.centerImageView.image = [UIImage imageNamed:@"toast_double_cash_icon"];
} else { } else {
self.gainAmountLeftLabel.hidden = false; self.gainAmountLeftLabel.hidden = false;
self.mainTitleLabel.text = @"获得翻倍奖励"; self.mainTitleLabel.text = @"获得翻倍奖励";
[self.commitButton setBackgroundImage:[UIImage imageNamed:@"gift_confirm"] forState:UIControlStateNormal]; // [self.commitButton setBackgroundImage:[UIImage imageNamed:@"gift_confirm"] forState:UIControlStateNormal];
[self.commitButton setImage:nil forState:UIControlStateNormal]; [self.commitButton setImage:nil forState:UIControlStateNormal];
[self.commitButton setTitle:@"开心收下" forState:UIControlStateNormal]; [self.commitButton setTitle:@"开心收下" forState:UIControlStateNormal];
self.centerImageView.image = [UIImage imageNamed:@"toast_double_red_icon"]; self.centerImageView.image = [UIImage imageNamed:@"toast_double_red_icon"];
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<rect key="frame" x="0.0" y="0.0" width="335" height="334"/> <rect key="frame" x="0.0" y="0.0" width="335" height="334"/>
</imageView> </imageView>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="gift_mask" translatesAutoresizingMaskIntoConstraints="NO" id="HHN-9a-UCS"> <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="gift_mask" translatesAutoresizingMaskIntoConstraints="NO" id="HHN-9a-UCS">
<rect key="frame" x="9" y="25.333333333333314" width="317" height="230"/> <rect key="frame" x="9" y="28" width="317" height="230"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="230" id="lxh-II-Sff"/> <constraint firstAttribute="height" constant="230" id="lxh-II-Sff"/>
</constraints> </constraints>
...@@ -37,15 +37,15 @@ ...@@ -37,15 +37,15 @@
<rect key="frame" x="-9" y="-60" width="353" height="155"/> <rect key="frame" x="-9" y="-60" width="353" height="155"/>
</imageView> </imageView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Ylj-kZ-eAE"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Ylj-kZ-eAE">
<rect key="frame" x="58.000000000000014" y="265.33333333333337" width="218.66666666666669" height="48.666666666666686"/> <rect key="frame" x="25.333333333333343" y="268" width="284" height="46"/>
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="19"/> <fontDescription key="fontDescription" type="system" weight="semibold" pointSize="21"/>
<state key="normal" title=" 领6倍奖励" image="alert_six_cash_play_btn_bg" backgroundImage="alert_six_cash_btn_bg"/> <state key="normal" title=" 领6倍奖励" backgroundImage="gift_confirm"/>
<connections> <connections>
<action selector="gainSixRedAwardAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="NVa-Jv-Xxj"/> <action selector="gainSixRedAwardAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="NVa-Jv-Xxj"/>
</connections> </connections>
</button> </button>
<stackView opaque="NO" contentMode="scaleToFill" spacing="4" translatesAutoresizingMaskIntoConstraints="NO" id="Dnt-Dm-Z8f"> <stackView opaque="NO" contentMode="scaleToFill" spacing="4" translatesAutoresizingMaskIntoConstraints="NO" id="Dnt-Dm-Z8f">
<rect key="frame" x="47.333333333333329" y="197.66666666666669" width="240.33333333333337" height="36"/> <rect key="frame" x="47.333333333333329" y="200.33333333333331" width="240.33333333333337" height="36"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="获得翻倍奖励" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zxy-Fc-ho1"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="获得翻倍奖励" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zxy-Fc-ho1">
<rect key="frame" x="0.0" y="0.0" width="128.33333333333334" height="36"/> <rect key="frame" x="0.0" y="0.0" width="128.33333333333334" height="36"/>
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="toast_double_red_icon" translatesAutoresizingMaskIntoConstraints="NO" id="p9y-5L-dzc"> <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="toast_double_red_icon" translatesAutoresizingMaskIntoConstraints="NO" id="p9y-5L-dzc">
<rect key="frame" x="93.999999999999986" y="63.000000000000007" width="146.66666666666663" height="114.66666666666669"/> <rect key="frame" x="93.999999999999986" y="65.666666666666686" width="146.66666666666663" height="114.66666666666669"/>
</imageView> </imageView>
</subviews> </subviews>
<constraints> <constraints>
...@@ -129,11 +129,10 @@ ...@@ -129,11 +129,10 @@
</view> </view>
</objects> </objects>
<resources> <resources>
<image name="alert_six_cash_btn_bg" width="218.66667175292969" height="48.666667938232422"/>
<image name="alert_six_cash_play_btn_bg" width="25" height="25"/>
<image name="alert_six_cash_timer_icon" width="28" height="28.666666030883789"/> <image name="alert_six_cash_timer_icon" width="28" height="28.666666030883789"/>
<image name="gift_bg" width="335" height="334"/> <image name="gift_bg" width="335" height="334"/>
<image name="gift_cancel" width="32" height="32"/> <image name="gift_cancel" width="32" height="32"/>
<image name="gift_confirm" width="284" height="46"/>
<image name="gift_mask" width="317" height="228"/> <image name="gift_mask" width="317" height="228"/>
<image name="order_header" width="353" height="155"/> <image name="order_header" width="353" height="155"/>
<image name="toast_double_red_icon" width="146.66667175292969" height="114.66666412353516"/> <image name="toast_double_red_icon" width="146.66667175292969" height="114.66666412353516"/>
......
...@@ -558,13 +558,12 @@ NSDictionary* appLaunchOpts; ...@@ -558,13 +558,12 @@ NSDictionary* appLaunchOpts;
[[IOSADManager shareADManager] showADType:ADType_Video resultBlock:^(BOOL success) { [[IOSADManager shareADManager] showADType:ADType_Video resultBlock:^(BOOL success) {
if (success) { if (success) {
[[CGNetworkTools shared] postWithAction:open_plant_box parameters:@{} success:^(id _Nonnull response) { [[CGNetworkTools shared] postWithAction:open_plant_box parameters:@{} success:^(id _Nonnull response) {
NSLog(@"open_plant_box = %@", response);
if ([[response objectForKey:@"status"] integerValue] == 200) { if ([[response objectForKey:@"status"] integerValue] == 200) {
NSDictionary *result = [[response objectForKey:@"result"] objectForKey:@"data"]; NSDictionary *result = [[response objectForKey:@"result"] objectForKey:@"data"];
CGFloat awardNumber = [[result objectForKey:@"awardNum"] floatValue];
NSString *awardNumber = [[result objectForKey:@"awardNum"] stringValue];
GYCashSixAwardAlertView *alertVC = [GYCashSixAwardAlertView loadFromNib]; GYCashSixAwardAlertView *alertVC = [GYCashSixAwardAlertView loadFromNib];
[alertVC showAlertToView:[[weakSelf ufw] appController].window amount:awardNumber firstShow: false]; [alertVC showAlertToView:[[weakSelf ufw] appController].window amount:[NSString stringWithFormat:@"%.2f", awardNumber] firstShow: true onlyCash:true];
[weakSelf ios_getHomeInfo]; [weakSelf ios_getHomeInfo];
} }
} failure:^(NSError * _Nonnull error) { } failure:^(NSError * _Nonnull error) {
...@@ -599,7 +598,7 @@ NSDictionary* appLaunchOpts; ...@@ -599,7 +598,7 @@ NSDictionary* appLaunchOpts;
- (void)awardMultiple: (NSString *)sid moneyNum: (NSString *)num { - (void)awardMultiple: (NSString *)sid moneyNum: (NSString *)num {
GYCashSixAwardAlertView *alertVC = [GYCashSixAwardAlertView loadFromNib]; GYCashSixAwardAlertView *alertVC = [GYCashSixAwardAlertView loadFromNib];
[alertVC showAlertToView:[[self ufw] appController].window amount:num firstShow: true]; [alertVC showAlertToView:[[self ufw] appController].window amount:num firstShow: true onlyCash:false];
// WEAKSELF // WEAKSELF
alertVC.closeCallBack = ^(bool result) { alertVC.closeCallBack = ^(bool result) {
...@@ -639,7 +638,7 @@ NSDictionary* appLaunchOpts; ...@@ -639,7 +638,7 @@ NSDictionary* appLaunchOpts;
NSString *totalRewardNum = [[rewardContentList.firstObject objectForKey:@"totalRewardNum"] stringValue]; NSString *totalRewardNum = [[rewardContentList.firstObject objectForKey:@"totalRewardNum"] stringValue];
GYCashSixAwardAlertView *alertVC = [GYCashSixAwardAlertView loadFromNib]; GYCashSixAwardAlertView *alertVC = [GYCashSixAwardAlertView loadFromNib];
[alertVC showAlertToView:[[weakSelf ufw] appController].window amount:totalRewardNum firstShow: false]; [alertVC showAlertToView:[[weakSelf ufw] appController].window amount:totalRewardNum firstShow: false onlyCash:false];
[weakSelf ios_getHomeInfo]; [weakSelf ios_getHomeInfo];
[weakSelf ios_onGetRedPackList]; [weakSelf ios_onGetRedPackList];
...@@ -742,7 +741,7 @@ NSDictionary* appLaunchOpts; ...@@ -742,7 +741,7 @@ NSDictionary* appLaunchOpts;
[[CGUserManager shared] getServiceInfo:^{ [[CGUserManager shared] getServiceInfo:^{
NSString *status = [[CGUserManager shared].appSwitch[@"isopenH5"] stringValue]; NSString *status = [[CGUserManager shared].appSwitch[@"isopenH5"] stringValue];
NSLog(@"isopenH5 = %@", status); NSLog(@"isopenH5 = %@", status);
if (![status isEqualToString:@"1"]) { if ([status isEqualToString:@"1"]) {
Data * data = [[Data alloc] init]; Data * data = [[Data alloc] init];
if([[data Read] objectForKey:@"refresh_token"] == nil) { if([[data Read] objectForKey:@"refresh_token"] == nil) {
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(launchAdSuccesShow) name:LaunchAdSuccesShow object:nil]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(launchAdSuccesShow) name:LaunchAdSuccesShow object:nil];
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
/// 微信登录 /// 微信登录
- (IBAction)weichatLoginAction:(UIButton *)sender { - (IBAction)weichatLoginAction:(UIButton *)sender {
if ([WXApi isWXAppInstalled]) { if (![WXApi isWXAppInstalled]) {
[MBProgressHUD showError:@"请先安装微信"]; [MBProgressHUD showError:@"请先安装微信"];
return; return;
} }
......
...@@ -14,17 +14,17 @@ ...@@ -14,17 +14,17 @@
<key>BaiduMobAd_SDK.xcscheme_^#shared#^_</key> <key>BaiduMobAd_SDK.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>13</integer> <integer>17</integer>
</dict> </dict>
<key>Bytedance-UnionAD.xcscheme_^#shared#^_</key> <key>Bytedance-UnionAD.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>6</integer> <integer>14</integer>
</dict> </dict>
<key>GDTMobSDK.xcscheme_^#shared#^_</key> <key>GDTMobSDK.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>11</integer> <integer>7</integer>
</dict> </dict>
<key>KSAdSDK.xcscheme_^#shared#^_</key> <key>KSAdSDK.xcscheme_^#shared#^_</key>
<dict> <dict>
...@@ -41,12 +41,12 @@ ...@@ -41,12 +41,12 @@
<key>MJExtension.xcscheme_^#shared#^_</key> <key>MJExtension.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>7</integer> <integer>8</integer>
</dict> </dict>
<key>MJRefresh.xcscheme_^#shared#^_</key> <key>MJRefresh.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>10</integer> <integer>11</integer>
</dict> </dict>
<key>Masonry.xcscheme</key> <key>Masonry.xcscheme</key>
<dict> <dict>
...@@ -65,12 +65,12 @@ ...@@ -65,12 +65,12 @@
<key>RSPodKSAdaper.xcscheme_^#shared#^_</key> <key>RSPodKSAdaper.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>14</integer> <integer>10</integer>
</dict> </dict>
<key>SigmobAd-iOS.xcscheme_^#shared#^_</key> <key>SigmobAd-iOS.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>9</integer> <integer>12</integer>
</dict> </dict>
<key>SwiftyStoreKit.xcscheme</key> <key>SwiftyStoreKit.xcscheme</key>
<dict> <dict>
...@@ -82,17 +82,17 @@ ...@@ -82,17 +82,17 @@
<key>UMCCommon.xcscheme_^#shared#^_</key> <key>UMCCommon.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>12</integer> <integer>9</integer>
</dict> </dict>
<key>VLionAdSDKPoly.xcscheme_^#shared#^_</key> <key>VLionAdSDKPoly.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>15</integer> <integer>13</integer>
</dict> </dict>
<key>WechatOpenSDK.xcscheme_^#shared#^_</key> <key>WechatOpenSDK.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>8</integer> <integer>15</integer>
</dict> </dict>
</dict> </dict>
<key>SuppressBuildableAutocreation</key> <key>SuppressBuildableAutocreation</key>
......
...@@ -3,168 +3,163 @@ ...@@ -3,168 +3,163 @@
"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": 763.9, "dur": 19237169.6, "ph": "X", "name": "il2cpp.exe", "args": { "durationMS": 19237.1696, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 863.4, "dur": 18005366.4, "ph": "X", "name": "il2cpp.exe", "args": { "durationMS": 18005.3664, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 14204, "dur": 19223689.6, "ph": "X", "name": "ConvertAssemblies", "args": { "durationMS": 19223.6896, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 20072.6, "dur": 17986116.8, "ph": "X", "name": "ConvertAssemblies", "args": { "durationMS": 17986.1168, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 37692.6, "dur": 99808.3, "ph": "X", "name": "Collect assemblies to convert", "args": { "durationMS": 99.8083, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 46034.2, "dur": 95977.2, "ph": "X", "name": "Collect assemblies to convert", "args": { "durationMS": 95.9772, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 138063.4, "dur": 34721.6, "ph": "X", "name": "RegisterCorlib", "args": { "durationMS": 34.7216, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 142404.5, "dur": 37691.9, "ph": "X", "name": "RegisterCorlib", "args": { "durationMS": 37.6919, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 172937.8, "dur": 53422.1, "ph": "X", "name": "PreProcessIL", "args": { "durationMS": 53.4221, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 180269.2, "dur": 53312, "ph": "X", "name": "PreProcessIL", "args": { "durationMS": 53.312, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 172938.9, "dur": 9155.9, "ph": "X", "name": "Inject base types and finalizers into COM and Windows Runtime types", "args": { "durationMS": 9.1559, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 180270.5, "dur": 10503.7, "ph": "X", "name": "Inject base types and finalizers into COM and Windows Runtime types", "args": { "durationMS": 10.5037, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 173232.8, "dur": 6227.1, "ph": "X", "name": "ModifyCOMAndWindowsRuntimeTypes in assembly", "args": { "durationMS": 6.2271, "detail": "mscorlib" } }, { "pid": 1, "tid": 1, "ts": 180575.4, "dur": 7299.9, "ph": "X", "name": "ModifyCOMAndWindowsRuntimeTypes in assembly", "args": { "durationMS": 7.2999, "detail": "mscorlib" } },
{ "pid": 1, "tid": 1, "ts": 180162.5, "dur": 913, "ph": "X", "name": "ModifyCOMAndWindowsRuntimeTypes in assembly", "args": { "durationMS": 0.913, "detail": "DOTween" } }, { "pid": 1, "tid": 1, "ts": 188727.2, "dur": 843.7, "ph": "X", "name": "ModifyCOMAndWindowsRuntimeTypes in assembly", "args": { "durationMS": 0.8437, "detail": "DOTween" } },
{ "pid": 1, "tid": 1, "ts": 181076.2, "dur": 532.2, "ph": "X", "name": "ModifyCOMAndWindowsRuntimeTypes in assembly", "args": { "durationMS": 0.5322, "detail": "UnityEngine.UI" } }, { "pid": 1, "tid": 1, "ts": 189571.4, "dur": 611.7, "ph": "X", "name": "ModifyCOMAndWindowsRuntimeTypes in assembly", "args": { "durationMS": 0.6117, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 1, "ts": 182097.3, "dur": 44262.5, "ph": "X", "name": "ApplyDefaultMarshalAsAttribute", "args": { "durationMS": 44.2625, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 190776.7, "dur": 42804.3, "ph": "X", "name": "ApplyDefaultMarshalAsAttribute", "args": { "durationMS": 42.8043, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 182251.9, "dur": 27479.2, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 27.4792, "detail": "mscorlib" } }, { "pid": 1, "tid": 1, "ts": 190950.7, "dur": 25848.5, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 25.8485, "detail": "mscorlib" } },
{ "pid": 1, "tid": 1, "ts": 209822.4, "dur": 1828.6, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 1.8286, "detail": "System" } }, { "pid": 1, "tid": 1, "ts": 216896.7, "dur": 2165.2, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 2.1652, "detail": "System" } },
{ "pid": 1, "tid": 1, "ts": 211885.7, "dur": 1912.2, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 1.9122, "detail": "UnityEngine.CoreModule" } }, { "pid": 1, "tid": 1, "ts": 219297.5, "dur": 1846.9, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 1.8469, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 1, "ts": 214153.8, "dur": 396.2, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.3962, "detail": "UnityEngine.AndroidJNIModule" } }, { "pid": 1, "tid": 1, "ts": 221485, "dur": 369.5, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.3695, "detail": "UnityEngine.AndroidJNIModule" } },
{ "pid": 1, "tid": 1, "ts": 215567.1, "dur": 5461.2, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 5.4612, "detail": "DOTween" } }, { "pid": 1, "tid": 1, "ts": 222844.6, "dur": 5104.6, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 5.1046, "detail": "DOTween" } },
{ "pid": 1, "tid": 1, "ts": 221029.2, "dur": 1591.1, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 1.5911, "detail": "UnityEngine.UI" } }, { "pid": 1, "tid": 1, "ts": 227949.9, "dur": 1684.4, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 1.6844, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 1, "ts": 222859.1, "dur": 401.4, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.4014, "detail": "LitJson" } }, { "pid": 1, "tid": 1, "ts": 230429.3, "dur": 2544.7, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 2.5447, "detail": "Unity.TextMeshPro" } },
{ "pid": 1, "tid": 1, "ts": 223555.5, "dur": 2115.7, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 2.1157, "detail": "Unity.TextMeshPro" } }, { "pid": 1, "tid": 1, "ts": 232974.6, "dur": 605.7, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.6057, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 1, "ts": 225671.8, "dur": 687, "ph": "X", "name": "ApplyDefaultMarshalAsAttributeVisitor in assembly", "args": { "durationMS": 0.687, "detail": "Assembly-CSharp" } }, { "pid": 1, "tid": 1, "ts": 233704.9, "dur": 7627.5, "ph": "X", "name": "WriteResources", "args": { "durationMS": 7.6275, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 226481.2, "dur": 10094.9, "ph": "X", "name": "WriteResources", "args": { "durationMS": 10.0949, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 241464.2, "dur": 22844.2, "ph": "X", "name": "CopyEtcFolder", "args": { "durationMS": 22.8442, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 236762.6, "dur": 27587.8, "ph": "X", "name": "CopyEtcFolder", "args": { "durationMS": 27.5878, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 265017, "dur": 239867.7, "ph": "X", "name": "PreProcessStage", "args": { "durationMS": 239.8677, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 265240.4, "dur": 267816.7, "ph": "X", "name": "PreProcessStage", "args": { "durationMS": 267.8167, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 505598.9, "dur": 1250.4, "ph": "X", "name": "Debugger Sequence Points", "args": { "durationMS": 1.2504, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 533816.6, "dur": 1304.2, "ph": "X", "name": "Debugger Sequence Points", "args": { "durationMS": 1.3042, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 507626.4, "dur": 1282335.2, "ph": "X", "name": "Generics Collection", "args": { "durationMS": 1282.3352, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 535930.8, "dur": 1453946.7, "ph": "X", "name": "Generics Collection", "args": { "durationMS": 1453.9467, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 507627.4, "dur": 1256836.7, "ph": "X", "name": "GenericsCollector.Collect", "args": { "durationMS": 1256.8367, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 535931.8, "dur": 1424863.7, "ph": "X", "name": "GenericsCollector.Collect", "args": { "durationMS": 1424.8637, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 508304, "dur": 12781.5, "ph": "X", "name": "GenericCodeFlowGraphCollector.Collect", "args": { "durationMS": 12.7815, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 536629.3, "dur": 13940.9, "ph": "X", "name": "GenericCodeFlowGraphCollector.Collect", "args": { "durationMS": 13.9409, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 508305, "dur": 12280.3, "ph": "X", "name": "GenericCodeFlowGraphCollector.GetTypesAndMethodsForAnalysis", "args": { "durationMS": 12.2803, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 536630.3, "dur": 13397.5, "ph": "X", "name": "GenericCodeFlowGraphCollector.GetTypesAndMethodsForAnalysis", "args": { "durationMS": 13.3975, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 1764471.2, "dur": 24569.7, "ph": "X", "name": "CollectGenericVirtualMethods.Collect", "args": { "durationMS": 24.5697, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1960805, "dur": 28009.1, "ph": "X", "name": "CollectGenericVirtualMethods.Collect", "args": { "durationMS": 28.0091, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 1789043.8, "dur": 710.9, "ph": "X", "name": "AddExtraTypes", "args": { "durationMS": 0.7109, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1988817, "dur": 848.7, "ph": "X", "name": "AddExtraTypes", "args": { "durationMS": 0.8487, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 1789963.2, "dur": 1381.6, "ph": "X", "name": "Add Windows Runtime type names", "args": { "durationMS": 1.3816, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1989879.6, "dur": 1267.7, "ph": "X", "name": "Add Windows Runtime type names", "args": { "durationMS": 1.2677, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 1792020.8, "dur": 9139770.4, "ph": "X", "name": "AllAssemblyConversion", "args": { "durationMS": 9139.7704, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 1991815.8, "dur": 9820108.8, "ph": "X", "name": "AllAssemblyConversion", "args": { "durationMS": 9820.1088, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 1792604.6, "dur": 3700600.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 3700.6008, "detail": "mscorlib" } },
{ "pid": 1, "tid": 1, "ts": 1992412.8, "dur": 4220000.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 4220.0008, "detail": "mscorlib" } }, { "pid": 1, "tid": 1, "ts": 5493209.2, "dur": 5483.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 5.4832, "detail": "System.Configuration" } },
{ "pid": 1, "tid": 1, "ts": 6212417.6, "dur": 5850.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 5.8507, "detail": "System.Configuration" } }, { "pid": 1, "tid": 1, "ts": 5498694, "dur": 14255.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 14.2554, "detail": "Mono.Security" } },
{ "pid": 1, "tid": 1, "ts": 6218270.4, "dur": 14455.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 14.4557, "detail": "Mono.Security" } }, { "pid": 1, "tid": 1, "ts": 5512951.2, "dur": 858, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.858, "detail": "System.Xml" } },
{ "pid": 1, "tid": 1, "ts": 6232728.4, "dur": 1035.9, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 1.0359, "detail": "System.Xml" } }, { "pid": 1, "tid": 1, "ts": 5513810.4, "dur": 475872, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 475.872, "detail": "System" } },
{ "pid": 1, "tid": 1, "ts": 6233765.6, "dur": 489016.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 489.0164, "detail": "System" } }, { "pid": 1, "tid": 1, "ts": 5989685.2, "dur": 2366.5, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 2.3665, "detail": "System.Core" } },
{ "pid": 1, "tid": 1, "ts": 6722786.4, "dur": 1615.6, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 1.6156, "detail": "System.Core" } }, { "pid": 1, "tid": 1, "ts": 5992053.2, "dur": 14625.6, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 14.6256, "detail": "UnityEngine.SharedInternalsModule" } },
{ "pid": 1, "tid": 1, "ts": 6724404.8, "dur": 19407.6, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 19.4076, "detail": "UnityEngine.SharedInternalsModule" } }, { "pid": 1, "tid": 1, "ts": 6006680.4, "dur": 576027.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 576.0274, "detail": "UnityEngine.CoreModule" } },
{ "pid": 1, "tid": 1, "ts": 6743814.4, "dur": 588249.1, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 588.2491, "detail": "UnityEngine.CoreModule" } }, { "pid": 1, "tid": 1, "ts": 6582709.2, "dur": 637.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.6372, "detail": "UnityEngine.GridModule" } },
{ "pid": 1, "tid": 1, "ts": 7332065.6, "dur": 798, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.798, "detail": "UnityEngine.GridModule" } }, { "pid": 1, "tid": 1, "ts": 6583348, "dur": 827.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.8278, "detail": "UnityEngine.ImageConversionModule" } },
{ "pid": 1, "tid": 1, "ts": 7332864.8, "dur": 945.1, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.9451, "detail": "UnityEngine.ImageConversionModule" } }, { "pid": 1, "tid": 1, "ts": 6584177.2, "dur": 16293.9, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 16.2939, "detail": "UnityEngine.InputLegacyModule" } },
{ "pid": 1, "tid": 1, "ts": 7333812, "dur": 17204.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 17.2047, "detail": "UnityEngine.InputLegacyModule" } }, { "pid": 1, "tid": 1, "ts": 6600475.6, "dur": 23050.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 23.0507, "detail": "UnityEngine.Physics2DModule" } },
{ "pid": 1, "tid": 1, "ts": 7351017.6, "dur": 25742.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 25.7422, "detail": "UnityEngine.Physics2DModule" } }, { "pid": 1, "tid": 1, "ts": 6623528, "dur": 21466.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 21.4664, "detail": "UnityEngine.TextRenderingModule" } },
{ "pid": 1, "tid": 1, "ts": 7376762.4, "dur": 22298.1, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 22.2981, "detail": "UnityEngine.TextRenderingModule" } }, { "pid": 1, "tid": 1, "ts": 6644996, "dur": 32865.3, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 32.8653, "detail": "UnityEngine.UnityWebRequestModule" } },
{ "pid": 1, "tid": 1, "ts": 7399062.4, "dur": 33659.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 33.6597, "detail": "UnityEngine.UnityWebRequestModule" } }, { "pid": 1, "tid": 1, "ts": 6677863.2, "dur": 87520, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 87.52, "detail": "UnityEngine.AndroidJNIModule" } },
{ "pid": 1, "tid": 1, "ts": 7432724, "dur": 90027.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 90.0272, "detail": "UnityEngine.AndroidJNIModule" } }, { "pid": 1, "tid": 1, "ts": 6765385.6, "dur": 26198.1, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 26.1981, "detail": "UnityEngine.AnimationModule" } },
{ "pid": 1, "tid": 1, "ts": 7522755.2, "dur": 28131.5, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 28.1315, "detail": "UnityEngine.AnimationModule" } }, { "pid": 1, "tid": 1, "ts": 6791584.8, "dur": 12480, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 12.48, "detail": "UnityEngine.AudioModule" } },
{ "pid": 1, "tid": 1, "ts": 7550888.8, "dur": 15682.6, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 15.6826, "detail": "UnityEngine.AudioModule" } }, { "pid": 1, "tid": 1, "ts": 6804066.4, "dur": 55721.6, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 55.7216, "detail": "UnityEngine.GameCenterModule" } },
{ "pid": 1, "tid": 1, "ts": 7566572.8, "dur": 54837.5, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 54.8375, "detail": "UnityEngine.GameCenterModule" } }, { "pid": 1, "tid": 1, "ts": 6859789.6, "dur": 95611.3, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 95.6113, "detail": "UnityEngine.IMGUIModule" } },
{ "pid": 1, "tid": 1, "ts": 7621412.8, "dur": 101415.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 101.4157, "detail": "UnityEngine.IMGUIModule" } }, { "pid": 1, "tid": 1, "ts": 6955402.4, "dur": 2063.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 2.0632, "detail": "UnityEngine.JSONSerializeModule" } },
{ "pid": 1, "tid": 1, "ts": 7722831.2, "dur": 2488.1, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 2.4881, "detail": "UnityEngine.JSONSerializeModule" } }, { "pid": 1, "tid": 1, "ts": 6957467.2, "dur": 28960.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 28.9604, "detail": "UnityEngine.PhysicsModule" } },
{ "pid": 1, "tid": 1, "ts": 7725320.8, "dur": 28254.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 28.2548, "detail": "UnityEngine.PhysicsModule" } }, { "pid": 1, "tid": 1, "ts": 6986428.8, "dur": 709.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.7094, "detail": "UnityEngine.SpriteShapeModule" } },
{ "pid": 1, "tid": 1, "ts": 7753577.6, "dur": 868.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.8687, "detail": "UnityEngine.SpriteShapeModule" } }, { "pid": 1, "tid": 1, "ts": 6987140, "dur": 36000, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 36, "detail": "UnityEngine.TextCoreModule" } },
{ "pid": 1, "tid": 1, "ts": 7754448, "dur": 40208, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 40.208, "detail": "UnityEngine.TextCoreModule" } }, { "pid": 1, "tid": 1, "ts": 7023140.8, "dur": 748.5, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.7485, "detail": "UnityEngine.TilemapModule" } },
{ "pid": 1, "tid": 1, "ts": 7794657.6, "dur": 879.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.8792, "detail": "UnityEngine.TilemapModule" } }, { "pid": 1, "tid": 1, "ts": 7023891.2, "dur": 27382, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 27.382, "detail": "UnityEngine.UIModule" } },
{ "pid": 1, "tid": 1, "ts": 7795538.4, "dur": 29810.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 29.8104, "detail": "UnityEngine.UIModule" } }, { "pid": 1, "tid": 1, "ts": 7051274.4, "dur": 3592.9, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 3.5929, "detail": "UnityEngine.UnityWebRequestTextureModule" } },
{ "pid": 1, "tid": 1, "ts": 7825350.4, "dur": 3256.3, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 3.2563, "detail": "UnityEngine.UnityWebRequestTextureModule" } }, { "pid": 1, "tid": 1, "ts": 7054868.8, "dur": 474.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.4742, "detail": "UnityEngine" } },
{ "pid": 1, "tid": 1, "ts": 7828608, "dur": 429.6, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 0.4296, "detail": "UnityEngine" } }, { "pid": 1, "tid": 1, "ts": 7055344, "dur": 469157.5, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 469.1575, "detail": "DOTween" } },
{ "pid": 1, "tid": 1, "ts": 7829038.4, "dur": 488430.3, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 488.4303, "detail": "DOTween" } }, { "pid": 1, "tid": 1, "ts": 7524505.6, "dur": 1047445.3, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 1047.4453, "detail": "UnityEngine.UI" } },
{ "pid": 1, "tid": 1, "ts": 8317473.6, "dur": 1069580.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 1069.5807, "detail": "UnityEngine.UI" } }, { "pid": 1, "tid": 1, "ts": 8571952.8, "dur": 7138.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 7.1382, "detail": "DOTween43" } },
{ "pid": 1, "tid": 1, "ts": 9387057.6, "dur": 7913.7, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 7.9137, "detail": "DOTween43" } }, { "pid": 1, "tid": 1, "ts": 8579092.8, "dur": 21806.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 21.8064, "detail": "DOTween46" } },
{ "pid": 1, "tid": 1, "ts": 9394972.8, "dur": 21562.2, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 21.5622, "detail": "DOTween46" } }, { "pid": 1, "tid": 1, "ts": 8600901.6, "dur": 23264.6, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 23.2646, "detail": "DOTweenPro" } },
{ "pid": 1, "tid": 1, "ts": 9416539.2, "dur": 28777.5, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 28.7775, "detail": "DOTweenPro" } }, { "pid": 1, "tid": 1, "ts": 8624167.2, "dur": 39452.1, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 39.4521, "detail": "I18N" } },
{ "pid": 1, "tid": 1, "ts": 9445320.8, "dur": 42715, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 42.715, "detail": "I18N" } }, { "pid": 1, "tid": 1, "ts": 8663621.6, "dur": 90953.9, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 90.9539, "detail": "LitJson" } },
{ "pid": 1, "tid": 1, "ts": 9488039.2, "dur": 97064.5, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 97.0645, "detail": "LitJson" } }, { "pid": 1, "tid": 1, "ts": 8754580, "dur": 90257.5, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 90.2575, "detail": "I18N.CJK" } },
{ "pid": 1, "tid": 1, "ts": 9585107.2, "dur": 88933.9, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 88.9339, "detail": "I18N.CJK" } }, { "pid": 1, "tid": 1, "ts": 8844841.6, "dur": 1759795.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 1759.7954, "detail": "Unity.TextMeshPro" } },
{ "pid": 1, "tid": 1, "ts": 9674044.8, "dur": 1792063.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 1792.0638, "detail": "Unity.TextMeshPro" } }, { "pid": 1, "tid": 1, "ts": 10604639.2, "dur": 327150.8, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 327.1508, "detail": "Assembly-CSharp" } },
{ "pid": 1, "tid": 1, "ts": 11466112, "dur": 345811.4, "ph": "X", "name": "Convert assembly non-generic methods", "args": { "durationMS": 345.8114, "detail": "Assembly-CSharp" } }, { "pid": 1, "tid": 1, "ts": 10931940, "dur": 4244122, "ph": "X", "name": "WriteGenerics", "args": { "durationMS": 4244.122, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 11812097.6, "dur": 4428148.8, "ph": "X", "name": "WriteGenerics", "args": { "durationMS": 4428.1488, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 10933074.4, "dur": 1159117.7, "ph": "X", "name": "GenericInstanceMethods", "args": { "durationMS": 1159.1177, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 11813396, "dur": 1285057.1, "ph": "X", "name": "GenericInstanceMethods", "args": { "durationMS": 1285.0571, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 12092197.6, "dur": 2802304.8, "ph": "X", "name": "GenericInstanceTypes", "args": { "durationMS": 2802.3048, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 13098462.4, "dur": 2853463.6, "ph": "X", "name": "GenericInstanceTypes", "args": { "durationMS": 2853.4636, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 14894648, "dur": 281384.1, "ph": "X", "name": "GenericComDefinitions", "args": { "durationMS": 281.3841, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 15952056, "dur": 288159.2, "ph": "X", "name": "GenericComDefinitions", "args": { "durationMS": 288.1592, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 15176294.4, "dur": 632.4, "ph": "X", "name": "Executable Processing", "args": { "durationMS": 0.6324, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16240488, "dur": 608.8, "ph": "X", "name": "Executable Processing", "args": { "durationMS": 0.6088, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 15177926.4, "dur": 284632.9, "ph": "X", "name": "MetadataCollector", "args": { "durationMS": 284.6329, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16241404.8, "dur": 301375.2, "ph": "X", "name": "MetadataCollector", "args": { "durationMS": 301.3752, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 15179337.6, "dur": 9300, "ph": "X", "name": "UpdateEmptyTokens", "args": { "durationMS": 9.3, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16242489.6, "dur": 10013.2, "ph": "X", "name": "UpdateEmptyTokens", "args": { "durationMS": 10.0132, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 15189236.8, "dur": 11610.1, "ph": "X", "name": "ValidateTokens", "args": { "durationMS": 11.6101, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16253153.6, "dur": 13145.9, "ph": "X", "name": "ValidateTokens", "args": { "durationMS": 13.1459, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 15462987.2, "dur": 1892.6, "ph": "X", "name": "Write COM Callable Wrappers", "args": { "durationMS": 1.8926, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16543353.6, "dur": 1858.3, "ph": "X", "name": "Write COM Callable Wrappers", "args": { "durationMS": 1.8583, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 15464968, "dur": 494.4, "ph": "X", "name": "Write Windows Runtime Factories", "args": { "durationMS": 0.4944, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16545296, "dur": 484.6, "ph": "X", "name": "Write Windows Runtime Factories", "args": { "durationMS": 0.4846, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 15465758.4, "dur": 2538754.4, "ph": "X", "name": "Metadata", "args": { "durationMS": 2538.7544, "detail": "Global" } },
{ "pid": 1, "tid": 1, "ts": 16546097.6, "dur": 2689944.8, "ph": "X", "name": "Metadata", "args": { "durationMS": 2689.9448, "detail": "Global" } }, { "pid": 1, "tid": 1, "ts": 15523977.6, "dur": 882570.7, "ph": "X", "name": "Il2CppAttributes.cpp", "args": { "durationMS": 882.5707, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 16602284.8, "dur": 909898.6, "ph": "X", "name": "Il2CppAttributes.cpp", "args": { "durationMS": 909.8986, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16556806.4, "dur": 17376.2, "ph": "X", "name": "UnresolvedVirtualCallStubs.cpp", "args": { "durationMS": 17.3762, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17670670.4, "dur": 15348.1, "ph": "X", "name": "UnresolvedVirtualCallStubs.cpp", "args": { "durationMS": 15.3481, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16576129.6, "dur": 381248.1, "ph": "X", "name": "WriteCodeRegistration", "args": { "durationMS": 381.2481, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17687915.2, "dur": 409875.4, "ph": "X", "name": "WriteCodeRegistration", "args": { "durationMS": 409.8754, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16576172.8, "dur": 85361.3, "ph": "X", "name": "mscorlib_CodeGen.c", "args": { "durationMS": 85.3613, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17687992, "dur": 88852, "ph": "X", "name": "mscorlib_CodeGen.c", "args": { "durationMS": 88.852, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16650708.8, "dur": 3635.3, "ph": "X", "name": "GenericContextCollector", "args": { "durationMS": 3.6353, "detail": "Collect" } },
{ "pid": 1, "tid": 1, "ts": 17764056, "dur": 3541, "ph": "X", "name": "GenericContextCollector", "args": { "durationMS": 3.541, "detail": "Collect" } }, { "pid": 1, "tid": 1, "ts": 16661548.8, "dur": 538.9, "ph": "X", "name": "System.Configuration_CodeGen.c", "args": { "durationMS": 0.5389, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17776865.6, "dur": 693.4, "ph": "X", "name": "System.Configuration_CodeGen.c", "args": { "durationMS": 0.6934, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16662096, "dur": 519.6, "ph": "X", "name": "Mono.Security_CodeGen.c", "args": { "durationMS": 0.5196, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17777571.2, "dur": 584.3, "ph": "X", "name": "Mono.Security_CodeGen.c", "args": { "durationMS": 0.5843, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16662912, "dur": 8216.7, "ph": "X", "name": "System_CodeGen.c", "args": { "durationMS": 8.2167, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17778504, "dur": 8189, "ph": "X", "name": "System_CodeGen.c", "args": { "durationMS": 8.189, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16671140.8, "dur": 1364, "ph": "X", "name": "System.Core_CodeGen.c", "args": { "durationMS": 1.364, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17786707.2, "dur": 1360.3, "ph": "X", "name": "System.Core_CodeGen.c", "args": { "durationMS": 1.3603, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16672513.6, "dur": 876.3, "ph": "X", "name": "UnityEngine.SharedInternalsModule_CodeGen.c", "args": { "durationMS": 0.8763, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17788105.6, "dur": 956.9, "ph": "X", "name": "UnityEngine.SharedInternalsModule_CodeGen.c", "args": { "durationMS": 0.9569, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16673398.4, "dur": 14353.7, "ph": "X", "name": "UnityEngine.CoreModule_CodeGen.c", "args": { "durationMS": 14.3537, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17789072, "dur": 17477.9, "ph": "X", "name": "UnityEngine.CoreModule_CodeGen.c", "args": { "durationMS": 17.4779, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16688393.6, "dur": 771.2, "ph": "X", "name": "UnityEngine.InputLegacyModule_CodeGen.c", "args": { "durationMS": 0.7712, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17803148.8, "dur": 922.5, "ph": "X", "name": "GenericContextCollector", "args": { "durationMS": 0.9225, "detail": "Collect" } }, { "pid": 1, "tid": 1, "ts": 16689172.8, "dur": 897.3, "ph": "X", "name": "UnityEngine.Physics2DModule_CodeGen.c", "args": { "durationMS": 0.8973, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17806569.6, "dur": 538.2, "ph": "X", "name": "UnityEngine.GridModule_CodeGen.c", "args": { "durationMS": 0.5382, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16690080, "dur": 828.2, "ph": "X", "name": "UnityEngine.TextRenderingModule_CodeGen.c", "args": { "durationMS": 0.8282, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17807123.2, "dur": 459.8, "ph": "X", "name": "UnityEngine.ImageConversionModule_CodeGen.c", "args": { "durationMS": 0.4598, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16690916.8, "dur": 763, "ph": "X", "name": "UnityEngine.UnityWebRequestModule_CodeGen.c", "args": { "durationMS": 0.763, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17807593.6, "dur": 823.2, "ph": "X", "name": "UnityEngine.InputLegacyModule_CodeGen.c", "args": { "durationMS": 0.8232, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16691689.6, "dur": 2612, "ph": "X", "name": "UnityEngine.AndroidJNIModule_CodeGen.c", "args": { "durationMS": 2.612, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17808425.6, "dur": 892.3, "ph": "X", "name": "UnityEngine.Physics2DModule_CodeGen.c", "args": { "durationMS": 0.8923, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16694310.4, "dur": 1114.8, "ph": "X", "name": "UnityEngine.AnimationModule_CodeGen.c", "args": { "durationMS": 1.1148, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17809328, "dur": 777.7, "ph": "X", "name": "UnityEngine.TextRenderingModule_CodeGen.c", "args": { "durationMS": 0.7777, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16695436.8, "dur": 1588.3, "ph": "X", "name": "UnityEngine.AudioModule_CodeGen.c", "args": { "durationMS": 1.5883, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17810116.8, "dur": 775.2, "ph": "X", "name": "UnityEngine.UnityWebRequestModule_CodeGen.c", "args": { "durationMS": 0.7752, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16697035.2, "dur": 1732.8, "ph": "X", "name": "UnityEngine.GameCenterModule_CodeGen.c", "args": { "durationMS": 1.7328, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17810904, "dur": 2331.7, "ph": "X", "name": "UnityEngine.AndroidJNIModule_CodeGen.c", "args": { "durationMS": 2.3317, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16698777.6, "dur": 1875.4, "ph": "X", "name": "UnityEngine.IMGUIModule_CodeGen.c", "args": { "durationMS": 1.8754, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17813260.8, "dur": 1071.4, "ph": "X", "name": "UnityEngine.AnimationModule_CodeGen.c", "args": { "durationMS": 1.0714, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16700662.4, "dur": 339.5, "ph": "X", "name": "UnityEngine.JSONSerializeModule_CodeGen.c", "args": { "durationMS": 0.3395, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17814342.4, "dur": 1048.6, "ph": "X", "name": "UnityEngine.AudioModule_CodeGen.c", "args": { "durationMS": 1.0486, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16701011.2, "dur": 1099.3, "ph": "X", "name": "UnityEngine.PhysicsModule_CodeGen.c", "args": { "durationMS": 1.0993, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17815401.6, "dur": 1937.2, "ph": "X", "name": "UnityEngine.GameCenterModule_CodeGen.c", "args": { "durationMS": 1.9372, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16702416, "dur": 1228.5, "ph": "X", "name": "UnityEngine.TextCoreModule_CodeGen.c", "args": { "durationMS": 1.2285, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17817393.6, "dur": 2207.5, "ph": "X", "name": "UnityEngine.IMGUIModule_CodeGen.c", "args": { "durationMS": 2.2075, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16703945.6, "dur": 1150.3, "ph": "X", "name": "UnityEngine.UIModule_CodeGen.c", "args": { "durationMS": 1.1503, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17819612.8, "dur": 410.8, "ph": "X", "name": "UnityEngine.JSONSerializeModule_CodeGen.c", "args": { "durationMS": 0.4108, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16705105.6, "dur": 352.5, "ph": "X", "name": "UnityEngine.UnityWebRequestTextureModule_CodeGen.c", "args": { "durationMS": 0.3525, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17820033.6, "dur": 1206.7, "ph": "X", "name": "UnityEngine.PhysicsModule_CodeGen.c", "args": { "durationMS": 1.2067, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16705740.8, "dur": 10251.9, "ph": "X", "name": "DOTween_CodeGen.c", "args": { "durationMS": 10.2519, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17821609.6, "dur": 1521.8, "ph": "X", "name": "UnityEngine.TextCoreModule_CodeGen.c", "args": { "durationMS": 1.5218, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16716003.2, "dur": 14920.9, "ph": "X", "name": "UnityEngine.UI_CodeGen.c", "args": { "durationMS": 14.9209, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17823145.6, "dur": 340.9, "ph": "X", "name": "UnityEngine.TilemapModule_CodeGen.c", "args": { "durationMS": 0.3409, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16730958.4, "dur": 765.5, "ph": "X", "name": "DOTween43_CodeGen.c", "args": { "durationMS": 0.7655, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17823494.4, "dur": 1855.2, "ph": "X", "name": "UnityEngine.UIModule_CodeGen.c", "args": { "durationMS": 1.8552, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16731734.4, "dur": 862.6, "ph": "X", "name": "DOTween46_CodeGen.c", "args": { "durationMS": 0.8626, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17825361.6, "dur": 407, "ph": "X", "name": "UnityEngine.UnityWebRequestTextureModule_CodeGen.c", "args": { "durationMS": 0.407, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16732604.8, "dur": 531.8, "ph": "X", "name": "DOTweenPro_CodeGen.c", "args": { "durationMS": 0.5318, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17825779.2, "dur": 341.4, "ph": "X", "name": "UnityEngine_CodeGen.c", "args": { "durationMS": 0.3414, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16733145.6, "dur": 1479.8, "ph": "X", "name": "I18N_CodeGen.c", "args": { "durationMS": 1.4798, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17826132.8, "dur": 11271.1, "ph": "X", "name": "DOTween_CodeGen.c", "args": { "durationMS": 11.2711, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16734636.8, "dur": 1760.4, "ph": "X", "name": "LitJson_CodeGen.c", "args": { "durationMS": 1.7604, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17837419.2, "dur": 16327.4, "ph": "X", "name": "UnityEngine.UI_CodeGen.c", "args": { "durationMS": 16.3274, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16736408, "dur": 2084.5, "ph": "X", "name": "I18N.CJK_CodeGen.c", "args": { "durationMS": 2.0845, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17853764.8, "dur": 616.5, "ph": "X", "name": "DOTween43_CodeGen.c", "args": { "durationMS": 0.6165, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16738504, "dur": 14019.6, "ph": "X", "name": "Unity.TextMeshPro_CodeGen.c", "args": { "durationMS": 14.0196, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17854390.4, "dur": 870.5, "ph": "X", "name": "DOTween46_CodeGen.c", "args": { "durationMS": 0.8705, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16750571.2, "dur": 379.1, "ph": "X", "name": "GenericContextCollector", "args": { "durationMS": 0.3791, "detail": "Collect" } },
{ "pid": 1, "tid": 1, "ts": 17855272, "dur": 578.8, "ph": "X", "name": "DOTweenPro_CodeGen.c", "args": { "durationMS": 0.5788, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16752536, "dur": 5988.5, "ph": "X", "name": "Assembly-CSharp_CodeGen.c", "args": { "durationMS": 5.9885, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17855860.8, "dur": 1181.4, "ph": "X", "name": "I18N_CodeGen.c", "args": { "durationMS": 1.1814, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16759152, "dur": 625.4, "ph": "X", "name": "Il2CppReversePInvokeWrapperTable.cpp", "args": { "durationMS": 0.6254, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17857057.6, "dur": 1811.2, "ph": "X", "name": "LitJson_CodeGen.c", "args": { "durationMS": 1.8112, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16759944, "dur": 103220.4, "ph": "X", "name": "Il2CppGenericMethodPointerTable.cpp", "args": { "durationMS": 103.2204, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17858880, "dur": 2137.1, "ph": "X", "name": "I18N.CJK_CodeGen.c", "args": { "durationMS": 2.1371, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16863321.6, "dur": 76849.1, "ph": "X", "name": "Il2CppInvokerTable.cpp", "args": { "durationMS": 76.8491, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17861028.8, "dur": 14261.9, "ph": "X", "name": "Unity.TextMeshPro_CodeGen.c", "args": { "durationMS": 14.2619, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16940760, "dur": 14405.7, "ph": "X", "name": "Il2CppInteropDataTable.cpp", "args": { "durationMS": 14.4057, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17875305.6, "dur": 4483.6, "ph": "X", "name": "Assembly-CSharp_CodeGen.c", "args": { "durationMS": 4.4836, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16956675.2, "dur": 702, "ph": "X", "name": "Il2CppCodeRegistration.cpp", "args": { "durationMS": 0.702, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17880408, "dur": 676.6, "ph": "X", "name": "Il2CppReversePInvokeWrapperTable.cpp", "args": { "durationMS": 0.6766, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16957382.4, "dur": 1047130.4, "ph": "X", "name": "WriteMetadata", "args": { "durationMS": 1047.1304, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17881220.8, "dur": 113367.2, "ph": "X", "name": "Il2CppGenericMethodPointerTable.cpp", "args": { "durationMS": 113.3672, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 16961824, "dur": 220477.8, "ph": "X", "name": "Il2CppMetadataUsage.c", "args": { "durationMS": 220.4778, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 17994752, "dur": 85720.9, "ph": "X", "name": "Il2CppInvokerTable.cpp", "args": { "durationMS": 85.7209, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17045200, "dur": 3930.7, "ph": "X", "name": "Metadata", "args": { "durationMS": 3.9307, "detail": "Collect string literals" } },
{ "pid": 1, "tid": 1, "ts": 18081009.6, "dur": 14434.8, "ph": "X", "name": "Il2CppInteropDataTable.cpp", "args": { "durationMS": 14.4348, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17194380.8, "dur": 19898.9, "ph": "X", "name": "Il2CppGenericClassTable.c", "args": { "durationMS": 19.8989, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18097009.6, "dur": 779.4, "ph": "X", "name": "Il2CppCodeRegistration.cpp", "args": { "durationMS": 0.7794, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17214296, "dur": 29646.9, "ph": "X", "name": "Il2CppGenericInstDefinitions.c", "args": { "durationMS": 29.6469, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18097800, "dur": 1138242.3, "ph": "X", "name": "WriteMetadata", "args": { "durationMS": 1138.2423, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17243958.4, "dur": 288196.5, "ph": "X", "name": "Il2CppGenericMethodTable.c", "args": { "durationMS": 288.1965, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18102313.6, "dur": 240978.2, "ph": "X", "name": "Il2CppMetadataUsage.c", "args": { "durationMS": 240.9782, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17532172.8, "dur": 93303.1, "ph": "X", "name": "Il2CppTypeDefinitions.c", "args": { "durationMS": 93.3031, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18190772.8, "dur": 4000.4, "ph": "X", "name": "Metadata", "args": { "durationMS": 4.0004, "detail": "Collect string literals" } }, { "pid": 1, "tid": 1, "ts": 17625500.8, "dur": 54845.5, "ph": "X", "name": "Il2CppGenericMethodDefinitions.c", "args": { "durationMS": 54.8455, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18355876.8, "dur": 24906.3, "ph": "X", "name": "Il2CppGenericClassTable.c", "args": { "durationMS": 24.9063, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17680352, "dur": 128789.8, "ph": "X", "name": "CompilerCalculateTypeValues", "args": { "durationMS": 128.7898, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18380800, "dur": 32917.1, "ph": "X", "name": "Il2CppGenericInstDefinitions.c", "args": { "durationMS": 32.9171, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17809164.8, "dur": 1680, "ph": "X", "name": "Il2CppMetadataRegistration.c", "args": { "durationMS": 1.68, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18413739.2, "dur": 300928.9, "ph": "X", "name": "Il2CppGenericMethodTable.c", "args": { "durationMS": 300.9289, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17811180.8, "dur": 8381.5, "ph": "X", "name": "StringLiteralWriter", "args": { "durationMS": 8.3815, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18714692.8, "dur": 100243.9, "ph": "X", "name": "Il2CppTypeDefinitions.c", "args": { "durationMS": 100.2439, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17819673.6, "dur": 1037.9, "ph": "X", "name": "Metadata Strings", "args": { "durationMS": 1.0379, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18814963.2, "dur": 62965.4, "ph": "X", "name": "Il2CppGenericMethodDefinitions.c", "args": { "durationMS": 62.9654, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17820716.8, "dur": 4390.7, "ph": "X", "name": "Events", "args": { "durationMS": 4.3907, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 18877936, "dur": 150208.2, "ph": "X", "name": "CompilerCalculateTypeValues", "args": { "durationMS": 150.2082, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17825112, "dur": 7726.5, "ph": "X", "name": "Properties", "args": { "durationMS": 7.7265, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19028171.2, "dur": 1853.5, "ph": "X", "name": "Il2CppMetadataRegistration.c", "args": { "durationMS": 1.8535, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17832844.8, "dur": 58271.3, "ph": "X", "name": "Methods", "args": { "durationMS": 58.2713, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19030587.2, "dur": 9496.5, "ph": "X", "name": "StringLiteralWriter", "args": { "durationMS": 9.4965, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17891123.2, "dur": 3455.8, "ph": "X", "name": "Parameter Default Values", "args": { "durationMS": 3.4558, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19040190.4, "dur": 958.2, "ph": "X", "name": "Metadata Strings", "args": { "durationMS": 0.9582, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17894584, "dur": 4948, "ph": "X", "name": "Field Default Values", "args": { "durationMS": 4.948, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19041153.6, "dur": 4441.1, "ph": "X", "name": "Events", "args": { "durationMS": 4.4411, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17899752, "dur": 442.8, "ph": "X", "name": "Field Marshaled Sizes", "args": { "durationMS": 0.4428, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19045600, "dur": 8318.7, "ph": "X", "name": "Properties", "args": { "durationMS": 8.3187, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17900198.4, "dur": 14751.9, "ph": "X", "name": "Parameters", "args": { "durationMS": 14.7519, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19053929.6, "dur": 59914.9, "ph": "X", "name": "Methods", "args": { "durationMS": 59.9149, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17914956.8, "dur": 10066.5, "ph": "X", "name": "Fields", "args": { "durationMS": 10.0665, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19113856, "dur": 3835.4, "ph": "X", "name": "Parameter Default Values", "args": { "durationMS": 3.8354, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17925030.4, "dur": 3518.7, "ph": "X", "name": "Generic Parameters", "args": { "durationMS": 3.5187, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19117696, "dur": 4187.5, "ph": "X", "name": "Field Default Values", "args": { "durationMS": 4.1875, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17928552, "dur": 745.7, "ph": "X", "name": "Generic Parameter Constraints", "args": { "durationMS": 0.7457, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19122108.8, "dur": 429.6, "ph": "X", "name": "Field Marshaled Sizes", "args": { "durationMS": 0.4296, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17929302.4, "dur": 3181.7, "ph": "X", "name": "Generic Containers", "args": { "durationMS": 3.1817, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19122544, "dur": 14572.7, "ph": "X", "name": "Parameters", "args": { "durationMS": 14.5727, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17932841.6, "dur": 1858.2, "ph": "X", "name": "VTables", "args": { "durationMS": 1.8582, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19137124.8, "dur": 9828.5, "ph": "X", "name": "Fields", "args": { "durationMS": 9.8285, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17934705.6, "dur": 1103.3, "ph": "X", "name": "Interface Offsets", "args": { "durationMS": 1.1033, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19146961.6, "dur": 3525.6, "ph": "X", "name": "Generic Parameters", "args": { "durationMS": 3.5256, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17935812.8, "dur": 45704.1, "ph": "X", "name": "Type Definitions", "args": { "durationMS": 45.7041, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19150492.8, "dur": 859.8, "ph": "X", "name": "Generic Parameter Constraints", "args": { "durationMS": 0.8598, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17981531.2, "dur": 6888.3, "ph": "X", "name": "Images", "args": { "durationMS": 6.8883, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19151356.8, "dur": 7195.5, "ph": "X", "name": "Generic Containers", "args": { "durationMS": 7.1955, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17988425.6, "dur": 3665.5, "ph": "X", "name": "Assemblies", "args": { "durationMS": 3.6655, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19158972.8, "dur": 1949.6, "ph": "X", "name": "VTables", "args": { "durationMS": 1.9496, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17992096, "dur": 868.2, "ph": "X", "name": "Metadata Usage Lists", "args": { "durationMS": 0.8682, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19160926.4, "dur": 1236.7, "ph": "X", "name": "Interface Offsets", "args": { "durationMS": 1.2367, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17992968, "dur": 2418.4, "ph": "X", "name": "Metadata Usage Pairs", "args": { "durationMS": 2.4184, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19162168, "dur": 45518.5, "ph": "X", "name": "Type Definitions", "args": { "durationMS": 45.5185, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17995500.8, "dur": 469, "ph": "X", "name": "Referenced Assemblies", "args": { "durationMS": 0.469, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19207699.2, "dur": 5751.6, "ph": "X", "name": "Images", "args": { "durationMS": 5.7516, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17995974.4, "dur": 980.1, "ph": "X", "name": "Attribute Types Ranges", "args": { "durationMS": 0.9801, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19213456, "dur": 4243, "ph": "X", "name": "Assemblies", "args": { "durationMS": 4.243, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17996960, "dur": 434.7, "ph": "X", "name": "Attribute Types", "args": { "durationMS": 0.4347, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19217704, "dur": 877.9, "ph": "X", "name": "Metadata Usage Lists", "args": { "durationMS": 0.8779, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17997540.8, "dur": 515.6, "ph": "X", "name": "Unresolved Virtual Call Parameter Ranges", "args": { "durationMS": 0.5156, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19218587.2, "dur": 2546.4, "ph": "X", "name": "Metadata Usage Pairs", "args": { "durationMS": 2.5464, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 17998201.6, "dur": 4658.8, "ph": "X", "name": "Exported Types", "args": { "durationMS": 4.6588, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19221275.2, "dur": 497.2, "ph": "X", "name": "Referenced Assemblies", "args": { "durationMS": 0.4972, "detail": "" } }, { "pid": 1, "tid": 1, "ts": 18004720, "dur": 626.3, "ph": "X", "name": "CompletionPhase", "args": { "durationMS": 0.6263, "detail": "" } }
{ "pid": 1, "tid": 1, "ts": 19221776, "dur": 995.7, "ph": "X", "name": "Attribute Types Ranges", "args": { "durationMS": 0.9957, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19222777.6, "dur": 421.9, "ph": "X", "name": "Attribute Types", "args": { "durationMS": 0.4219, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19223348.8, "dur": 534.2, "ph": "X", "name": "Unresolved Virtual Call Parameter Ranges", "args": { "durationMS": 0.5342, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19224040, "dur": 4030.1, "ph": "X", "name": "Exported Types", "args": { "durationMS": 4.0301, "detail": "" } },
{ "pid": 1, "tid": 1, "ts": 19236313.6, "dur": 706.9, "ph": "X", "name": "CompletionPhase", "args": { "durationMS": 0.7069, "detail": "" } }
], ],
"meta_datetime": "11/13/2020 15:14:46", "meta_datetime": "11/13/2020 16:51:51",
"meta_command_line": "/Applications/Unity/Hub/Editor/2020.1.11f1c1/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/Hub/Editor/2020.1.11f1c1/Unity.app/Contents/Tools/MapFileParser/MapFileParser --directory=/Users/mazy/Mazy/Unity/LuckFarm-V3/Temp/StagingArea/Data/Managed --generatedcppdir=/Users/mazy/Mazy/Unity/LuckFarm-V3/Temp/il2cppOutput/il2cppOutput", "meta_command_line": "/Applications/Unity/Hub/Editor/2020.1.11f1c1/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/Hub/Editor/2020.1.11f1c1/Unity.app/Contents/Tools/MapFileParser/MapFileParser --directory=/Users/mazy/Mazy/Unity/LuckFarm-V3/Temp/StagingArea/Data/Managed --generatedcppdir=/Users/mazy/Mazy/Unity/LuckFarm-V3/Temp/il2cppOutput/il2cppOutput",
"meta_command_line_args": "/Applications/Unity/Hub/Editor/2020.1.11f1c1/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/Hub/Editor/2020.1.11f1c1/Unity.app/Contents/Tools/MapFileParser/MapFileParser --directory=/Users/mazy/Mazy/Unity/LuckFarm-V3/Temp/StagingArea/Data/Managed --generatedcppdir=/Users/mazy/Mazy/Unity/LuckFarm-V3/Temp/il2cppOutput/il2cppOutput", "meta_command_line_args": "/Applications/Unity/Hub/Editor/2020.1.11f1c1/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/Hub/Editor/2020.1.11f1c1/Unity.app/Contents/Tools/MapFileParser/MapFileParser --directory=/Users/mazy/Mazy/Unity/LuckFarm-V3/Temp/StagingArea/Data/Managed --generatedcppdir=/Users/mazy/Mazy/Unity/LuckFarm-V3/Temp/il2cppOutput/il2cppOutput",
"meta_user_name": "mazy", "meta_user_name": "mazy",
......
No preview for this file type
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -7,12 +7,12 @@ ...@@ -7,12 +7,12 @@
<key>Unity-iPhone.xcscheme_^#shared#^_</key> <key>Unity-iPhone.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>16</integer> <integer>6</integer>
</dict> </dict>
<key>UnityFramework.xcscheme_^#shared#^_</key> <key>UnityFramework.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>17</integer> <integer>16</integer>
</dict> </dict>
</dict> </dict>
</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