diff --git a/Assets/Scripts/Scenes/GameScene.cs b/Assets/Scripts/Scenes/GameScene.cs index 51dc910e..bfad7b19 100644 --- a/Assets/Scripts/Scenes/GameScene.cs +++ b/Assets/Scripts/Scenes/GameScene.cs @@ -4,21 +4,7 @@ using UnityEngine; public class GameScene : BaseScene { - class Test - { - public int id = 0; - } - class CoroutineTest: IEnumerable - { - public IEnumerator GetEnumerator() - { - yield return new Test() {id = 1}; - yield return new Test() {id = 2}; - yield return new Test() {id = 3}; - yield return new Test() {id = 4}; - - } - } + private Coroutine co; protected override void Init() { base.Init(); @@ -27,12 +13,26 @@ public class GameScene : BaseScene Managers.UI.ShowSceneUI("UI_Inven"); - CoroutineTest coroutineTest = new CoroutineTest(); - foreach (Test t in coroutineTest) + co = StartCoroutine("ExplodeAfterSeconds", 4.0f); + StartCoroutine("CoStopExplode",2.0f); + } + + IEnumerator CoStopExplode(float seconds) + { + Debug.Log("CoStopExplode"); + yield return new WaitForSeconds(seconds); + if (co != null) { - Debug.Log(t.id); + StopCoroutine(co); + co = null; + Debug.Log("StopCoroutine"); } - + } + + IEnumerator ExplodeAfterSeconds(float seconds) + { + yield return new WaitForSeconds(seconds); + Debug.Log("BOOM!"); } public override void Clear() diff --git a/Library/Bee/TundraBuildState.state b/Library/Bee/TundraBuildState.state index f106d475..c90879e4 100644 Binary files a/Library/Bee/TundraBuildState.state and b/Library/Bee/TundraBuildState.state differ diff --git a/Library/Bee/TundraBuildState.state.map b/Library/Bee/TundraBuildState.state.map index 3ceecda4..3dfc5ebc 100644 Binary files a/Library/Bee/TundraBuildState.state.map and b/Library/Bee/TundraBuildState.state.map differ diff --git a/Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.dll b/Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.dll index 19b66eb4..e4e0d6cb 100644 Binary files a/Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.dll and b/Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.dll differ diff --git a/Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.pdb b/Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.pdb index 2106874f..fb8cdc76 100644 Binary files a/Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.pdb and b/Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.pdb differ diff --git a/Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.ref.dll b/Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.ref.dll index 6ed5deb3..440c3c2e 100644 Binary files a/Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.ref.dll and b/Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.ref.dll differ diff --git a/Library/Bee/artifacts/200b0aE.dag/post-processed/Assembly-CSharp.dll b/Library/Bee/artifacts/200b0aE.dag/post-processed/Assembly-CSharp.dll index 19b66eb4..e4e0d6cb 100644 Binary files a/Library/Bee/artifacts/200b0aE.dag/post-processed/Assembly-CSharp.dll and b/Library/Bee/artifacts/200b0aE.dag/post-processed/Assembly-CSharp.dll differ diff --git a/Library/Bee/artifacts/200b0aE.dag/post-processed/Assembly-CSharp.pdb b/Library/Bee/artifacts/200b0aE.dag/post-processed/Assembly-CSharp.pdb index 2106874f..fb8cdc76 100644 Binary files a/Library/Bee/artifacts/200b0aE.dag/post-processed/Assembly-CSharp.pdb and b/Library/Bee/artifacts/200b0aE.dag/post-processed/Assembly-CSharp.pdb differ diff --git a/Library/Bee/backend1.traceevents b/Library/Bee/backend1.traceevents index c76831e5..964d1837 100644 --- a/Library/Bee/backend1.traceevents +++ b/Library/Bee/backend1.traceevents @@ -1,1330 +1,1299 @@ { "cat":"", "pid":12345, "tid":0, "ts":0, "ph":"M", "name":"process_name", "args": { "name":"bee_backend" } } -,{ "pid":12345, "tid":0, "ts":1757471349799009, "dur":1929, "ph":"X", "name": "DriverInitData", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1757471349800948, "dur":15164, "ph":"X", "name": "RemoveStaleOutputs", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1757471349816229, "dur":90, "ph":"X", "name": "BuildQueueInit", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1757471349816713, "dur":343, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AnimationModule.dll_E1CEC1A55253DF7A.mvfrm" }} -,{ "pid":12345, "tid":0, "ts":1757471349820464, "dur":91012, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":0, "ts":1757471349911857, "dur":90979, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.State.Editor.ref.dll_BC6ADFF987BC82A3.mvfrm" }} -,{ "pid":12345, "tid":0, "ts":1757471349816327, "dur":202060, "ph":"X", "name": "EnqueueRequestedNodes", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1757471350018393, "dur":339091, "ph":"X", "name": "WaitForBuildFinished", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1757471350357653, "dur":352, "ph":"X", "name": "Tundra", "args": { "detail":"Write AllBuiltNodes" }} -,{ "pid":12345, "tid":1, "ts":1757471349816271, "dur":202132, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350018636, "dur":594, "ph":"X", "name": "CheckGlobSignature", "args": { "detail":"/Applications/Unity/Hub/Editor/6000.2.2f1/Unity.app/Contents/Tools/BuildPipeline" }} -,{ "pid":12345, "tid":1, "ts":1757471350019230, "dur":2149, "ph":"X", "name": "CheckGlobSignature", "args": { "detail":"/Applications/Unity/Hub/Editor/6000.2.2f1/Unity.app/Contents/Tools/Compilation/Unity.ILPP.Runner" }} -,{ "pid":12345, "tid":1, "ts":1757471350021379, "dur":512, "ph":"X", "name": "CheckGlobSignature", "args": { "detail":"/Applications/Unity/Hub/Editor/6000.2.2f1/Unity.app/Contents/Tools/Compilation/Unity.ILPP.Trigger" }} -,{ "pid":12345, "tid":1, "ts":1757471350018410, "dur":3481, "ph":"X", "name": "CheckDagSignatures", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350021891, "dur":86, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Collections.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":1, "ts":1757471350022014, "dur":203, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Collections.CodeGen.rsp2" }} -,{ "pid":12345, "tid":1, "ts":1757471350022248, "dur":200, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Collections.CodeGen.rsp" }} -,{ "pid":12345, "tid":1, "ts":1757471350022602, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350022700, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350022794, "dur":100, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350022895, "dur":187, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Editor.rsp" }} -,{ "pid":12345, "tid":1, "ts":1757471350023082, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350023165, "dur":303, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.Editor.rsp2" }} -,{ "pid":12345, "tid":1, "ts":1757471350023468, "dur":104, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350023576, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350023659, "dur":50, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350023711, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350023780, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350023861, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350023940, "dur":75, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350024018, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350024099, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350024193, "dur":66, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350024268, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350024344, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350024427, "dur":100, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350024538, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350024616, "dur":1155, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350025771, "dur":1191, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350026963, "dur":1313, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350028276, "dur":1032, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350029308, "dur":1087, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350030395, "dur":1001, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350031396, "dur":958, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350032354, "dur":1045, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350033399, "dur":1072, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350034471, "dur":1589, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350036061, "dur":1406, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350037467, "dur":1403, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350038871, "dur":1499, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350040370, "dur":1036, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350041406, "dur":1080, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350042486, "dur":1136, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350043623, "dur":1069, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350044692, "dur":1094, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350045786, "dur":1022, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350046808, "dur":964, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350047772, "dur":958, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350048730, "dur":1054, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350049784, "dur":1069, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350050854, "dur":1849, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350052703, "dur":1525, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350054228, "dur":1433, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350055662, "dur":1438, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350057100, "dur":490, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350057590, "dur":776, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350058366, "dur":327, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350058694, "dur":127, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350058822, "dur":55, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350058877, "dur":188, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350059065, "dur":328, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350059396, "dur":1211, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.ShaderGraph.Utilities.dll.mvfrm" }} -,{ "pid":12345, "tid":1, "ts":1757471350060658, "dur":2576, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.ShaderGraph.Utilities.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1757471350063234, "dur":147, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350063385, "dur":77, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.ShaderGraph.Utilities.ref.dll_9587680413563429.mvfrm" }} -,{ "pid":12345, "tid":1, "ts":1757471350063462, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350063610, "dur":813, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Multiplayer.Center.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":1, "ts":1757471350064424, "dur":50, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350064477, "dur":832, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.PerformanceTesting.dll.mvfrm" }} -,{ "pid":12345, "tid":1, "ts":1757471350065337, "dur":2526, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Multiplayer.Center.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1757471350067864, "dur":109, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350068211, "dur":424, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.TestFramework.dll.mvfrm" }} -,{ "pid":12345, "tid":1, "ts":1757471350068670, "dur":515, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Collections.CodeGen.dll.mvfrm" }} -,{ "pid":12345, "tid":1, "ts":1757471350069219, "dur":2267, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Collections.CodeGen.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1757471350071486, "dur":52, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350071546, "dur":1187, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPP-Configuration Library/ilpp-configuration.nevergeneratedoutput" }} -,{ "pid":12345, "tid":1, "ts":1757471350072766, "dur":626, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350146351, "dur":468, "ph":"X", "name": "EmitNodeFinish", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350073675, "dur":73156, "ph":"X", "name": "ILPP-Configuration", "args": { "detail":"Library/ilpp-configuration.nevergeneratedoutput" }} -,{ "pid":12345, "tid":1, "ts":1757471350147704, "dur":3446, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Universal.2D.Runtime.dll (+pdb)" }} -,{ "pid":12345, "tid":1, "ts":1757471350151151, "dur":193, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350151358, "dur":4575, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Mathematics.dll (+pdb)" }} -,{ "pid":12345, "tid":1, "ts":1757471350155933, "dur":177, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350156119, "dur":2956, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Collections.dll (+pdb)" }} -,{ "pid":12345, "tid":1, "ts":1757471350159076, "dur":153, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350159233, "dur":6125, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.Shared.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":1, "ts":1757471350165359, "dur":112, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350165478, "dur":4776, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/PPv2URPConverters.dll (+pdb)" }} -,{ "pid":12345, "tid":1, "ts":1757471350170256, "dur":120, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350170379, "dur":7621, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Mathematics.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":1, "ts":1757471350178000, "dur":184, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350178187, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350178281, "dur":66, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.Mathematics.Editor.pdb" }} -,{ "pid":12345, "tid":1, "ts":1757471350178347, "dur":111, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350178504, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350178584, "dur":60, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.InputSystem.DocCodeSamples.pdb" }} -,{ "pid":12345, "tid":1, "ts":1757471350178644, "dur":127, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350178961, "dur":136, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/UnityEditor.UI.pdb" }} -,{ "pid":12345, "tid":1, "ts":1757471350179097, "dur":104, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350179204, "dur":54, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350179261, "dur":54, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.InputSystem.pdb" }} -,{ "pid":12345, "tid":1, "ts":1757471350179315, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350179396, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350179464, "dur":51, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.State.pdb" }} -,{ "pid":12345, "tid":1, "ts":1757471350179515, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350179677, "dur":108, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350179863, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350179967, "dur":107, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350180076, "dur":52, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Config.Runtime.pdb" }} -,{ "pid":12345, "tid":1, "ts":1757471350180128, "dur":68, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350180260, "dur":93, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Universal.2D.Runtime.pdb" }} -,{ "pid":12345, "tid":1, "ts":1757471350180353, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350180442, "dur":621, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350181129, "dur":175230, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350356402, "dur":1039, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.pdb" }} -,{ "pid":12345, "tid":2, "ts":1757471349816272, "dur":202141, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350018435, "dur":164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/UnityEngine.TestRunner.rsp2" }} -,{ "pid":12345, "tid":2, "ts":1757471350018617, "dur":133, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.GraphicsStateCollectionSerializerModule.dll_A1002E9E9F083797.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350018773, "dur":274, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.GraphViewModule.dll_1349457C77F70AD4.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350019047, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350019139, "dur":166, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TextRenderingModule.dll_CF5F61BCAC5D1F90.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350019305, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350019395, "dur":519, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.XRModule.dll_95D79878B91D771D.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350019914, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350019999, "dur":131, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.InputForUIModule.dll_D53BC0BA2A1258D1.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350020130, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350020219, "dur":160, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.PropertiesModule.dll_FFC4A5DF3CDD2051.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350020379, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350020485, "dur":161, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TerrainPhysicsModule.dll_9A3FDE96F0266F50.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350020646, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350020746, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityAnalyticsModule.dll_B964A68D830AC6BF.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350020914, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350021000, "dur":167, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VFXModule.dll_11EA7240A47B953E.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350021167, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350021259, "dur":108, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.OSXStandalone.Extensions.dll_57F26D0ACBE8DD19.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350021367, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350021451, "dur":149, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.YamlDotNet.dll_D01CC5A6D0F5DAF9.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350021600, "dur":102, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350021714, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350021806, "dur":193, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.rsp2" }} -,{ "pid":12345, "tid":2, "ts":1757471350022049, "dur":270, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.rsp" }} -,{ "pid":12345, "tid":2, "ts":1757471350022337, "dur":243, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Flow.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":2, "ts":1757471350022580, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350022669, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350022778, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350022880, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350022972, "dur":104, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350023079, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350023163, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350023235, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350023305, "dur":64, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350023371, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350023452, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350023553, "dur":137, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.PlasticSCM.Editor.rsp2" }} -,{ "pid":12345, "tid":2, "ts":1757471350023690, "dur":52, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350023743, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350023818, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350023912, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350023988, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350024074, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350024151, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350024246, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350024334, "dur":145, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/PPv2URPConverters.rsp" }} -,{ "pid":12345, "tid":2, "ts":1757471350024479, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350024562, "dur":1177, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350025739, "dur":1170, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350026909, "dur":1318, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350028227, "dur":1038, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350029265, "dur":1078, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350030343, "dur":1011, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350031354, "dur":977, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350032331, "dur":1043, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350033374, "dur":1080, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350034454, "dur":1536, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350035990, "dur":1455, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350037445, "dur":1402, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350038848, "dur":1515, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350040363, "dur":1034, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350041397, "dur":1080, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350042478, "dur":1130, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350043608, "dur":1078, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350044687, "dur":1089, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350045776, "dur":1011, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350046787, "dur":973, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350047760, "dur":956, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350048716, "dur":1056, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350049772, "dur":1075, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350050847, "dur":1849, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350052696, "dur":1521, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350054217, "dur":1451, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350055669, "dur":1442, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350057111, "dur":485, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350057596, "dur":591, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350058187, "dur":365, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350058552, "dur":330, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350058882, "dur":194, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350059076, "dur":459, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350059536, "dur":1288, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualStudio.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350060824, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350060897, "dur":488, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Rider.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350061422, "dur":576, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.2D.Sprite.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350062014, "dur":258, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Shaders.dll.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350062303, "dur":418, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Rendering.LightTransport.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350062721, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350062802, "dur":951, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350063787, "dur":3374, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Rider.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":2, "ts":1757471350067161, "dur":176, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350067342, "dur":2345, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Shaders.dll (+2 others)" }} -,{ "pid":12345, "tid":2, "ts":1757471350069687, "dur":150, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350069880, "dur":871, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.DocCodeSamples.dll.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350070775, "dur":1446, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.DocCodeSamples.dll (+2 others)" }} -,{ "pid":12345, "tid":2, "ts":1757471350072270, "dur":311, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350072599, "dur":475, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Core.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350073102, "dur":1533, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Core.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":2, "ts":1757471350074683, "dur":142, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Flow.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350074845, "dur":643, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Flow.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":2, "ts":1757471350075509, "dur":81, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.State.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350075601, "dur":301, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.State.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":2, "ts":1757471350075933, "dur":51, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Shared.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350075993, "dur":193, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Shared.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":2, "ts":1757471350076204, "dur":73930, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350150135, "dur":7762, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Universal.Runtime.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1757471350157897, "dur":162, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350158063, "dur":5380, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.InputSystem.ForUI.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1757471350163444, "dur":134, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350163582, "dur":3526, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Core.Editor.Shared.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1757471350167109, "dur":146, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350167265, "dur":6600, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Timeline.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1757471350173865, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350173956, "dur":7455, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.ShaderGraph.Utilities.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1757471350181518, "dur":175993, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471349816278, "dur":202161, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350018444, "dur":136, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/UnityEngine.TestRunner.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":3, "ts":1757471350018609, "dur":146, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.GIModule.dll_AD0F59CECD9086B5.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350018790, "dur":248, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.MultiplayerModule.dll_6C13B72F801586DB.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350019038, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350019125, "dur":177, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TextCoreFontEngineModule.dll_8FC1791ACEE3E790.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350019302, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350019373, "dur":142, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.VideoModule.dll_F56BB6A2C38EBCEC.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350019556, "dur":91, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AudioModule.dll_968EEE9C3279D1EC.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350019647, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350019719, "dur":89, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.dll_463AABC76FBC4B88.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350019808, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350019888, "dur":123, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.HotReloadModule.dll_63177FAB2D86FAFC.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350020011, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350020093, "dur":140, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.MultiplayerModule.dll_71D986BE924F9760.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350020233, "dur":120, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350020355, "dur":151, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.StreamingModule.dll_9663AEF5A1DB96B8.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350020506, "dur":128, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350020638, "dur":135, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UIModule.dll_4EB5407DF9A5D812.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350020773, "dur":112, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350020890, "dur":125, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestTextureModule.dll_611725854B2C7A29.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350021015, "dur":114, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350021136, "dur":132, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.DSPGraphModule.dll_734ECF7F5E8D9BFB.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350021268, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350021356, "dur":137, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Plastic.Antlr3.Runtime.dll_3D53C0654B9396F1.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350021494, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350021604, "dur":104, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350021719, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350021820, "dur":68, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.Unsafe.dll_283D5FC3BD6A67A2.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350021922, "dur":79, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.rsp2" }} -,{ "pid":12345, "tid":3, "ts":1757471350022001, "dur":54, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350022062, "dur":309, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.rsp2" }} -,{ "pid":12345, "tid":3, "ts":1757471350022405, "dur":179, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Rendering.LightTransport.Runtime.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":3, "ts":1757471350022584, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350022668, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350022770, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350022870, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350022965, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023056, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023152, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023226, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023299, "dur":64, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023365, "dur":58, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023426, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023526, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023628, "dur":60, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023691, "dur":54, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023750, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023821, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023902, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023991, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350024078, "dur":75, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350024155, "dur":157, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.ForUI.rsp" }} -,{ "pid":12345, "tid":3, "ts":1757471350024312, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350024411, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350024498, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350024578, "dur":1181, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350025759, "dur":1178, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350026937, "dur":1301, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350028238, "dur":1039, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350029277, "dur":1087, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350030364, "dur":1017, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350031381, "dur":964, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350032345, "dur":1059, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350033404, "dur":1071, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350034475, "dur":1580, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350036056, "dur":1435, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350037491, "dur":1421, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350038913, "dur":1482, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350040395, "dur":1032, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350041427, "dur":1084, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350042511, "dur":1131, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350043642, "dur":1079, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350044721, "dur":1092, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350045813, "dur":1019, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350046832, "dur":958, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350047790, "dur":958, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350048749, "dur":1055, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350049805, "dur":1066, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350050871, "dur":1861, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350052732, "dur":1534, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350054266, "dur":1433, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350055699, "dur":1429, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350057129, "dur":1156, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350058285, "dur":307, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350058592, "dur":208, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350058800, "dur":74, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350058874, "dur":219, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350059093, "dur":352, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350059447, "dur":1250, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Timeline.dll.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350060749, "dur":3226, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Timeline.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1757471350063975, "dur":189, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350064177, "dur":63, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350064244, "dur":969, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Timeline.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350065213, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350065282, "dur":4158, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Timeline.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1757471350069440, "dur":140, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350069583, "dur":81, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Timeline.Editor.ref.dll_1305DD42619CF31E.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350069665, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350069744, "dur":669, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.CollabProxy.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350070458, "dur":1511, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.CollabProxy.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1757471350071969, "dur":53, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350072025, "dur":528, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350072557, "dur":439, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipeline.Universal.ShaderLibrary.dll.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350072996, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350073071, "dur":698, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1757471350073822, "dur":73882, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350147706, "dur":4595, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/UnityEngine.UI.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1757471350152302, "dur":170, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350152486, "dur":6348, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Timeline.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1757471350158834, "dur":223, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350159061, "dur":6527, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/UnityEditor.UI.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1757471350165589, "dur":120, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350165721, "dur":5170, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.PlasticSCM.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1757471350170946, "dur":8425, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.2D.Sprite.AIIntegration.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1757471350179372, "dur":172, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350179573, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350179745, "dur":57, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.PerformanceTesting.pdb" }} -,{ "pid":12345, "tid":3, "ts":1757471350179803, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350179903, "dur":50, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350180075, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350180204, "dur":109, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350180317, "dur":366, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350180684, "dur":81, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Editor.dll" }} -,{ "pid":12345, "tid":3, "ts":1757471350180765, "dur":62, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350180829, "dur":859, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350181728, "dur":175762, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471349816283, "dur":202164, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350018450, "dur":300, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.BuildProfileModule.dll_C57112EE168C0CEE.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350018772, "dur":110, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.GridAndSnapModule.dll_2CF19CB4A1AF158C.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350018882, "dur":63, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350018949, "dur":135, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.ShaderFoundryModule.dll_C49C0FC47CAFEAC5.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350019085, "dur":126, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350019214, "dur":731, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIAutomationModule.dll_761201DEB2FFD5AE.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350019945, "dur":100, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350020047, "dur":111, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.LocalizationModule.dll_7E945FCC8473B7C7.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350020158, "dur":115, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350020276, "dur":165, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SharedInternalsModule.dll_3193DD45B90182D7.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350020441, "dur":102, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350020547, "dur":141, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TilemapModule.dll_102C078AEE4D5C34.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350020688, "dur":100, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350020795, "dur":137, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestAssetBundleModule.dll_6BADCFBF033360D0.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350020933, "dur":111, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350021048, "dur":137, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.WindModule.dll_5F70C3E0135C03E6.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350021185, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350021277, "dur":148, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.Graphs.dll_6450FF118201D284.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350021425, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350021521, "dur":153, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/UnityEngine.UI.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":4, "ts":1757471350021674, "dur":116, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350021795, "dur":297, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/UnityEngine.UI.dll.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350022098, "dur":13323, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/UnityEngine.UI.dll (+2 others)" }} -,{ "pid":12345, "tid":4, "ts":1757471350035421, "dur":513, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350035943, "dur":159, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UI.ref.dll_79746E5030301F94.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350036102, "dur":123, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350036236, "dur":1362, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350037598, "dur":1509, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350039107, "dur":1359, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350040466, "dur":1022, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350041488, "dur":1099, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350042587, "dur":1135, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350043722, "dur":1070, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350044792, "dur":1102, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350045894, "dur":1025, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350046919, "dur":935, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350047854, "dur":965, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350048819, "dur":1064, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350049884, "dur":1058, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350050942, "dur":1906, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350052848, "dur":1538, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350054391, "dur":1431, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350055823, "dur":1418, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350057241, "dur":1178, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350058419, "dur":327, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350058746, "dur":116, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350058881, "dur":159, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350059077, "dur":372, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350059450, "dur":1369, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.PlasticSCM.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350060854, "dur":6204, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.PlasticSCM.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":4, "ts":1757471350067058, "dur":195, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350067258, "dur":2168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Rendering.LightTransport.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":4, "ts":1757471350069426, "dur":112, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350069688, "dur":1224, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.PlasticSCM.Editor.Entities.dll.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350070948, "dur":1339, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.PlasticSCM.Editor.Entities.dll (+2 others)" }} -,{ "pid":12345, "tid":4, "ts":1757471350072320, "dur":250, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350072571, "dur":1368, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350073939, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Runtime.dll.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350074130, "dur":607, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Runtime.dll (+2 others)" }} -,{ "pid":12345, "tid":4, "ts":1757471350074789, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350074967, "dur":478, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll (+2 others)" }} -,{ "pid":12345, "tid":4, "ts":1757471350075481, "dur":72231, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350147716, "dur":3645, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1757471350151362, "dur":168, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350151538, "dur":5597, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.TextMeshPro.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1757471350157135, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350157235, "dur":5174, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Universal.Shaders.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1757471350162410, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350162512, "dur":5092, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.SettingsProvider.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1757471350167605, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350167682, "dur":4844, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.PerformanceTesting.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1757471350172526, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350172618, "dur":7929, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Searcher.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1757471350180548, "dur":213, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350180799, "dur":675, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350181504, "dur":175961, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471349816288, "dur":202165, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350018457, "dur":293, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.ClothModule.dll_374A8F32DB19802B.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350018797, "dur":118, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.Physics2DModule.dll_788EC0AD0DD1252A.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350018916, "dur":120, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350019039, "dur":146, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SpriteShapeModule.dll_05CCC7FD7CF0316D.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350019186, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350019285, "dur":130, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIElementsSamplesModule.dll_C1844920F06A43FF.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350019415, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350019492, "dur":112, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AndroidJNIModule.dll_A83C1C8603B0CB24.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350019604, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350019681, "dur":99, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.CrashReportingModule.dll_46B2EC7768D1E935.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350019780, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350019865, "dur":123, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.HierarchyCoreModule.dll_2F7C47F2C923EECA.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350019988, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350020069, "dur":137, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.MarshallingModule.dll_9A9A08C6BDB0373A.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350020206, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350020305, "dur":172, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SpriteMaskModule.dll_BBB5D930EB61518F.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350020477, "dur":127, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350020609, "dur":143, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TLSModule.dll_910BD9D1CE0E2BD1.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350020753, "dur":105, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350020862, "dur":139, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestAudioModule.dll_B4E6D214D3E2A1D4.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350021001, "dur":113, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350021118, "dur":141, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.iOS.Extensions.Xcode.dll_ED8B032DF01A4A2C.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350021259, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350021340, "dur":112, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.Antlr3.Runtime.dll_8189EC8801BEEB18.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350021452, "dur":104, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350021561, "dur":137, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AMDModule.dll_927C166CA6DDB07E.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350021698, "dur":127, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350021830, "dur":114, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Burst.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":5, "ts":1757471350021971, "dur":127, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Collections.rsp" }} -,{ "pid":12345, "tid":5, "ts":1757471350022210, "dur":164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Collections.CodeGen.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":5, "ts":1757471350022458, "dur":124, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.Shared.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":5, "ts":1757471350022582, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350022675, "dur":167, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Rendering.LightTransport.Runtime.rsp" }} -,{ "pid":12345, "tid":5, "ts":1757471350022842, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350022944, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350023041, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350023129, "dur":237, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Flow.Editor.rsp" }} -,{ "pid":12345, "tid":5, "ts":1757471350023418, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350023512, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350023626, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350023697, "dur":164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.PlasticSCM.Editor.rsp" }} -,{ "pid":12345, "tid":5, "ts":1757471350023861, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350023936, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350024009, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350024100, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350024189, "dur":75, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350024270, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350024360, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350024440, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350024532, "dur":148, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.CollabProxy.Editor.rsp" }} -,{ "pid":12345, "tid":5, "ts":1757471350024680, "dur":61, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350024743, "dur":1118, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350025861, "dur":1190, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350027052, "dur":1145, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350028197, "dur":1044, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350029241, "dur":1068, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350030309, "dur":1015, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350031324, "dur":977, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350032301, "dur":1021, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350033322, "dur":1074, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350034396, "dur":1414, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350035810, "dur":1549, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350037359, "dur":1385, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350038785, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350038881, "dur":1502, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350040383, "dur":1028, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350041411, "dur":1085, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350042496, "dur":1133, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350043629, "dur":1078, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350044707, "dur":1082, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350045789, "dur":1017, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350046806, "dur":961, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350047767, "dur":953, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350048721, "dur":1054, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350049775, "dur":1067, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350050842, "dur":1866, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350052708, "dur":1529, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350054238, "dur":1441, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350055679, "dur":1424, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350057103, "dur":480, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350057584, "dur":1052, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350058637, "dur":258, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350058895, "dur":184, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350059079, "dur":348, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350059433, "dur":1262, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.TextMeshPro.dll.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350060724, "dur":3026, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.TextMeshPro.dll (+2 others)" }} -,{ "pid":12345, "tid":5, "ts":1757471350063750, "dur":138, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350063923, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350064011, "dur":3160, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualStudio.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":5, "ts":1757471350067172, "dur":275, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350067451, "dur":3697, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.2D.Sprite.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":5, "ts":1757471350071148, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350071285, "dur":358, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350071685, "dur":881, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350072585, "dur":2242, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350074828, "dur":152, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Editor.Shared.dll.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350074988, "dur":397, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Editor.Shared.dll (+2 others)" }} -,{ "pid":12345, "tid":5, "ts":1757471350075429, "dur":72292, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350147911, "dur":6094, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.Flow.dll (+pdb)" }} -,{ "pid":12345, "tid":5, "ts":1757471350154006, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350154109, "dur":5429, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Core.Runtime.Shared.dll (+pdb)" }} -,{ "pid":12345, "tid":5, "ts":1757471350159538, "dur":211, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350159753, "dur":7577, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Collections.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":5, "ts":1757471350167330, "dur":136, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350167473, "dur":7570, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.AI.Navigation.Updater.dll (+pdb)" }} -,{ "pid":12345, "tid":5, "ts":1757471350175043, "dur":105, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350175151, "dur":6872, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.Flow.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":5, "ts":1757471350182038, "dur":175442, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471349816292, "dur":202169, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350018465, "dur":285, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.CoreBusinessMetricsModule.dll_E409852C73E3C815.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350018782, "dur":66, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.GridModule.dll_A3723152F274B049.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350018848, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350018933, "dur":118, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SceneViewModule.dll_51F928846D19D7E2.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350019051, "dur":109, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350019164, "dur":160, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TilemapModule.dll_1DB14EE0893E74EF.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350019324, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350019417, "dur":104, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AccessibilityModule.dll_B861AB185A7695D4.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350019521, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350019592, "dur":107, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ClusterInputModule.dll_40479579ECF7C4CE.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350019699, "dur":63, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350019763, "dur":127, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GameCenterModule.dll_D28966A0C9F1BC15.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350019890, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350019981, "dur":125, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.IMGUIModule.dll_CEEE8E02F8AB65CD.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350020106, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350020203, "dur":154, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.Physics2DModule.dll_2E74B195F350D70F.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350020357, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350020455, "dur":154, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SubsystemsModule.dll_26633F92B9A939A2.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350020609, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350020695, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityAnalyticsCommonModule.dll_D8293B7A6760759A.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350020863, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350020962, "dur":156, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VehiclesModule.dll_E5C0679566569A75.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350021118, "dur":104, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350021231, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350021317, "dur":108, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Collections.LowLevel.ILSupport.dll_2A5CE0F0450FED37.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350021426, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350021527, "dur":214, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/UnityEngine.UI.rsp" }} -,{ "pid":12345, "tid":6, "ts":1757471350021741, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350021914, "dur":62, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":6, "ts":1757471350022032, "dur":260, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Collections.CodeGen.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":6, "ts":1757471350022318, "dur":280, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.GPUDriven.Runtime.rsp2" }} -,{ "pid":12345, "tid":6, "ts":1757471350022598, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350022691, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350022791, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350022888, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350022983, "dur":159, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Runtime.rsp" }} -,{ "pid":12345, "tid":6, "ts":1757471350023143, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350023217, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350023287, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350023368, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350023446, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350023547, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350023646, "dur":61, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350023709, "dur":64, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350023775, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350023862, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350023931, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350024028, "dur":75, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350024106, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350024198, "dur":75, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350024281, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350024375, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350024470, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350024558, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350024644, "dur":1129, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350025773, "dur":1171, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350026944, "dur":1298, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350028242, "dur":1037, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350029279, "dur":1095, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350030374, "dur":1011, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350031385, "dur":983, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350032369, "dur":1045, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350033414, "dur":1079, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350034493, "dur":1653, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350036146, "dur":1387, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350037533, "dur":1459, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350038992, "dur":1451, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350040443, "dur":1024, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350041467, "dur":1098, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350042565, "dur":1138, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350043703, "dur":1069, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350044773, "dur":1096, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350045869, "dur":1026, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350046895, "dur":942, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350047837, "dur":966, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350048803, "dur":1061, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350049864, "dur":1062, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350050926, "dur":1893, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350052819, "dur":1541, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350054360, "dur":1440, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350055800, "dur":1419, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350057219, "dur":1193, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350058412, "dur":235, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350058648, "dur":154, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350058802, "dur":77, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350058879, "dur":208, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350059087, "dur":299, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350059389, "dur":1016, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.dll.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350060405, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350060506, "dur":6784, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.dll (+2 others)" }} -,{ "pid":12345, "tid":6, "ts":1757471350067291, "dur":242, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350067584, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350067666, "dur":727, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Core.dll.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350068426, "dur":4113, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Core.dll (+2 others)" }} -,{ "pid":12345, "tid":6, "ts":1757471350072578, "dur":392, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Flow.dll.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350072970, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350073054, "dur":1487, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Flow.dll (+2 others)" }} -,{ "pid":12345, "tid":6, "ts":1757471350074575, "dur":110, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.State.dll.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350074706, "dur":444, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.State.dll (+2 others)" }} -,{ "pid":12345, "tid":6, "ts":1757471350075204, "dur":72512, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350147725, "dur":7134, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.AI.Navigation.dll (+pdb)" }} -,{ "pid":12345, "tid":6, "ts":1757471350154876, "dur":149, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350155029, "dur":8149, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.InputSystem.dll (+pdb)" }} -,{ "pid":12345, "tid":6, "ts":1757471350163179, "dur":140, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350163329, "dur":2726, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.2D.Sprite.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":6, "ts":1757471350166056, "dur":153, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350166213, "dur":5430, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Burst.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":6, "ts":1757471350171644, "dur":121, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350171777, "dur":9434, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.State.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":6, "ts":1757471350181294, "dur":176194, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471349816297, "dur":202170, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350018470, "dur":325, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.CoreModule.dll_C6011564DA201A52.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350018795, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350018882, "dur":159, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SceneTemplateModule.dll_85BC3F815A006E37.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350019041, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350019134, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TextCoreTextEngineModule.dll_D7A9AF8C5E67A0AE.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350019302, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350019368, "dur":130, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.VFXModule.dll_05C8CFED34CB8739.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350019498, "dur":64, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350019566, "dur":82, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ClothModule.dll_FD774B970C96B0D0.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350019648, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350019746, "dur":92, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.AccessibilityModule.dll_2C20B8F0E17E12AF.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350019838, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350019938, "dur":115, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ImageConversionModule.dll_AD829E7041D38787.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350020053, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350020142, "dur":144, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.AdaptivePerformanceModule.dll_641E8BB24D9C991B.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350020286, "dur":139, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350020433, "dur":124, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SubstanceModule.dll_730EC33EED2E94C6.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350020557, "dur":123, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350020683, "dur":161, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UmbraModule.dll_11639AB4BFA07D5F.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350020844, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350020936, "dur":170, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestWWWModule.dll_20CB703B61251BE5.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350021106, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350021202, "dur":167, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/UnityEngine.UI.rsp2" }} -,{ "pid":12345, "tid":7, "ts":1757471350021369, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350021452, "dur":175, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.TextureAssets.dll_673AEEFA91C338F1.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350021628, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350021723, "dur":144, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Burst.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":7, "ts":1757471350021905, "dur":96, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Collections.rsp2" }} -,{ "pid":12345, "tid":7, "ts":1757471350022045, "dur":102, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":7, "ts":1757471350022260, "dur":319, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Core.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":7, "ts":1757471350022579, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350022659, "dur":155, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Config.Runtime.rsp2" }} -,{ "pid":12345, "tid":7, "ts":1757471350022815, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350022923, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023033, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023127, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023201, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023272, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023355, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023430, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023522, "dur":100, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023633, "dur":66, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023700, "dur":60, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023762, "dur":60, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023824, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023915, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023996, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350024082, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350024174, "dur":68, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350024251, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350024348, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350024432, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350024518, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350024608, "dur":1168, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350025776, "dur":1190, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350026966, "dur":1283, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350028249, "dur":1037, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350029286, "dur":1071, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350030357, "dur":1019, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350031376, "dur":962, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350032338, "dur":1048, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350033386, "dur":1071, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350034457, "dur":1553, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350036010, "dur":1432, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350037442, "dur":1397, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350038840, "dur":1518, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350040358, "dur":1029, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350041387, "dur":1075, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350042462, "dur":1128, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350043590, "dur":1079, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350044669, "dur":1090, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350045759, "dur":1023, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350046783, "dur":970, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350047753, "dur":958, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350048711, "dur":1053, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350049764, "dur":1074, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350050838, "dur":1847, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350052685, "dur":1522, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350054207, "dur":1452, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350055662, "dur":1434, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350057096, "dur":486, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350057582, "dur":1215, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350058797, "dur":71, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350058868, "dur":188, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350059056, "dur":363, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350059423, "dur":1335, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Multiplayer.Center.Common.dll.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350060805, "dur":2268, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Multiplayer.Center.Common.dll (+2 others)" }} -,{ "pid":12345, "tid":7, "ts":1757471350063073, "dur":111, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350063187, "dur":1298, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Burst.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350064506, "dur":2320, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Burst.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":7, "ts":1757471350066827, "dur":107, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350066989, "dur":2117, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.2D.Sprite.AIIntegration.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":7, "ts":1757471350069106, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350069183, "dur":860, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Rendering.LightTransport.Runtime.dll.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350070094, "dur":1931, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Rendering.LightTransport.Runtime.dll (+2 others)" }} -,{ "pid":12345, "tid":7, "ts":1757471350072026, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350072163, "dur":422, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350072585, "dur":2928, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350075514, "dur":98, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.SettingsProvider.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350075628, "dur":212, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.SettingsProvider.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":7, "ts":1757471350075878, "dur":72932, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350148812, "dur":5733, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.GPUDriven.Runtime.dll (+pdb)" }} -,{ "pid":12345, "tid":7, "ts":1757471350154545, "dur":100, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350154649, "dur":3850, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.PerformanceTesting.dll (+pdb)" }} -,{ "pid":12345, "tid":7, "ts":1757471350158499, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350158601, "dur":12358, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Rendering.LightTransport.Runtime.dll (+pdb)" }} -,{ "pid":12345, "tid":7, "ts":1757471350170959, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350171034, "dur":9433, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Universal.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":7, "ts":1757471350180468, "dur":194, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350180668, "dur":57, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350180727, "dur":534, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350181262, "dur":62, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.State.Editor.dll" }} -,{ "pid":12345, "tid":7, "ts":1757471350181332, "dur":176183, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471349816302, "dur":202170, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350018477, "dur":310, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.DeviceSimulatorModule.dll_3BE3DE4E4FF3C20F.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350018824, "dur":139, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.PropertiesModule.dll_FF1638973A990706.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350018963, "dur":61, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350019027, "dur":148, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SpriteMaskModule.dll_BB076BE8E91D3844.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350019175, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350019280, "dur":135, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIElementsModule.dll_29F333B2BA915C4E.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350019415, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350019508, "dur":67, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AnimationModule.dll_E1CEC1A55253DF7A.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350019575, "dur":58, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350019637, "dur":107, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ContentLoadModule.dll_8B47C372A80AB1D5.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350019744, "dur":63, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350019810, "dur":127, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GraphicsStateCollectionSerializerModule.dll_A9F3FB8E6C0780FC.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350019937, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350020006, "dur":124, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.InputModule.dll_FD04B64CA8B1F690.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350020130, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350020230, "dur":152, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll_532B9929C68EE5D8.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350020382, "dur":112, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350020501, "dur":180, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TextCoreFontEngineModule.dll_0E20F46DE1E1A65B.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350020681, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350020775, "dur":148, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityCurlModule.dll_14EB62D6C267D167.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350020923, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350021024, "dur":140, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VirtualTexturingModule.dll_37F04A890A90A5DB.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350021164, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350021253, "dur":280, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/UnityEngine.TestRunner.rsp" }} -,{ "pid":12345, "tid":8, "ts":1757471350021534, "dur":122, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350021659, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350021744, "dur":231, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":8, "ts":1757471350021991, "dur":251, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Burst.CodeGen.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":8, "ts":1757471350022297, "dur":358, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Core.rsp" }} -,{ "pid":12345, "tid":8, "ts":1757471350022655, "dur":104, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350022766, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350022864, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350022962, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023051, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023144, "dur":66, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023212, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023296, "dur":63, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023369, "dur":68, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023440, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023537, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023633, "dur":50, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023684, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023756, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023828, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023910, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023981, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350024072, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350024151, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350024240, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350024322, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350024416, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350024505, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350024593, "dur":1169, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350025762, "dur":1178, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350026940, "dur":1295, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350028236, "dur":1036, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350029272, "dur":1076, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350030348, "dur":1013, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350031361, "dur":975, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350032336, "dur":1054, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350033391, "dur":1074, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350034466, "dur":1631, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350036097, "dur":1381, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350037478, "dur":1414, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350038893, "dur":1482, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350040375, "dur":1027, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350041402, "dur":1081, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350042483, "dur":1131, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350043614, "dur":1081, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350044695, "dur":1097, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350045792, "dur":1018, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350046810, "dur":964, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350047774, "dur":962, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350048736, "dur":1053, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350049789, "dur":1069, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350050858, "dur":1883, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350052741, "dur":1532, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350054273, "dur":1433, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350055706, "dur":1431, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350057137, "dur":1167, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350058304, "dur":285, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350058589, "dur":209, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350058799, "dur":81, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350058880, "dur":192, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350059072, "dur":312, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350059392, "dur":1037, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.dll.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350060429, "dur":56, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350060489, "dur":2739, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.dll (+2 others)" }} -,{ "pid":12345, "tid":8, "ts":1757471350063229, "dur":178, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350063412, "dur":104, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Mathematics.ref.dll_4EAD86AD4C1B715A.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350063517, "dur":128, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350063649, "dur":1543, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Collections.dll.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350065193, "dur":52, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350065248, "dur":3216, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Collections.dll (+2 others)" }} -,{ "pid":12345, "tid":8, "ts":1757471350068464, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350068596, "dur":465, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.dll.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350069102, "dur":3378, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.dll (+2 others)" }} -,{ "pid":12345, "tid":8, "ts":1757471350072545, "dur":307, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.GPUDriven.Runtime.dll.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350072881, "dur":941, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.GPUDriven.Runtime.dll (+2 others)" }} -,{ "pid":12345, "tid":8, "ts":1757471350073823, "dur":58, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350073933, "dur":151, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350074100, "dur":661, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":8, "ts":1757471350074822, "dur":148, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.ShaderGraph.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350074975, "dur":1088, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.ShaderGraph.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":8, "ts":1757471350076077, "dur":51, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350076131, "dur":346, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":8, "ts":1757471350076497, "dur":52, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/PPv2URPConverters.dll.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350076554, "dur":169, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/PPv2URPConverters.dll (+2 others)" }} -,{ "pid":12345, "tid":8, "ts":1757471350076732, "dur":180, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.dll (+2 others)" }} -,{ "pid":12345, "tid":8, "ts":1757471350077797, "dur":171521, "ph":"X", "name": "Csc", "args": { "detail":"Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.dll (+2 others)" }} -,{ "pid":12345, "tid":8, "ts":1757471350250033, "dur":919, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Assembly-CSharp.dll (+pdb)" }} -,{ "pid":12345, "tid":8, "ts":1757471350251338, "dur":133, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350354024, "dur":209, "ph":"X", "name": "EmitNodeFinish", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350251754, "dur":102486, "ph":"X", "name": "ILPostProcess", "args": { "detail":"Library/Bee/artifacts/200b0aE.dag/post-processed/Assembly-CSharp.dll (+pdb)" }} -,{ "pid":12345, "tid":8, "ts":1757471350356403, "dur":1032, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.dll" }} -,{ "pid":12345, "tid":8, "ts":1757471350357437, "dur":86, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471349816307, "dur":202174, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350018488, "dur":274, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.DiagnosticsModule.dll_2338B6331E4A589D.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350018809, "dur":253, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.PhysicsModule.dll_646E6BF09BC34AF8.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350019063, "dur":118, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350019183, "dur":765, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TreeModule.dll_23AD0A7361E5AF91.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350019948, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350020037, "dur":106, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.InsightsModule.dll_07C436A676AA1A59.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350020143, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350020248, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ScreenCaptureModule.dll_3260E1D96E1E22C0.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350020419, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350020525, "dur":160, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TextCoreTextEngineModule.dll_56092ADF71655F79.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350020685, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350020786, "dur":147, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityTestProtocolModule.dll_7D46FF134A659955.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350020933, "dur":121, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350021059, "dur":129, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.XRModule.dll_D4462A08249AAAE8.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350021188, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350021287, "dur":107, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.WebGL.Extensions.dll_6F2DFF6A42ECB2AA.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350021395, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350021487, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350021586, "dur":146, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.NVIDIAModule.dll_49F2D3B3C857FB89.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350021732, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350021834, "dur":228, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Burst.rsp" }} -,{ "pid":12345, "tid":9, "ts":1757471350022073, "dur":343, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":9, "ts":1757471350022499, "dur":150, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.GPUDriven.Runtime.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":9, "ts":1757471350022649, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350022739, "dur":109, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350022851, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350022939, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350023038, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350023120, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350023198, "dur":68, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350023268, "dur":57, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350023328, "dur":296, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.ShaderGraph.Editor.rsp" }} -,{ "pid":12345, "tid":9, "ts":1757471350023624, "dur":54, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350023694, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350023766, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350023873, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350023954, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350024038, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350024125, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350024213, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350024291, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350024382, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350024469, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350024565, "dur":1169, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350025735, "dur":1155, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350026890, "dur":1319, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350028210, "dur":1040, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350029251, "dur":1089, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350030340, "dur":1019, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350031359, "dur":963, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350032323, "dur":1045, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350033368, "dur":1082, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350034450, "dur":1570, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350036020, "dur":1428, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350037448, "dur":1387, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350038884, "dur":139, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350039026, "dur":1424, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350040451, "dur":1019, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350041470, "dur":1091, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350042562, "dur":1137, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350043699, "dur":1069, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350044768, "dur":1095, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350045863, "dur":1024, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350046887, "dur":943, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350047830, "dur":964, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350048794, "dur":1066, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350049860, "dur":1061, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350050921, "dur":1881, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350052802, "dur":1543, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350054345, "dur":1444, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350055789, "dur":1387, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350057176, "dur":1173, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350058349, "dur":296, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350058645, "dur":160, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350058805, "dur":75, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350058880, "dur":154, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350059100, "dur":296, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350059401, "dur":1192, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.dll.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350060593, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350060698, "dur":1882, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.dll (+2 others)" }} -,{ "pid":12345, "tid":9, "ts":1757471350062580, "dur":123, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350062767, "dur":1560, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350064328, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350064405, "dur":2160, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":9, "ts":1757471350066565, "dur":155, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350066728, "dur":52, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350066782, "dur":328, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Updater.dll.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350067138, "dur":2604, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Updater.dll (+2 others)" }} -,{ "pid":12345, "tid":9, "ts":1757471350069742, "dur":161, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350069952, "dur":2060, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.TestFramework.dll (+2 others)" }} -,{ "pid":12345, "tid":9, "ts":1757471350072012, "dur":124, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350072141, "dur":414, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350072560, "dur":549, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.Shared.dll.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350073137, "dur":707, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.Shared.dll (+2 others)" }} -,{ "pid":12345, "tid":9, "ts":1757471350073845, "dur":54, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350073919, "dur":74066, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350147988, "dur":5482, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Universal.Config.Runtime.dll (+pdb)" }} -,{ "pid":12345, "tid":9, "ts":1757471350153470, "dur":159, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350153636, "dur":6843, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.State.dll (+pdb)" }} -,{ "pid":12345, "tid":9, "ts":1757471350160480, "dur":119, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350160610, "dur":1981, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Multiplayer.Center.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":9, "ts":1757471350162591, "dur":115, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350162712, "dur":7688, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Core.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":9, "ts":1757471350170401, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350170497, "dur":10468, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.AI.Navigation.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":9, "ts":1757471350180966, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350181095, "dur":941, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350182043, "dur":175440, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471349816311, "dur":202179, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350018495, "dur":291, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.dll_139664EF1148BEA3.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350018818, "dur":119, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.PresetsUIModule.dll_CEAF7E5E7A4F62D9.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350018938, "dur":52, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350018995, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SketchUpModule.dll_5AFB90E5B3938F6A.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350019166, "dur":104, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350019273, "dur":120, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIBuilderModule.dll_67D1F298EAAF8408.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350019393, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350019484, "dur":91, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AIModule.dll_5341A2509D5ED266.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350019626, "dur":105, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ClusterRendererModule.dll_4190A0BFBFAECF93.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350019731, "dur":58, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350019791, "dur":132, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GIModule.dll_EB7DEB5E390DBA80.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350019923, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350020001, "dur":128, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.InputLegacyModule.dll_837685507179BFD9.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350020130, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350020212, "dur":164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.PhysicsModule.dll_56E9249B00D2323D.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350020376, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350020477, "dur":174, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TerrainModule.dll_712FA009D6907B2B.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350020651, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350020755, "dur":175, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityConnectModule.dll_AE0AA47335F7F2B3.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350020930, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350021033, "dur":129, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VRModule.dll_A18767039B605D8A.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350021162, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350021250, "dur":186, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/UnityEngine.TestRunner.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":10, "ts":1757471350021436, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350021536, "dur":538, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/UnityEngine.TestRunner.dll.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350022078, "dur":16094, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/UnityEngine.TestRunner.dll (+2 others)" }} -,{ "pid":12345, "tid":10, "ts":1757471350038173, "dur":209, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350038389, "dur":93, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TestRunner.ref.dll_AA3B5DF2776E59D2.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350038483, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350038575, "dur":3779, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/UnityEditor.TestRunner.dll.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350042354, "dur":58, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350042416, "dur":16578, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/UnityEditor.TestRunner.dll (+2 others)" }} -,{ "pid":12345, "tid":10, "ts":1757471350059055, "dur":90, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/UnityEditor.UI.dll.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350059152, "dur":195, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/UnityEditor.UI.dll (+2 others)" }} -,{ "pid":12345, "tid":10, "ts":1757471350059388, "dur":944, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Burst.dll.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350060332, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350060401, "dur":2453, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Burst.dll (+2 others)" }} -,{ "pid":12345, "tid":10, "ts":1757471350062855, "dur":139, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350063046, "dur":1535, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Burst.CodeGen.dll.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350064627, "dur":2975, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Burst.CodeGen.dll (+2 others)" }} -,{ "pid":12345, "tid":10, "ts":1757471350067603, "dur":140, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350067748, "dur":727, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.ForUI.dll.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350068518, "dur":1977, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.ForUI.dll (+2 others)" }} -,{ "pid":12345, "tid":10, "ts":1757471350070495, "dur":130, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350070912, "dur":689, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350071651, "dur":907, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350072564, "dur":400, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Config.Runtime.dll.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350072987, "dur":692, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Config.Runtime.dll (+2 others)" }} -,{ "pid":12345, "tid":10, "ts":1757471350073680, "dur":55, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350073764, "dur":73943, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350147708, "dur":4747, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.InputSystem.TestFramework.dll (+pdb)" }} -,{ "pid":12345, "tid":10, "ts":1757471350152456, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350152559, "dur":7420, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Burst.dll (+pdb)" }} -,{ "pid":12345, "tid":10, "ts":1757471350159979, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350160082, "dur":10915, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.TextMeshPro.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":10, "ts":1757471350170998, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350171085, "dur":4386, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.PlasticSCM.Editor.Entities.dll (+pdb)" }} -,{ "pid":12345, "tid":10, "ts":1757471350175472, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350175561, "dur":57, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350175634, "dur":115, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350175759, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350175850, "dur":55, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350175911, "dur":51, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350175967, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350176053, "dur":61, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350176157, "dur":55, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Universal.2D.Runtime.dll" }} -,{ "pid":12345, "tid":10, "ts":1757471350176263, "dur":68, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350176337, "dur":143, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350176488, "dur":57, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350176679, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350176767, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350176845, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350176970, "dur":58, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350177194, "dur":56, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350177374, "dur":55, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350178023, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350178199, "dur":114, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350178469, "dur":138, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350178615, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350178782, "dur":66, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350178882, "dur":191, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350179210, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350179428, "dur":57, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Core.ShaderLibrary.pdb" }} -,{ "pid":12345, "tid":10, "ts":1757471350179486, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350179601, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350179742, "dur":119, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350179906, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350179993, "dur":141, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350180174, "dur":126, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350180392, "dur":386, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350180817, "dur":130, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350180950, "dur":959, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350181909, "dur":175552, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471349816316, "dur":202182, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350018502, "dur":292, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.EditorToolbarModule.dll_621CCEC35B13C3FF.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350018794, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350018876, "dur":94, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SafeModeModule.dll_72E6AB956861F353.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350018970, "dur":102, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350019076, "dur":177, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TerrainModule.dll_7EB4E75F718193E6.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350019253, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350019335, "dur":142, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UnityConnectModule.dll_C0AB20643B6FF208.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350019477, "dur":68, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350019547, "dur":92, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AssetBundleModule.dll_F2316A31D98809E8.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350019639, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350019712, "dur":98, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.DirectorModule.dll_6DFD6E15EC2CCADA.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350019810, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350019912, "dur":113, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.IdentifiersModule.dll_CABAF2279C00D800.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350020025, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350020102, "dur":146, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ParticleSystemModule.dll_99C535C3D6E374C3.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350020248, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350020329, "dur":173, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SpriteShapeModule.dll_0B92978C8F2A41F2.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350020502, "dur":112, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350020619, "dur":140, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UIElementsModule.dll_2AA1A0FABCD57599.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350020759, "dur":114, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350020880, "dur":170, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestModule.dll_BF21A61A4CC82206.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350021050, "dur":131, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350021186, "dur":129, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.PerformanceReportingModule.dll_3CEA7E364D77D73C.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350021315, "dur":62, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350021384, "dur":140, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.IonicZip.dll_28DAF9479429A673.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350021524, "dur":109, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350021641, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350021739, "dur":201, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Burst.rsp2" }} -,{ "pid":12345, "tid":11, "ts":1757471350021957, "dur":190, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Collections.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":11, "ts":1757471350022173, "dur":476, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.rsp" }} -,{ "pid":12345, "tid":11, "ts":1757471350022649, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350022744, "dur":107, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.Shared.rsp" }} -,{ "pid":12345, "tid":11, "ts":1757471350022851, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350022955, "dur":107, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350023073, "dur":62, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350023147, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350023223, "dur":57, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350023287, "dur":64, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350023395, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350023480, "dur":102, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350023586, "dur":178, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.TextMeshPro.rsp" }} -,{ "pid":12345, "tid":11, "ts":1757471350023764, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350023844, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350023916, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350024004, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350024090, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350024179, "dur":75, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350024264, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350024352, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350024446, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350024552, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350024642, "dur":1127, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350025769, "dur":1181, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350026950, "dur":1294, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350028244, "dur":1039, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350029284, "dur":1069, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350030353, "dur":1021, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350031374, "dur":967, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350032341, "dur":1054, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350033395, "dur":1083, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350034478, "dur":1606, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350036084, "dur":1416, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350037501, "dur":1419, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350038921, "dur":1485, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350040406, "dur":1028, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350041434, "dur":1092, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350042526, "dur":1132, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350043658, "dur":1074, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350044732, "dur":1098, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350045830, "dur":1019, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350046849, "dur":953, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350047802, "dur":964, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350048766, "dur":1057, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350049823, "dur":1063, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350050886, "dur":1894, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350052780, "dur":1544, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350054324, "dur":1432, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350055759, "dur":1413, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350057173, "dur":1170, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350058343, "dur":388, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350058731, "dur":156, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350058887, "dur":197, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350059084, "dur":316, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350059414, "dur":1181, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Editor.ConversionSystem.dll.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350060596, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350060672, "dur":1743, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Editor.ConversionSystem.dll (+2 others)" }} -,{ "pid":12345, "tid":11, "ts":1757471350062415, "dur":113, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350062583, "dur":1115, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.2D.Sprite.AIIntegration.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350063740, "dur":989, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.ShaderLibrary.dll.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350064778, "dur":2694, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.ShaderLibrary.dll (+2 others)" }} -,{ "pid":12345, "tid":11, "ts":1757471350067473, "dur":128, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350067604, "dur":2600, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.PerformanceTesting.dll (+2 others)" }} -,{ "pid":12345, "tid":11, "ts":1757471350070204, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350070360, "dur":659, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.PerformanceTesting.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350071056, "dur":1278, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.PerformanceTesting.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":11, "ts":1757471350072382, "dur":211, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350072593, "dur":3907, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350076500, "dur":62, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.dll.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350076569, "dur":71164, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350147735, "dur":8035, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.Core.dll (+pdb)" }} -,{ "pid":12345, "tid":11, "ts":1757471350155771, "dur":251, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350156027, "dur":6884, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Core.Runtime.dll (+pdb)" }} -,{ "pid":12345, "tid":11, "ts":1757471350162911, "dur":119, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350163043, "dur":5054, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.AI.Navigation.Editor.ConversionSystem.dll (+pdb)" }} -,{ "pid":12345, "tid":11, "ts":1757471350168097, "dur":109, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350168209, "dur":4951, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Rendering.LightTransport.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":11, "ts":1757471350173160, "dur":133, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350173298, "dur":8360, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.Core.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":11, "ts":1757471350181684, "dur":54, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350181741, "dur":175727, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471349816320, "dur":202187, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350018509, "dur":284, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.EmbreeModule.dll_F1E1BBCC6ABAE0DB.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350018793, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350018866, "dur":100, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.QuickSearchModule.dll_AE483740772154F6.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350018966, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350019059, "dur":154, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SubstanceModule.dll_BD28D25607AEE2E1.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350019213, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350019310, "dur":134, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UmbraModule.dll_4B36DE508E234CBA.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350019444, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350019515, "dur":66, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ARModule.dll_0CB46753FA7C312F.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350019581, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350019649, "dur":108, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.CoreModule.dll_E921E8B78225857D.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350019757, "dur":60, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350019820, "dur":138, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GridModule.dll_C69304A59A7A1B74.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350019958, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350020039, "dur":112, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.JSONSerializeModule.dll_1879345459B1F65E.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350020151, "dur":108, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350020261, "dur":169, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ShaderVariantAnalyticsModule.dll_21D14335F6F8B5A4.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350020430, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350020528, "dur":153, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TextRenderingModule.dll_5BA053E42555A2B5.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350020681, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350020766, "dur":151, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityConsentModule.dll_7FB03B9F43028903.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350020917, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350021016, "dur":183, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VideoModule.dll_BB987306F50BED91.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350021199, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350021292, "dur":103, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Plastic.Newtonsoft.Json.dll_56F11C16920C2AB4.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350021396, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350021502, "dur":102, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350021608, "dur":225, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/UnityEditor.TestRunner.rsp" }} -,{ "pid":12345, "tid":12, "ts":1757471350021834, "dur":50, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350021887, "dur":212, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.rsp" }} -,{ "pid":12345, "tid":12, "ts":1757471350022188, "dur":348, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Burst.CodeGen.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":12, "ts":1757471350022558, "dur":66, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350022628, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350022720, "dur":105, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350022828, "dur":132, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Core.Editor.rsp" }} -,{ "pid":12345, "tid":12, "ts":1757471350022960, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350023074, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350023153, "dur":246, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.rsp" }} -,{ "pid":12345, "tid":12, "ts":1757471350023399, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350023491, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350023604, "dur":60, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350023668, "dur":66, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350023736, "dur":117, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.2D.Sprite.Editor.rsp2" }} -,{ "pid":12345, "tid":12, "ts":1757471350023853, "dur":68, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350023924, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350024016, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350024103, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350024197, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350024281, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350024368, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350024448, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350024552, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350024626, "dur":1141, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350025767, "dur":1191, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350026958, "dur":1299, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350028257, "dur":1038, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350029295, "dur":1090, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350030385, "dur":1004, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350031390, "dur":970, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350032360, "dur":1049, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350033409, "dur":1075, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350034484, "dur":1587, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350036071, "dur":1390, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350037462, "dur":1400, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350038862, "dur":1506, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350040368, "dur":1031, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350041399, "dur":1091, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350042490, "dur":1129, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350043619, "dur":1082, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350044701, "dur":1096, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350045798, "dur":1024, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350046822, "dur":954, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350047776, "dur":958, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350048735, "dur":1064, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350049799, "dur":1070, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350050869, "dur":1861, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350052730, "dur":1526, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350054257, "dur":1438, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350055695, "dur":1429, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350057124, "dur":515, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350057639, "dur":571, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350058211, "dur":411, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350058622, "dur":200, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350058822, "dur":56, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350058878, "dur":188, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350059067, "dur":323, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350059392, "dur":1194, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Searcher.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350060586, "dur":63, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350060653, "dur":2756, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Searcher.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":12, "ts":1757471350063409, "dur":115, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350063527, "dur":119, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Searcher.Editor.ref.dll_188082AF4C893B1A.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350063693, "dur":795, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350064488, "dur":58, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350064550, "dur":1919, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":12, "ts":1757471350066470, "dur":106, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350066636, "dur":2601, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+2 others)" }} -,{ "pid":12345, "tid":12, "ts":1757471350069238, "dur":107, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350069349, "dur":754, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Collections.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350070136, "dur":1591, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Collections.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":12, "ts":1757471350071727, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350071820, "dur":745, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350072570, "dur":421, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.TextMeshPro.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350073027, "dur":949, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.TextMeshPro.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":12, "ts":1757471350074030, "dur":73689, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350147722, "dur":3442, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Multiplayer.Center.Common.dll (+pdb)" }} -,{ "pid":12345, "tid":12, "ts":1757471350151165, "dur":123, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350151297, "dur":4301, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+pdb)" }} -,{ "pid":12345, "tid":12, "ts":1757471350155599, "dur":123, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350155732, "dur":4959, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Core.ShaderLibrary.dll (+pdb)" }} -,{ "pid":12345, "tid":12, "ts":1757471350160692, "dur":126, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350160822, "dur":6829, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.InputSystem.DocCodeSamples.dll (+pdb)" }} -,{ "pid":12345, "tid":12, "ts":1757471350167651, "dur":127, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350167787, "dur":6220, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.CollabProxy.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":12, "ts":1757471350174007, "dur":107, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350174117, "dur":7767, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.ShaderGraph.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":12, "ts":1757471350181917, "dur":175546, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1757471350358810, "dur":433, "ph":"X", "name": "ProfilerWriteOutput" } +,{ "pid":12345, "tid":0, "ts":1757479828835850, "dur":723, "ph":"X", "name": "DriverInitData", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1757479828836576, "dur":313, "ph":"X", "name": "RemoveStaleOutputs", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1757479828836953, "dur":91, "ph":"X", "name": "BuildQueueInit", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1757479828837245, "dur":3272, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SketchUpModule.dll_5AFB90E5B3938F6A.mvfrm" }} +,{ "pid":12345, "tid":0, "ts":1757479828840732, "dur":1034, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ClusterInputModule.dll_40479579ECF7C4CE.mvfrm" }} +,{ "pid":12345, "tid":0, "ts":1757479828842088, "dur":339, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SubsystemsModule.dll_26633F92B9A939A2.mvfrm" }} +,{ "pid":12345, "tid":0, "ts":1757479828843311, "dur":431, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.dll.mvfrm.rsp" }} +,{ "pid":12345, "tid":0, "ts":1757479828837048, "dur":14210, "ph":"X", "name": "EnqueueRequestedNodes", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1757479828851266, "dur":266910, "ph":"X", "name": "WaitForBuildFinished", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1757479829118179, "dur":53, "ph":"X", "name": "JoinBuildThread", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1757479829118344, "dur":382, "ph":"X", "name": "Tundra", "args": { "detail":"Write AllBuiltNodes" }} +,{ "pid":12345, "tid":1, "ts":1757479828836993, "dur":14284, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828851340, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828851427, "dur":107, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.GraphViewModule.dll_1349457C77F70AD4.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828851576, "dur":134, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.PhysicsModule.dll_646E6BF09BC34AF8.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828851710, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828851789, "dur":143, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SpriteShapeModule.dll_05CCC7FD7CF0316D.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828851933, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828852027, "dur":159, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UmbraModule.dll_4B36DE508E234CBA.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828852186, "dur":61, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828852250, "dur":144, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ClothModule.dll_FD774B970C96B0D0.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828852394, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828852462, "dur":169, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GraphicsStateCollectionSerializerModule.dll_A9F3FB8E6C0780FC.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828852631, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828852700, "dur":170, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.LocalizationModule.dll_7E945FCC8473B7C7.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828852870, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828852976, "dur":147, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.StreamingModule.dll_9663AEF5A1DB96B8.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828853123, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828853207, "dur":131, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UmbraModule.dll_11639AB4BFA07D5F.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828853338, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828853424, "dur":129, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VehiclesModule.dll_E5C0679566569A75.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828853553, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828853653, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828853759, "dur":188, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.TextureAssets.dll_673AEEFA91C338F1.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828853947, "dur":159, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828854112, "dur":4679, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/UnityEngine.UI.dll.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828858791, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828858870, "dur":21001, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/UnityEngine.UI.dll (+2 others)" }} +,{ "pid":12345, "tid":1, "ts":1757479828879873, "dur":196, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828880079, "dur":95, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UI.ref.dll_79746E5030301F94.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828880174, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828880273, "dur":1490, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828881764, "dur":1412, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828883208, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828883284, "dur":1454, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828884739, "dur":1526, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828886265, "dur":1360, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828887625, "dur":1328, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828888954, "dur":1316, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828890271, "dur":1596, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828891868, "dur":1494, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828893362, "dur":1428, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828894791, "dur":1515, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828896306, "dur":1449, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828897756, "dur":1565, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828899321, "dur":439, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828899761, "dur":108, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828899869, "dur":76, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828899945, "dur":224, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828900204, "dur":345, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828900554, "dur":1206, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.TextMeshPro.dll.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828901797, "dur":3326, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.TextMeshPro.dll (+2 others)" }} +,{ "pid":12345, "tid":1, "ts":1757479828905123, "dur":108, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828905240, "dur":50, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828905293, "dur":4387, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Multiplayer.Center.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":1, "ts":1757479828909681, "dur":144, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828909874, "dur":407, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.DocCodeSamples.dll.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828910281, "dur":52, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828910336, "dur":1788, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.DocCodeSamples.dll (+2 others)" }} +,{ "pid":12345, "tid":1, "ts":1757479828912125, "dur":105, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828912235, "dur":2721, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828914957, "dur":201, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Editor.Shared.dll.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828915189, "dur":583, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Editor.Shared.dll (+2 others)" }} +,{ "pid":12345, "tid":1, "ts":1757479828915772, "dur":60, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828915868, "dur":77759, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828993628, "dur":4331, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Universal.Runtime.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1757479828997960, "dur":125, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828998089, "dur":15439, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.InputSystem.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1757479829013528, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479829013614, "dur":7691, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/PPv2URPConverters.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1757479829021305, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479829021386, "dur":8704, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Searcher.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1757479829030173, "dur":609, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479829030802, "dur":87368, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828836995, "dur":14311, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828851334, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828851419, "dur":129, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.GraphicsStateCollectionSerializerModule.dll_A1002E9E9F083797.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828851548, "dur":100, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828851651, "dur":148, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.ShaderFoundryModule.dll_C49C0FC47CAFEAC5.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828851799, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828851888, "dur":124, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIBuilderModule.dll_67D1F298EAAF8408.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828852012, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828852112, "dur":127, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AnimationModule.dll_E1CEC1A55253DF7A.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828852240, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828852327, "dur":129, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.AccessibilityModule.dll_2C20B8F0E17E12AF.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828852456, "dur":125, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828852584, "dur":119, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.InputModule.dll_FD04B64CA8B1F690.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828852703, "dur":124, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828852830, "dur":144, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ScreenCaptureModule.dll_3260E1D96E1E22C0.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828852974, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828853080, "dur":115, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TextRenderingModule.dll_5BA053E42555A2B5.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828853195, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828853294, "dur":113, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestAssetBundleModule.dll_6BADCFBF033360D0.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828853407, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828853498, "dur":124, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.iOS.Extensions.Xcode.dll_ED8B032DF01A4A2C.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828853622, "dur":107, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828853735, "dur":150, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Plastic.Antlr3.Runtime.dll_3D53C0654B9396F1.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828853885, "dur":132, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828854038, "dur":149, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828854191, "dur":122, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828854324, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828854401, "dur":121, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828854531, "dur":116, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828854678, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828854777, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828854875, "dur":100, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828854977, "dur":119, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828855099, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828855185, "dur":146, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828855333, "dur":123, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828855472, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828855559, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828855643, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828855749, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828855841, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828855924, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828856014, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828856092, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828856196, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828856287, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828856393, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828856476, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828856571, "dur":122, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828856694, "dur":1300, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828857994, "dur":1395, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828859389, "dur":1662, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828861052, "dur":1530, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828862582, "dur":1383, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828863966, "dur":1490, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828865456, "dur":1841, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828867297, "dur":1450, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828868747, "dur":1602, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828870349, "dur":1699, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828872048, "dur":1440, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828873488, "dur":1323, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828874812, "dur":1370, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828876182, "dur":1418, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828877600, "dur":1376, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828878977, "dur":1441, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828880418, "dur":1497, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828881915, "dur":1420, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828883335, "dur":1468, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828884803, "dur":1540, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828886343, "dur":1355, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828887698, "dur":1323, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828889021, "dur":1322, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828890344, "dur":1656, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828892000, "dur":1468, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828893468, "dur":1404, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828894872, "dur":1518, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828896390, "dur":1457, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828897847, "dur":1562, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828899410, "dur":290, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828899700, "dur":76, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828899777, "dur":117, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828899944, "dur":260, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828900205, "dur":295, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828900502, "dur":637, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Editor.ConversionSystem.dll.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828901182, "dur":2961, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Editor.ConversionSystem.dll (+2 others)" }} +,{ "pid":12345, "tid":2, "ts":1757479828904143, "dur":180, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828904328, "dur":141, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.AI.Navigation.Editor.ConversionSystem.ref.dll_B533E0F362656246.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828904469, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828904558, "dur":499, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828905107, "dur":3014, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":2, "ts":1757479828908122, "dur":110, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828908237, "dur":215, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Rendering.LightTransport.Runtime.dll.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828908488, "dur":1956, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Rendering.LightTransport.Runtime.dll (+2 others)" }} +,{ "pid":12345, "tid":2, "ts":1757479828910444, "dur":141, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828910589, "dur":64, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Rendering.LightTransport.Runtime.ref.dll_A1CE29DB57A110D1.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828910690, "dur":1941, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.PlasticSCM.Editor.Entities.dll (+2 others)" }} +,{ "pid":12345, "tid":2, "ts":1757479828912631, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828912720, "dur":25933, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828938876, "dur":138, "ph":"X", "name": "CheckGlobSignature", "args": { "detail":"/Applications/Unity/Hub/Editor/6000.2.2f1/Unity.app/Contents/Tools/BuildPipeline" }} +,{ "pid":12345, "tid":2, "ts":1757479828939014, "dur":1018, "ph":"X", "name": "CheckGlobSignature", "args": { "detail":"/Applications/Unity/Hub/Editor/6000.2.2f1/Unity.app/Contents/Tools/Compilation/Unity.ILPP.Runner" }} +,{ "pid":12345, "tid":2, "ts":1757479828940033, "dur":522, "ph":"X", "name": "CheckGlobSignature", "args": { "detail":"/Applications/Unity/Hub/Editor/6000.2.2f1/Unity.app/Contents/Tools/Compilation/Unity.ILPP.Trigger" }} +,{ "pid":12345, "tid":2, "ts":1757479828938654, "dur":1904, "ph":"X", "name": "CheckDagSignatures", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828940558, "dur":49834, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828990393, "dur":13211, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Universal.Config.Runtime.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1757479829003604, "dur":53, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479829003661, "dur":11235, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Collections.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1757479829014896, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479829014988, "dur":5579, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Burst.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1757479829020568, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479829020649, "dur":9034, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Universal.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1757479829029762, "dur":588, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479829030385, "dur":87808, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828837000, "dur":14315, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828851320, "dur":154, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.BuildProfileModule.dll_C57112EE168C0CEE.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828851475, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828851558, "dur":140, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.GridAndSnapModule.dll_2CF19CB4A1AF158C.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828851698, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828851784, "dur":133, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SketchUpModule.dll_5AFB90E5B3938F6A.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828851917, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828852003, "dur":162, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIElementsModule.dll_29F333B2BA915C4E.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828852165, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828852238, "dur":142, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AssetBundleModule.dll_F2316A31D98809E8.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828852380, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828852452, "dur":176, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GIModule.dll_EB7DEB5E390DBA80.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828852628, "dur":64, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828852695, "dur":153, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.JSONSerializeModule.dll_1879345459B1F65E.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828852848, "dur":106, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828852955, "dur":150, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SpriteShapeModule.dll_0B92978C8F2A41F2.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828853105, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828853193, "dur":134, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UIModule.dll_4EB5407DF9A5D812.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828853327, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828853409, "dur":131, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestWWWModule.dll_20CB703B61251BE5.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828853540, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828853628, "dur":111, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828853741, "dur":148, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.IonicZip.dll_28DAF9479429A673.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828853889, "dur":165, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828854060, "dur":143, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828854206, "dur":126, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828854336, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828854423, "dur":177, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.Cecil.Rocks.dll_89A9C630F938B4E1.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828854600, "dur":118, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828854722, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828854824, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828854905, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828855003, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828855103, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828855199, "dur":118, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828855320, "dur":123, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828855469, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828855555, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828855636, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828855732, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828855824, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828855898, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828855982, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828856063, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828856160, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828856266, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828856360, "dur":105, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828856468, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828856562, "dur":116, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828856679, "dur":1317, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828857996, "dur":1391, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828859387, "dur":1671, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828861058, "dur":1543, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828862601, "dur":1384, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828863986, "dur":1502, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828865488, "dur":1852, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828867340, "dur":1438, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828868778, "dur":1607, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828870385, "dur":1689, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828872074, "dur":1441, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828873515, "dur":1310, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828874826, "dur":1373, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828876199, "dur":1423, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828877622, "dur":1377, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828878999, "dur":1428, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828880428, "dur":1505, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828881933, "dur":1399, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828883333, "dur":1461, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828884794, "dur":1543, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828886337, "dur":1347, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828887684, "dur":1330, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828889014, "dur":1336, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828890351, "dur":1634, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828891985, "dur":1456, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828893442, "dur":1408, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828894850, "dur":1518, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828896368, "dur":1454, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828897822, "dur":1558, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828899380, "dur":395, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828899775, "dur":156, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828899931, "dur":255, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828900186, "dur":719, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828900906, "dur":785, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualStudio.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828901692, "dur":51, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828901749, "dur":249, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Rider.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828902045, "dur":181, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.2D.Sprite.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828902272, "dur":138, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Shaders.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828902451, "dur":716, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Rendering.LightTransport.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828903168, "dur":112, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828903283, "dur":656, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828903985, "dur":2749, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Rider.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1757479828906735, "dur":111, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828906851, "dur":2287, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Rendering.LightTransport.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1757479828909138, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828909389, "dur":285, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.TestFramework.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828909718, "dur":728, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.CollabProxy.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828910446, "dur":56, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828910504, "dur":1772, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.CollabProxy.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1757479828912277, "dur":126, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828912406, "dur":3732, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828916139, "dur":92, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.SettingsProvider.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828916237, "dur":243, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.SettingsProvider.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1757479828916510, "dur":73083, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828989598, "dur":4847, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.InputSystem.TestFramework.dll (+pdb)" }} +,{ "pid":12345, "tid":3, "ts":1757479828994446, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828994540, "dur":5047, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Mathematics.dll (+pdb)" }} +,{ "pid":12345, "tid":3, "ts":1757479828999587, "dur":261, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828999855, "dur":11400, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Universal.Shaders.dll (+pdb)" }} +,{ "pid":12345, "tid":3, "ts":1757479829011256, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479829011336, "dur":7833, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Core.Editor.Shared.dll (+pdb)" }} +,{ "pid":12345, "tid":3, "ts":1757479829019169, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479829019254, "dur":4347, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.2D.Sprite.AIIntegration.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":3, "ts":1757479829023601, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479829023687, "dur":7080, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.Flow.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":3, "ts":1757479829030794, "dur":87439, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828837006, "dur":14318, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828851330, "dur":169, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.ClothModule.dll_374A8F32DB19802B.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828851500, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828851587, "dur":152, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.PresetsUIModule.dll_CEAF7E5E7A4F62D9.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828851739, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828851828, "dur":134, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TextCoreTextEngineModule.dll_D7A9AF8C5E67A0AE.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828851963, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828852047, "dur":155, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.XRModule.dll_95D79878B91D771D.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828852202, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828852275, "dur":136, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.CoreModule.dll_E921E8B78225857D.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828852411, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828852500, "dur":157, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ImageConversionModule.dll_AD829E7041D38787.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828852657, "dur":61, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828852719, "dur":175, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ParticleSystemModule.dll_99C535C3D6E374C3.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828852925, "dur":164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SharedInternalsModule.dll_3193DD45B90182D7.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828853089, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828853171, "dur":133, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TLSModule.dll_910BD9D1CE0E2BD1.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828853304, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828853393, "dur":125, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestModule.dll_BF21A61A4CC82206.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828853518, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828853605, "dur":159, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.PerformanceReportingModule.dll_3CEA7E364D77D73C.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828853764, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828853851, "dur":4694, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/UnityEngine.TestRunner.dll.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828858545, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828858624, "dur":24084, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/UnityEngine.TestRunner.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828882708, "dur":229, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828882944, "dur":55, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TestRunner.ref.dll_AA3B5DF2776E59D2.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828882999, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828883077, "dur":4531, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/UnityEditor.TestRunner.dll.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828887608, "dur":68, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828887682, "dur":12441, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/UnityEditor.TestRunner.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828900183, "dur":60, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/UnityEditor.UI.dll.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828900248, "dur":200, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/UnityEditor.UI.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828900483, "dur":408, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Burst.dll.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828900933, "dur":3523, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Burst.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828904457, "dur":145, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828904646, "dur":940, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Collections.dll.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828905628, "dur":2032, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Collections.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828907660, "dur":126, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828907791, "dur":93, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Collections.ref.dll_CB2B1FA2A63FF8D9.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828907884, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828907964, "dur":310, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.dll.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828908313, "dur":3688, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828912002, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828912145, "dur":417, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.GPUDriven.Runtime.dll.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828912563, "dur":56, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828912622, "dur":1142, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.GPUDriven.Runtime.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828913765, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828913883, "dur":204, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828914104, "dur":782, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828914940, "dur":162, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.ShaderGraph.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828915121, "dur":1436, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.ShaderGraph.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828916587, "dur":51, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828916646, "dur":396, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828917060, "dur":51, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/PPv2URPConverters.dll.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828917115, "dur":159, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/PPv2URPConverters.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828917282, "dur":185, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828917776, "dur":117137, "ph":"X", "name": "Csc", "args": { "detail":"Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479829035579, "dur":909, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Assembly-CSharp.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1757479829036868, "dur":117, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479829115365, "dur":228, "ph":"X", "name": "EmitNodeFinish", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479829037093, "dur":78507, "ph":"X", "name": "ILPostProcess", "args": { "detail":"Library/Bee/artifacts/200b0aE.dag/post-processed/Assembly-CSharp.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1757479829117851, "dur":271, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.dll" }} +,{ "pid":12345, "tid":4, "ts":1757479829118124, "dur":68, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828837011, "dur":14324, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828851340, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.CoreBusinessMetricsModule.dll_E409852C73E3C815.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828851512, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828851602, "dur":160, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.QuickSearchModule.dll_AE483740772154F6.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828851762, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828851844, "dur":144, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TextRenderingModule.dll_CF5F61BCAC5D1F90.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828851988, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828852058, "dur":155, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AccessibilityModule.dll_B861AB185A7695D4.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828852213, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828852296, "dur":127, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.DirectorModule.dll_6DFD6E15EC2CCADA.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828852423, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828852520, "dur":140, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.InputForUIModule.dll_D53BC0BA2A1258D1.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828852660, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828852745, "dur":165, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.PhysicsModule.dll_56E9249B00D2323D.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828852911, "dur":108, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828853021, "dur":128, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TerrainPhysicsModule.dll_9A3FDE96F0266F50.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828853149, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828853244, "dur":112, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityConsentModule.dll_7FB03B9F43028903.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828853356, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828853452, "dur":121, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VRModule.dll_A18767039B605D8A.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828853573, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828853665, "dur":138, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.WebGL.Extensions.dll_6F2DFF6A42ECB2AA.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828853803, "dur":155, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828853964, "dur":234, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AMDModule.dll_927C166CA6DDB07E.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828854198, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828854305, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828854392, "dur":116, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828854510, "dur":105, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828854621, "dur":60, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828854683, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828854788, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828854895, "dur":75, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828854974, "dur":108, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828855084, "dur":112, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828855199, "dur":154, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828855358, "dur":112, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828855481, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828855570, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828855659, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828855740, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828855832, "dur":68, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828855901, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828855992, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828856075, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828856171, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828856275, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828856360, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828856456, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828856555, "dur":111, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828856667, "dur":1312, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828857979, "dur":1402, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828859381, "dur":1664, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828861046, "dur":1524, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828862570, "dur":1369, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828863939, "dur":1505, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828865444, "dur":1844, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828867288, "dur":1440, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828868728, "dur":1613, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828870341, "dur":1699, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828872040, "dur":1438, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828873478, "dur":1323, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828874801, "dur":1366, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828876167, "dur":1419, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828877586, "dur":1381, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828878968, "dur":1430, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828880398, "dur":1510, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828881908, "dur":1415, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828883323, "dur":1452, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828884775, "dur":1551, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828886326, "dur":1364, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828887690, "dur":1315, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828889006, "dur":1322, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828890328, "dur":1641, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828891970, "dur":1461, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828893431, "dur":1409, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828894840, "dur":1519, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828896359, "dur":1453, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828897812, "dur":1558, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828899371, "dur":239, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828899610, "dur":324, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828899934, "dur":237, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828900171, "dur":313, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828900488, "dur":558, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.dll.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828901047, "dur":66, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828901117, "dur":5280, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.dll (+2 others)" }} +,{ "pid":12345, "tid":5, "ts":1757479828906398, "dur":169, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828906603, "dur":721, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Core.dll.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828907359, "dur":5379, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Core.dll (+2 others)" }} +,{ "pid":12345, "tid":5, "ts":1757479828912738, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828912839, "dur":292, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Flow.dll.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828913162, "dur":1659, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Flow.dll (+2 others)" }} +,{ "pid":12345, "tid":5, "ts":1757479828914882, "dur":208, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.State.dll.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828915091, "dur":51, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828915145, "dur":735, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.State.dll (+2 others)" }} +,{ "pid":12345, "tid":5, "ts":1757479828915926, "dur":73715, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828989644, "dur":20524, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Multiplayer.Center.Common.dll (+pdb)" }} +,{ "pid":12345, "tid":5, "ts":1757479829010168, "dur":144, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479829010317, "dur":5751, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.AI.Navigation.Editor.ConversionSystem.dll (+pdb)" }} +,{ "pid":12345, "tid":5, "ts":1757479829016068, "dur":55, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479829016130, "dur":12810, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.PerformanceTesting.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":5, "ts":1757479829028940, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479829029070, "dur":346, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479829029416, "dur":58, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.AI.Navigation.Editor.pdb" }} +,{ "pid":12345, "tid":5, "ts":1757479829029475, "dur":50, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479829029530, "dur":620, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479829030206, "dur":87596, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479829117848, "dur":280, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.pdb" }} +,{ "pid":12345, "tid":6, "ts":1757479828837016, "dur":14328, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828851348, "dur":159, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.CoreModule.dll_C6011564DA201A52.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828851508, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828851592, "dur":146, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.PropertiesModule.dll_FF1638973A990706.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828851738, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828851818, "dur":141, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TextCoreFontEngineModule.dll_8FC1791ACEE3E790.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828851959, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828852041, "dur":156, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.VideoModule.dll_F56BB6A2C38EBCEC.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828852197, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828852273, "dur":139, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ContentLoadModule.dll_8B47C372A80AB1D5.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828852412, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828852494, "dur":163, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.IdentifiersModule.dll_CABAF2279C00D800.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828852657, "dur":54, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828852713, "dur":191, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.MultiplayerModule.dll_71D986BE924F9760.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828852904, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828852997, "dur":142, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SubstanceModule.dll_730EC33EED2E94C6.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828853139, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828853222, "dur":129, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityAnalyticsCommonModule.dll_D8293B7A6760759A.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828853351, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828853433, "dur":122, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VFXModule.dll_11EA7240A47B953E.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828853555, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828853644, "dur":154, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.OSXStandalone.Extensions.dll_57F26D0ACBE8DD19.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828853798, "dur":124, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828853935, "dur":166, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828854107, "dur":125, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828854241, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828854331, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828854412, "dur":105, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828854529, "dur":107, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828854655, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828854751, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828854848, "dur":107, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828854959, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828855061, "dur":129, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828855204, "dur":119, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828855327, "dur":112, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828855442, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828855537, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828855625, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828855719, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828855815, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828855889, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828855969, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828856053, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828856148, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828856252, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828856353, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828856450, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828856544, "dur":109, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828856656, "dur":1309, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828857966, "dur":1394, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828859360, "dur":1696, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828861056, "dur":1542, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828862598, "dur":1382, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828863981, "dur":1488, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828865469, "dur":1859, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828867328, "dur":1448, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828868776, "dur":1616, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828870392, "dur":1693, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828872086, "dur":1436, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828873522, "dur":1318, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828874840, "dur":1370, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828876211, "dur":1417, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828877628, "dur":1377, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828879005, "dur":1445, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828880450, "dur":1481, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828881931, "dur":1418, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828883349, "dur":1474, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828884823, "dur":1545, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828886368, "dur":1346, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828887714, "dur":1333, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828889047, "dur":1328, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828890375, "dur":1646, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828892021, "dur":1468, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828893489, "dur":1408, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828894897, "dur":1511, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828896409, "dur":748, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828897157, "dur":1583, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828898741, "dur":891, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828899633, "dur":286, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828899919, "dur":265, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828900184, "dur":314, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828900500, "dur":544, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.dll.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828901044, "dur":51, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828901099, "dur":2378, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.dll (+2 others)" }} +,{ "pid":12345, "tid":6, "ts":1757479828903477, "dur":124, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828903652, "dur":734, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.ShaderLibrary.dll.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828904386, "dur":50, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828904440, "dur":2138, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.ShaderLibrary.dll (+2 others)" }} +,{ "pid":12345, "tid":6, "ts":1757479828906578, "dur":107, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828906689, "dur":457, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.ForUI.dll.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828907171, "dur":2348, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.ForUI.dll (+2 others)" }} +,{ "pid":12345, "tid":6, "ts":1757479828909519, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828909654, "dur":379, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.PlasticSCM.Editor.Entities.dll.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828910075, "dur":1680, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.TestFramework.dll (+2 others)" }} +,{ "pid":12345, "tid":6, "ts":1757479828911756, "dur":108, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828911866, "dur":275, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828912142, "dur":759, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Config.Runtime.dll.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828912928, "dur":1366, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Config.Runtime.dll (+2 others)" }} +,{ "pid":12345, "tid":6, "ts":1757479828914372, "dur":130, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Runtime.dll.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828914518, "dur":758, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Runtime.dll (+2 others)" }} +,{ "pid":12345, "tid":6, "ts":1757479828915277, "dur":60, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828915364, "dur":116, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828915503, "dur":494, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll (+2 others)" }} +,{ "pid":12345, "tid":6, "ts":1757479828916038, "dur":73557, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828989599, "dur":5093, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+pdb)" }} +,{ "pid":12345, "tid":6, "ts":1757479828994693, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828994787, "dur":4912, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Timeline.dll (+pdb)" }} +,{ "pid":12345, "tid":6, "ts":1757479828999699, "dur":111, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828999814, "dur":4312, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Collections.dll (+pdb)" }} +,{ "pid":12345, "tid":6, "ts":1757479829004127, "dur":1965, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479829006099, "dur":838, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.TextMeshPro.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":6, "ts":1757479829006937, "dur":1943, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479829008892, "dur":6344, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Multiplayer.Center.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":6, "ts":1757479829015236, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479829015318, "dur":8202, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Timeline.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":6, "ts":1757479829023521, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479829023595, "dur":7077, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.ShaderGraph.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":6, "ts":1757479829030700, "dur":87505, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828837021, "dur":14332, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828851357, "dur":132, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.DeviceSimulatorModule.dll_3BE3DE4E4FF3C20F.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828851489, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828851566, "dur":130, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.GridModule.dll_A3723152F274B049.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828851696, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828851787, "dur":139, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SpriteMaskModule.dll_BB076BE8E91D3844.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828851926, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828852013, "dur":164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIElementsSamplesModule.dll_C1844920F06A43FF.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828852177, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828852244, "dur":152, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AudioModule.dll_968EEE9C3279D1EC.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828852396, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828852472, "dur":184, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GridModule.dll_C69304A59A7A1B74.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828852656, "dur":51, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828852709, "dur":200, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.MarshallingModule.dll_9A9A08C6BDB0373A.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828852909, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828853013, "dur":129, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TerrainModule.dll_712FA009D6907B2B.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828853142, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828853232, "dur":120, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityAnalyticsModule.dll_B964A68D830AC6BF.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828853352, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828853450, "dur":121, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VirtualTexturingModule.dll_37F04A890A90A5DB.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828853571, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828853660, "dur":141, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.Graphs.dll_6450FF118201D284.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828853801, "dur":145, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828853963, "dur":156, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828854125, "dur":141, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828854269, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828854345, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828854430, "dur":172, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.Cecil.Pdb.dll_0CCB9384721BA6A1.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828854603, "dur":125, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828854730, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828854828, "dur":112, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828854962, "dur":108, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828855073, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828855168, "dur":114, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828855290, "dur":111, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828855410, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828855506, "dur":75, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828855582, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828855670, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828855781, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828855856, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828855943, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828856028, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828856118, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828856223, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828856325, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828856420, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828856505, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828856615, "dur":107, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828856724, "dur":1307, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828858034, "dur":1384, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828859418, "dur":1680, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828861098, "dur":1521, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828862619, "dur":1400, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828864019, "dur":1483, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828865503, "dur":1845, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828867348, "dur":1448, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828868796, "dur":1608, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828870404, "dur":1686, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828872090, "dur":1437, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828873527, "dur":1321, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828874848, "dur":1369, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828876217, "dur":1442, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828877659, "dur":1374, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828879033, "dur":1477, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828880510, "dur":1483, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828881994, "dur":1391, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828883385, "dur":1469, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828884854, "dur":1538, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828886392, "dur":1347, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828887739, "dur":1330, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828889070, "dur":1335, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828890405, "dur":1621, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828892026, "dur":1453, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828893479, "dur":1402, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828894881, "dur":1520, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828896402, "dur":1463, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828897865, "dur":1554, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828899419, "dur":528, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828899947, "dur":244, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828900191, "dur":318, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828900548, "dur":1059, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Multiplayer.Center.Common.dll.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828901647, "dur":1069, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Multiplayer.Center.Common.dll (+2 others)" }} +,{ "pid":12345, "tid":7, "ts":1757479828902717, "dur":104, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828902867, "dur":1907, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Multiplayer.Center.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828904819, "dur":648, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Burst.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828905509, "dur":1661, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Burst.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":7, "ts":1757479828907170, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828907305, "dur":3128, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.PerformanceTesting.dll (+2 others)" }} +,{ "pid":12345, "tid":7, "ts":1757479828910434, "dur":133, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828910650, "dur":546, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.PerformanceTesting.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828911232, "dur":1261, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.PerformanceTesting.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":7, "ts":1757479828912493, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828912591, "dur":4470, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828917062, "dur":64, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.dll.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828917133, "dur":73224, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828990357, "dur":6117, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.Core.dll (+pdb)" }} +,{ "pid":12345, "tid":7, "ts":1757479828996475, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828996553, "dur":14052, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.State.dll (+pdb)" }} +,{ "pid":12345, "tid":7, "ts":1757479829010605, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479829010699, "dur":6912, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.ShaderGraph.Utilities.dll (+pdb)" }} +,{ "pid":12345, "tid":7, "ts":1757479829017612, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479829017707, "dur":11651, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.AI.Navigation.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":7, "ts":1757479829029437, "dur":572, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479829030055, "dur":642, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479829030707, "dur":87470, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828837025, "dur":14336, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828851367, "dur":115, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.DiagnosticsModule.dll_2338B6331E4A589D.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828851482, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828851571, "dur":145, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.Physics2DModule.dll_788EC0AD0DD1252A.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828851716, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828851814, "dur":147, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TerrainModule.dll_7EB4E75F718193E6.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828851961, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828852037, "dur":154, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.VFXModule.dll_05C8CFED34CB8739.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828852191, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828852264, "dur":148, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ClusterRendererModule.dll_4190A0BFBFAECF93.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828852412, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828852488, "dur":169, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.HotReloadModule.dll_63177FAB2D86FAFC.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828852658, "dur":66, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828852725, "dur":189, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.AdaptivePerformanceModule.dll_641E8BB24D9C991B.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828852915, "dur":114, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828853037, "dur":124, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TextCoreFontEngineModule.dll_0E20F46DE1E1A65B.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828853162, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828853252, "dur":127, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityCurlModule.dll_14EB62D6C267D167.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828853379, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828853469, "dur":118, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.XRModule.dll_D4462A08249AAAE8.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828853587, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828853688, "dur":150, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Collections.LowLevel.ILSupport.dll_2A5CE0F0450FED37.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828853838, "dur":148, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828853995, "dur":173, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828854173, "dur":115, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828854290, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828854370, "dur":111, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828854502, "dur":128, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828854638, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828854707, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828854808, "dur":109, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828854920, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828855046, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828855160, "dur":130, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828855292, "dur":117, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828855416, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828855513, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828855604, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828855687, "dur":105, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828855794, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828855867, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828855952, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828856035, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828856127, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828856236, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828856332, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828856419, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828856515, "dur":117, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828856641, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828856736, "dur":1305, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828858041, "dur":1403, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828859444, "dur":1673, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828861117, "dur":1525, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828862643, "dur":1406, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828864049, "dur":1509, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828865558, "dur":1827, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828867385, "dur":1458, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828868843, "dur":1621, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828870464, "dur":1693, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828872158, "dur":1431, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828873589, "dur":1317, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828874907, "dur":1384, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828876292, "dur":1427, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828877719, "dur":1370, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828879089, "dur":1501, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828880590, "dur":1458, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828882048, "dur":1383, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828883431, "dur":1474, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828884905, "dur":1543, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828886448, "dur":1364, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828887812, "dur":1321, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828889133, "dur":1346, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828890479, "dur":1636, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828892115, "dur":1467, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828893582, "dur":1403, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828894985, "dur":1525, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828896511, "dur":731, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828897242, "dur":1591, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828898833, "dur":653, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828899486, "dur":213, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828899699, "dur":82, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828899781, "dur":150, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828899931, "dur":266, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828900197, "dur":355, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828900554, "dur":858, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Timeline.dll.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828901457, "dur":1627, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Timeline.dll (+2 others)" }} +,{ "pid":12345, "tid":8, "ts":1757479828903084, "dur":119, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828903247, "dur":921, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Timeline.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828904168, "dur":120, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828904293, "dur":2088, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualStudio.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":8, "ts":1757479828906382, "dur":118, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828906509, "dur":4603, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+2 others)" }} +,{ "pid":12345, "tid":8, "ts":1757479828911113, "dur":199, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828911355, "dur":785, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828912141, "dur":860, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.Shared.dll.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828913031, "dur":1093, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.Shared.dll (+2 others)" }} +,{ "pid":12345, "tid":8, "ts":1757479828914124, "dur":56, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828914200, "dur":75402, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828989605, "dur":5331, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.AI.Navigation.dll (+pdb)" }} +,{ "pid":12345, "tid":8, "ts":1757479828994936, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828995023, "dur":4505, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Burst.dll (+pdb)" }} +,{ "pid":12345, "tid":8, "ts":1757479828999529, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828999616, "dur":3246, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Core.Runtime.dll (+pdb)" }} +,{ "pid":12345, "tid":8, "ts":1757479829002862, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479829002956, "dur":13762, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.Shared.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":8, "ts":1757479829016718, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479829016799, "dur":4856, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Mathematics.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":8, "ts":1757479829021655, "dur":113, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479829021771, "dur":8676, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.Core.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":8, "ts":1757479829030524, "dur":87687, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828837030, "dur":14340, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828851376, "dur":97, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.dll_139664EF1148BEA3.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828851473, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828851568, "dur":142, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.MultiplayerModule.dll_6C13B72F801586DB.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828851710, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828851801, "dur":144, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SubstanceModule.dll_BD28D25607AEE2E1.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828851946, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828852031, "dur":156, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UnityConnectModule.dll_C0AB20643B6FF208.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828852187, "dur":66, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828852256, "dur":143, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ClusterInputModule.dll_40479579ECF7C4CE.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828852399, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828852481, "dur":186, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.HierarchyCoreModule.dll_2F7C47F2C923EECA.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828852667, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828852760, "dur":185, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.PropertiesModule.dll_FFC4A5DF3CDD2051.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828852945, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828853049, "dur":122, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TextCoreTextEngineModule.dll_56092ADF71655F79.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828853171, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828853255, "dur":124, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityTestProtocolModule.dll_7D46FF134A659955.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828853379, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828853462, "dur":122, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.WindModule.dll_5F70C3E0135C03E6.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828853584, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828853679, "dur":140, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Plastic.Newtonsoft.Json.dll_56F11C16920C2AB4.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828853819, "dur":155, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828853980, "dur":224, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.NVIDIAModule.dll_49F2D3B3C857FB89.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828854204, "dur":106, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828854317, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828854387, "dur":116, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828854510, "dur":113, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828854626, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828854697, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828854808, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828854907, "dur":115, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828855087, "dur":112, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828855204, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828855310, "dur":108, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828855424, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828855521, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828855618, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828855709, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828855806, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828855876, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828855961, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828856046, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828856138, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828856241, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828856338, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828856439, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828856529, "dur":119, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828856655, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828856747, "dur":1319, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828858066, "dur":1405, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828859472, "dur":1475, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828860947, "dur":1532, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828862480, "dur":1381, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828863862, "dur":1505, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828865367, "dur":1828, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828867195, "dur":1461, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828868656, "dur":1601, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828870257, "dur":1708, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828871965, "dur":1459, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828873425, "dur":1323, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828874749, "dur":1345, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828876094, "dur":1435, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828877530, "dur":1382, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828878912, "dur":1442, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828880354, "dur":1499, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828881853, "dur":1413, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828883299, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828883366, "dur":1467, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828884833, "dur":1541, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828886374, "dur":1343, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828887717, "dur":1332, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828889050, "dur":1329, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828890379, "dur":1638, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828892017, "dur":1470, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828893487, "dur":1408, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828894895, "dur":1525, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828896420, "dur":734, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828897154, "dur":1571, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828898725, "dur":1208, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828899933, "dur":267, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828900200, "dur":292, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828900496, "dur":654, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.ShaderGraph.Utilities.dll.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828901151, "dur":157, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828901310, "dur":1520, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.ShaderGraph.Utilities.dll (+2 others)" }} +,{ "pid":12345, "tid":9, "ts":1757479828902830, "dur":161, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828903040, "dur":2366, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.2D.Sprite.AIIntegration.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828905446, "dur":755, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.2D.Sprite.AIIntegration.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":9, "ts":1757479828906201, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828906292, "dur":5011, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Timeline.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":9, "ts":1757479828911303, "dur":136, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828911465, "dur":675, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828912140, "dur":1049, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipeline.Universal.ShaderLibrary.dll.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828913225, "dur":759, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+2 others)" }} +,{ "pid":12345, "tid":9, "ts":1757479828913984, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828914079, "dur":75504, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828989591, "dur":3999, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/UnityEngine.UI.dll (+pdb)" }} +,{ "pid":12345, "tid":9, "ts":1757479828993591, "dur":241, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828993848, "dur":4949, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+pdb)" }} +,{ "pid":12345, "tid":9, "ts":1757479828998797, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828998887, "dur":10942, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Core.ShaderLibrary.dll (+pdb)" }} +,{ "pid":12345, "tid":9, "ts":1757479829009829, "dur":155, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479829009988, "dur":6522, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Core.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":9, "ts":1757479829016511, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479829016587, "dur":5802, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Rendering.LightTransport.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":9, "ts":1757479829022390, "dur":100, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479829022493, "dur":7957, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.2D.Sprite.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":9, "ts":1757479829030534, "dur":87654, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828837035, "dur":14350, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828851390, "dur":151, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.EditorToolbarModule.dll_621CCEC35B13C3FF.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828851541, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828851625, "dur":154, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SceneViewModule.dll_51F928846D19D7E2.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828851780, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828851883, "dur":133, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIAutomationModule.dll_761201DEB2FFD5AE.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828852016, "dur":114, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828852133, "dur":123, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ARModule.dll_0CB46753FA7C312F.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828852256, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828852351, "dur":123, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GameCenterModule.dll_D28966A0C9F1BC15.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828852475, "dur":128, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828852606, "dur":125, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.InsightsModule.dll_07C436A676AA1A59.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828852731, "dur":131, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828852865, "dur":159, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ShaderVariantAnalyticsModule.dll_21D14335F6F8B5A4.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828853024, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828853123, "dur":117, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TilemapModule.dll_102C078AEE4D5C34.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828853240, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828853328, "dur":120, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestAudioModule.dll_B4E6D214D3E2A1D4.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828853449, "dur":75, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828853529, "dur":155, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.DSPGraphModule.dll_734ECF7F5E8D9BFB.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828853684, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828853790, "dur":118, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828853911, "dur":177, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828854101, "dur":117, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828854225, "dur":100, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828854337, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828854411, "dur":189, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.CompilationPipeline.Common.dll_F862E2FD6BA6C0C0.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828854600, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828854671, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828854766, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828854861, "dur":104, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828854967, "dur":110, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828855087, "dur":145, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828855243, "dur":134, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828855379, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828855490, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828855589, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828855681, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828855779, "dur":68, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828855850, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828855930, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828856024, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828856105, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828856204, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828856304, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828856401, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828856487, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828856582, "dur":119, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828856703, "dur":1315, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828858018, "dur":1391, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828859409, "dur":1696, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828861106, "dur":1525, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828862631, "dur":1395, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828864026, "dur":1503, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828865529, "dur":1826, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828867355, "dur":1455, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828868810, "dur":1610, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828870420, "dur":1695, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828872115, "dur":1443, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828873558, "dur":1315, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828874873, "dur":1375, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828876248, "dur":1426, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828877675, "dur":1367, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828879042, "dur":1487, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828880529, "dur":1485, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828882014, "dur":1382, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828883397, "dur":1472, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828884870, "dur":1550, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828886420, "dur":1352, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828887772, "dur":1335, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828889108, "dur":1351, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828890459, "dur":1629, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828892088, "dur":1475, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828893563, "dur":1397, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828894961, "dur":1522, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828896483, "dur":714, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828897197, "dur":1574, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828898772, "dur":665, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828899437, "dur":318, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828899802, "dur":138, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828899940, "dur":232, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828900172, "dur":311, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828900488, "dur":923, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.dll.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828901438, "dur":1871, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.dll (+2 others)" }} +,{ "pid":12345, "tid":10, "ts":1757479828903309, "dur":115, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828903473, "dur":565, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828904038, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828904118, "dur":2700, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":10, "ts":1757479828906818, "dur":124, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828906987, "dur":1502, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Shaders.dll (+2 others)" }} +,{ "pid":12345, "tid":10, "ts":1757479828908490, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828908619, "dur":183, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Updater.dll.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828908838, "dur":261, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Collections.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828909129, "dur":1530, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Collections.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":10, "ts":1757479828910659, "dur":193, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828910920, "dur":51, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828911139, "dur":1011, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828912150, "dur":689, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.TextMeshPro.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828912864, "dur":802, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.TextMeshPro.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":10, "ts":1757479828913666, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828913785, "dur":26777, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828940563, "dur":50454, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828991018, "dur":5596, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.GPUDriven.Runtime.dll (+pdb)" }} +,{ "pid":12345, "tid":10, "ts":1757479828996615, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828996702, "dur":4138, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Core.Runtime.Shared.dll (+pdb)" }} +,{ "pid":12345, "tid":10, "ts":1757479829000841, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479829000929, "dur":8792, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Rendering.LightTransport.Runtime.dll (+pdb)" }} +,{ "pid":12345, "tid":10, "ts":1757479829009723, "dur":143, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479829009875, "dur":6224, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.SettingsProvider.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":10, "ts":1757479829016099, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479829016203, "dur":4989, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.CollabProxy.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":10, "ts":1757479829021193, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479829021300, "dur":9015, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.State.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":10, "ts":1757479829030359, "dur":87841, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828837040, "dur":14354, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828851398, "dur":141, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.EmbreeModule.dll_F1E1BBCC6ABAE0DB.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828851540, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828851620, "dur":143, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SceneTemplateModule.dll_85BC3F815A006E37.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828851763, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828851857, "dur":131, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TilemapModule.dll_1DB14EE0893E74EF.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828851988, "dur":75, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828852064, "dur":149, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AIModule.dll_5341A2509D5ED266.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828852213, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828852282, "dur":130, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.CrashReportingModule.dll_46B2EC7768D1E935.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828852412, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828852502, "dur":158, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.IMGUIModule.dll_CEEE8E02F8AB65CD.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828852660, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828852738, "dur":169, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.Physics2DModule.dll_2E74B195F350D70F.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828852907, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828853012, "dur":135, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SubsystemsModule.dll_26633F92B9A939A2.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828853147, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828853236, "dur":116, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityConnectModule.dll_AE0AA47335F7F2B3.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828853352, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828853441, "dur":128, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VideoModule.dll_BB987306F50BED91.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828853569, "dur":62, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828853643, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828853746, "dur":163, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.YamlDotNet.dll_D01CC5A6D0F5DAF9.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828853909, "dur":166, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828854085, "dur":128, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828854223, "dur":129, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828854357, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828854458, "dur":190, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.Cecil.dll_59627543C51E81A1.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828854671, "dur":105, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828854785, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828854879, "dur":106, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828854988, "dur":127, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828855118, "dur":53, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828855174, "dur":113, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828855291, "dur":115, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828855409, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828855499, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828855594, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828855678, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828855772, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828855852, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828855938, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828856019, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828856098, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828856204, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828856305, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828856406, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828856496, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828856601, "dur":110, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828856713, "dur":1299, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828858012, "dur":1388, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828859401, "dur":1664, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828861066, "dur":1527, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828862594, "dur":1379, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828863973, "dur":1490, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828865463, "dur":1841, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828867304, "dur":1462, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828868766, "dur":1602, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828870368, "dur":1700, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828872068, "dur":1437, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828873506, "dur":1321, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828874828, "dur":1376, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828876204, "dur":1432, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828877637, "dur":1374, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828879011, "dur":1456, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828880467, "dur":1485, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828881952, "dur":1406, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828883358, "dur":1471, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828884829, "dur":1551, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828886381, "dur":1345, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828887726, "dur":1332, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828889058, "dur":1303, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828890361, "dur":1645, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828892006, "dur":1454, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828893460, "dur":1403, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828894863, "dur":1521, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828896385, "dur":1413, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828897798, "dur":1568, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828899366, "dur":392, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828899759, "dur":136, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828899895, "dur":300, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828900195, "dur":292, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828900494, "dur":755, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Searcher.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828901291, "dur":2736, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Searcher.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":11, "ts":1757479828904028, "dur":134, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828904167, "dur":77, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Searcher.Editor.ref.dll_188082AF4C893B1A.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828904244, "dur":105, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828904353, "dur":348, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.PerformanceTesting.dll.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828904736, "dur":634, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Burst.CodeGen.dll.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828905407, "dur":1629, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Burst.CodeGen.dll (+2 others)" }} +,{ "pid":12345, "tid":11, "ts":1757479828907036, "dur":102, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828907143, "dur":1662, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.2D.Sprite.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":11, "ts":1757479828908806, "dur":123, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828908934, "dur":1596, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Updater.dll (+2 others)" }} +,{ "pid":12345, "tid":11, "ts":1757479828910530, "dur":194, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828910731, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828910988, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828911087, "dur":1064, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828912151, "dur":699, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828912851, "dur":440, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Core.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828913321, "dur":1679, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Core.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":11, "ts":1757479828915077, "dur":127, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Flow.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828915210, "dur":875, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Flow.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":11, "ts":1757479828916133, "dur":94, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.State.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828916233, "dur":346, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.State.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":11, "ts":1757479828916600, "dur":57, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Shared.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828916662, "dur":185, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Shared.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":11, "ts":1757479828916873, "dur":72773, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828989647, "dur":7429, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.Flow.dll (+pdb)" }} +,{ "pid":12345, "tid":11, "ts":1757479828997077, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828997150, "dur":4424, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.PerformanceTesting.dll (+pdb)" }} +,{ "pid":12345, "tid":11, "ts":1757479829001574, "dur":639, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479829002228, "dur":12485, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/UnityEditor.UI.dll (+pdb)" }} +,{ "pid":12345, "tid":11, "ts":1757479829014714, "dur":130, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479829014848, "dur":5925, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.PlasticSCM.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":11, "ts":1757479829020773, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479829020850, "dur":9081, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.PlasticSCM.Editor.Entities.dll (+pdb)" }} +,{ "pid":12345, "tid":11, "ts":1757479829029932, "dur":61, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479829030026, "dur":484, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479829030544, "dur":87682, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828837045, "dur":14357, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828851404, "dur":136, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.GIModule.dll_AD0F59CECD9086B5.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828851540, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828851616, "dur":147, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SafeModeModule.dll_72E6AB956861F353.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828851764, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828851859, "dur":129, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TreeModule.dll_23AD0A7361E5AF91.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828851988, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828852083, "dur":143, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AndroidJNIModule.dll_A83C1C8603B0CB24.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828852227, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828852309, "dur":132, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.dll_463AABC76FBC4B88.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828852441, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828852542, "dur":134, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.InputLegacyModule.dll_837685507179BFD9.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828852676, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828852771, "dur":123, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll_532B9929C68EE5D8.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828852945, "dur":147, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SpriteMaskModule.dll_BBB5D930EB61518F.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828853092, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828853181, "dur":134, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UIElementsModule.dll_2AA1A0FABCD57599.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828853315, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828853397, "dur":131, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestTextureModule.dll_611725854B2C7A29.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828853528, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828853618, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828853714, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.Antlr3.Runtime.dll_8189EC8801BEEB18.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828853885, "dur":142, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828854034, "dur":160, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828854196, "dur":157, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.Unsafe.dll_283D5FC3BD6A67A2.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828854353, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828854438, "dur":186, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.Cecil.Mdb.dll_F5791B14F366A51E.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828854624, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828854699, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828854799, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828854894, "dur":102, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828855006, "dur":57, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828855065, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828855158, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828855267, "dur":123, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828855392, "dur":100, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828855505, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828855579, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828855666, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828855749, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828855834, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828855914, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828856002, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828856084, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828856182, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828856279, "dur":105, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828856386, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828856472, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828856559, "dur":114, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828856677, "dur":1325, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828858003, "dur":1388, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828859391, "dur":1683, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828861074, "dur":1534, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828862609, "dur":1382, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828863991, "dur":1490, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828865482, "dur":1829, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828867311, "dur":1447, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828868758, "dur":1602, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828870360, "dur":1699, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828872059, "dur":1440, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828873500, "dur":1321, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828874822, "dur":1373, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828876195, "dur":1421, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828877616, "dur":1377, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828878993, "dur":1453, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828880447, "dur":1492, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828881940, "dur":1405, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828883345, "dur":1471, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828884816, "dur":1546, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828886362, "dur":1350, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828887712, "dur":1323, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828889035, "dur":1331, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828890366, "dur":1631, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828891997, "dur":1473, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828893471, "dur":1414, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828894886, "dur":1531, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828896417, "dur":714, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828897131, "dur":1571, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828898702, "dur":1231, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828899934, "dur":232, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828900175, "dur":53, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828900232, "dur":435, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828900667, "dur":694, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.PlasticSCM.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828901408, "dur":6247, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.PlasticSCM.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":12, "ts":1757479828907656, "dur":156, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828907933, "dur":111, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualStudio.Editor.ref.dll_F37C0F1BA2EC04B9.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828908088, "dur":298, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Collections.CodeGen.dll.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828908415, "dur":1818, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Collections.CodeGen.dll (+2 others)" }} +,{ "pid":12345, "tid":12, "ts":1757479828910233, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828910326, "dur":2086, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPP-Configuration Library/ilpp-configuration.nevergeneratedoutput" }} +,{ "pid":12345, "tid":12, "ts":1757479828912454, "dur":875, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828988360, "dur":260, "ph":"X", "name": "EmitNodeFinish", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828913502, "dur":75130, "ph":"X", "name": "ILPP-Configuration", "args": { "detail":"Library/ilpp-configuration.nevergeneratedoutput" }} +,{ "pid":12345, "tid":12, "ts":1757479828989583, "dur":4958, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Universal.2D.Runtime.dll (+pdb)" }} +,{ "pid":12345, "tid":12, "ts":1757479828994542, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828994630, "dur":5284, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.TextMeshPro.dll (+pdb)" }} +,{ "pid":12345, "tid":12, "ts":1757479828999914, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828999985, "dur":9487, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.InputSystem.ForUI.dll (+pdb)" }} +,{ "pid":12345, "tid":12, "ts":1757479829009473, "dur":263, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829009751, "dur":5574, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.InputSystem.DocCodeSamples.dll (+pdb)" }} +,{ "pid":12345, "tid":12, "ts":1757479829015325, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829015393, "dur":8334, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.AI.Navigation.Updater.dll (+pdb)" }} +,{ "pid":12345, "tid":12, "ts":1757479829023727, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829024375, "dur":52, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829024431, "dur":55, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829024548, "dur":56, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829024609, "dur":58, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829024678, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829024760, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829024851, "dur":58, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829024968, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829025077, "dur":54, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829025184, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829025268, "dur":62, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829025335, "dur":60, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829025441, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829025518, "dur":214, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829025762, "dur":54, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829025868, "dur":55, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829025927, "dur":55, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829025986, "dur":58, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829026137, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829026421, "dur":59, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829026486, "dur":124, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829026631, "dur":59, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829026694, "dur":56, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829026895, "dur":59, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829026960, "dur":59, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829027026, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829027428, "dur":55, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829027769, "dur":52, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829028149, "dur":51, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829028204, "dur":53, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829028917, "dur":121, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829029101, "dur":642, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829029814, "dur":671, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829030513, "dur":87669, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1757479829120386, "dur":425, "ph":"X", "name": "ProfilerWriteOutput" } , \ No newline at end of file diff --git a/Library/Bee/fullprofile.json b/Library/Bee/fullprofile.json index a5f96a45..8bc0bdea 100644 --- a/Library/Bee/fullprofile.json +++ b/Library/Bee/fullprofile.json @@ -8,2022 +8,1853 @@ "traceEvents":[ { "pid": 22412, "tid": -1, "ph": "M", "name": "process_name", "args": { "name": "BeeDriver" } }, { "pid": 22412, "tid": -1, "ph": "M", "name": "process_sort_index", "args": { "sort_index": "-2" } }, -{ "pid": 22412, "tid": 51, "ph": "M", "name": "thread_name", "args": { "name": "Thread Pool Worker" } }, -{ "pid": 22412, "tid": 51, "ts": 1757471350363633, "dur": 251, "ph": "X", "name": "ChromeTraceHeader", "args": {} }, -{ "pid": 22412, "tid": 51, "ts": 1757471350365463, "dur": 336, "ph": "X", "name": "Thread Pool Worker", "args": {} }, +{ "pid": 22412, "tid": 15, "ph": "M", "name": "thread_name", "args": { "name": "Thread Pool Worker" } }, +{ "pid": 22412, "tid": 15, "ts": 1757479829126667, "dur": 314, "ph": "X", "name": "ChromeTraceHeader", "args": {} }, +{ "pid": 22412, "tid": 15, "ts": 1757479829129000, "dur": 397, "ph": "X", "name": "Thread Pool Worker", "args": {} }, { "pid": 22412, "tid": 1, "ph": "M", "name": "thread_name", "args": { "name": "" } }, -{ "pid": 22412, "tid": 1, "ts": 1757471349803412, "dur": 5638, "ph": "X", "name": "b__0", "args": {} }, -{ "pid": 22412, "tid": 1, "ts": 1757471349809052, "dur": 120323, "ph": "X", "name": "b__0", "args": {} }, -{ "pid": 22412, "tid": 1, "ts": 1757471349929381, "dur": 68727, "ph": "X", "name": "WriteJson", "args": {} }, -{ "pid": 22412, "tid": 51, "ts": 1757471350365801, "dur": 5, "ph": "X", "name": "", "args": {} }, +{ "pid": 22412, "tid": 1, "ts": 1757479828838438, "dur": 4331, "ph": "X", "name": "b__0", "args": {} }, +{ "pid": 22412, "tid": 1, "ts": 1757479828842771, "dur": 72388, "ph": "X", "name": "b__0", "args": {} }, +{ "pid": 22412, "tid": 1, "ts": 1757479828915165, "dur": 21877, "ph": "X", "name": "WriteJson", "args": {} }, +{ "pid": 22412, "tid": 15, "ts": 1757479829129400, "dur": 16, "ph": "X", "name": "", "args": {} }, { "pid": 22412, "tid": 12884901888, "ph": "M", "name": "thread_name", "args": { "name": "ReadEntireBinlogFromIpcAsync" } }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349801928, "dur": 975, "ph": "X", "name": "WaitForConnectionAsync", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349802904, "dur": 556833, "ph": "X", "name": "UpdateFromStreamAsync", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349803757, "dur": 2579, "ph": "X", "name": "ReadAsync 0", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349806341, "dur": 908, "ph": "X", "name": "ProcessMessages 56", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349807250, "dur": 9227, "ph": "X", "name": "ReadAsync 56", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349816485, "dur": 476, "ph": "X", "name": "ProcessMessages 6372", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349816963, "dur": 33, "ph": "X", "name": "ReadAsync 6372", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349816999, "dur": 4, "ph": "X", "name": "ProcessMessages 8166", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817003, "dur": 75, "ph": "X", "name": "ReadAsync 8166", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817084, "dur": 1, "ph": "X", "name": "ProcessMessages 2315", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817086, "dur": 25, "ph": "X", "name": "ReadAsync 2315", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817113, "dur": 1, "ph": "X", "name": "ProcessMessages 1416", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817115, "dur": 36, "ph": "X", "name": "ReadAsync 1416", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817152, "dur": 1, "ph": "X", "name": "ProcessMessages 1539", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817154, "dur": 21, "ph": "X", "name": "ReadAsync 1539", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817177, "dur": 48, "ph": "X", "name": "ReadAsync 946", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817226, "dur": 1, "ph": "X", "name": "ProcessMessages 2339", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817228, "dur": 26, "ph": "X", "name": "ReadAsync 2339", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817258, "dur": 45, "ph": "X", "name": "ReadAsync 1122", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817305, "dur": 25, "ph": "X", "name": "ReadAsync 771", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817332, "dur": 32, "ph": "X", "name": "ReadAsync 2322", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817366, "dur": 22, "ph": "X", "name": "ReadAsync 1384", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817391, "dur": 47, "ph": "X", "name": "ReadAsync 1143", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817440, "dur": 14, "ph": "X", "name": "ReadAsync 1195", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817455, "dur": 24, "ph": "X", "name": "ReadAsync 1224", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817482, "dur": 53, "ph": "X", "name": "ReadAsync 1058", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817535, "dur": 1, "ph": "X", "name": "ProcessMessages 2374", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817537, "dur": 41, "ph": "X", "name": "ReadAsync 2374", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817580, "dur": 22, "ph": "X", "name": "ReadAsync 2022", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817604, "dur": 32, "ph": "X", "name": "ReadAsync 1113", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817637, "dur": 1, "ph": "X", "name": "ProcessMessages 1097", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817639, "dur": 25, "ph": "X", "name": "ReadAsync 1097", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817665, "dur": 1, "ph": "X", "name": "ProcessMessages 1006", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817666, "dur": 68, "ph": "X", "name": "ReadAsync 1006", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817736, "dur": 25, "ph": "X", "name": "ProcessMessages 414", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817762, "dur": 162, "ph": "X", "name": "ReadAsync 414", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349817927, "dur": 306, "ph": "X", "name": "ReadAsync 284", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349818258, "dur": 1, "ph": "X", "name": "ProcessMessages 1777", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349818260, "dur": 38, "ph": "X", "name": "ReadAsync 1777", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349818300, "dur": 27, "ph": "X", "name": "ReadAsync 1585", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349818328, "dur": 1, "ph": "X", "name": "ProcessMessages 907", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349818330, "dur": 26, "ph": "X", "name": "ReadAsync 907", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349818357, "dur": 28, "ph": "X", "name": "ReadAsync 609", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349818387, "dur": 1, "ph": "X", "name": "ProcessMessages 1066", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349818388, "dur": 28, "ph": "X", "name": "ReadAsync 1066", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349818419, "dur": 174, "ph": "X", "name": "ReadAsync 314", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349818595, "dur": 26, "ph": "X", "name": "ReadAsync 1528", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349818623, "dur": 151, "ph": "X", "name": "ReadAsync 1172", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349818776, "dur": 23, "ph": "X", "name": "ReadAsync 1332", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349818801, "dur": 69, "ph": "X", "name": "ReadAsync 608", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349818872, "dur": 1, "ph": "X", "name": "ProcessMessages 2406", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349818873, "dur": 23, "ph": "X", "name": "ReadAsync 2406", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349818924, "dur": 22, "ph": "X", "name": "ReadAsync 1226", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349818952, "dur": 1, "ph": "X", "name": "ProcessMessages 1341", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349818954, "dur": 22, "ph": "X", "name": "ReadAsync 1341", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349818977, "dur": 220, "ph": "X", "name": "ReadAsync 275", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349819200, "dur": 15, "ph": "X", "name": "ReadAsync 1745", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349819216, "dur": 23, "ph": "X", "name": "ReadAsync 1387", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349819241, "dur": 45, "ph": "X", "name": "ReadAsync 668", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349819287, "dur": 1, "ph": "X", "name": "ProcessMessages 1913", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349819288, "dur": 22, "ph": "X", "name": "ReadAsync 1913", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349819312, "dur": 51, "ph": "X", "name": "ReadAsync 878", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349819364, "dur": 1, "ph": "X", "name": "ProcessMessages 1441", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349819366, "dur": 27, "ph": "X", "name": "ReadAsync 1441", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349819396, "dur": 45, "ph": "X", "name": "ReadAsync 1027", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349819442, "dur": 1, "ph": "X", "name": "ProcessMessages 1681", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349819444, "dur": 17, "ph": "X", "name": "ReadAsync 1681", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349819462, "dur": 60, "ph": "X", "name": "ReadAsync 624", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349819524, "dur": 1, "ph": "X", "name": "ProcessMessages 2411", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349819525, "dur": 19, "ph": "X", "name": "ReadAsync 2411", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349819546, "dur": 21, "ph": "X", "name": "ReadAsync 381", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349819569, "dur": 23, "ph": "X", "name": "ReadAsync 919", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349819594, "dur": 69, "ph": "X", "name": "ReadAsync 845", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349819663, "dur": 1, "ph": "X", "name": "ProcessMessages 2240", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349819665, "dur": 260, "ph": "X", "name": "ReadAsync 2240", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349819926, "dur": 1, "ph": "X", "name": "ProcessMessages 4120", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349819928, "dur": 36, "ph": "X", "name": "ReadAsync 4120", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349820002, "dur": 1, "ph": "X", "name": "ProcessMessages 1354", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349820004, "dur": 38, "ph": "X", "name": "ReadAsync 1354", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349820043, "dur": 1, "ph": "X", "name": "ProcessMessages 2405", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349820070, "dur": 25, "ph": "X", "name": "ReadAsync 2405", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349820096, "dur": 1, "ph": "X", "name": "ProcessMessages 2629", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349820098, "dur": 25, "ph": "X", "name": "ReadAsync 2629", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349820125, "dur": 28, "ph": "X", "name": "ReadAsync 736", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349820154, "dur": 1, "ph": "X", "name": "ProcessMessages 1647", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349820156, "dur": 19, "ph": "X", "name": "ReadAsync 1647", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349820177, "dur": 1, "ph": "X", "name": "ProcessMessages 694", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349820179, "dur": 113, "ph": "X", "name": "ReadAsync 694", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349820294, "dur": 1, "ph": "X", "name": "ProcessMessages 1354", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349820323, "dur": 92362, "ph": "X", "name": "ReadAsync 1354", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349912782, "dur": 88, "ph": "X", "name": "ProcessMessages 8157", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471349912898, "dur": 89883, "ph": "X", "name": "ReadAsync 8157", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350002788, "dur": 4, "ph": "X", "name": "ProcessMessages 8172", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350002794, "dur": 44, "ph": "X", "name": "ReadAsync 8172", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350002839, "dur": 1, "ph": "X", "name": "ProcessMessages 1608", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350002844, "dur": 52, "ph": "X", "name": "ReadAsync 1608", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350002898, "dur": 1, "ph": "X", "name": "ProcessMessages 1486", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350002900, "dur": 42, "ph": "X", "name": "ReadAsync 1486", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350002944, "dur": 1, "ph": "X", "name": "ProcessMessages 658", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350002946, "dur": 24, "ph": "X", "name": "ReadAsync 658", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350002974, "dur": 45, "ph": "X", "name": "ReadAsync 826", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003030, "dur": 1, "ph": "X", "name": "ProcessMessages 1305", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003033, "dur": 48, "ph": "X", "name": "ReadAsync 1305", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003101, "dur": 1, "ph": "X", "name": "ProcessMessages 1883", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003104, "dur": 32, "ph": "X", "name": "ReadAsync 1883", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003137, "dur": 1, "ph": "X", "name": "ProcessMessages 1771", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003139, "dur": 27, "ph": "X", "name": "ReadAsync 1771", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003169, "dur": 72, "ph": "X", "name": "ReadAsync 1275", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003242, "dur": 2, "ph": "X", "name": "ProcessMessages 2040", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003247, "dur": 251, "ph": "X", "name": "ReadAsync 2040", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003499, "dur": 1, "ph": "X", "name": "ProcessMessages 2320", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003501, "dur": 29, "ph": "X", "name": "ReadAsync 2320", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003533, "dur": 29, "ph": "X", "name": "ReadAsync 703", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003564, "dur": 1, "ph": "X", "name": "ProcessMessages 1577", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003566, "dur": 25, "ph": "X", "name": "ReadAsync 1577", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003593, "dur": 28, "ph": "X", "name": "ReadAsync 748", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003625, "dur": 1, "ph": "X", "name": "ProcessMessages 1244", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003628, "dur": 27, "ph": "X", "name": "ReadAsync 1244", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003659, "dur": 1, "ph": "X", "name": "ProcessMessages 1026", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003661, "dur": 34, "ph": "X", "name": "ReadAsync 1026", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003697, "dur": 35, "ph": "X", "name": "ReadAsync 1328", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003734, "dur": 2, "ph": "X", "name": "ProcessMessages 1073", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003737, "dur": 39, "ph": "X", "name": "ReadAsync 1073", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003801, "dur": 23, "ph": "X", "name": "ReadAsync 949", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003825, "dur": 1, "ph": "X", "name": "ProcessMessages 2398", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003826, "dur": 19, "ph": "X", "name": "ReadAsync 2398", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003848, "dur": 25, "ph": "X", "name": "ReadAsync 973", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003874, "dur": 25, "ph": "X", "name": "ReadAsync 912", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003901, "dur": 30, "ph": "X", "name": "ReadAsync 1014", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003934, "dur": 34, "ph": "X", "name": "ReadAsync 1047", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003970, "dur": 1, "ph": "X", "name": "ProcessMessages 1791", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350003972, "dur": 29, "ph": "X", "name": "ReadAsync 1791", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004003, "dur": 1, "ph": "X", "name": "ProcessMessages 1127", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004004, "dur": 43, "ph": "X", "name": "ReadAsync 1127", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004061, "dur": 1, "ph": "X", "name": "ProcessMessages 1807", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004063, "dur": 23, "ph": "X", "name": "ReadAsync 1807", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004088, "dur": 2, "ph": "X", "name": "ProcessMessages 1610", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004091, "dur": 38, "ph": "X", "name": "ReadAsync 1610", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004133, "dur": 28, "ph": "X", "name": "ReadAsync 1132", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004165, "dur": 7, "ph": "X", "name": "ProcessMessages 1011", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004173, "dur": 33, "ph": "X", "name": "ReadAsync 1011", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004210, "dur": 25, "ph": "X", "name": "ReadAsync 1280", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004236, "dur": 1, "ph": "X", "name": "ProcessMessages 1140", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004239, "dur": 25, "ph": "X", "name": "ReadAsync 1140", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004265, "dur": 1, "ph": "X", "name": "ProcessMessages 584", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004269, "dur": 20, "ph": "X", "name": "ReadAsync 584", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004294, "dur": 1, "ph": "X", "name": "ProcessMessages 921", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004296, "dur": 24, "ph": "X", "name": "ReadAsync 921", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004331, "dur": 25, "ph": "X", "name": "ReadAsync 777", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004360, "dur": 30, "ph": "X", "name": "ReadAsync 1694", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004393, "dur": 29, "ph": "X", "name": "ReadAsync 1022", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004423, "dur": 1, "ph": "X", "name": "ProcessMessages 1371", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004426, "dur": 30, "ph": "X", "name": "ReadAsync 1371", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004459, "dur": 162, "ph": "X", "name": "ReadAsync 621", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004625, "dur": 2, "ph": "X", "name": "ProcessMessages 1489", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004629, "dur": 118, "ph": "X", "name": "ReadAsync 1489", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004747, "dur": 2, "ph": "X", "name": "ProcessMessages 3751", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004750, "dur": 24, "ph": "X", "name": "ReadAsync 3751", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004775, "dur": 1, "ph": "X", "name": "ProcessMessages 845", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004777, "dur": 24, "ph": "X", "name": "ReadAsync 845", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004802, "dur": 1, "ph": "X", "name": "ProcessMessages 900", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004804, "dur": 31, "ph": "X", "name": "ReadAsync 900", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004836, "dur": 1, "ph": "X", "name": "ProcessMessages 858", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004838, "dur": 33, "ph": "X", "name": "ReadAsync 858", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350004872, "dur": 217, "ph": "X", "name": "ReadAsync 240", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350005092, "dur": 236, "ph": "X", "name": "ReadAsync 705", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350005330, "dur": 1, "ph": "X", "name": "ProcessMessages 490", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350005340, "dur": 120, "ph": "X", "name": "ReadAsync 490", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350005462, "dur": 135, "ph": "X", "name": "ReadAsync 347", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350005600, "dur": 182, "ph": "X", "name": "ReadAsync 819", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350005796, "dur": 128, "ph": "X", "name": "ReadAsync 535", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350005925, "dur": 45, "ph": "X", "name": "ReadAsync 368", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350005974, "dur": 199, "ph": "X", "name": "ReadAsync 822", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350006174, "dur": 1, "ph": "X", "name": "ProcessMessages 430", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350006176, "dur": 163, "ph": "X", "name": "ReadAsync 430", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350006341, "dur": 131, "ph": "X", "name": "ReadAsync 272", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350006474, "dur": 1, "ph": "X", "name": "ProcessMessages 714", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350006477, "dur": 263, "ph": "X", "name": "ReadAsync 714", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350006740, "dur": 1, "ph": "X", "name": "ProcessMessages 732", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350006742, "dur": 165, "ph": "X", "name": "ReadAsync 732", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350006910, "dur": 179, "ph": "X", "name": "ReadAsync 484", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350007091, "dur": 136, "ph": "X", "name": "ReadAsync 332", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350007229, "dur": 1, "ph": "X", "name": "ProcessMessages 816", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350007231, "dur": 338, "ph": "X", "name": "ReadAsync 816", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350007570, "dur": 1, "ph": "X", "name": "ProcessMessages 789", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350007572, "dur": 307, "ph": "X", "name": "ReadAsync 789", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350007881, "dur": 172, "ph": "X", "name": "ReadAsync 529", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350008056, "dur": 23, "ph": "X", "name": "ReadAsync 641", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350008081, "dur": 185, "ph": "X", "name": "ReadAsync 334", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350008269, "dur": 45, "ph": "X", "name": "ReadAsync 530", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350008316, "dur": 1, "ph": "X", "name": "ProcessMessages 834", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350008317, "dur": 212, "ph": "X", "name": "ReadAsync 834", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350008532, "dur": 2, "ph": "X", "name": "ProcessMessages 918", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350008534, "dur": 213, "ph": "X", "name": "ReadAsync 918", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350008748, "dur": 1, "ph": "X", "name": "ProcessMessages 816", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350008749, "dur": 226, "ph": "X", "name": "ReadAsync 816", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350008978, "dur": 135, "ph": "X", "name": "ReadAsync 484", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350009114, "dur": 148, "ph": "X", "name": "ReadAsync 320", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350009265, "dur": 207, "ph": "X", "name": "ReadAsync 762", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350009475, "dur": 12, "ph": "X", "name": "ProcessMessages 433", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350009488, "dur": 186, "ph": "X", "name": "ReadAsync 433", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350009679, "dur": 19, "ph": "X", "name": "ReadAsync 741", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350009700, "dur": 199, "ph": "X", "name": "ReadAsync 317", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350009900, "dur": 1, "ph": "X", "name": "ProcessMessages 870", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350009901, "dur": 20, "ph": "X", "name": "ReadAsync 870", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350009923, "dur": 1, "ph": "X", "name": "ProcessMessages 349", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350009925, "dur": 217, "ph": "X", "name": "ReadAsync 349", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350010143, "dur": 1, "ph": "X", "name": "ProcessMessages 1626", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350010145, "dur": 30, "ph": "X", "name": "ReadAsync 1626", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350010177, "dur": 1, "ph": "X", "name": "ProcessMessages 891", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350010178, "dur": 207, "ph": "X", "name": "ReadAsync 891", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350010388, "dur": 199, "ph": "X", "name": "ReadAsync 753", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350010589, "dur": 158, "ph": "X", "name": "ReadAsync 487", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350010749, "dur": 45, "ph": "X", "name": "ReadAsync 1451", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350010796, "dur": 231, "ph": "X", "name": "ReadAsync 768", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350011029, "dur": 171, "ph": "X", "name": "ReadAsync 505", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350011202, "dur": 175, "ph": "X", "name": "ReadAsync 308", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350011379, "dur": 1, "ph": "X", "name": "ProcessMessages 1193", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350011380, "dur": 25, "ph": "X", "name": "ReadAsync 1193", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350011407, "dur": 1, "ph": "X", "name": "ProcessMessages 1035", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350011410, "dur": 32, "ph": "X", "name": "ReadAsync 1035", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350011444, "dur": 174, "ph": "X", "name": "ReadAsync 472", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350011619, "dur": 235, "ph": "X", "name": "ReadAsync 816", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350011857, "dur": 208, "ph": "X", "name": "ReadAsync 837", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350012066, "dur": 2, "ph": "X", "name": "ProcessMessages 1474", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350012069, "dur": 27, "ph": "X", "name": "ReadAsync 1474", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350012098, "dur": 1, "ph": "X", "name": "ProcessMessages 1072", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350012099, "dur": 44, "ph": "X", "name": "ReadAsync 1072", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350012145, "dur": 1, "ph": "X", "name": "ProcessMessages 178", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350012147, "dur": 175, "ph": "X", "name": "ReadAsync 178", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350012323, "dur": 26, "ph": "X", "name": "ReadAsync 1482", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350012352, "dur": 19, "ph": "X", "name": "ReadAsync 964", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350012374, "dur": 246, "ph": "X", "name": "ReadAsync 302", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350012622, "dur": 221, "ph": "X", "name": "ReadAsync 801", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350012845, "dur": 167, "ph": "X", "name": "ReadAsync 798", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350013013, "dur": 251, "ph": "X", "name": "ReadAsync 819", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350013267, "dur": 17, "ph": "X", "name": "ReadAsync 995", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350013286, "dur": 178, "ph": "X", "name": "ReadAsync 299", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350013465, "dur": 1, "ph": "X", "name": "ProcessMessages 855", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350013467, "dur": 172, "ph": "X", "name": "ReadAsync 855", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350013641, "dur": 183, "ph": "X", "name": "ReadAsync 556", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350013826, "dur": 17, "ph": "X", "name": "ReadAsync 556", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350013845, "dur": 191, "ph": "X", "name": "ReadAsync 350", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350014038, "dur": 25, "ph": "X", "name": "ReadAsync 707", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350014065, "dur": 138, "ph": "X", "name": "ReadAsync 148", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350014206, "dur": 29, "ph": "X", "name": "ReadAsync 329", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350014237, "dur": 1, "ph": "X", "name": "ProcessMessages 909", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350014239, "dur": 352, "ph": "X", "name": "ReadAsync 909", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350014593, "dur": 206, "ph": "X", "name": "ReadAsync 957", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350014801, "dur": 1, "ph": "X", "name": "ProcessMessages 936", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350014802, "dur": 201, "ph": "X", "name": "ReadAsync 936", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350015005, "dur": 173, "ph": "X", "name": "ReadAsync 595", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350015181, "dur": 604, "ph": "X", "name": "ReadAsync 377", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350015786, "dur": 1, "ph": "X", "name": "ProcessMessages 2550", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350015787, "dur": 179, "ph": "X", "name": "ReadAsync 2550", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350015967, "dur": 163, "ph": "X", "name": "ReadAsync 520", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350016137, "dur": 25, "ph": "X", "name": "ReadAsync 607", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350016163, "dur": 1, "ph": "X", "name": "ProcessMessages 643", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350016165, "dur": 181, "ph": "X", "name": "ReadAsync 643", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350016347, "dur": 171, "ph": "X", "name": "ReadAsync 966", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350016520, "dur": 176, "ph": "X", "name": "ReadAsync 577", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350016700, "dur": 31, "ph": "X", "name": "ReadAsync 605", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350016733, "dur": 199, "ph": "X", "name": "ReadAsync 657", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350016933, "dur": 1, "ph": "X", "name": "ProcessMessages 951", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350016935, "dur": 176, "ph": "X", "name": "ReadAsync 951", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350017112, "dur": 1, "ph": "X", "name": "ProcessMessages 849", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350017114, "dur": 215, "ph": "X", "name": "ReadAsync 849", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350017331, "dur": 189, "ph": "X", "name": "ReadAsync 861", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350017521, "dur": 187, "ph": "X", "name": "ReadAsync 559", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350017710, "dur": 1, "ph": "X", "name": "ProcessMessages 681", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350017712, "dur": 27, "ph": "X", "name": "ReadAsync 681", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350017740, "dur": 1, "ph": "X", "name": "ProcessMessages 895", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350017742, "dur": 29, "ph": "X", "name": "ReadAsync 895", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350017772, "dur": 1, "ph": "X", "name": "ProcessMessages 929", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350017774, "dur": 25, "ph": "X", "name": "ReadAsync 929", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350017802, "dur": 203, "ph": "X", "name": "ReadAsync 257", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350018006, "dur": 1, "ph": "X", "name": "ProcessMessages 1055", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350018008, "dur": 22, "ph": "X", "name": "ReadAsync 1055", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350018032, "dur": 26, "ph": "X", "name": "ReadAsync 980", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350018060, "dur": 308, "ph": "X", "name": "ReadAsync 263", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350018369, "dur": 1, "ph": "X", "name": "ProcessMessages 215", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350018372, "dur": 222, "ph": "X", "name": "ReadAsync 215", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350018595, "dur": 267, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350018864, "dur": 26, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350018891, "dur": 1, "ph": "X", "name": "ProcessMessages 192", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350018893, "dur": 71, "ph": "X", "name": "ReadAsync 192", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350018965, "dur": 59, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350019027, "dur": 23, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350019052, "dur": 69, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350019122, "dur": 58, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350019184, "dur": 83, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350019269, "dur": 64, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350019335, "dur": 30, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350019368, "dur": 33, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350019406, "dur": 75, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350019483, "dur": 70, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350019556, "dur": 69, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350019627, "dur": 24, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350019654, "dur": 50, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350019707, "dur": 51, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350019761, "dur": 24, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350019787, "dur": 69, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350019857, "dur": 33, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350019893, "dur": 30, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350019924, "dur": 55, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350019982, "dur": 26, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350020011, "dur": 51, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350020063, "dur": 67, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350020133, "dur": 55, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350020189, "dur": 1, "ph": "X", "name": "ProcessMessages 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350020191, "dur": 55, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350020248, "dur": 1, "ph": "X", "name": "ProcessMessages 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350020250, "dur": 31, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350020283, "dur": 24, "ph": "X", "name": "ReadAsync 28", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350020309, "dur": 110, "ph": "X", "name": "ReadAsync 20", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350020420, "dur": 26, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350020447, "dur": 26, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350020475, "dur": 56, "ph": "X", "name": "ReadAsync 28", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350020534, "dur": 78, "ph": "X", "name": "ReadAsync 36", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350020616, "dur": 68, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350020686, "dur": 48, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350020736, "dur": 25, "ph": "X", "name": "ReadAsync 76", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350020762, "dur": 1, "ph": "X", "name": "ProcessMessages 20", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350020764, "dur": 90, "ph": "X", "name": "ReadAsync 20", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350020857, "dur": 98, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350020956, "dur": 1, "ph": "X", "name": "ProcessMessages 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350020959, "dur": 23, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350020985, "dur": 27, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350021014, "dur": 114, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350021130, "dur": 30, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350021164, "dur": 74, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350021240, "dur": 33, "ph": "X", "name": "ReadAsync 92", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350021276, "dur": 73, "ph": "X", "name": "ReadAsync 36", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350021352, "dur": 95, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350021450, "dur": 69, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350021520, "dur": 70, "ph": "X", "name": "ReadAsync 80", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350021593, "dur": 50, "ph": "X", "name": "ReadAsync 60", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350021645, "dur": 77, "ph": "X", "name": "ReadAsync 20", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350021724, "dur": 83, "ph": "X", "name": "ReadAsync 80", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350021809, "dur": 1, "ph": "X", "name": "ProcessMessages 96", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350021810, "dur": 69, "ph": "X", "name": "ReadAsync 96", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350021881, "dur": 83, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350021966, "dur": 40, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022009, "dur": 29, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022040, "dur": 76, "ph": "X", "name": "ReadAsync 96", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022118, "dur": 37, "ph": "X", "name": "ReadAsync 80", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022158, "dur": 25, "ph": "X", "name": "ReadAsync 60", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022184, "dur": 65, "ph": "X", "name": "ReadAsync 4", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022251, "dur": 28, "ph": "X", "name": "ReadAsync 80", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022282, "dur": 27, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022312, "dur": 62, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022376, "dur": 32, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022411, "dur": 41, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022454, "dur": 35, "ph": "X", "name": "ReadAsync 60", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022492, "dur": 28, "ph": "X", "name": "ReadAsync 4", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022522, "dur": 70, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022594, "dur": 62, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022661, "dur": 82, "ph": "X", "name": "ReadAsync 96", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022744, "dur": 28, "ph": "X", "name": "ReadAsync 96", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022775, "dur": 21, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022798, "dur": 36, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022835, "dur": 1, "ph": "X", "name": "ProcessMessages 60", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022837, "dur": 24, "ph": "X", "name": "ReadAsync 60", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022862, "dur": 8, "ph": "X", "name": "ProcessMessages 36", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022872, "dur": 26, "ph": "X", "name": "ReadAsync 36", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022900, "dur": 42, "ph": "X", "name": "ReadAsync 44", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350022944, "dur": 75, "ph": "X", "name": "ReadAsync 84", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023021, "dur": 56, "ph": "X", "name": "ReadAsync 112", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023078, "dur": 1, "ph": "X", "name": "ProcessMessages 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023080, "dur": 36, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023118, "dur": 32, "ph": "X", "name": "ReadAsync 96", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023152, "dur": 23, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023178, "dur": 27, "ph": "X", "name": "ReadAsync 76", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023207, "dur": 47, "ph": "X", "name": "ReadAsync 36", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023255, "dur": 28, "ph": "X", "name": "ReadAsync 96", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023288, "dur": 73, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023363, "dur": 19, "ph": "X", "name": "ReadAsync 96", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023384, "dur": 25, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023411, "dur": 59, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023470, "dur": 1, "ph": "X", "name": "ProcessMessages 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023473, "dur": 29, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023504, "dur": 27, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023532, "dur": 29, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023562, "dur": 37, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023601, "dur": 29, "ph": "X", "name": "ReadAsync 76", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023639, "dur": 26, "ph": "X", "name": "ReadAsync 36", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023668, "dur": 67, "ph": "X", "name": "ReadAsync 112", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023737, "dur": 83, "ph": "X", "name": "ReadAsync 128", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023822, "dur": 25, "ph": "X", "name": "ReadAsync 112", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023851, "dur": 28, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023881, "dur": 22, "ph": "X", "name": "ReadAsync 96", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023905, "dur": 32, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023940, "dur": 28, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023970, "dur": 23, "ph": "X", "name": "ReadAsync 80", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350023995, "dur": 70, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350024067, "dur": 25, "ph": "X", "name": "ReadAsync 144", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350024094, "dur": 26, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350024122, "dur": 26, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350024150, "dur": 51, "ph": "X", "name": "ReadAsync 80", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350024203, "dur": 29, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350024234, "dur": 25, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350024263, "dur": 49, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350024313, "dur": 22, "ph": "X", "name": "ReadAsync 92", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350024336, "dur": 65, "ph": "X", "name": "ReadAsync 52", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350024404, "dur": 26, "ph": "X", "name": "ReadAsync 112", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350024431, "dur": 53, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350024486, "dur": 23, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350024511, "dur": 30, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350024542, "dur": 17, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350024561, "dur": 17, "ph": "X", "name": "ReadAsync 28", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350024580, "dur": 55, "ph": "X", "name": "ReadAsync 36", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350024637, "dur": 94, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350024733, "dur": 11243, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350035979, "dur": 277, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350036258, "dur": 2129, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350038389, "dur": 189, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350038582, "dur": 288, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350038874, "dur": 164, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350039039, "dur": 3370, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350042413, "dur": 16645, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350059074, "dur": 1, "ph": "X", "name": "ProcessMessages 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350059076, "dur": 31, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350059110, "dur": 328, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350059443, "dur": 2, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350059446, "dur": 1142, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350060591, "dur": 72, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350060666, "dur": 73, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350060742, "dur": 91, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350060836, "dur": 1141, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350061980, "dur": 459, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350062442, "dur": 134, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350062578, "dur": 162, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350062746, "dur": 155, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350062903, "dur": 151, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350063056, "dur": 181, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350063239, "dur": 154, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350063395, "dur": 157, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350063554, "dur": 82, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350063638, "dur": 105, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350063745, "dur": 52, "ph": "X", "name": "ReadAsync 44", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350063800, "dur": 217, "ph": "X", "name": "ReadAsync 4", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350064018, "dur": 310, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350064334, "dur": 99, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350064435, "dur": 96, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350064535, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350064538, "dur": 284, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350064825, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350064827, "dur": 1616, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350066445, "dur": 167, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350066613, "dur": 194, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350066810, "dur": 220, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350067033, "dur": 134, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350067169, "dur": 123, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350067294, "dur": 32, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350067327, "dur": 161, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350067491, "dur": 24, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350067516, "dur": 4, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350067522, "dur": 99, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350067623, "dur": 266, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350067892, "dur": 126, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350068019, "dur": 35, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350068056, "dur": 104, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350068162, "dur": 208, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350068427, "dur": 65, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350068493, "dur": 3, "ph": "X", "name": "ProcessMessages 28", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350068497, "dur": 40, "ph": "X", "name": "ReadAsync 28", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350068539, "dur": 540, "ph": "X", "name": "ReadAsync 20", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350069080, "dur": 1, "ph": "X", "name": "ProcessMessages 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350069082, "dur": 135, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350069219, "dur": 224, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350069445, "dur": 105, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350069552, "dur": 36, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350069589, "dur": 3, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350069592, "dur": 76, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350069670, "dur": 69, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350069741, "dur": 114, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350069857, "dur": 43, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350069902, "dur": 141, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350070045, "dur": 143, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350070190, "dur": 193, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350070385, "dur": 135, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350070521, "dur": 155, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350070680, "dur": 68, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350070749, "dur": 37, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350070792, "dur": 26, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350070820, "dur": 72, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350070895, "dur": 236, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350071133, "dur": 198, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350071335, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350071338, "dur": 296, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350071635, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350071637, "dur": 76, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350071716, "dur": 74, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350071792, "dur": 237, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350072030, "dur": 84, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350072116, "dur": 20, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350072137, "dur": 3, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350072141, "dur": 131, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350072274, "dur": 28, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350072303, "dur": 75, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350072381, "dur": 165, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350072548, "dur": 427, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350072980, "dur": 25, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350073007, "dur": 77, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350073087, "dur": 47, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350073137, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350073139, "dur": 547, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350073688, "dur": 286, "ph": "X", "name": "ProcessMessages 20", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350073974, "dur": 29, "ph": "X", "name": "ReadAsync 20", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350074006, "dur": 88, "ph": "X", "name": "ReadAsync 160", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350074096, "dur": 461, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350074559, "dur": 109, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350074670, "dur": 97, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350074769, "dur": 20, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350074791, "dur": 31, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350074823, "dur": 120, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350074945, "dur": 246, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350075193, "dur": 210, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350075405, "dur": 50, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350075456, "dur": 23, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350075480, "dur": 112, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350075598, "dur": 257, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350075857, "dur": 65, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350075924, "dur": 63, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350075989, "dur": 75, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350076067, "dur": 55, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350076123, "dur": 60, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350076185, "dur": 288, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350076475, "dur": 76, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350076553, "dur": 171, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350076726, "dur": 293, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350077020, "dur": 1, "ph": "X", "name": "ProcessMessages 20", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350077021, "dur": 69423, "ph": "X", "name": "ReadAsync 20", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350146448, "dur": 1, "ph": "X", "name": "ProcessMessages 8192", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350146450, "dur": 61, "ph": "X", "name": "ReadAsync 8192", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350146515, "dur": 1, "ph": "X", "name": "ProcessMessages 8192", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350146517, "dur": 50, "ph": "X", "name": "ReadAsync 8192", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350146569, "dur": 47, "ph": "X", "name": "ReadAsync 8192", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350146677, "dur": 40, "ph": "X", "name": "ReadAsync 4075", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350146720, "dur": 46, "ph": "X", "name": "ReadAsync 8192", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350146769, "dur": 53, "ph": "X", "name": "ReadAsync 8192", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350146822, "dur": 1099, "ph": "X", "name": "ProcessMessages 6577", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350147923, "dur": 3456, "ph": "X", "name": "ReadAsync 6577", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350151383, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350151386, "dur": 916, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350152304, "dur": 1238, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350153581, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350153585, "dur": 67, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350153655, "dur": 985, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350154644, "dur": 2, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350154648, "dur": 1059, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350155710, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350155712, "dur": 1401, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350157117, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350157119, "dur": 863, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350158009, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350158011, "dur": 492, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350158506, "dur": 556, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350159064, "dur": 567, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350159645, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350159648, "dur": 367, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350160018, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350160020, "dur": 727, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350160750, "dur": 1736, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350162490, "dur": 744, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350163238, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350163241, "dur": 260, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350163504, "dur": 1962, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350165469, "dur": 697, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350166174, "dur": 3, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350166178, "dur": 1003, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350167186, "dur": 254, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350167442, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350167445, "dur": 272, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350167719, "dur": 461, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350168182, "dur": 323, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350168507, "dur": 1756, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350170268, "dur": 172, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350170443, "dur": 485, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350170930, "dur": 150, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350171084, "dur": 10, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350171096, "dur": 1762, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350172864, "dur": 677, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350173543, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350173545, "dur": 1476, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350175022, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350175024, "dur": 510, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350175560, "dur": 142, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350175706, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350175709, "dur": 57, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350175768, "dur": 140, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350175910, "dur": 135, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350176047, "dur": 224, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350176273, "dur": 1, "ph": "X", "name": "ProcessMessages 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350176275, "dur": 284, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350176562, "dur": 1, "ph": "X", "name": "ProcessMessages 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350176564, "dur": 122, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350176689, "dur": 153, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350176844, "dur": 150, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350176997, "dur": 92, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350177092, "dur": 102, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350177196, "dur": 152, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350177350, "dur": 5, "ph": "X", "name": "ProcessMessages 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350177356, "dur": 147, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350177505, "dur": 76, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350177582, "dur": 75, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350177659, "dur": 49, "ph": "X", "name": "ReadAsync 44", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350177711, "dur": 15, "ph": "X", "name": "ProcessMessages 4", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350177728, "dur": 33, "ph": "X", "name": "ReadAsync 4", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350177763, "dur": 546, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350178310, "dur": 1, "ph": "X", "name": "ProcessMessages 192", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350178311, "dur": 94, "ph": "X", "name": "ReadAsync 192", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350178407, "dur": 165, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350178576, "dur": 1, "ph": "X", "name": "ProcessMessages 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350178578, "dur": 51, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350178633, "dur": 89, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350178724, "dur": 25, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350178750, "dur": 159, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350178913, "dur": 171, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350179089, "dur": 194, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350179285, "dur": 173, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350179460, "dur": 121, "ph": "X", "name": "ReadAsync 80", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350179587, "dur": 1, "ph": "X", "name": "ProcessMessages 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350179590, "dur": 123, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350179715, "dur": 114, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350179832, "dur": 74, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350179907, "dur": 29, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350179938, "dur": 74, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350180014, "dur": 136, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350180153, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350180156, "dur": 64, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350180224, "dur": 117, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350180342, "dur": 185, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350180530, "dur": 175, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350180709, "dur": 188, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350180901, "dur": 76, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350181003, "dur": 120, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350181142, "dur": 145, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350181290, "dur": 65, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350181356, "dur": 100, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350181458, "dur": 23, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350181483, "dur": 238, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350181723, "dur": 184, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350181909, "dur": 122, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350182033, "dur": 67316, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350249356, "dur": 18, "ph": "X", "name": "ProcessMessages 365", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350249376, "dur": 2096, "ph": "X", "name": "ReadAsync 365", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350251474, "dur": 1, "ph": "X", "name": "ProcessMessages 20", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350251476, "dur": 102620, "ph": "X", "name": "ReadAsync 20", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350354101, "dur": 1, "ph": "X", "name": "ProcessMessages 8192", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350354103, "dur": 32, "ph": "X", "name": "ReadAsync 8192", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350354138, "dur": 22, "ph": "X", "name": "ReadAsync 8192", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350354163, "dur": 19, "ph": "X", "name": "ReadAsync 8192", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350354184, "dur": 19, "ph": "X", "name": "ReadAsync 8192", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350354205, "dur": 11, "ph": "X", "name": "ProcessMessages 5817", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350354217, "dur": 2171, "ph": "X", "name": "ReadAsync 5817", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350356389, "dur": 1, "ph": "X", "name": "ProcessMessages 40", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350356391, "dur": 1092, "ph": "X", "name": "ReadAsync 40", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350357484, "dur": 11, "ph": "X", "name": "ProcessMessages 108", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350357496, "dur": 141, "ph": "X", "name": "ReadAsync 108", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350357638, "dur": 150, "ph": "X", "name": "ProcessMessages 25", "args": {} }, -{ "pid": 22412, "tid": 12884901888, "ts": 1757471350357790, "dur": 1680, "ph": "X", "name": "ReadAsync 25", "args": {} }, -{ "pid": 22412, "tid": 51, "ts": 1757471350365807, "dur": 535, "ph": "X", "name": "ReadEntireBinlogFromIpcAsync", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828837505, "dur": 168, "ph": "X", "name": "WaitForConnectionAsync", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828837674, "dur": 283294, "ph": "X", "name": "UpdateFromStreamAsync", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828838225, "dur": 2297, "ph": "X", "name": "ReadAsync 0", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828840527, "dur": 846, "ph": "X", "name": "ProcessMessages 8116", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828841374, "dur": 36, "ph": "X", "name": "ReadAsync 8116", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828841423, "dur": 3, "ph": "X", "name": "ProcessMessages 8182", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828841428, "dur": 33, "ph": "X", "name": "ReadAsync 8182", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828841462, "dur": 1, "ph": "X", "name": "ProcessMessages 1921", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828841464, "dur": 29, "ph": "X", "name": "ReadAsync 1921", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828841495, "dur": 567, "ph": "X", "name": "ReadAsync 1330", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828842064, "dur": 3, "ph": "X", "name": "ProcessMessages 8119", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828842067, "dur": 29, "ph": "X", "name": "ReadAsync 8119", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828842107, "dur": 1, "ph": "X", "name": "ProcessMessages 1080", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828842109, "dur": 40, "ph": "X", "name": "ReadAsync 1080", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828842152, "dur": 26, "ph": "X", "name": "ReadAsync 1778", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828842180, "dur": 24, "ph": "X", "name": "ReadAsync 1176", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828842207, "dur": 20, "ph": "X", "name": "ReadAsync 1010", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828842229, "dur": 28, "ph": "X", "name": "ReadAsync 902", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828842259, "dur": 41, "ph": "X", "name": "ReadAsync 1221", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828842305, "dur": 1, "ph": "X", "name": "ProcessMessages 1175", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828842306, "dur": 35, "ph": "X", "name": "ReadAsync 1175", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828842342, "dur": 1, "ph": "X", "name": "ProcessMessages 1552", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828842344, "dur": 39, "ph": "X", "name": "ReadAsync 1552", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828842384, "dur": 1, "ph": "X", "name": "ProcessMessages 1627", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828842385, "dur": 25, "ph": "X", "name": "ReadAsync 1627", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828842414, "dur": 20, "ph": "X", "name": "ReadAsync 732", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828842436, "dur": 1, "ph": "X", "name": "ProcessMessages 600", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828842437, "dur": 48, "ph": "X", "name": "ReadAsync 600", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828842487, "dur": 1, "ph": "X", "name": "ProcessMessages 1157", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828842489, "dur": 40, "ph": "X", "name": "ReadAsync 1157", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828842531, "dur": 36, "ph": "X", "name": "ReadAsync 1511", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828842569, "dur": 849, "ph": "X", "name": "ReadAsync 1067", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828843420, "dur": 3, "ph": "X", "name": "ProcessMessages 8166", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828843424, "dur": 38, "ph": "X", "name": "ReadAsync 8166", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828843464, "dur": 1, "ph": "X", "name": "ProcessMessages 1675", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828843466, "dur": 20, "ph": "X", "name": "ReadAsync 1675", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828843488, "dur": 21, "ph": "X", "name": "ReadAsync 513", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828843516, "dur": 20, "ph": "X", "name": "ReadAsync 564", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828843537, "dur": 1, "ph": "X", "name": "ProcessMessages 884", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828843539, "dur": 27, "ph": "X", "name": "ReadAsync 884", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828843568, "dur": 23, "ph": "X", "name": "ReadAsync 383", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828843596, "dur": 20, "ph": "X", "name": "ReadAsync 834", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828843617, "dur": 120, "ph": "X", "name": "ReadAsync 549", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828843738, "dur": 1, "ph": "X", "name": "ProcessMessages 2366", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828843739, "dur": 35, "ph": "X", "name": "ReadAsync 2366", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828843777, "dur": 24, "ph": "X", "name": "ReadAsync 766", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828843804, "dur": 24, "ph": "X", "name": "ReadAsync 668", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828843829, "dur": 22, "ph": "X", "name": "ReadAsync 673", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828843853, "dur": 22, "ph": "X", "name": "ReadAsync 898", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828843877, "dur": 27, "ph": "X", "name": "ReadAsync 609", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828843905, "dur": 32, "ph": "X", "name": "ReadAsync 930", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828843938, "dur": 1, "ph": "X", "name": "ProcessMessages 936", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828843940, "dur": 27, "ph": "X", "name": "ReadAsync 936", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828843969, "dur": 36, "ph": "X", "name": "ReadAsync 633", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844009, "dur": 1, "ph": "X", "name": "ProcessMessages 1068", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844011, "dur": 27, "ph": "X", "name": "ReadAsync 1068", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844040, "dur": 26, "ph": "X", "name": "ReadAsync 568", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844068, "dur": 22, "ph": "X", "name": "ReadAsync 827", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844092, "dur": 28, "ph": "X", "name": "ReadAsync 702", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844122, "dur": 27, "ph": "X", "name": "ReadAsync 767", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844161, "dur": 24, "ph": "X", "name": "ReadAsync 832", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844190, "dur": 41, "ph": "X", "name": "ReadAsync 597", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844233, "dur": 2, "ph": "X", "name": "ProcessMessages 1013", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844236, "dur": 23, "ph": "X", "name": "ReadAsync 1013", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844261, "dur": 16, "ph": "X", "name": "ReadAsync 713", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844278, "dur": 21, "ph": "X", "name": "ReadAsync 354", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844301, "dur": 27, "ph": "X", "name": "ReadAsync 312", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844330, "dur": 26, "ph": "X", "name": "ReadAsync 1137", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844358, "dur": 1, "ph": "X", "name": "ProcessMessages 791", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844359, "dur": 77, "ph": "X", "name": "ReadAsync 791", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844438, "dur": 22, "ph": "X", "name": "ReadAsync 1127", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844462, "dur": 15, "ph": "X", "name": "ReadAsync 613", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844478, "dur": 14, "ph": "X", "name": "ReadAsync 303", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844494, "dur": 30, "ph": "X", "name": "ReadAsync 542", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844526, "dur": 19, "ph": "X", "name": "ReadAsync 1165", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844546, "dur": 45, "ph": "X", "name": "ReadAsync 370", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844593, "dur": 19, "ph": "X", "name": "ReadAsync 1227", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844614, "dur": 23, "ph": "X", "name": "ReadAsync 597", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844638, "dur": 25, "ph": "X", "name": "ReadAsync 542", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844665, "dur": 18, "ph": "X", "name": "ReadAsync 1033", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844685, "dur": 17, "ph": "X", "name": "ReadAsync 513", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844703, "dur": 51, "ph": "X", "name": "ReadAsync 508", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844757, "dur": 1, "ph": "X", "name": "ProcessMessages 1501", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844758, "dur": 34, "ph": "X", "name": "ReadAsync 1501", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844793, "dur": 1, "ph": "X", "name": "ProcessMessages 1100", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844794, "dur": 19, "ph": "X", "name": "ReadAsync 1100", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844815, "dur": 22, "ph": "X", "name": "ReadAsync 739", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844839, "dur": 20, "ph": "X", "name": "ReadAsync 746", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844861, "dur": 27, "ph": "X", "name": "ReadAsync 674", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844890, "dur": 25, "ph": "X", "name": "ReadAsync 777", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844916, "dur": 1, "ph": "X", "name": "ProcessMessages 1081", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844918, "dur": 25, "ph": "X", "name": "ReadAsync 1081", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828844955, "dur": 57, "ph": "X", "name": "ReadAsync 807", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845013, "dur": 1, "ph": "X", "name": "ProcessMessages 1785", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845014, "dur": 28, "ph": "X", "name": "ReadAsync 1785", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845045, "dur": 40, "ph": "X", "name": "ReadAsync 1741", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845086, "dur": 1, "ph": "X", "name": "ProcessMessages 1239", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845088, "dur": 29, "ph": "X", "name": "ReadAsync 1239", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845119, "dur": 67, "ph": "X", "name": "ReadAsync 1181", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845187, "dur": 1, "ph": "X", "name": "ProcessMessages 2602", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845189, "dur": 25, "ph": "X", "name": "ReadAsync 2602", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845217, "dur": 37, "ph": "X", "name": "ReadAsync 469", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845256, "dur": 20, "ph": "X", "name": "ReadAsync 1334", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845279, "dur": 20, "ph": "X", "name": "ReadAsync 724", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845301, "dur": 25, "ph": "X", "name": "ReadAsync 397", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845326, "dur": 1, "ph": "X", "name": "ProcessMessages 972", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845328, "dur": 21, "ph": "X", "name": "ReadAsync 972", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845351, "dur": 18, "ph": "X", "name": "ReadAsync 611", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845370, "dur": 18, "ph": "X", "name": "ReadAsync 511", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845390, "dur": 26, "ph": "X", "name": "ReadAsync 715", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845419, "dur": 38, "ph": "X", "name": "ReadAsync 853", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845458, "dur": 23, "ph": "X", "name": "ReadAsync 1285", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845483, "dur": 23, "ph": "X", "name": "ReadAsync 976", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845508, "dur": 20, "ph": "X", "name": "ReadAsync 595", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845530, "dur": 29, "ph": "X", "name": "ReadAsync 737", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845561, "dur": 25, "ph": "X", "name": "ReadAsync 1004", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845588, "dur": 26, "ph": "X", "name": "ReadAsync 1098", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845615, "dur": 16, "ph": "X", "name": "ReadAsync 858", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845634, "dur": 17, "ph": "X", "name": "ReadAsync 984", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845653, "dur": 15, "ph": "X", "name": "ReadAsync 410", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845669, "dur": 19, "ph": "X", "name": "ReadAsync 674", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845689, "dur": 23, "ph": "X", "name": "ReadAsync 974", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845714, "dur": 36, "ph": "X", "name": "ReadAsync 722", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845753, "dur": 210, "ph": "X", "name": "ReadAsync 1080", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845964, "dur": 2, "ph": "X", "name": "ProcessMessages 7068", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845967, "dur": 25, "ph": "X", "name": "ReadAsync 7068", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828845995, "dur": 26, "ph": "X", "name": "ReadAsync 711", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846023, "dur": 25, "ph": "X", "name": "ReadAsync 702", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846054, "dur": 24, "ph": "X", "name": "ReadAsync 1002", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846080, "dur": 24, "ph": "X", "name": "ReadAsync 841", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846105, "dur": 27, "ph": "X", "name": "ReadAsync 860", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846142, "dur": 29, "ph": "X", "name": "ReadAsync 837", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846190, "dur": 22, "ph": "X", "name": "ReadAsync 571", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846213, "dur": 1, "ph": "X", "name": "ProcessMessages 1792", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846215, "dur": 26, "ph": "X", "name": "ReadAsync 1792", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846243, "dur": 31, "ph": "X", "name": "ReadAsync 816", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846276, "dur": 1, "ph": "X", "name": "ProcessMessages 1093", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846278, "dur": 31, "ph": "X", "name": "ReadAsync 1093", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846312, "dur": 28, "ph": "X", "name": "ReadAsync 998", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846344, "dur": 25, "ph": "X", "name": "ReadAsync 966", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846372, "dur": 27, "ph": "X", "name": "ReadAsync 679", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846406, "dur": 1, "ph": "X", "name": "ProcessMessages 1436", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846408, "dur": 26, "ph": "X", "name": "ReadAsync 1436", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846444, "dur": 23, "ph": "X", "name": "ReadAsync 1152", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846478, "dur": 1, "ph": "X", "name": "ProcessMessages 868", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846479, "dur": 22, "ph": "X", "name": "ReadAsync 868", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846503, "dur": 30, "ph": "X", "name": "ReadAsync 1117", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846535, "dur": 1, "ph": "X", "name": "ProcessMessages 805", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846537, "dur": 41, "ph": "X", "name": "ReadAsync 805", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846579, "dur": 1, "ph": "X", "name": "ProcessMessages 1660", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846582, "dur": 47, "ph": "X", "name": "ReadAsync 1660", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846631, "dur": 28, "ph": "X", "name": "ReadAsync 478", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846661, "dur": 1, "ph": "X", "name": "ProcessMessages 1566", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846662, "dur": 27, "ph": "X", "name": "ReadAsync 1566", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846691, "dur": 20, "ph": "X", "name": "ReadAsync 823", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846713, "dur": 23, "ph": "X", "name": "ReadAsync 659", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846738, "dur": 23, "ph": "X", "name": "ReadAsync 624", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846764, "dur": 19, "ph": "X", "name": "ReadAsync 403", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846784, "dur": 17, "ph": "X", "name": "ReadAsync 752", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846802, "dur": 22, "ph": "X", "name": "ReadAsync 500", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846826, "dur": 34, "ph": "X", "name": "ReadAsync 623", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846862, "dur": 26, "ph": "X", "name": "ReadAsync 1625", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846890, "dur": 17, "ph": "X", "name": "ReadAsync 801", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846909, "dur": 26, "ph": "X", "name": "ReadAsync 477", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846936, "dur": 1, "ph": "X", "name": "ProcessMessages 942", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846937, "dur": 32, "ph": "X", "name": "ReadAsync 942", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846971, "dur": 1, "ph": "X", "name": "ProcessMessages 923", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828846972, "dur": 26, "ph": "X", "name": "ReadAsync 923", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847023, "dur": 24, "ph": "X", "name": "ReadAsync 1074", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847050, "dur": 27, "ph": "X", "name": "ReadAsync 1048", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847078, "dur": 41, "ph": "X", "name": "ReadAsync 919", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847122, "dur": 34, "ph": "X", "name": "ReadAsync 643", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847157, "dur": 1, "ph": "X", "name": "ProcessMessages 1622", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847160, "dur": 26, "ph": "X", "name": "ReadAsync 1622", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847189, "dur": 24, "ph": "X", "name": "ReadAsync 808", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847214, "dur": 1, "ph": "X", "name": "ProcessMessages 824", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847216, "dur": 29, "ph": "X", "name": "ReadAsync 824", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847245, "dur": 1, "ph": "X", "name": "ProcessMessages 655", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847247, "dur": 17, "ph": "X", "name": "ReadAsync 655", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847265, "dur": 45, "ph": "X", "name": "ReadAsync 144", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847312, "dur": 76, "ph": "X", "name": "ReadAsync 705", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847389, "dur": 26, "ph": "X", "name": "ReadAsync 837", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847416, "dur": 19, "ph": "X", "name": "ReadAsync 526", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847437, "dur": 66, "ph": "X", "name": "ReadAsync 293", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847505, "dur": 47, "ph": "X", "name": "ReadAsync 903", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847554, "dur": 99, "ph": "X", "name": "ReadAsync 822", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847655, "dur": 16, "ph": "X", "name": "ReadAsync 1138", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847673, "dur": 45, "ph": "X", "name": "ReadAsync 278", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847720, "dur": 41, "ph": "X", "name": "ReadAsync 732", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847763, "dur": 61, "ph": "X", "name": "ReadAsync 816", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847827, "dur": 1, "ph": "X", "name": "ProcessMessages 816", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847829, "dur": 45, "ph": "X", "name": "ReadAsync 816", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847876, "dur": 120, "ph": "X", "name": "ReadAsync 789", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847997, "dur": 1, "ph": "X", "name": "ProcessMessages 1899", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828847998, "dur": 27, "ph": "X", "name": "ReadAsync 1899", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848027, "dur": 18, "ph": "X", "name": "ReadAsync 613", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848046, "dur": 50, "ph": "X", "name": "ReadAsync 356", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848099, "dur": 58, "ph": "X", "name": "ReadAsync 918", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848159, "dur": 50, "ph": "X", "name": "ReadAsync 816", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848212, "dur": 69, "ph": "X", "name": "ReadAsync 804", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848283, "dur": 42, "ph": "X", "name": "ReadAsync 762", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848327, "dur": 104, "ph": "X", "name": "ReadAsync 714", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848433, "dur": 22, "ph": "X", "name": "ReadAsync 1349", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848456, "dur": 20, "ph": "X", "name": "ReadAsync 577", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848478, "dur": 49, "ph": "X", "name": "ReadAsync 70", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848528, "dur": 1, "ph": "X", "name": "ProcessMessages 1148", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848529, "dur": 26, "ph": "X", "name": "ReadAsync 1148", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848558, "dur": 36, "ph": "X", "name": "ReadAsync 815", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848595, "dur": 51, "ph": "X", "name": "ReadAsync 554", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848648, "dur": 47, "ph": "X", "name": "ReadAsync 753", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848697, "dur": 1, "ph": "X", "name": "ProcessMessages 1113", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848698, "dur": 25, "ph": "X", "name": "ReadAsync 1113", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848725, "dur": 1, "ph": "X", "name": "ProcessMessages 966", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848726, "dur": 21, "ph": "X", "name": "ReadAsync 966", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848755, "dur": 68, "ph": "X", "name": "ReadAsync 627", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848825, "dur": 25, "ph": "X", "name": "ReadAsync 813", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848852, "dur": 28, "ph": "X", "name": "ReadAsync 514", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848882, "dur": 23, "ph": "X", "name": "ReadAsync 1020", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848906, "dur": 22, "ph": "X", "name": "ReadAsync 855", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828848929, "dur": 46, "ph": "X", "name": "ReadAsync 311", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849020, "dur": 17, "ph": "X", "name": "ReadAsync 816", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849039, "dur": 66, "ph": "X", "name": "ReadAsync 837", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849105, "dur": 1, "ph": "X", "name": "ProcessMessages 1351", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849107, "dur": 26, "ph": "X", "name": "ReadAsync 1351", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849135, "dur": 21, "ph": "X", "name": "ReadAsync 1003", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849159, "dur": 57, "ph": "X", "name": "ReadAsync 370", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849223, "dur": 1, "ph": "X", "name": "ProcessMessages 1227", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849225, "dur": 35, "ph": "X", "name": "ReadAsync 1227", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849261, "dur": 1, "ph": "X", "name": "ProcessMessages 1436", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849263, "dur": 24, "ph": "X", "name": "ReadAsync 1436", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849288, "dur": 50, "ph": "X", "name": "ReadAsync 85", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849340, "dur": 56, "ph": "X", "name": "ReadAsync 801", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849397, "dur": 47, "ph": "X", "name": "ReadAsync 798", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849446, "dur": 49, "ph": "X", "name": "ReadAsync 819", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849496, "dur": 1, "ph": "X", "name": "ProcessMessages 1109", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849497, "dur": 33, "ph": "X", "name": "ReadAsync 1109", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849532, "dur": 22, "ph": "X", "name": "ReadAsync 282", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849556, "dur": 17, "ph": "X", "name": "ReadAsync 750", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849575, "dur": 47, "ph": "X", "name": "ReadAsync 8", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849624, "dur": 55, "ph": "X", "name": "ReadAsync 909", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849682, "dur": 53, "ph": "X", "name": "ReadAsync 891", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849736, "dur": 5, "ph": "X", "name": "ProcessMessages 834", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849741, "dur": 50, "ph": "X", "name": "ReadAsync 834", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849793, "dur": 49, "ph": "X", "name": "ReadAsync 921", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849844, "dur": 18, "ph": "X", "name": "ReadAsync 863", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849863, "dur": 48, "ph": "X", "name": "ReadAsync 94", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849913, "dur": 47, "ph": "X", "name": "ReadAsync 936", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828849961, "dur": 58, "ph": "X", "name": "ReadAsync 972", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850021, "dur": 50, "ph": "X", "name": "ReadAsync 861", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850072, "dur": 48, "ph": "X", "name": "ReadAsync 849", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850122, "dur": 56, "ph": "X", "name": "ReadAsync 840", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850180, "dur": 68, "ph": "X", "name": "ReadAsync 858", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850249, "dur": 55, "ph": "X", "name": "ReadAsync 912", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850306, "dur": 43, "ph": "X", "name": "ReadAsync 966", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850354, "dur": 52, "ph": "X", "name": "ReadAsync 918", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850407, "dur": 58, "ph": "X", "name": "ReadAsync 921", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850467, "dur": 98, "ph": "X", "name": "ReadAsync 951", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850575, "dur": 1, "ph": "X", "name": "ProcessMessages 1366", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850578, "dur": 26, "ph": "X", "name": "ReadAsync 1366", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850607, "dur": 30, "ph": "X", "name": "ReadAsync 551", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850638, "dur": 55, "ph": "X", "name": "ReadAsync 705", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850702, "dur": 1, "ph": "X", "name": "ProcessMessages 1409", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850704, "dur": 31, "ph": "X", "name": "ReadAsync 1409", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850736, "dur": 1, "ph": "X", "name": "ProcessMessages 979", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850737, "dur": 27, "ph": "X", "name": "ReadAsync 979", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850766, "dur": 32, "ph": "X", "name": "ReadAsync 21", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850800, "dur": 28, "ph": "X", "name": "ReadAsync 658", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850829, "dur": 1, "ph": "X", "name": "ProcessMessages 875", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850830, "dur": 25, "ph": "X", "name": "ReadAsync 875", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850858, "dur": 25, "ph": "X", "name": "ReadAsync 702", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850886, "dur": 32, "ph": "X", "name": "ReadAsync 63", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828850919, "dur": 204, "ph": "X", "name": "ReadAsync 215", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828851125, "dur": 122, "ph": "X", "name": "ProcessMessages 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828851247, "dur": 23, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828851272, "dur": 59, "ph": "X", "name": "ReadAsync 176", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828851335, "dur": 134, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828851473, "dur": 55, "ph": "X", "name": "ReadAsync 96", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828851530, "dur": 47, "ph": "X", "name": "ReadAsync 44", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828851579, "dur": 114, "ph": "X", "name": "ReadAsync 52", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828851697, "dur": 44, "ph": "X", "name": "ReadAsync 112", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828851744, "dur": 1, "ph": "X", "name": "ProcessMessages 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828851745, "dur": 35, "ph": "X", "name": "ReadAsync 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828851781, "dur": 3, "ph": "X", "name": "ProcessMessages 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828851785, "dur": 135, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828851992, "dur": 27, "ph": "X", "name": "ReadAsync 112", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828852020, "dur": 121, "ph": "X", "name": "ReadAsync 80", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828852142, "dur": 1, "ph": "X", "name": "ProcessMessages 112", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828852144, "dur": 43, "ph": "X", "name": "ReadAsync 112", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828852190, "dur": 68, "ph": "X", "name": "ReadAsync 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828852262, "dur": 2, "ph": "X", "name": "ProcessMessages 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828852264, "dur": 116, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828852386, "dur": 54, "ph": "X", "name": "ReadAsync 96", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828852441, "dur": 2, "ph": "X", "name": "ProcessMessages 64", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828852443, "dur": 160, "ph": "X", "name": "ReadAsync 64", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828852642, "dur": 1, "ph": "X", "name": "ProcessMessages 80", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828852645, "dur": 30, "ph": "X", "name": "ReadAsync 80", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828852676, "dur": 2, "ph": "X", "name": "ProcessMessages 92", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828852697, "dur": 22, "ph": "X", "name": "ReadAsync 92", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828852721, "dur": 1, "ph": "X", "name": "ProcessMessages 36", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828852724, "dur": 104, "ph": "X", "name": "ReadAsync 36", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828852888, "dur": 30, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828853008, "dur": 1, "ph": "X", "name": "ProcessMessages 144", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828853022, "dur": 34, "ph": "X", "name": "ReadAsync 144", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828853064, "dur": 78, "ph": "X", "name": "ReadAsync 80", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828853147, "dur": 1, "ph": "X", "name": "ProcessMessages 128", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828853149, "dur": 72, "ph": "X", "name": "ReadAsync 128", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828853222, "dur": 6, "ph": "X", "name": "ProcessMessages 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828853258, "dur": 43, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828853305, "dur": 57, "ph": "X", "name": "ReadAsync 112", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828853363, "dur": 1, "ph": "X", "name": "ProcessMessages 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828853366, "dur": 54, "ph": "X", "name": "ReadAsync 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828853440, "dur": 52, "ph": "X", "name": "ReadAsync 64", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828853493, "dur": 7, "ph": "X", "name": "ProcessMessages 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828853501, "dur": 33, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828853537, "dur": 153, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828853692, "dur": 33, "ph": "X", "name": "ProcessMessages 108", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828853726, "dur": 65, "ph": "X", "name": "ReadAsync 108", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828853809, "dur": 1, "ph": "X", "name": "ProcessMessages 116", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828853847, "dur": 207, "ph": "X", "name": "ReadAsync 116", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828854057, "dur": 37, "ph": "X", "name": "ReadAsync 192", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828854095, "dur": 1, "ph": "X", "name": "ProcessMessages 224", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828854096, "dur": 30, "ph": "X", "name": "ReadAsync 224", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828854128, "dur": 47, "ph": "X", "name": "ReadAsync 28", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828854177, "dur": 1, "ph": "X", "name": "ProcessMessages 68", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828854180, "dur": 142, "ph": "X", "name": "ReadAsync 68", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828854328, "dur": 1, "ph": "X", "name": "ProcessMessages 128", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828854360, "dur": 34, "ph": "X", "name": "ReadAsync 128", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828854448, "dur": 1, "ph": "X", "name": "ProcessMessages 96", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828854450, "dur": 71, "ph": "X", "name": "ReadAsync 96", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828854522, "dur": 1, "ph": "X", "name": "ProcessMessages 176", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828854525, "dur": 180, "ph": "X", "name": "ReadAsync 176", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828854709, "dur": 1, "ph": "X", "name": "ProcessMessages 128", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828854713, "dur": 73, "ph": "X", "name": "ReadAsync 128", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828854787, "dur": 1, "ph": "X", "name": "ProcessMessages 320", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828854789, "dur": 39, "ph": "X", "name": "ReadAsync 320", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828854830, "dur": 1, "ph": "X", "name": "ProcessMessages 96", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828854832, "dur": 50, "ph": "X", "name": "ReadAsync 96", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828854897, "dur": 28, "ph": "X", "name": "ReadAsync 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828854936, "dur": 116, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828855057, "dur": 1, "ph": "X", "name": "ProcessMessages 160", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828855059, "dur": 36, "ph": "X", "name": "ReadAsync 160", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828855096, "dur": 3, "ph": "X", "name": "ProcessMessages 96", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828855100, "dur": 27, "ph": "X", "name": "ReadAsync 96", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828855129, "dur": 40, "ph": "X", "name": "ReadAsync 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828855314, "dur": 1, "ph": "X", "name": "ProcessMessages 80", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828855316, "dur": 32, "ph": "X", "name": "ReadAsync 80", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828855349, "dur": 1, "ph": "X", "name": "ProcessMessages 320", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828855351, "dur": 41, "ph": "X", "name": "ReadAsync 320", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828855394, "dur": 28, "ph": "X", "name": "ReadAsync 76", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828855424, "dur": 5, "ph": "X", "name": "ProcessMessages 52", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828855430, "dur": 121, "ph": "X", "name": "ReadAsync 52", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828855553, "dur": 1, "ph": "X", "name": "ProcessMessages 240", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828855555, "dur": 82, "ph": "X", "name": "ReadAsync 240", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828855640, "dur": 1, "ph": "X", "name": "ProcessMessages 160", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828855641, "dur": 77, "ph": "X", "name": "ReadAsync 160", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828855722, "dur": 47, "ph": "X", "name": "ReadAsync 112", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828855772, "dur": 39, "ph": "X", "name": "ReadAsync 128", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828855813, "dur": 36, "ph": "X", "name": "ReadAsync 76", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828855878, "dur": 9, "ph": "X", "name": "ProcessMessages 68", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828855892, "dur": 40, "ph": "X", "name": "ReadAsync 68", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828855984, "dur": 29, "ph": "X", "name": "ReadAsync 128", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828856016, "dur": 55, "ph": "X", "name": "ReadAsync 128", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828856073, "dur": 1, "ph": "X", "name": "ProcessMessages 96", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828856075, "dur": 31, "ph": "X", "name": "ReadAsync 96", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828856162, "dur": 2, "ph": "X", "name": "ProcessMessages 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828856165, "dur": 34, "ph": "X", "name": "ReadAsync 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828856202, "dur": 1, "ph": "X", "name": "ProcessMessages 160", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828856204, "dur": 28, "ph": "X", "name": "ReadAsync 160", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828856275, "dur": 37, "ph": "X", "name": "ReadAsync 64", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828856483, "dur": 27, "ph": "X", "name": "ReadAsync 80", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828856519, "dur": 1, "ph": "X", "name": "ProcessMessages 144", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828856520, "dur": 3447, "ph": "X", "name": "ReadAsync 144", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828859970, "dur": 56116, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828916089, "dur": 288, "ph": "X", "name": "ProcessMessages 2804", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828916378, "dur": 36, "ph": "X", "name": "ReadAsync 2804", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828916417, "dur": 1, "ph": "X", "name": "ProcessMessages 128", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828916418, "dur": 122, "ph": "X", "name": "ReadAsync 128", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828916543, "dur": 195, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828916742, "dur": 61, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828916804, "dur": 140, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828916946, "dur": 311, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828917259, "dur": 70843, "ph": "X", "name": "ReadAsync 20", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828988109, "dur": 1, "ph": "X", "name": "ProcessMessages 8192", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828988111, "dur": 26, "ph": "X", "name": "ReadAsync 8192", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828988140, "dur": 21, "ph": "X", "name": "ReadAsync 8192", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828988163, "dur": 26, "ph": "X", "name": "ReadAsync 8192", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828988214, "dur": 20, "ph": "X", "name": "ReadAsync 4075", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828988235, "dur": 16, "ph": "X", "name": "ReadAsync 8192", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828988253, "dur": 34, "ph": "X", "name": "ReadAsync 8192", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828988289, "dur": 851, "ph": "X", "name": "ProcessMessages 6577", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828989141, "dur": 5025, "ph": "X", "name": "ReadAsync 6577", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828994170, "dur": 69, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828994243, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828994245, "dur": 126, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828994378, "dur": 269, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828994649, "dur": 1528, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828996184, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828996186, "dur": 111, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828996298, "dur": 486, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828996786, "dur": 864, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828997652, "dur": 867, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828998522, "dur": 687, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828999211, "dur": 225, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828999447, "dur": 53, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479828999502, "dur": 1812, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829001320, "dur": 2, "ph": "X", "name": "ProcessMessages 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829001323, "dur": 1263, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829002589, "dur": 68, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829002661, "dur": 3665, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829006333, "dur": 2, "ph": "X", "name": "ProcessMessages 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829006337, "dur": 3066, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829009407, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829009409, "dur": 196, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829009607, "dur": 697, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829010306, "dur": 84, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829010393, "dur": 2005, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829012402, "dur": 2073, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829014478, "dur": 170, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829014653, "dur": 2, "ph": "X", "name": "ProcessMessages 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829014656, "dur": 399, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829015059, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829015061, "dur": 1106, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829016169, "dur": 3, "ph": "X", "name": "ProcessMessages 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829016172, "dur": 1117, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829017292, "dur": 1594, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829018888, "dur": 1353, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829020244, "dur": 240, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829020486, "dur": 444, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829020932, "dur": 58, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829020992, "dur": 375, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829021370, "dur": 739, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829022116, "dur": 1095, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829023212, "dur": 105, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829023319, "dur": 85, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829023405, "dur": 154, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829023566, "dur": 35, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829023604, "dur": 100, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829023707, "dur": 90, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829023799, "dur": 125, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829023931, "dur": 2, "ph": "X", "name": "ProcessMessages 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829023935, "dur": 68, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829024005, "dur": 34, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829024041, "dur": 99, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829024143, "dur": 226, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829024369, "dur": 1, "ph": "X", "name": "ProcessMessages 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829024371, "dur": 126, "ph": "X", "name": "ReadAsync 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829024502, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829024504, "dur": 148, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829024654, "dur": 165, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829024821, "dur": 37, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829024862, "dur": 151, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829025028, "dur": 117, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829025147, "dur": 275, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829025424, "dur": 117, "ph": "X", "name": "ReadAsync 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829025542, "dur": 89, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829025633, "dur": 213, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829025848, "dur": 95, "ph": "X", "name": "ReadAsync 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829025944, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829025945, "dur": 115, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829026063, "dur": 124, "ph": "X", "name": "ReadAsync 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829026188, "dur": 217, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829026408, "dur": 29, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829026438, "dur": 107, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829026546, "dur": 2, "ph": "X", "name": "ProcessMessages 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829026549, "dur": 155, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829026706, "dur": 114, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829026822, "dur": 43, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829026866, "dur": 17, "ph": "X", "name": "ProcessMessages 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829026885, "dur": 55, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829026948, "dur": 28, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829026979, "dur": 122, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829027103, "dur": 123, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829027253, "dur": 47, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829027302, "dur": 72, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829027376, "dur": 112, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829027490, "dur": 79, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829027570, "dur": 2, "ph": "X", "name": "ProcessMessages 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829027573, "dur": 79, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829027654, "dur": 121, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829027778, "dur": 44, "ph": "X", "name": "ReadAsync 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829027823, "dur": 126, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829027956, "dur": 14, "ph": "X", "name": "ProcessMessages 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829027971, "dur": 41, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829028013, "dur": 9, "ph": "X", "name": "ProcessMessages 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829028023, "dur": 27, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829028060, "dur": 60, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829028122, "dur": 89, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829028212, "dur": 73, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829028287, "dur": 146, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829028436, "dur": 30, "ph": "X", "name": "ReadAsync 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829028467, "dur": 86, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829028555, "dur": 60, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829028616, "dur": 117, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829028736, "dur": 41, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829028778, "dur": 394, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829029174, "dur": 77, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829029254, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829029256, "dur": 197, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829029454, "dur": 110, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829029567, "dur": 195, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829029764, "dur": 83, "ph": "X", "name": "ReadAsync 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829029849, "dur": 196, "ph": "X", "name": "ReadAsync 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829030048, "dur": 114, "ph": "X", "name": "ReadAsync 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829030164, "dur": 25, "ph": "X", "name": "ReadAsync 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829030190, "dur": 185, "ph": "X", "name": "ReadAsync 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829030378, "dur": 78, "ph": "X", "name": "ReadAsync 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829030461, "dur": 4135, "ph": "X", "name": "ReadAsync 48", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829034599, "dur": 14, "ph": "X", "name": "ProcessMessages 365", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829034613, "dur": 2052, "ph": "X", "name": "ReadAsync 365", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829036666, "dur": 1, "ph": "X", "name": "ProcessMessages 20", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829036668, "dur": 78451, "ph": "X", "name": "ReadAsync 20", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829115124, "dur": 2, "ph": "X", "name": "ProcessMessages 8192", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829115129, "dur": 36, "ph": "X", "name": "ReadAsync 8192", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829115169, "dur": 27, "ph": "X", "name": "ReadAsync 8192", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829115197, "dur": 29, "ph": "X", "name": "ReadAsync 8192", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829115228, "dur": 22, "ph": "X", "name": "ReadAsync 8192", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829115251, "dur": 11, "ph": "X", "name": "ProcessMessages 5817", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829115263, "dur": 2258, "ph": "X", "name": "ReadAsync 5817", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829117523, "dur": 1, "ph": "X", "name": "ProcessMessages 40", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829117525, "dur": 316, "ph": "X", "name": "ReadAsync 40", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829117843, "dur": 24, "ph": "X", "name": "ProcessMessages 108", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829117868, "dur": 142, "ph": "X", "name": "ReadAsync 108", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829118012, "dur": 157, "ph": "X", "name": "ProcessMessages 25", "args": {} }, +{ "pid": 22412, "tid": 12884901888, "ts": 1757479829118170, "dur": 2566, "ph": "X", "name": "ReadAsync 25", "args": {} }, +{ "pid": 22412, "tid": 15, "ts": 1757479829129417, "dur": 1518, "ph": "X", "name": "ReadEntireBinlogFromIpcAsync", "args": {} }, { "pid": 22412, "tid": 8589934592, "ph": "M", "name": "thread_name", "args": { "name": "WaitForBuildProgramInputDataBeingWrittenAndSendDagReadyMessageAsync" } }, -{ "pid": 22412, "tid": 8589934592, "ts": 1757471349798140, "dur": 199989, "ph": "X", "name": "await writeBuildProgramInputDataTask", "args": {} }, -{ "pid": 22412, "tid": 8589934592, "ts": 1757471349998131, "dur": 6, "ph": "X", "name": "WritePipe.WaitConnectionAsync", "args": {} }, -{ "pid": 22412, "tid": 8589934592, "ts": 1757471349998138, "dur": 1283, "ph": "X", "name": "WriteDagReadyMessage", "args": {} }, -{ "pid": 22412, "tid": 51, "ts": 1757471350366344, "dur": 8, "ph": "X", "name": "WaitForBuildProgramInputDataBeingWrittenAndSendDagReadyMessageAsync", "args": {} }, +{ "pid": 22412, "tid": 8589934592, "ts": 1757479828835861, "dur": 101216, "ph": "X", "name": "await writeBuildProgramInputDataTask", "args": {} }, +{ "pid": 22412, "tid": 8589934592, "ts": 1757479828937080, "dur": 5, "ph": "X", "name": "WritePipe.WaitConnectionAsync", "args": {} }, +{ "pid": 22412, "tid": 8589934592, "ts": 1757479828937086, "dur": 1308, "ph": "X", "name": "WriteDagReadyMessage", "args": {} }, +{ "pid": 22412, "tid": 15, "ts": 1757479829130938, "dur": 6, "ph": "X", "name": "WaitForBuildProgramInputDataBeingWrittenAndSendDagReadyMessageAsync", "args": {} }, { "pid": 22412, "tid": 4294967296, "ph": "M", "name": "thread_name", "args": { "name": "BuildAsync" } }, -{ "pid": 22412, "tid": 4294967296, "ts": 1757471349764531, "dur": 595866, "ph": "X", "name": "RunBackend", "args": {} }, -{ "pid": 22412, "tid": 4294967296, "ts": 1757471349769799, "dur": 24022, "ph": "X", "name": "BackendProgram.Start", "args": {} }, -{ "pid": 22412, "tid": 4294967296, "ts": 1757471350360549, "dur": 1946, "ph": "X", "name": "await WaitForAndApplyScriptUpdaters", "args": {} }, -{ "pid": 22412, "tid": 4294967296, "ts": 1757471350361788, "dur": 167, "ph": "X", "name": "await ScriptUpdaters", "args": {} }, -{ "pid": 22412, "tid": 4294967296, "ts": 1757471350362529, "dur": 4, "ph": "X", "name": "await taskToReadBuildProgramOutput", "args": {} }, -{ "pid": 22412, "tid": 51, "ts": 1757471350366353, "dur": 3, "ph": "X", "name": "BuildAsync", "args": {} }, +{ "pid": 22412, "tid": 4294967296, "ts": 1757479828797360, "dur": 324340, "ph": "X", "name": "RunBackend", "args": {} }, +{ "pid": 22412, "tid": 4294967296, "ts": 1757479828799625, "dur": 31337, "ph": "X", "name": "BackendProgram.Start", "args": {} }, +{ "pid": 22412, "tid": 4294967296, "ts": 1757479829121787, "dur": 1901, "ph": "X", "name": "await WaitForAndApplyScriptUpdaters", "args": {} }, +{ "pid": 22412, "tid": 4294967296, "ts": 1757479829123030, "dur": 147, "ph": "X", "name": "await ScriptUpdaters", "args": {} }, +{ "pid": 22412, "tid": 4294967296, "ts": 1757479829123721, "dur": 4, "ph": "X", "name": "await taskToReadBuildProgramOutput", "args": {} }, +{ "pid": 22412, "tid": 15, "ts": 1757479829130945, "dur": 66, "ph": "X", "name": "BuildAsync", "args": {} }, { "cat":"", "pid":12345, "tid":0, "ts":0, "ph":"M", "name":"process_name", "args": { "name":"bee_backend" } } -,{ "pid":12345, "tid":0, "ts":1757471349799009, "dur":1929, "ph":"X", "name": "DriverInitData", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1757471349800948, "dur":15164, "ph":"X", "name": "RemoveStaleOutputs", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1757471349816229, "dur":90, "ph":"X", "name": "BuildQueueInit", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1757471349816713, "dur":343, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AnimationModule.dll_E1CEC1A55253DF7A.mvfrm" }} -,{ "pid":12345, "tid":0, "ts":1757471349820464, "dur":91012, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":0, "ts":1757471349911857, "dur":90979, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.State.Editor.ref.dll_BC6ADFF987BC82A3.mvfrm" }} -,{ "pid":12345, "tid":0, "ts":1757471349816327, "dur":202060, "ph":"X", "name": "EnqueueRequestedNodes", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1757471350018393, "dur":339091, "ph":"X", "name": "WaitForBuildFinished", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1757471350357653, "dur":352, "ph":"X", "name": "Tundra", "args": { "detail":"Write AllBuiltNodes" }} -,{ "pid":12345, "tid":1, "ts":1757471349816271, "dur":202132, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350018636, "dur":594, "ph":"X", "name": "CheckGlobSignature", "args": { "detail":"/Applications/Unity/Hub/Editor/6000.2.2f1/Unity.app/Contents/Tools/BuildPipeline" }} -,{ "pid":12345, "tid":1, "ts":1757471350019230, "dur":2149, "ph":"X", "name": "CheckGlobSignature", "args": { "detail":"/Applications/Unity/Hub/Editor/6000.2.2f1/Unity.app/Contents/Tools/Compilation/Unity.ILPP.Runner" }} -,{ "pid":12345, "tid":1, "ts":1757471350021379, "dur":512, "ph":"X", "name": "CheckGlobSignature", "args": { "detail":"/Applications/Unity/Hub/Editor/6000.2.2f1/Unity.app/Contents/Tools/Compilation/Unity.ILPP.Trigger" }} -,{ "pid":12345, "tid":1, "ts":1757471350018410, "dur":3481, "ph":"X", "name": "CheckDagSignatures", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350021891, "dur":86, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Collections.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":1, "ts":1757471350022014, "dur":203, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Collections.CodeGen.rsp2" }} -,{ "pid":12345, "tid":1, "ts":1757471350022248, "dur":200, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Collections.CodeGen.rsp" }} -,{ "pid":12345, "tid":1, "ts":1757471350022602, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350022700, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350022794, "dur":100, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350022895, "dur":187, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Editor.rsp" }} -,{ "pid":12345, "tid":1, "ts":1757471350023082, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350023165, "dur":303, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.Editor.rsp2" }} -,{ "pid":12345, "tid":1, "ts":1757471350023468, "dur":104, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350023576, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350023659, "dur":50, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350023711, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350023780, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350023861, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350023940, "dur":75, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350024018, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350024099, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350024193, "dur":66, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350024268, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350024344, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350024427, "dur":100, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350024538, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350024616, "dur":1155, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350025771, "dur":1191, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350026963, "dur":1313, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350028276, "dur":1032, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350029308, "dur":1087, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350030395, "dur":1001, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350031396, "dur":958, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350032354, "dur":1045, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350033399, "dur":1072, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350034471, "dur":1589, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350036061, "dur":1406, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350037467, "dur":1403, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350038871, "dur":1499, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350040370, "dur":1036, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350041406, "dur":1080, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350042486, "dur":1136, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350043623, "dur":1069, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350044692, "dur":1094, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350045786, "dur":1022, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350046808, "dur":964, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350047772, "dur":958, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350048730, "dur":1054, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350049784, "dur":1069, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350050854, "dur":1849, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350052703, "dur":1525, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350054228, "dur":1433, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350055662, "dur":1438, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350057100, "dur":490, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350057590, "dur":776, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350058366, "dur":327, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350058694, "dur":127, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350058822, "dur":55, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350058877, "dur":188, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350059065, "dur":328, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350059396, "dur":1211, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.ShaderGraph.Utilities.dll.mvfrm" }} -,{ "pid":12345, "tid":1, "ts":1757471350060658, "dur":2576, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.ShaderGraph.Utilities.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1757471350063234, "dur":147, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350063385, "dur":77, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.ShaderGraph.Utilities.ref.dll_9587680413563429.mvfrm" }} -,{ "pid":12345, "tid":1, "ts":1757471350063462, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350063610, "dur":813, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Multiplayer.Center.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":1, "ts":1757471350064424, "dur":50, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350064477, "dur":832, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.PerformanceTesting.dll.mvfrm" }} -,{ "pid":12345, "tid":1, "ts":1757471350065337, "dur":2526, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Multiplayer.Center.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1757471350067864, "dur":109, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350068211, "dur":424, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.TestFramework.dll.mvfrm" }} -,{ "pid":12345, "tid":1, "ts":1757471350068670, "dur":515, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Collections.CodeGen.dll.mvfrm" }} -,{ "pid":12345, "tid":1, "ts":1757471350069219, "dur":2267, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Collections.CodeGen.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1757471350071486, "dur":52, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350071546, "dur":1187, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPP-Configuration Library/ilpp-configuration.nevergeneratedoutput" }} -,{ "pid":12345, "tid":1, "ts":1757471350072766, "dur":626, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350146351, "dur":468, "ph":"X", "name": "EmitNodeFinish", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350073675, "dur":73156, "ph":"X", "name": "ILPP-Configuration", "args": { "detail":"Library/ilpp-configuration.nevergeneratedoutput" }} -,{ "pid":12345, "tid":1, "ts":1757471350147704, "dur":3446, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Universal.2D.Runtime.dll (+pdb)" }} -,{ "pid":12345, "tid":1, "ts":1757471350151151, "dur":193, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350151358, "dur":4575, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Mathematics.dll (+pdb)" }} -,{ "pid":12345, "tid":1, "ts":1757471350155933, "dur":177, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350156119, "dur":2956, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Collections.dll (+pdb)" }} -,{ "pid":12345, "tid":1, "ts":1757471350159076, "dur":153, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350159233, "dur":6125, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.Shared.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":1, "ts":1757471350165359, "dur":112, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350165478, "dur":4776, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/PPv2URPConverters.dll (+pdb)" }} -,{ "pid":12345, "tid":1, "ts":1757471350170256, "dur":120, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350170379, "dur":7621, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Mathematics.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":1, "ts":1757471350178000, "dur":184, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350178187, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350178281, "dur":66, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.Mathematics.Editor.pdb" }} -,{ "pid":12345, "tid":1, "ts":1757471350178347, "dur":111, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350178504, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350178584, "dur":60, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.InputSystem.DocCodeSamples.pdb" }} -,{ "pid":12345, "tid":1, "ts":1757471350178644, "dur":127, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350178961, "dur":136, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/UnityEditor.UI.pdb" }} -,{ "pid":12345, "tid":1, "ts":1757471350179097, "dur":104, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350179204, "dur":54, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350179261, "dur":54, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.InputSystem.pdb" }} -,{ "pid":12345, "tid":1, "ts":1757471350179315, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350179396, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350179464, "dur":51, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.State.pdb" }} -,{ "pid":12345, "tid":1, "ts":1757471350179515, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350179677, "dur":108, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350179863, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350179967, "dur":107, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350180076, "dur":52, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Config.Runtime.pdb" }} -,{ "pid":12345, "tid":1, "ts":1757471350180128, "dur":68, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350180260, "dur":93, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Universal.2D.Runtime.pdb" }} -,{ "pid":12345, "tid":1, "ts":1757471350180353, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350180442, "dur":621, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350181129, "dur":175230, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1757471350356402, "dur":1039, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.pdb" }} -,{ "pid":12345, "tid":2, "ts":1757471349816272, "dur":202141, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350018435, "dur":164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/UnityEngine.TestRunner.rsp2" }} -,{ "pid":12345, "tid":2, "ts":1757471350018617, "dur":133, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.GraphicsStateCollectionSerializerModule.dll_A1002E9E9F083797.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350018773, "dur":274, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.GraphViewModule.dll_1349457C77F70AD4.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350019047, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350019139, "dur":166, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TextRenderingModule.dll_CF5F61BCAC5D1F90.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350019305, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350019395, "dur":519, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.XRModule.dll_95D79878B91D771D.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350019914, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350019999, "dur":131, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.InputForUIModule.dll_D53BC0BA2A1258D1.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350020130, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350020219, "dur":160, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.PropertiesModule.dll_FFC4A5DF3CDD2051.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350020379, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350020485, "dur":161, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TerrainPhysicsModule.dll_9A3FDE96F0266F50.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350020646, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350020746, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityAnalyticsModule.dll_B964A68D830AC6BF.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350020914, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350021000, "dur":167, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VFXModule.dll_11EA7240A47B953E.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350021167, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350021259, "dur":108, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.OSXStandalone.Extensions.dll_57F26D0ACBE8DD19.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350021367, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350021451, "dur":149, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.YamlDotNet.dll_D01CC5A6D0F5DAF9.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350021600, "dur":102, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350021714, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350021806, "dur":193, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.rsp2" }} -,{ "pid":12345, "tid":2, "ts":1757471350022049, "dur":270, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.rsp" }} -,{ "pid":12345, "tid":2, "ts":1757471350022337, "dur":243, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Flow.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":2, "ts":1757471350022580, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350022669, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350022778, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350022880, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350022972, "dur":104, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350023079, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350023163, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350023235, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350023305, "dur":64, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350023371, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350023452, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350023553, "dur":137, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.PlasticSCM.Editor.rsp2" }} -,{ "pid":12345, "tid":2, "ts":1757471350023690, "dur":52, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350023743, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350023818, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350023912, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350023988, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350024074, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350024151, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350024246, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350024334, "dur":145, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/PPv2URPConverters.rsp" }} -,{ "pid":12345, "tid":2, "ts":1757471350024479, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350024562, "dur":1177, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350025739, "dur":1170, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350026909, "dur":1318, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350028227, "dur":1038, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350029265, "dur":1078, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350030343, "dur":1011, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350031354, "dur":977, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350032331, "dur":1043, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350033374, "dur":1080, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350034454, "dur":1536, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350035990, "dur":1455, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350037445, "dur":1402, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350038848, "dur":1515, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350040363, "dur":1034, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350041397, "dur":1080, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350042478, "dur":1130, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350043608, "dur":1078, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350044687, "dur":1089, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350045776, "dur":1011, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350046787, "dur":973, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350047760, "dur":956, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350048716, "dur":1056, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350049772, "dur":1075, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350050847, "dur":1849, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350052696, "dur":1521, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350054217, "dur":1451, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350055669, "dur":1442, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350057111, "dur":485, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350057596, "dur":591, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350058187, "dur":365, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350058552, "dur":330, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350058882, "dur":194, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350059076, "dur":459, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350059536, "dur":1288, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualStudio.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350060824, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350060897, "dur":488, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Rider.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350061422, "dur":576, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.2D.Sprite.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350062014, "dur":258, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Shaders.dll.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350062303, "dur":418, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Rendering.LightTransport.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350062721, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350062802, "dur":951, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350063787, "dur":3374, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Rider.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":2, "ts":1757471350067161, "dur":176, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350067342, "dur":2345, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Shaders.dll (+2 others)" }} -,{ "pid":12345, "tid":2, "ts":1757471350069687, "dur":150, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350069880, "dur":871, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.DocCodeSamples.dll.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350070775, "dur":1446, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.DocCodeSamples.dll (+2 others)" }} -,{ "pid":12345, "tid":2, "ts":1757471350072270, "dur":311, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350072599, "dur":475, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Core.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350073102, "dur":1533, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Core.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":2, "ts":1757471350074683, "dur":142, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Flow.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350074845, "dur":643, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Flow.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":2, "ts":1757471350075509, "dur":81, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.State.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350075601, "dur":301, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.State.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":2, "ts":1757471350075933, "dur":51, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Shared.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1757471350075993, "dur":193, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Shared.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":2, "ts":1757471350076204, "dur":73930, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350150135, "dur":7762, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Universal.Runtime.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1757471350157897, "dur":162, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350158063, "dur":5380, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.InputSystem.ForUI.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1757471350163444, "dur":134, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350163582, "dur":3526, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Core.Editor.Shared.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1757471350167109, "dur":146, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350167265, "dur":6600, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Timeline.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1757471350173865, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1757471350173956, "dur":7455, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.ShaderGraph.Utilities.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1757471350181518, "dur":175993, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471349816278, "dur":202161, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350018444, "dur":136, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/UnityEngine.TestRunner.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":3, "ts":1757471350018609, "dur":146, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.GIModule.dll_AD0F59CECD9086B5.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350018790, "dur":248, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.MultiplayerModule.dll_6C13B72F801586DB.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350019038, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350019125, "dur":177, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TextCoreFontEngineModule.dll_8FC1791ACEE3E790.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350019302, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350019373, "dur":142, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.VideoModule.dll_F56BB6A2C38EBCEC.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350019556, "dur":91, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AudioModule.dll_968EEE9C3279D1EC.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350019647, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350019719, "dur":89, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.dll_463AABC76FBC4B88.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350019808, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350019888, "dur":123, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.HotReloadModule.dll_63177FAB2D86FAFC.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350020011, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350020093, "dur":140, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.MultiplayerModule.dll_71D986BE924F9760.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350020233, "dur":120, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350020355, "dur":151, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.StreamingModule.dll_9663AEF5A1DB96B8.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350020506, "dur":128, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350020638, "dur":135, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UIModule.dll_4EB5407DF9A5D812.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350020773, "dur":112, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350020890, "dur":125, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestTextureModule.dll_611725854B2C7A29.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350021015, "dur":114, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350021136, "dur":132, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.DSPGraphModule.dll_734ECF7F5E8D9BFB.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350021268, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350021356, "dur":137, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Plastic.Antlr3.Runtime.dll_3D53C0654B9396F1.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350021494, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350021604, "dur":104, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350021719, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350021820, "dur":68, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.Unsafe.dll_283D5FC3BD6A67A2.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350021922, "dur":79, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.rsp2" }} -,{ "pid":12345, "tid":3, "ts":1757471350022001, "dur":54, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350022062, "dur":309, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.rsp2" }} -,{ "pid":12345, "tid":3, "ts":1757471350022405, "dur":179, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Rendering.LightTransport.Runtime.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":3, "ts":1757471350022584, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350022668, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350022770, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350022870, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350022965, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023056, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023152, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023226, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023299, "dur":64, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023365, "dur":58, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023426, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023526, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023628, "dur":60, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023691, "dur":54, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023750, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023821, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023902, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350023991, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350024078, "dur":75, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350024155, "dur":157, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.ForUI.rsp" }} -,{ "pid":12345, "tid":3, "ts":1757471350024312, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350024411, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350024498, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350024578, "dur":1181, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350025759, "dur":1178, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350026937, "dur":1301, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350028238, "dur":1039, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350029277, "dur":1087, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350030364, "dur":1017, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350031381, "dur":964, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350032345, "dur":1059, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350033404, "dur":1071, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350034475, "dur":1580, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350036056, "dur":1435, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350037491, "dur":1421, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350038913, "dur":1482, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350040395, "dur":1032, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350041427, "dur":1084, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350042511, "dur":1131, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350043642, "dur":1079, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350044721, "dur":1092, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350045813, "dur":1019, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350046832, "dur":958, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350047790, "dur":958, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350048749, "dur":1055, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350049805, "dur":1066, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350050871, "dur":1861, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350052732, "dur":1534, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350054266, "dur":1433, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350055699, "dur":1429, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350057129, "dur":1156, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350058285, "dur":307, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350058592, "dur":208, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350058800, "dur":74, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350058874, "dur":219, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350059093, "dur":352, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350059447, "dur":1250, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Timeline.dll.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350060749, "dur":3226, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Timeline.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1757471350063975, "dur":189, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350064177, "dur":63, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350064244, "dur":969, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Timeline.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350065213, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350065282, "dur":4158, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Timeline.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1757471350069440, "dur":140, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350069583, "dur":81, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Timeline.Editor.ref.dll_1305DD42619CF31E.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350069665, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350069744, "dur":669, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.CollabProxy.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350070458, "dur":1511, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.CollabProxy.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1757471350071969, "dur":53, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350072025, "dur":528, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350072557, "dur":439, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipeline.Universal.ShaderLibrary.dll.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1757471350072996, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350073071, "dur":698, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1757471350073822, "dur":73882, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350147706, "dur":4595, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/UnityEngine.UI.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1757471350152302, "dur":170, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350152486, "dur":6348, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Timeline.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1757471350158834, "dur":223, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350159061, "dur":6527, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/UnityEditor.UI.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1757471350165589, "dur":120, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350165721, "dur":5170, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.PlasticSCM.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1757471350170946, "dur":8425, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.2D.Sprite.AIIntegration.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1757471350179372, "dur":172, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350179573, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350179745, "dur":57, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.PerformanceTesting.pdb" }} -,{ "pid":12345, "tid":3, "ts":1757471350179803, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350179903, "dur":50, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350180075, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350180204, "dur":109, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350180317, "dur":366, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350180684, "dur":81, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Editor.dll" }} -,{ "pid":12345, "tid":3, "ts":1757471350180765, "dur":62, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350180829, "dur":859, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1757471350181728, "dur":175762, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471349816283, "dur":202164, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350018450, "dur":300, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.BuildProfileModule.dll_C57112EE168C0CEE.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350018772, "dur":110, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.GridAndSnapModule.dll_2CF19CB4A1AF158C.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350018882, "dur":63, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350018949, "dur":135, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.ShaderFoundryModule.dll_C49C0FC47CAFEAC5.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350019085, "dur":126, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350019214, "dur":731, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIAutomationModule.dll_761201DEB2FFD5AE.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350019945, "dur":100, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350020047, "dur":111, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.LocalizationModule.dll_7E945FCC8473B7C7.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350020158, "dur":115, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350020276, "dur":165, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SharedInternalsModule.dll_3193DD45B90182D7.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350020441, "dur":102, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350020547, "dur":141, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TilemapModule.dll_102C078AEE4D5C34.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350020688, "dur":100, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350020795, "dur":137, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestAssetBundleModule.dll_6BADCFBF033360D0.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350020933, "dur":111, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350021048, "dur":137, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.WindModule.dll_5F70C3E0135C03E6.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350021185, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350021277, "dur":148, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.Graphs.dll_6450FF118201D284.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350021425, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350021521, "dur":153, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/UnityEngine.UI.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":4, "ts":1757471350021674, "dur":116, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350021795, "dur":297, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/UnityEngine.UI.dll.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350022098, "dur":13323, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/UnityEngine.UI.dll (+2 others)" }} -,{ "pid":12345, "tid":4, "ts":1757471350035421, "dur":513, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350035943, "dur":159, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UI.ref.dll_79746E5030301F94.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350036102, "dur":123, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350036236, "dur":1362, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350037598, "dur":1509, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350039107, "dur":1359, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350040466, "dur":1022, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350041488, "dur":1099, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350042587, "dur":1135, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350043722, "dur":1070, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350044792, "dur":1102, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350045894, "dur":1025, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350046919, "dur":935, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350047854, "dur":965, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350048819, "dur":1064, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350049884, "dur":1058, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350050942, "dur":1906, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350052848, "dur":1538, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350054391, "dur":1431, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350055823, "dur":1418, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350057241, "dur":1178, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350058419, "dur":327, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350058746, "dur":116, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350058881, "dur":159, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350059077, "dur":372, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350059450, "dur":1369, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.PlasticSCM.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350060854, "dur":6204, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.PlasticSCM.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":4, "ts":1757471350067058, "dur":195, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350067258, "dur":2168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Rendering.LightTransport.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":4, "ts":1757471350069426, "dur":112, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350069688, "dur":1224, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.PlasticSCM.Editor.Entities.dll.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350070948, "dur":1339, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.PlasticSCM.Editor.Entities.dll (+2 others)" }} -,{ "pid":12345, "tid":4, "ts":1757471350072320, "dur":250, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350072571, "dur":1368, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350073939, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Runtime.dll.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350074130, "dur":607, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Runtime.dll (+2 others)" }} -,{ "pid":12345, "tid":4, "ts":1757471350074789, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1757471350074967, "dur":478, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll (+2 others)" }} -,{ "pid":12345, "tid":4, "ts":1757471350075481, "dur":72231, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350147716, "dur":3645, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1757471350151362, "dur":168, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350151538, "dur":5597, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.TextMeshPro.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1757471350157135, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350157235, "dur":5174, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Universal.Shaders.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1757471350162410, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350162512, "dur":5092, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.SettingsProvider.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1757471350167605, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350167682, "dur":4844, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.PerformanceTesting.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1757471350172526, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350172618, "dur":7929, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Searcher.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1757471350180548, "dur":213, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350180799, "dur":675, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1757471350181504, "dur":175961, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471349816288, "dur":202165, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350018457, "dur":293, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.ClothModule.dll_374A8F32DB19802B.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350018797, "dur":118, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.Physics2DModule.dll_788EC0AD0DD1252A.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350018916, "dur":120, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350019039, "dur":146, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SpriteShapeModule.dll_05CCC7FD7CF0316D.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350019186, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350019285, "dur":130, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIElementsSamplesModule.dll_C1844920F06A43FF.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350019415, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350019492, "dur":112, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AndroidJNIModule.dll_A83C1C8603B0CB24.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350019604, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350019681, "dur":99, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.CrashReportingModule.dll_46B2EC7768D1E935.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350019780, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350019865, "dur":123, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.HierarchyCoreModule.dll_2F7C47F2C923EECA.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350019988, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350020069, "dur":137, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.MarshallingModule.dll_9A9A08C6BDB0373A.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350020206, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350020305, "dur":172, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SpriteMaskModule.dll_BBB5D930EB61518F.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350020477, "dur":127, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350020609, "dur":143, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TLSModule.dll_910BD9D1CE0E2BD1.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350020753, "dur":105, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350020862, "dur":139, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestAudioModule.dll_B4E6D214D3E2A1D4.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350021001, "dur":113, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350021118, "dur":141, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.iOS.Extensions.Xcode.dll_ED8B032DF01A4A2C.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350021259, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350021340, "dur":112, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.Antlr3.Runtime.dll_8189EC8801BEEB18.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350021452, "dur":104, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350021561, "dur":137, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AMDModule.dll_927C166CA6DDB07E.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350021698, "dur":127, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350021830, "dur":114, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Burst.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":5, "ts":1757471350021971, "dur":127, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Collections.rsp" }} -,{ "pid":12345, "tid":5, "ts":1757471350022210, "dur":164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Collections.CodeGen.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":5, "ts":1757471350022458, "dur":124, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.Shared.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":5, "ts":1757471350022582, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350022675, "dur":167, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Rendering.LightTransport.Runtime.rsp" }} -,{ "pid":12345, "tid":5, "ts":1757471350022842, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350022944, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350023041, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350023129, "dur":237, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Flow.Editor.rsp" }} -,{ "pid":12345, "tid":5, "ts":1757471350023418, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350023512, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350023626, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350023697, "dur":164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.PlasticSCM.Editor.rsp" }} -,{ "pid":12345, "tid":5, "ts":1757471350023861, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350023936, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350024009, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350024100, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350024189, "dur":75, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350024270, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350024360, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350024440, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350024532, "dur":148, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.CollabProxy.Editor.rsp" }} -,{ "pid":12345, "tid":5, "ts":1757471350024680, "dur":61, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350024743, "dur":1118, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350025861, "dur":1190, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350027052, "dur":1145, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350028197, "dur":1044, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350029241, "dur":1068, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350030309, "dur":1015, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350031324, "dur":977, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350032301, "dur":1021, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350033322, "dur":1074, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350034396, "dur":1414, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350035810, "dur":1549, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350037359, "dur":1385, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350038785, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350038881, "dur":1502, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350040383, "dur":1028, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350041411, "dur":1085, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350042496, "dur":1133, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350043629, "dur":1078, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350044707, "dur":1082, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350045789, "dur":1017, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350046806, "dur":961, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350047767, "dur":953, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350048721, "dur":1054, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350049775, "dur":1067, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350050842, "dur":1866, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350052708, "dur":1529, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350054238, "dur":1441, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350055679, "dur":1424, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350057103, "dur":480, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350057584, "dur":1052, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350058637, "dur":258, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350058895, "dur":184, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350059079, "dur":348, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350059433, "dur":1262, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.TextMeshPro.dll.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350060724, "dur":3026, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.TextMeshPro.dll (+2 others)" }} -,{ "pid":12345, "tid":5, "ts":1757471350063750, "dur":138, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350063923, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350064011, "dur":3160, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualStudio.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":5, "ts":1757471350067172, "dur":275, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350067451, "dur":3697, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.2D.Sprite.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":5, "ts":1757471350071148, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350071285, "dur":358, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350071685, "dur":881, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350072585, "dur":2242, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350074828, "dur":152, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Editor.Shared.dll.mvfrm" }} -,{ "pid":12345, "tid":5, "ts":1757471350074988, "dur":397, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Editor.Shared.dll (+2 others)" }} -,{ "pid":12345, "tid":5, "ts":1757471350075429, "dur":72292, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350147911, "dur":6094, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.Flow.dll (+pdb)" }} -,{ "pid":12345, "tid":5, "ts":1757471350154006, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350154109, "dur":5429, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Core.Runtime.Shared.dll (+pdb)" }} -,{ "pid":12345, "tid":5, "ts":1757471350159538, "dur":211, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350159753, "dur":7577, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Collections.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":5, "ts":1757471350167330, "dur":136, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350167473, "dur":7570, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.AI.Navigation.Updater.dll (+pdb)" }} -,{ "pid":12345, "tid":5, "ts":1757471350175043, "dur":105, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":5, "ts":1757471350175151, "dur":6872, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.Flow.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":5, "ts":1757471350182038, "dur":175442, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471349816292, "dur":202169, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350018465, "dur":285, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.CoreBusinessMetricsModule.dll_E409852C73E3C815.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350018782, "dur":66, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.GridModule.dll_A3723152F274B049.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350018848, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350018933, "dur":118, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SceneViewModule.dll_51F928846D19D7E2.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350019051, "dur":109, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350019164, "dur":160, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TilemapModule.dll_1DB14EE0893E74EF.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350019324, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350019417, "dur":104, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AccessibilityModule.dll_B861AB185A7695D4.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350019521, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350019592, "dur":107, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ClusterInputModule.dll_40479579ECF7C4CE.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350019699, "dur":63, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350019763, "dur":127, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GameCenterModule.dll_D28966A0C9F1BC15.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350019890, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350019981, "dur":125, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.IMGUIModule.dll_CEEE8E02F8AB65CD.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350020106, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350020203, "dur":154, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.Physics2DModule.dll_2E74B195F350D70F.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350020357, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350020455, "dur":154, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SubsystemsModule.dll_26633F92B9A939A2.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350020609, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350020695, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityAnalyticsCommonModule.dll_D8293B7A6760759A.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350020863, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350020962, "dur":156, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VehiclesModule.dll_E5C0679566569A75.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350021118, "dur":104, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350021231, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350021317, "dur":108, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Collections.LowLevel.ILSupport.dll_2A5CE0F0450FED37.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350021426, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350021527, "dur":214, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/UnityEngine.UI.rsp" }} -,{ "pid":12345, "tid":6, "ts":1757471350021741, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350021914, "dur":62, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":6, "ts":1757471350022032, "dur":260, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Collections.CodeGen.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":6, "ts":1757471350022318, "dur":280, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.GPUDriven.Runtime.rsp2" }} -,{ "pid":12345, "tid":6, "ts":1757471350022598, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350022691, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350022791, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350022888, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350022983, "dur":159, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Runtime.rsp" }} -,{ "pid":12345, "tid":6, "ts":1757471350023143, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350023217, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350023287, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350023368, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350023446, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350023547, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350023646, "dur":61, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350023709, "dur":64, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350023775, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350023862, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350023931, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350024028, "dur":75, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350024106, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350024198, "dur":75, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350024281, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350024375, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350024470, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350024558, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350024644, "dur":1129, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350025773, "dur":1171, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350026944, "dur":1298, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350028242, "dur":1037, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350029279, "dur":1095, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350030374, "dur":1011, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350031385, "dur":983, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350032369, "dur":1045, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350033414, "dur":1079, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350034493, "dur":1653, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350036146, "dur":1387, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350037533, "dur":1459, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350038992, "dur":1451, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350040443, "dur":1024, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350041467, "dur":1098, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350042565, "dur":1138, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350043703, "dur":1069, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350044773, "dur":1096, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350045869, "dur":1026, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350046895, "dur":942, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350047837, "dur":966, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350048803, "dur":1061, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350049864, "dur":1062, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350050926, "dur":1893, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350052819, "dur":1541, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350054360, "dur":1440, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350055800, "dur":1419, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350057219, "dur":1193, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350058412, "dur":235, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350058648, "dur":154, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350058802, "dur":77, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350058879, "dur":208, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350059087, "dur":299, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350059389, "dur":1016, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.dll.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350060405, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350060506, "dur":6784, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.dll (+2 others)" }} -,{ "pid":12345, "tid":6, "ts":1757471350067291, "dur":242, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350067584, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350067666, "dur":727, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Core.dll.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350068426, "dur":4113, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Core.dll (+2 others)" }} -,{ "pid":12345, "tid":6, "ts":1757471350072578, "dur":392, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Flow.dll.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350072970, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350073054, "dur":1487, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Flow.dll (+2 others)" }} -,{ "pid":12345, "tid":6, "ts":1757471350074575, "dur":110, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.State.dll.mvfrm" }} -,{ "pid":12345, "tid":6, "ts":1757471350074706, "dur":444, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.State.dll (+2 others)" }} -,{ "pid":12345, "tid":6, "ts":1757471350075204, "dur":72512, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350147725, "dur":7134, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.AI.Navigation.dll (+pdb)" }} -,{ "pid":12345, "tid":6, "ts":1757471350154876, "dur":149, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350155029, "dur":8149, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.InputSystem.dll (+pdb)" }} -,{ "pid":12345, "tid":6, "ts":1757471350163179, "dur":140, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350163329, "dur":2726, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.2D.Sprite.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":6, "ts":1757471350166056, "dur":153, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350166213, "dur":5430, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Burst.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":6, "ts":1757471350171644, "dur":121, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":6, "ts":1757471350171777, "dur":9434, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.State.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":6, "ts":1757471350181294, "dur":176194, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471349816297, "dur":202170, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350018470, "dur":325, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.CoreModule.dll_C6011564DA201A52.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350018795, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350018882, "dur":159, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SceneTemplateModule.dll_85BC3F815A006E37.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350019041, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350019134, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TextCoreTextEngineModule.dll_D7A9AF8C5E67A0AE.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350019302, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350019368, "dur":130, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.VFXModule.dll_05C8CFED34CB8739.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350019498, "dur":64, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350019566, "dur":82, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ClothModule.dll_FD774B970C96B0D0.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350019648, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350019746, "dur":92, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.AccessibilityModule.dll_2C20B8F0E17E12AF.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350019838, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350019938, "dur":115, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ImageConversionModule.dll_AD829E7041D38787.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350020053, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350020142, "dur":144, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.AdaptivePerformanceModule.dll_641E8BB24D9C991B.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350020286, "dur":139, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350020433, "dur":124, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SubstanceModule.dll_730EC33EED2E94C6.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350020557, "dur":123, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350020683, "dur":161, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UmbraModule.dll_11639AB4BFA07D5F.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350020844, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350020936, "dur":170, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestWWWModule.dll_20CB703B61251BE5.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350021106, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350021202, "dur":167, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/UnityEngine.UI.rsp2" }} -,{ "pid":12345, "tid":7, "ts":1757471350021369, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350021452, "dur":175, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.TextureAssets.dll_673AEEFA91C338F1.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350021628, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350021723, "dur":144, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Burst.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":7, "ts":1757471350021905, "dur":96, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Collections.rsp2" }} -,{ "pid":12345, "tid":7, "ts":1757471350022045, "dur":102, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":7, "ts":1757471350022260, "dur":319, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Core.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":7, "ts":1757471350022579, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350022659, "dur":155, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Config.Runtime.rsp2" }} -,{ "pid":12345, "tid":7, "ts":1757471350022815, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350022923, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023033, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023127, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023201, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023272, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023355, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023430, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023522, "dur":100, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023633, "dur":66, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023700, "dur":60, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023762, "dur":60, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023824, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023915, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350023996, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350024082, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350024174, "dur":68, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350024251, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350024348, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350024432, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350024518, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350024608, "dur":1168, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350025776, "dur":1190, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350026966, "dur":1283, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350028249, "dur":1037, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350029286, "dur":1071, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350030357, "dur":1019, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350031376, "dur":962, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350032338, "dur":1048, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350033386, "dur":1071, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350034457, "dur":1553, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350036010, "dur":1432, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350037442, "dur":1397, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350038840, "dur":1518, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350040358, "dur":1029, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350041387, "dur":1075, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350042462, "dur":1128, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350043590, "dur":1079, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350044669, "dur":1090, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350045759, "dur":1023, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350046783, "dur":970, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350047753, "dur":958, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350048711, "dur":1053, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350049764, "dur":1074, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350050838, "dur":1847, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350052685, "dur":1522, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350054207, "dur":1452, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350055662, "dur":1434, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350057096, "dur":486, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350057582, "dur":1215, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350058797, "dur":71, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350058868, "dur":188, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350059056, "dur":363, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350059423, "dur":1335, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Multiplayer.Center.Common.dll.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350060805, "dur":2268, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Multiplayer.Center.Common.dll (+2 others)" }} -,{ "pid":12345, "tid":7, "ts":1757471350063073, "dur":111, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350063187, "dur":1298, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Burst.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350064506, "dur":2320, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Burst.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":7, "ts":1757471350066827, "dur":107, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350066989, "dur":2117, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.2D.Sprite.AIIntegration.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":7, "ts":1757471350069106, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350069183, "dur":860, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Rendering.LightTransport.Runtime.dll.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350070094, "dur":1931, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Rendering.LightTransport.Runtime.dll (+2 others)" }} -,{ "pid":12345, "tid":7, "ts":1757471350072026, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350072163, "dur":422, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350072585, "dur":2928, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350075514, "dur":98, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.SettingsProvider.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":7, "ts":1757471350075628, "dur":212, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.SettingsProvider.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":7, "ts":1757471350075878, "dur":72932, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350148812, "dur":5733, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.GPUDriven.Runtime.dll (+pdb)" }} -,{ "pid":12345, "tid":7, "ts":1757471350154545, "dur":100, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350154649, "dur":3850, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.PerformanceTesting.dll (+pdb)" }} -,{ "pid":12345, "tid":7, "ts":1757471350158499, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350158601, "dur":12358, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Rendering.LightTransport.Runtime.dll (+pdb)" }} -,{ "pid":12345, "tid":7, "ts":1757471350170959, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350171034, "dur":9433, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Universal.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":7, "ts":1757471350180468, "dur":194, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350180668, "dur":57, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350180727, "dur":534, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":7, "ts":1757471350181262, "dur":62, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.State.Editor.dll" }} -,{ "pid":12345, "tid":7, "ts":1757471350181332, "dur":176183, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471349816302, "dur":202170, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350018477, "dur":310, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.DeviceSimulatorModule.dll_3BE3DE4E4FF3C20F.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350018824, "dur":139, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.PropertiesModule.dll_FF1638973A990706.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350018963, "dur":61, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350019027, "dur":148, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SpriteMaskModule.dll_BB076BE8E91D3844.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350019175, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350019280, "dur":135, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIElementsModule.dll_29F333B2BA915C4E.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350019415, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350019508, "dur":67, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AnimationModule.dll_E1CEC1A55253DF7A.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350019575, "dur":58, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350019637, "dur":107, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ContentLoadModule.dll_8B47C372A80AB1D5.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350019744, "dur":63, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350019810, "dur":127, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GraphicsStateCollectionSerializerModule.dll_A9F3FB8E6C0780FC.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350019937, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350020006, "dur":124, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.InputModule.dll_FD04B64CA8B1F690.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350020130, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350020230, "dur":152, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll_532B9929C68EE5D8.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350020382, "dur":112, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350020501, "dur":180, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TextCoreFontEngineModule.dll_0E20F46DE1E1A65B.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350020681, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350020775, "dur":148, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityCurlModule.dll_14EB62D6C267D167.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350020923, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350021024, "dur":140, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VirtualTexturingModule.dll_37F04A890A90A5DB.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350021164, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350021253, "dur":280, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/UnityEngine.TestRunner.rsp" }} -,{ "pid":12345, "tid":8, "ts":1757471350021534, "dur":122, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350021659, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350021744, "dur":231, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":8, "ts":1757471350021991, "dur":251, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Burst.CodeGen.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":8, "ts":1757471350022297, "dur":358, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Core.rsp" }} -,{ "pid":12345, "tid":8, "ts":1757471350022655, "dur":104, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350022766, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350022864, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350022962, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023051, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023144, "dur":66, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023212, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023296, "dur":63, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023369, "dur":68, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023440, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023537, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023633, "dur":50, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023684, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023756, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023828, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023910, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350023981, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350024072, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350024151, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350024240, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350024322, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350024416, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350024505, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350024593, "dur":1169, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350025762, "dur":1178, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350026940, "dur":1295, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350028236, "dur":1036, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350029272, "dur":1076, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350030348, "dur":1013, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350031361, "dur":975, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350032336, "dur":1054, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350033391, "dur":1074, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350034466, "dur":1631, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350036097, "dur":1381, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350037478, "dur":1414, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350038893, "dur":1482, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350040375, "dur":1027, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350041402, "dur":1081, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350042483, "dur":1131, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350043614, "dur":1081, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350044695, "dur":1097, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350045792, "dur":1018, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350046810, "dur":964, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350047774, "dur":962, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350048736, "dur":1053, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350049789, "dur":1069, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350050858, "dur":1883, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350052741, "dur":1532, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350054273, "dur":1433, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350055706, "dur":1431, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350057137, "dur":1167, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350058304, "dur":285, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350058589, "dur":209, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350058799, "dur":81, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350058880, "dur":192, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350059072, "dur":312, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350059392, "dur":1037, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.dll.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350060429, "dur":56, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350060489, "dur":2739, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.dll (+2 others)" }} -,{ "pid":12345, "tid":8, "ts":1757471350063229, "dur":178, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350063412, "dur":104, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Mathematics.ref.dll_4EAD86AD4C1B715A.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350063517, "dur":128, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350063649, "dur":1543, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Collections.dll.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350065193, "dur":52, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350065248, "dur":3216, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Collections.dll (+2 others)" }} -,{ "pid":12345, "tid":8, "ts":1757471350068464, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350068596, "dur":465, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.dll.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350069102, "dur":3378, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.dll (+2 others)" }} -,{ "pid":12345, "tid":8, "ts":1757471350072545, "dur":307, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.GPUDriven.Runtime.dll.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350072881, "dur":941, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.GPUDriven.Runtime.dll (+2 others)" }} -,{ "pid":12345, "tid":8, "ts":1757471350073823, "dur":58, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350073933, "dur":151, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350074100, "dur":661, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":8, "ts":1757471350074822, "dur":148, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.ShaderGraph.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350074975, "dur":1088, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.ShaderGraph.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":8, "ts":1757471350076077, "dur":51, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350076131, "dur":346, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":8, "ts":1757471350076497, "dur":52, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/PPv2URPConverters.dll.mvfrm" }} -,{ "pid":12345, "tid":8, "ts":1757471350076554, "dur":169, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/PPv2URPConverters.dll (+2 others)" }} -,{ "pid":12345, "tid":8, "ts":1757471350076732, "dur":180, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.dll (+2 others)" }} -,{ "pid":12345, "tid":8, "ts":1757471350077797, "dur":171521, "ph":"X", "name": "Csc", "args": { "detail":"Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.dll (+2 others)" }} -,{ "pid":12345, "tid":8, "ts":1757471350250033, "dur":919, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Assembly-CSharp.dll (+pdb)" }} -,{ "pid":12345, "tid":8, "ts":1757471350251338, "dur":133, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350354024, "dur":209, "ph":"X", "name": "EmitNodeFinish", "args": { "detail":"" }} -,{ "pid":12345, "tid":8, "ts":1757471350251754, "dur":102486, "ph":"X", "name": "ILPostProcess", "args": { "detail":"Library/Bee/artifacts/200b0aE.dag/post-processed/Assembly-CSharp.dll (+pdb)" }} -,{ "pid":12345, "tid":8, "ts":1757471350356403, "dur":1032, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.dll" }} -,{ "pid":12345, "tid":8, "ts":1757471350357437, "dur":86, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471349816307, "dur":202174, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350018488, "dur":274, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.DiagnosticsModule.dll_2338B6331E4A589D.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350018809, "dur":253, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.PhysicsModule.dll_646E6BF09BC34AF8.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350019063, "dur":118, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350019183, "dur":765, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TreeModule.dll_23AD0A7361E5AF91.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350019948, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350020037, "dur":106, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.InsightsModule.dll_07C436A676AA1A59.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350020143, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350020248, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ScreenCaptureModule.dll_3260E1D96E1E22C0.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350020419, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350020525, "dur":160, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TextCoreTextEngineModule.dll_56092ADF71655F79.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350020685, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350020786, "dur":147, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityTestProtocolModule.dll_7D46FF134A659955.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350020933, "dur":121, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350021059, "dur":129, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.XRModule.dll_D4462A08249AAAE8.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350021188, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350021287, "dur":107, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.WebGL.Extensions.dll_6F2DFF6A42ECB2AA.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350021395, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350021487, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350021586, "dur":146, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.NVIDIAModule.dll_49F2D3B3C857FB89.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350021732, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350021834, "dur":228, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Burst.rsp" }} -,{ "pid":12345, "tid":9, "ts":1757471350022073, "dur":343, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":9, "ts":1757471350022499, "dur":150, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.GPUDriven.Runtime.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":9, "ts":1757471350022649, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350022739, "dur":109, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350022851, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350022939, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350023038, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350023120, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350023198, "dur":68, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350023268, "dur":57, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350023328, "dur":296, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.ShaderGraph.Editor.rsp" }} -,{ "pid":12345, "tid":9, "ts":1757471350023624, "dur":54, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350023694, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350023766, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350023873, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350023954, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350024038, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350024125, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350024213, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350024291, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350024382, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350024469, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350024565, "dur":1169, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350025735, "dur":1155, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350026890, "dur":1319, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350028210, "dur":1040, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350029251, "dur":1089, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350030340, "dur":1019, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350031359, "dur":963, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350032323, "dur":1045, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350033368, "dur":1082, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350034450, "dur":1570, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350036020, "dur":1428, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350037448, "dur":1387, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350038884, "dur":139, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350039026, "dur":1424, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350040451, "dur":1019, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350041470, "dur":1091, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350042562, "dur":1137, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350043699, "dur":1069, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350044768, "dur":1095, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350045863, "dur":1024, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350046887, "dur":943, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350047830, "dur":964, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350048794, "dur":1066, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350049860, "dur":1061, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350050921, "dur":1881, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350052802, "dur":1543, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350054345, "dur":1444, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350055789, "dur":1387, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350057176, "dur":1173, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350058349, "dur":296, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350058645, "dur":160, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350058805, "dur":75, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350058880, "dur":154, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350059100, "dur":296, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350059401, "dur":1192, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.dll.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350060593, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350060698, "dur":1882, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.dll (+2 others)" }} -,{ "pid":12345, "tid":9, "ts":1757471350062580, "dur":123, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350062767, "dur":1560, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350064328, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350064405, "dur":2160, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":9, "ts":1757471350066565, "dur":155, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350066728, "dur":52, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350066782, "dur":328, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Updater.dll.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350067138, "dur":2604, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Updater.dll (+2 others)" }} -,{ "pid":12345, "tid":9, "ts":1757471350069742, "dur":161, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350069952, "dur":2060, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.TestFramework.dll (+2 others)" }} -,{ "pid":12345, "tid":9, "ts":1757471350072012, "dur":124, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350072141, "dur":414, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350072560, "dur":549, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.Shared.dll.mvfrm" }} -,{ "pid":12345, "tid":9, "ts":1757471350073137, "dur":707, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.Shared.dll (+2 others)" }} -,{ "pid":12345, "tid":9, "ts":1757471350073845, "dur":54, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350073919, "dur":74066, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350147988, "dur":5482, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Universal.Config.Runtime.dll (+pdb)" }} -,{ "pid":12345, "tid":9, "ts":1757471350153470, "dur":159, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350153636, "dur":6843, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.State.dll (+pdb)" }} -,{ "pid":12345, "tid":9, "ts":1757471350160480, "dur":119, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350160610, "dur":1981, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Multiplayer.Center.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":9, "ts":1757471350162591, "dur":115, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350162712, "dur":7688, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Core.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":9, "ts":1757471350170401, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350170497, "dur":10468, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.AI.Navigation.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":9, "ts":1757471350180966, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350181095, "dur":941, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":9, "ts":1757471350182043, "dur":175440, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471349816311, "dur":202179, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350018495, "dur":291, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.dll_139664EF1148BEA3.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350018818, "dur":119, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.PresetsUIModule.dll_CEAF7E5E7A4F62D9.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350018938, "dur":52, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350018995, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SketchUpModule.dll_5AFB90E5B3938F6A.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350019166, "dur":104, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350019273, "dur":120, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIBuilderModule.dll_67D1F298EAAF8408.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350019393, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350019484, "dur":91, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AIModule.dll_5341A2509D5ED266.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350019626, "dur":105, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ClusterRendererModule.dll_4190A0BFBFAECF93.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350019731, "dur":58, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350019791, "dur":132, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GIModule.dll_EB7DEB5E390DBA80.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350019923, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350020001, "dur":128, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.InputLegacyModule.dll_837685507179BFD9.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350020130, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350020212, "dur":164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.PhysicsModule.dll_56E9249B00D2323D.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350020376, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350020477, "dur":174, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TerrainModule.dll_712FA009D6907B2B.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350020651, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350020755, "dur":175, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityConnectModule.dll_AE0AA47335F7F2B3.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350020930, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350021033, "dur":129, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VRModule.dll_A18767039B605D8A.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350021162, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350021250, "dur":186, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/UnityEngine.TestRunner.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":10, "ts":1757471350021436, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350021536, "dur":538, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/UnityEngine.TestRunner.dll.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350022078, "dur":16094, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/UnityEngine.TestRunner.dll (+2 others)" }} -,{ "pid":12345, "tid":10, "ts":1757471350038173, "dur":209, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350038389, "dur":93, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TestRunner.ref.dll_AA3B5DF2776E59D2.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350038483, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350038575, "dur":3779, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/UnityEditor.TestRunner.dll.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350042354, "dur":58, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350042416, "dur":16578, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/UnityEditor.TestRunner.dll (+2 others)" }} -,{ "pid":12345, "tid":10, "ts":1757471350059055, "dur":90, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/UnityEditor.UI.dll.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350059152, "dur":195, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/UnityEditor.UI.dll (+2 others)" }} -,{ "pid":12345, "tid":10, "ts":1757471350059388, "dur":944, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Burst.dll.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350060332, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350060401, "dur":2453, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Burst.dll (+2 others)" }} -,{ "pid":12345, "tid":10, "ts":1757471350062855, "dur":139, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350063046, "dur":1535, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Burst.CodeGen.dll.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350064627, "dur":2975, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Burst.CodeGen.dll (+2 others)" }} -,{ "pid":12345, "tid":10, "ts":1757471350067603, "dur":140, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350067748, "dur":727, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.ForUI.dll.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350068518, "dur":1977, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.ForUI.dll (+2 others)" }} -,{ "pid":12345, "tid":10, "ts":1757471350070495, "dur":130, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350070912, "dur":689, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350071651, "dur":907, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350072564, "dur":400, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Config.Runtime.dll.mvfrm" }} -,{ "pid":12345, "tid":10, "ts":1757471350072987, "dur":692, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Config.Runtime.dll (+2 others)" }} -,{ "pid":12345, "tid":10, "ts":1757471350073680, "dur":55, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350073764, "dur":73943, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350147708, "dur":4747, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.InputSystem.TestFramework.dll (+pdb)" }} -,{ "pid":12345, "tid":10, "ts":1757471350152456, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350152559, "dur":7420, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Burst.dll (+pdb)" }} -,{ "pid":12345, "tid":10, "ts":1757471350159979, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350160082, "dur":10915, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.TextMeshPro.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":10, "ts":1757471350170998, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350171085, "dur":4386, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.PlasticSCM.Editor.Entities.dll (+pdb)" }} -,{ "pid":12345, "tid":10, "ts":1757471350175472, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350175561, "dur":57, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350175634, "dur":115, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350175759, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350175850, "dur":55, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350175911, "dur":51, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350175967, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350176053, "dur":61, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350176157, "dur":55, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Universal.2D.Runtime.dll" }} -,{ "pid":12345, "tid":10, "ts":1757471350176263, "dur":68, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350176337, "dur":143, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350176488, "dur":57, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350176679, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350176767, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350176845, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350176970, "dur":58, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350177194, "dur":56, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350177374, "dur":55, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350178023, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350178199, "dur":114, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350178469, "dur":138, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350178615, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350178782, "dur":66, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350178882, "dur":191, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350179210, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350179428, "dur":57, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Core.ShaderLibrary.pdb" }} -,{ "pid":12345, "tid":10, "ts":1757471350179486, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350179601, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350179742, "dur":119, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350179906, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350179993, "dur":141, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350180174, "dur":126, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350180392, "dur":386, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350180817, "dur":130, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350180950, "dur":959, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":10, "ts":1757471350181909, "dur":175552, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471349816316, "dur":202182, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350018502, "dur":292, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.EditorToolbarModule.dll_621CCEC35B13C3FF.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350018794, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350018876, "dur":94, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SafeModeModule.dll_72E6AB956861F353.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350018970, "dur":102, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350019076, "dur":177, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TerrainModule.dll_7EB4E75F718193E6.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350019253, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350019335, "dur":142, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UnityConnectModule.dll_C0AB20643B6FF208.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350019477, "dur":68, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350019547, "dur":92, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AssetBundleModule.dll_F2316A31D98809E8.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350019639, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350019712, "dur":98, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.DirectorModule.dll_6DFD6E15EC2CCADA.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350019810, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350019912, "dur":113, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.IdentifiersModule.dll_CABAF2279C00D800.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350020025, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350020102, "dur":146, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ParticleSystemModule.dll_99C535C3D6E374C3.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350020248, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350020329, "dur":173, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SpriteShapeModule.dll_0B92978C8F2A41F2.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350020502, "dur":112, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350020619, "dur":140, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UIElementsModule.dll_2AA1A0FABCD57599.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350020759, "dur":114, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350020880, "dur":170, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestModule.dll_BF21A61A4CC82206.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350021050, "dur":131, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350021186, "dur":129, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.PerformanceReportingModule.dll_3CEA7E364D77D73C.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350021315, "dur":62, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350021384, "dur":140, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.IonicZip.dll_28DAF9479429A673.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350021524, "dur":109, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350021641, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350021739, "dur":201, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Burst.rsp2" }} -,{ "pid":12345, "tid":11, "ts":1757471350021957, "dur":190, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Collections.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":11, "ts":1757471350022173, "dur":476, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.rsp" }} -,{ "pid":12345, "tid":11, "ts":1757471350022649, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350022744, "dur":107, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.Shared.rsp" }} -,{ "pid":12345, "tid":11, "ts":1757471350022851, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350022955, "dur":107, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350023073, "dur":62, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350023147, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350023223, "dur":57, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350023287, "dur":64, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350023395, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350023480, "dur":102, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350023586, "dur":178, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.TextMeshPro.rsp" }} -,{ "pid":12345, "tid":11, "ts":1757471350023764, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350023844, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350023916, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350024004, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350024090, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350024179, "dur":75, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350024264, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350024352, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350024446, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350024552, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350024642, "dur":1127, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350025769, "dur":1181, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350026950, "dur":1294, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350028244, "dur":1039, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350029284, "dur":1069, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350030353, "dur":1021, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350031374, "dur":967, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350032341, "dur":1054, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350033395, "dur":1083, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350034478, "dur":1606, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350036084, "dur":1416, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350037501, "dur":1419, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350038921, "dur":1485, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350040406, "dur":1028, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350041434, "dur":1092, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350042526, "dur":1132, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350043658, "dur":1074, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350044732, "dur":1098, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350045830, "dur":1019, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350046849, "dur":953, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350047802, "dur":964, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350048766, "dur":1057, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350049823, "dur":1063, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350050886, "dur":1894, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350052780, "dur":1544, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350054324, "dur":1432, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350055759, "dur":1413, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350057173, "dur":1170, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350058343, "dur":388, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350058731, "dur":156, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350058887, "dur":197, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350059084, "dur":316, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350059414, "dur":1181, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Editor.ConversionSystem.dll.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350060596, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350060672, "dur":1743, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Editor.ConversionSystem.dll (+2 others)" }} -,{ "pid":12345, "tid":11, "ts":1757471350062415, "dur":113, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350062583, "dur":1115, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.2D.Sprite.AIIntegration.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350063740, "dur":989, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.ShaderLibrary.dll.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350064778, "dur":2694, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.ShaderLibrary.dll (+2 others)" }} -,{ "pid":12345, "tid":11, "ts":1757471350067473, "dur":128, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350067604, "dur":2600, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.PerformanceTesting.dll (+2 others)" }} -,{ "pid":12345, "tid":11, "ts":1757471350070204, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350070360, "dur":659, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.PerformanceTesting.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350071056, "dur":1278, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.PerformanceTesting.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":11, "ts":1757471350072382, "dur":211, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350072593, "dur":3907, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350076500, "dur":62, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.dll.mvfrm" }} -,{ "pid":12345, "tid":11, "ts":1757471350076569, "dur":71164, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350147735, "dur":8035, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.Core.dll (+pdb)" }} -,{ "pid":12345, "tid":11, "ts":1757471350155771, "dur":251, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350156027, "dur":6884, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Core.Runtime.dll (+pdb)" }} -,{ "pid":12345, "tid":11, "ts":1757471350162911, "dur":119, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350163043, "dur":5054, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.AI.Navigation.Editor.ConversionSystem.dll (+pdb)" }} -,{ "pid":12345, "tid":11, "ts":1757471350168097, "dur":109, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350168209, "dur":4951, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Rendering.LightTransport.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":11, "ts":1757471350173160, "dur":133, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350173298, "dur":8360, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.Core.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":11, "ts":1757471350181684, "dur":54, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":11, "ts":1757471350181741, "dur":175727, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471349816320, "dur":202187, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350018509, "dur":284, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.EmbreeModule.dll_F1E1BBCC6ABAE0DB.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350018793, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350018866, "dur":100, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.QuickSearchModule.dll_AE483740772154F6.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350018966, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350019059, "dur":154, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SubstanceModule.dll_BD28D25607AEE2E1.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350019213, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350019310, "dur":134, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UmbraModule.dll_4B36DE508E234CBA.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350019444, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350019515, "dur":66, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ARModule.dll_0CB46753FA7C312F.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350019581, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350019649, "dur":108, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.CoreModule.dll_E921E8B78225857D.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350019757, "dur":60, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350019820, "dur":138, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GridModule.dll_C69304A59A7A1B74.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350019958, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350020039, "dur":112, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.JSONSerializeModule.dll_1879345459B1F65E.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350020151, "dur":108, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350020261, "dur":169, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ShaderVariantAnalyticsModule.dll_21D14335F6F8B5A4.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350020430, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350020528, "dur":153, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TextRenderingModule.dll_5BA053E42555A2B5.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350020681, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350020766, "dur":151, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityConsentModule.dll_7FB03B9F43028903.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350020917, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350021016, "dur":183, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VideoModule.dll_BB987306F50BED91.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350021199, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350021292, "dur":103, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Plastic.Newtonsoft.Json.dll_56F11C16920C2AB4.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350021396, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350021502, "dur":102, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350021608, "dur":225, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/UnityEditor.TestRunner.rsp" }} -,{ "pid":12345, "tid":12, "ts":1757471350021834, "dur":50, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350021887, "dur":212, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.rsp" }} -,{ "pid":12345, "tid":12, "ts":1757471350022188, "dur":348, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.Burst.CodeGen.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":12, "ts":1757471350022558, "dur":66, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350022628, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350022720, "dur":105, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350022828, "dur":132, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Core.Editor.rsp" }} -,{ "pid":12345, "tid":12, "ts":1757471350022960, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350023074, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350023153, "dur":246, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.rsp" }} -,{ "pid":12345, "tid":12, "ts":1757471350023399, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350023491, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350023604, "dur":60, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350023668, "dur":66, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350023736, "dur":117, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.2D.Sprite.Editor.rsp2" }} -,{ "pid":12345, "tid":12, "ts":1757471350023853, "dur":68, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350023924, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350024016, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350024103, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350024197, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350024281, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350024368, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350024448, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350024552, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350024626, "dur":1141, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350025767, "dur":1191, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350026958, "dur":1299, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350028257, "dur":1038, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350029295, "dur":1090, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350030385, "dur":1004, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350031390, "dur":970, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350032360, "dur":1049, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350033409, "dur":1075, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350034484, "dur":1587, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350036071, "dur":1390, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350037462, "dur":1400, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350038862, "dur":1506, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350040368, "dur":1031, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350041399, "dur":1091, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350042490, "dur":1129, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350043619, "dur":1082, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350044701, "dur":1096, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350045798, "dur":1024, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350046822, "dur":954, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350047776, "dur":958, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350048735, "dur":1064, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350049799, "dur":1070, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350050869, "dur":1861, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350052730, "dur":1526, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350054257, "dur":1438, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350055695, "dur":1429, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350057124, "dur":515, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350057639, "dur":571, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350058211, "dur":411, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350058622, "dur":200, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350058822, "dur":56, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350058878, "dur":188, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350059067, "dur":323, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350059392, "dur":1194, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Searcher.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350060586, "dur":63, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350060653, "dur":2756, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Searcher.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":12, "ts":1757471350063409, "dur":115, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350063527, "dur":119, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Searcher.Editor.ref.dll_188082AF4C893B1A.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350063693, "dur":795, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350064488, "dur":58, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350064550, "dur":1919, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":12, "ts":1757471350066470, "dur":106, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350066636, "dur":2601, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+2 others)" }} -,{ "pid":12345, "tid":12, "ts":1757471350069238, "dur":107, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350069349, "dur":754, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Collections.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350070136, "dur":1591, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Collections.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":12, "ts":1757471350071727, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350071820, "dur":745, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350072570, "dur":421, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.TextMeshPro.Editor.dll.mvfrm" }} -,{ "pid":12345, "tid":12, "ts":1757471350073027, "dur":949, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.TextMeshPro.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":12, "ts":1757471350074030, "dur":73689, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350147722, "dur":3442, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Multiplayer.Center.Common.dll (+pdb)" }} -,{ "pid":12345, "tid":12, "ts":1757471350151165, "dur":123, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350151297, "dur":4301, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+pdb)" }} -,{ "pid":12345, "tid":12, "ts":1757471350155599, "dur":123, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350155732, "dur":4959, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Core.ShaderLibrary.dll (+pdb)" }} -,{ "pid":12345, "tid":12, "ts":1757471350160692, "dur":126, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350160822, "dur":6829, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.InputSystem.DocCodeSamples.dll (+pdb)" }} -,{ "pid":12345, "tid":12, "ts":1757471350167651, "dur":127, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350167787, "dur":6220, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.CollabProxy.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":12, "ts":1757471350174007, "dur":107, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":12, "ts":1757471350174117, "dur":7767, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.ShaderGraph.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":12, "ts":1757471350181917, "dur":175546, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1757471350358810, "dur":433, "ph":"X", "name": "ProfilerWriteOutput" } -,{ "pid": 22412, "tid": 51, "ts": 1757471350366588, "dur": 2674, "ph": "X", "name": "Wait for external events", "args": {"First to finish": "backend1.traceevents"} }, -{ "pid": 22412, "tid": 51, "ts": 1757471350369295, "dur": 1612, "ph": "X", "name": "backend1.traceevents", "args": {} }, -{ "pid": 22412, "tid": 51, "ts": 1757471350364913, "dur": 6382, "ph": "X", "name": "Write chrome-trace events", "args": {} }, +,{ "pid":12345, "tid":0, "ts":1757479828835850, "dur":723, "ph":"X", "name": "DriverInitData", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1757479828836576, "dur":313, "ph":"X", "name": "RemoveStaleOutputs", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1757479828836953, "dur":91, "ph":"X", "name": "BuildQueueInit", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1757479828837245, "dur":3272, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SketchUpModule.dll_5AFB90E5B3938F6A.mvfrm" }} +,{ "pid":12345, "tid":0, "ts":1757479828840732, "dur":1034, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ClusterInputModule.dll_40479579ECF7C4CE.mvfrm" }} +,{ "pid":12345, "tid":0, "ts":1757479828842088, "dur":339, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SubsystemsModule.dll_26633F92B9A939A2.mvfrm" }} +,{ "pid":12345, "tid":0, "ts":1757479828843311, "dur":431, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.dll.mvfrm.rsp" }} +,{ "pid":12345, "tid":0, "ts":1757479828837048, "dur":14210, "ph":"X", "name": "EnqueueRequestedNodes", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1757479828851266, "dur":266910, "ph":"X", "name": "WaitForBuildFinished", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1757479829118179, "dur":53, "ph":"X", "name": "JoinBuildThread", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1757479829118344, "dur":382, "ph":"X", "name": "Tundra", "args": { "detail":"Write AllBuiltNodes" }} +,{ "pid":12345, "tid":1, "ts":1757479828836993, "dur":14284, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828851340, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828851427, "dur":107, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.GraphViewModule.dll_1349457C77F70AD4.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828851576, "dur":134, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.PhysicsModule.dll_646E6BF09BC34AF8.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828851710, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828851789, "dur":143, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SpriteShapeModule.dll_05CCC7FD7CF0316D.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828851933, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828852027, "dur":159, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UmbraModule.dll_4B36DE508E234CBA.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828852186, "dur":61, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828852250, "dur":144, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ClothModule.dll_FD774B970C96B0D0.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828852394, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828852462, "dur":169, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GraphicsStateCollectionSerializerModule.dll_A9F3FB8E6C0780FC.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828852631, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828852700, "dur":170, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.LocalizationModule.dll_7E945FCC8473B7C7.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828852870, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828852976, "dur":147, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.StreamingModule.dll_9663AEF5A1DB96B8.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828853123, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828853207, "dur":131, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UmbraModule.dll_11639AB4BFA07D5F.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828853338, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828853424, "dur":129, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VehiclesModule.dll_E5C0679566569A75.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828853553, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828853653, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828853759, "dur":188, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.TextureAssets.dll_673AEEFA91C338F1.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828853947, "dur":159, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828854112, "dur":4679, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/UnityEngine.UI.dll.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828858791, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828858870, "dur":21001, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/UnityEngine.UI.dll (+2 others)" }} +,{ "pid":12345, "tid":1, "ts":1757479828879873, "dur":196, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828880079, "dur":95, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UI.ref.dll_79746E5030301F94.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828880174, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828880273, "dur":1490, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828881764, "dur":1412, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828883208, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828883284, "dur":1454, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828884739, "dur":1526, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828886265, "dur":1360, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828887625, "dur":1328, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828888954, "dur":1316, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828890271, "dur":1596, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828891868, "dur":1494, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828893362, "dur":1428, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828894791, "dur":1515, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828896306, "dur":1449, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828897756, "dur":1565, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828899321, "dur":439, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828899761, "dur":108, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828899869, "dur":76, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828899945, "dur":224, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828900204, "dur":345, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828900554, "dur":1206, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.TextMeshPro.dll.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828901797, "dur":3326, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.TextMeshPro.dll (+2 others)" }} +,{ "pid":12345, "tid":1, "ts":1757479828905123, "dur":108, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828905240, "dur":50, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828905293, "dur":4387, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Multiplayer.Center.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":1, "ts":1757479828909681, "dur":144, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828909874, "dur":407, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.DocCodeSamples.dll.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828910281, "dur":52, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828910336, "dur":1788, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.DocCodeSamples.dll (+2 others)" }} +,{ "pid":12345, "tid":1, "ts":1757479828912125, "dur":105, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828912235, "dur":2721, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828914957, "dur":201, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Editor.Shared.dll.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1757479828915189, "dur":583, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Editor.Shared.dll (+2 others)" }} +,{ "pid":12345, "tid":1, "ts":1757479828915772, "dur":60, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828915868, "dur":77759, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828993628, "dur":4331, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Universal.Runtime.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1757479828997960, "dur":125, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479828998089, "dur":15439, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.InputSystem.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1757479829013528, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479829013614, "dur":7691, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/PPv2URPConverters.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1757479829021305, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479829021386, "dur":8704, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Searcher.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1757479829030173, "dur":609, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1757479829030802, "dur":87368, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828836995, "dur":14311, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828851334, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828851419, "dur":129, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.GraphicsStateCollectionSerializerModule.dll_A1002E9E9F083797.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828851548, "dur":100, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828851651, "dur":148, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.ShaderFoundryModule.dll_C49C0FC47CAFEAC5.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828851799, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828851888, "dur":124, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIBuilderModule.dll_67D1F298EAAF8408.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828852012, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828852112, "dur":127, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AnimationModule.dll_E1CEC1A55253DF7A.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828852240, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828852327, "dur":129, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.AccessibilityModule.dll_2C20B8F0E17E12AF.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828852456, "dur":125, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828852584, "dur":119, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.InputModule.dll_FD04B64CA8B1F690.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828852703, "dur":124, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828852830, "dur":144, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ScreenCaptureModule.dll_3260E1D96E1E22C0.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828852974, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828853080, "dur":115, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TextRenderingModule.dll_5BA053E42555A2B5.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828853195, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828853294, "dur":113, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestAssetBundleModule.dll_6BADCFBF033360D0.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828853407, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828853498, "dur":124, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.iOS.Extensions.Xcode.dll_ED8B032DF01A4A2C.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828853622, "dur":107, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828853735, "dur":150, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Plastic.Antlr3.Runtime.dll_3D53C0654B9396F1.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828853885, "dur":132, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828854038, "dur":149, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828854191, "dur":122, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828854324, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828854401, "dur":121, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828854531, "dur":116, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828854678, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828854777, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828854875, "dur":100, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828854977, "dur":119, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828855099, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828855185, "dur":146, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828855333, "dur":123, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828855472, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828855559, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828855643, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828855749, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828855841, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828855924, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828856014, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828856092, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828856196, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828856287, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828856393, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828856476, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828856571, "dur":122, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828856694, "dur":1300, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828857994, "dur":1395, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828859389, "dur":1662, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828861052, "dur":1530, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828862582, "dur":1383, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828863966, "dur":1490, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828865456, "dur":1841, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828867297, "dur":1450, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828868747, "dur":1602, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828870349, "dur":1699, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828872048, "dur":1440, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828873488, "dur":1323, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828874812, "dur":1370, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828876182, "dur":1418, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828877600, "dur":1376, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828878977, "dur":1441, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828880418, "dur":1497, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828881915, "dur":1420, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828883335, "dur":1468, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828884803, "dur":1540, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828886343, "dur":1355, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828887698, "dur":1323, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828889021, "dur":1322, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828890344, "dur":1656, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828892000, "dur":1468, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828893468, "dur":1404, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828894872, "dur":1518, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828896390, "dur":1457, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828897847, "dur":1562, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828899410, "dur":290, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828899700, "dur":76, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828899777, "dur":117, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828899944, "dur":260, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828900205, "dur":295, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828900502, "dur":637, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Editor.ConversionSystem.dll.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828901182, "dur":2961, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Editor.ConversionSystem.dll (+2 others)" }} +,{ "pid":12345, "tid":2, "ts":1757479828904143, "dur":180, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828904328, "dur":141, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.AI.Navigation.Editor.ConversionSystem.ref.dll_B533E0F362656246.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828904469, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828904558, "dur":499, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828905107, "dur":3014, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":2, "ts":1757479828908122, "dur":110, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828908237, "dur":215, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Rendering.LightTransport.Runtime.dll.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828908488, "dur":1956, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Rendering.LightTransport.Runtime.dll (+2 others)" }} +,{ "pid":12345, "tid":2, "ts":1757479828910444, "dur":141, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828910589, "dur":64, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Rendering.LightTransport.Runtime.ref.dll_A1CE29DB57A110D1.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1757479828910690, "dur":1941, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.PlasticSCM.Editor.Entities.dll (+2 others)" }} +,{ "pid":12345, "tid":2, "ts":1757479828912631, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828912720, "dur":25933, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828938876, "dur":138, "ph":"X", "name": "CheckGlobSignature", "args": { "detail":"/Applications/Unity/Hub/Editor/6000.2.2f1/Unity.app/Contents/Tools/BuildPipeline" }} +,{ "pid":12345, "tid":2, "ts":1757479828939014, "dur":1018, "ph":"X", "name": "CheckGlobSignature", "args": { "detail":"/Applications/Unity/Hub/Editor/6000.2.2f1/Unity.app/Contents/Tools/Compilation/Unity.ILPP.Runner" }} +,{ "pid":12345, "tid":2, "ts":1757479828940033, "dur":522, "ph":"X", "name": "CheckGlobSignature", "args": { "detail":"/Applications/Unity/Hub/Editor/6000.2.2f1/Unity.app/Contents/Tools/Compilation/Unity.ILPP.Trigger" }} +,{ "pid":12345, "tid":2, "ts":1757479828938654, "dur":1904, "ph":"X", "name": "CheckDagSignatures", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828940558, "dur":49834, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479828990393, "dur":13211, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Universal.Config.Runtime.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1757479829003604, "dur":53, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479829003661, "dur":11235, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Collections.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1757479829014896, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479829014988, "dur":5579, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Burst.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1757479829020568, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479829020649, "dur":9034, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Universal.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1757479829029762, "dur":588, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1757479829030385, "dur":87808, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828837000, "dur":14315, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828851320, "dur":154, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.BuildProfileModule.dll_C57112EE168C0CEE.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828851475, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828851558, "dur":140, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.GridAndSnapModule.dll_2CF19CB4A1AF158C.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828851698, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828851784, "dur":133, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SketchUpModule.dll_5AFB90E5B3938F6A.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828851917, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828852003, "dur":162, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIElementsModule.dll_29F333B2BA915C4E.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828852165, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828852238, "dur":142, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AssetBundleModule.dll_F2316A31D98809E8.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828852380, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828852452, "dur":176, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GIModule.dll_EB7DEB5E390DBA80.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828852628, "dur":64, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828852695, "dur":153, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.JSONSerializeModule.dll_1879345459B1F65E.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828852848, "dur":106, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828852955, "dur":150, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SpriteShapeModule.dll_0B92978C8F2A41F2.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828853105, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828853193, "dur":134, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UIModule.dll_4EB5407DF9A5D812.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828853327, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828853409, "dur":131, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestWWWModule.dll_20CB703B61251BE5.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828853540, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828853628, "dur":111, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828853741, "dur":148, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.IonicZip.dll_28DAF9479429A673.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828853889, "dur":165, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828854060, "dur":143, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828854206, "dur":126, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828854336, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828854423, "dur":177, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.Cecil.Rocks.dll_89A9C630F938B4E1.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828854600, "dur":118, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828854722, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828854824, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828854905, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828855003, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828855103, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828855199, "dur":118, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828855320, "dur":123, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828855469, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828855555, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828855636, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828855732, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828855824, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828855898, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828855982, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828856063, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828856160, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828856266, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828856360, "dur":105, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828856468, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828856562, "dur":116, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828856679, "dur":1317, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828857996, "dur":1391, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828859387, "dur":1671, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828861058, "dur":1543, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828862601, "dur":1384, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828863986, "dur":1502, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828865488, "dur":1852, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828867340, "dur":1438, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828868778, "dur":1607, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828870385, "dur":1689, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828872074, "dur":1441, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828873515, "dur":1310, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828874826, "dur":1373, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828876199, "dur":1423, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828877622, "dur":1377, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828878999, "dur":1428, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828880428, "dur":1505, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828881933, "dur":1399, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828883333, "dur":1461, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828884794, "dur":1543, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828886337, "dur":1347, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828887684, "dur":1330, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828889014, "dur":1336, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828890351, "dur":1634, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828891985, "dur":1456, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828893442, "dur":1408, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828894850, "dur":1518, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828896368, "dur":1454, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828897822, "dur":1558, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828899380, "dur":395, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828899775, "dur":156, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828899931, "dur":255, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828900186, "dur":719, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828900906, "dur":785, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualStudio.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828901692, "dur":51, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828901749, "dur":249, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Rider.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828902045, "dur":181, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.2D.Sprite.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828902272, "dur":138, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Shaders.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828902451, "dur":716, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Rendering.LightTransport.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828903168, "dur":112, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828903283, "dur":656, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828903985, "dur":2749, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Rider.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1757479828906735, "dur":111, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828906851, "dur":2287, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Rendering.LightTransport.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1757479828909138, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828909389, "dur":285, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.TestFramework.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828909718, "dur":728, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.CollabProxy.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828910446, "dur":56, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828910504, "dur":1772, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.CollabProxy.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1757479828912277, "dur":126, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828912406, "dur":3732, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828916139, "dur":92, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.SettingsProvider.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1757479828916237, "dur":243, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.SettingsProvider.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1757479828916510, "dur":73083, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828989598, "dur":4847, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.InputSystem.TestFramework.dll (+pdb)" }} +,{ "pid":12345, "tid":3, "ts":1757479828994446, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828994540, "dur":5047, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Mathematics.dll (+pdb)" }} +,{ "pid":12345, "tid":3, "ts":1757479828999587, "dur":261, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479828999855, "dur":11400, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Universal.Shaders.dll (+pdb)" }} +,{ "pid":12345, "tid":3, "ts":1757479829011256, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479829011336, "dur":7833, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Core.Editor.Shared.dll (+pdb)" }} +,{ "pid":12345, "tid":3, "ts":1757479829019169, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479829019254, "dur":4347, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.2D.Sprite.AIIntegration.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":3, "ts":1757479829023601, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1757479829023687, "dur":7080, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.Flow.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":3, "ts":1757479829030794, "dur":87439, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828837006, "dur":14318, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828851330, "dur":169, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.ClothModule.dll_374A8F32DB19802B.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828851500, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828851587, "dur":152, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.PresetsUIModule.dll_CEAF7E5E7A4F62D9.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828851739, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828851828, "dur":134, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TextCoreTextEngineModule.dll_D7A9AF8C5E67A0AE.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828851963, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828852047, "dur":155, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.XRModule.dll_95D79878B91D771D.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828852202, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828852275, "dur":136, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.CoreModule.dll_E921E8B78225857D.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828852411, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828852500, "dur":157, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ImageConversionModule.dll_AD829E7041D38787.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828852657, "dur":61, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828852719, "dur":175, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ParticleSystemModule.dll_99C535C3D6E374C3.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828852925, "dur":164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SharedInternalsModule.dll_3193DD45B90182D7.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828853089, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828853171, "dur":133, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TLSModule.dll_910BD9D1CE0E2BD1.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828853304, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828853393, "dur":125, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestModule.dll_BF21A61A4CC82206.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828853518, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828853605, "dur":159, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.PerformanceReportingModule.dll_3CEA7E364D77D73C.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828853764, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828853851, "dur":4694, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/UnityEngine.TestRunner.dll.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828858545, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828858624, "dur":24084, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/UnityEngine.TestRunner.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828882708, "dur":229, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828882944, "dur":55, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TestRunner.ref.dll_AA3B5DF2776E59D2.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828882999, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828883077, "dur":4531, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/UnityEditor.TestRunner.dll.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828887608, "dur":68, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828887682, "dur":12441, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/UnityEditor.TestRunner.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828900183, "dur":60, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/UnityEditor.UI.dll.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828900248, "dur":200, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/UnityEditor.UI.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828900483, "dur":408, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Burst.dll.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828900933, "dur":3523, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Burst.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828904457, "dur":145, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828904646, "dur":940, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Collections.dll.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828905628, "dur":2032, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Collections.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828907660, "dur":126, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828907791, "dur":93, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Collections.ref.dll_CB2B1FA2A63FF8D9.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828907884, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828907964, "dur":310, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.dll.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828908313, "dur":3688, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828912002, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828912145, "dur":417, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.GPUDriven.Runtime.dll.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828912563, "dur":56, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828912622, "dur":1142, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.GPUDriven.Runtime.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828913765, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479828913883, "dur":204, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828914104, "dur":782, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828914940, "dur":162, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.ShaderGraph.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828915121, "dur":1436, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.ShaderGraph.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828916587, "dur":51, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828916646, "dur":396, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828917060, "dur":51, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/PPv2URPConverters.dll.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1757479828917115, "dur":159, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/PPv2URPConverters.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828917282, "dur":185, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479828917776, "dur":117137, "ph":"X", "name": "Csc", "args": { "detail":"Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1757479829035579, "dur":909, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Assembly-CSharp.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1757479829036868, "dur":117, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479829115365, "dur":228, "ph":"X", "name": "EmitNodeFinish", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1757479829037093, "dur":78507, "ph":"X", "name": "ILPostProcess", "args": { "detail":"Library/Bee/artifacts/200b0aE.dag/post-processed/Assembly-CSharp.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1757479829117851, "dur":271, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.dll" }} +,{ "pid":12345, "tid":4, "ts":1757479829118124, "dur":68, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828837011, "dur":14324, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828851340, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.CoreBusinessMetricsModule.dll_E409852C73E3C815.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828851512, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828851602, "dur":160, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.QuickSearchModule.dll_AE483740772154F6.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828851762, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828851844, "dur":144, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TextRenderingModule.dll_CF5F61BCAC5D1F90.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828851988, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828852058, "dur":155, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AccessibilityModule.dll_B861AB185A7695D4.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828852213, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828852296, "dur":127, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.DirectorModule.dll_6DFD6E15EC2CCADA.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828852423, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828852520, "dur":140, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.InputForUIModule.dll_D53BC0BA2A1258D1.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828852660, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828852745, "dur":165, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.PhysicsModule.dll_56E9249B00D2323D.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828852911, "dur":108, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828853021, "dur":128, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TerrainPhysicsModule.dll_9A3FDE96F0266F50.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828853149, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828853244, "dur":112, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityConsentModule.dll_7FB03B9F43028903.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828853356, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828853452, "dur":121, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VRModule.dll_A18767039B605D8A.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828853573, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828853665, "dur":138, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.WebGL.Extensions.dll_6F2DFF6A42ECB2AA.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828853803, "dur":155, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828853964, "dur":234, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AMDModule.dll_927C166CA6DDB07E.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828854198, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828854305, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828854392, "dur":116, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828854510, "dur":105, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828854621, "dur":60, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828854683, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828854788, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828854895, "dur":75, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828854974, "dur":108, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828855084, "dur":112, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828855199, "dur":154, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828855358, "dur":112, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828855481, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828855570, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828855659, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828855740, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828855832, "dur":68, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828855901, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828855992, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828856075, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828856171, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828856275, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828856360, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828856456, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828856555, "dur":111, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828856667, "dur":1312, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828857979, "dur":1402, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828859381, "dur":1664, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828861046, "dur":1524, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828862570, "dur":1369, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828863939, "dur":1505, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828865444, "dur":1844, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828867288, "dur":1440, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828868728, "dur":1613, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828870341, "dur":1699, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828872040, "dur":1438, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828873478, "dur":1323, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828874801, "dur":1366, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828876167, "dur":1419, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828877586, "dur":1381, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828878968, "dur":1430, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828880398, "dur":1510, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828881908, "dur":1415, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828883323, "dur":1452, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828884775, "dur":1551, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828886326, "dur":1364, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828887690, "dur":1315, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828889006, "dur":1322, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828890328, "dur":1641, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828891970, "dur":1461, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828893431, "dur":1409, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828894840, "dur":1519, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828896359, "dur":1453, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828897812, "dur":1558, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828899371, "dur":239, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828899610, "dur":324, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828899934, "dur":237, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828900171, "dur":313, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828900488, "dur":558, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.dll.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828901047, "dur":66, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828901117, "dur":5280, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.dll (+2 others)" }} +,{ "pid":12345, "tid":5, "ts":1757479828906398, "dur":169, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828906603, "dur":721, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Core.dll.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828907359, "dur":5379, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Core.dll (+2 others)" }} +,{ "pid":12345, "tid":5, "ts":1757479828912738, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828912839, "dur":292, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Flow.dll.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828913162, "dur":1659, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Flow.dll (+2 others)" }} +,{ "pid":12345, "tid":5, "ts":1757479828914882, "dur":208, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.State.dll.mvfrm" }} +,{ "pid":12345, "tid":5, "ts":1757479828915091, "dur":51, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828915145, "dur":735, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.State.dll (+2 others)" }} +,{ "pid":12345, "tid":5, "ts":1757479828915926, "dur":73715, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479828989644, "dur":20524, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Multiplayer.Center.Common.dll (+pdb)" }} +,{ "pid":12345, "tid":5, "ts":1757479829010168, "dur":144, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479829010317, "dur":5751, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.AI.Navigation.Editor.ConversionSystem.dll (+pdb)" }} +,{ "pid":12345, "tid":5, "ts":1757479829016068, "dur":55, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479829016130, "dur":12810, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.PerformanceTesting.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":5, "ts":1757479829028940, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479829029070, "dur":346, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479829029416, "dur":58, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.AI.Navigation.Editor.pdb" }} +,{ "pid":12345, "tid":5, "ts":1757479829029475, "dur":50, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479829029530, "dur":620, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479829030206, "dur":87596, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":5, "ts":1757479829117848, "dur":280, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.pdb" }} +,{ "pid":12345, "tid":6, "ts":1757479828837016, "dur":14328, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828851348, "dur":159, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.CoreModule.dll_C6011564DA201A52.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828851508, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828851592, "dur":146, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.PropertiesModule.dll_FF1638973A990706.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828851738, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828851818, "dur":141, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TextCoreFontEngineModule.dll_8FC1791ACEE3E790.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828851959, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828852041, "dur":156, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.VideoModule.dll_F56BB6A2C38EBCEC.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828852197, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828852273, "dur":139, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ContentLoadModule.dll_8B47C372A80AB1D5.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828852412, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828852494, "dur":163, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.IdentifiersModule.dll_CABAF2279C00D800.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828852657, "dur":54, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828852713, "dur":191, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.MultiplayerModule.dll_71D986BE924F9760.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828852904, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828852997, "dur":142, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SubstanceModule.dll_730EC33EED2E94C6.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828853139, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828853222, "dur":129, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityAnalyticsCommonModule.dll_D8293B7A6760759A.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828853351, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828853433, "dur":122, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VFXModule.dll_11EA7240A47B953E.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828853555, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828853644, "dur":154, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.OSXStandalone.Extensions.dll_57F26D0ACBE8DD19.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828853798, "dur":124, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828853935, "dur":166, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828854107, "dur":125, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828854241, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828854331, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828854412, "dur":105, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828854529, "dur":107, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828854655, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828854751, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828854848, "dur":107, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828854959, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828855061, "dur":129, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828855204, "dur":119, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828855327, "dur":112, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828855442, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828855537, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828855625, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828855719, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828855815, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828855889, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828855969, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828856053, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828856148, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828856252, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828856353, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828856450, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828856544, "dur":109, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828856656, "dur":1309, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828857966, "dur":1394, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828859360, "dur":1696, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828861056, "dur":1542, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828862598, "dur":1382, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828863981, "dur":1488, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828865469, "dur":1859, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828867328, "dur":1448, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828868776, "dur":1616, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828870392, "dur":1693, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828872086, "dur":1436, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828873522, "dur":1318, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828874840, "dur":1370, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828876211, "dur":1417, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828877628, "dur":1377, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828879005, "dur":1445, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828880450, "dur":1481, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828881931, "dur":1418, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828883349, "dur":1474, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828884823, "dur":1545, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828886368, "dur":1346, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828887714, "dur":1333, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828889047, "dur":1328, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828890375, "dur":1646, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828892021, "dur":1468, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828893489, "dur":1408, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828894897, "dur":1511, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828896409, "dur":748, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828897157, "dur":1583, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828898741, "dur":891, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828899633, "dur":286, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828899919, "dur":265, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828900184, "dur":314, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828900500, "dur":544, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.dll.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828901044, "dur":51, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828901099, "dur":2378, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.dll (+2 others)" }} +,{ "pid":12345, "tid":6, "ts":1757479828903477, "dur":124, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828903652, "dur":734, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.ShaderLibrary.dll.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828904386, "dur":50, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828904440, "dur":2138, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.ShaderLibrary.dll (+2 others)" }} +,{ "pid":12345, "tid":6, "ts":1757479828906578, "dur":107, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828906689, "dur":457, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.ForUI.dll.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828907171, "dur":2348, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.ForUI.dll (+2 others)" }} +,{ "pid":12345, "tid":6, "ts":1757479828909519, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828909654, "dur":379, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.PlasticSCM.Editor.Entities.dll.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828910075, "dur":1680, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.InputSystem.TestFramework.dll (+2 others)" }} +,{ "pid":12345, "tid":6, "ts":1757479828911756, "dur":108, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828911866, "dur":275, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828912142, "dur":759, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Config.Runtime.dll.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828912928, "dur":1366, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Config.Runtime.dll (+2 others)" }} +,{ "pid":12345, "tid":6, "ts":1757479828914372, "dur":130, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Runtime.dll.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828914518, "dur":758, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Runtime.dll (+2 others)" }} +,{ "pid":12345, "tid":6, "ts":1757479828915277, "dur":60, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828915364, "dur":116, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll.mvfrm" }} +,{ "pid":12345, "tid":6, "ts":1757479828915503, "dur":494, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll (+2 others)" }} +,{ "pid":12345, "tid":6, "ts":1757479828916038, "dur":73557, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828989599, "dur":5093, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+pdb)" }} +,{ "pid":12345, "tid":6, "ts":1757479828994693, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828994787, "dur":4912, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Timeline.dll (+pdb)" }} +,{ "pid":12345, "tid":6, "ts":1757479828999699, "dur":111, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479828999814, "dur":4312, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Collections.dll (+pdb)" }} +,{ "pid":12345, "tid":6, "ts":1757479829004127, "dur":1965, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479829006099, "dur":838, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.TextMeshPro.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":6, "ts":1757479829006937, "dur":1943, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479829008892, "dur":6344, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Multiplayer.Center.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":6, "ts":1757479829015236, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479829015318, "dur":8202, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Timeline.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":6, "ts":1757479829023521, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":6, "ts":1757479829023595, "dur":7077, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.ShaderGraph.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":6, "ts":1757479829030700, "dur":87505, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828837021, "dur":14332, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828851357, "dur":132, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.DeviceSimulatorModule.dll_3BE3DE4E4FF3C20F.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828851489, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828851566, "dur":130, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.GridModule.dll_A3723152F274B049.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828851696, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828851787, "dur":139, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SpriteMaskModule.dll_BB076BE8E91D3844.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828851926, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828852013, "dur":164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIElementsSamplesModule.dll_C1844920F06A43FF.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828852177, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828852244, "dur":152, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AudioModule.dll_968EEE9C3279D1EC.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828852396, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828852472, "dur":184, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GridModule.dll_C69304A59A7A1B74.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828852656, "dur":51, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828852709, "dur":200, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.MarshallingModule.dll_9A9A08C6BDB0373A.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828852909, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828853013, "dur":129, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TerrainModule.dll_712FA009D6907B2B.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828853142, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828853232, "dur":120, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityAnalyticsModule.dll_B964A68D830AC6BF.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828853352, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828853450, "dur":121, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VirtualTexturingModule.dll_37F04A890A90A5DB.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828853571, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828853660, "dur":141, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.Graphs.dll_6450FF118201D284.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828853801, "dur":145, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828853963, "dur":156, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828854125, "dur":141, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828854269, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828854345, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828854430, "dur":172, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.Cecil.Pdb.dll_0CCB9384721BA6A1.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828854603, "dur":125, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828854730, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828854828, "dur":112, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828854962, "dur":108, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828855073, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828855168, "dur":114, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828855290, "dur":111, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828855410, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828855506, "dur":75, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828855582, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828855670, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828855781, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828855856, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828855943, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828856028, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828856118, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828856223, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828856325, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828856420, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828856505, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828856615, "dur":107, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828856724, "dur":1307, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828858034, "dur":1384, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828859418, "dur":1680, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828861098, "dur":1521, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828862619, "dur":1400, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828864019, "dur":1483, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828865503, "dur":1845, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828867348, "dur":1448, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828868796, "dur":1608, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828870404, "dur":1686, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828872090, "dur":1437, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828873527, "dur":1321, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828874848, "dur":1369, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828876217, "dur":1442, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828877659, "dur":1374, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828879033, "dur":1477, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828880510, "dur":1483, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828881994, "dur":1391, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828883385, "dur":1469, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828884854, "dur":1538, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828886392, "dur":1347, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828887739, "dur":1330, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828889070, "dur":1335, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828890405, "dur":1621, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828892026, "dur":1453, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828893479, "dur":1402, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828894881, "dur":1520, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828896402, "dur":1463, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828897865, "dur":1554, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828899419, "dur":528, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828899947, "dur":244, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828900191, "dur":318, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828900548, "dur":1059, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Multiplayer.Center.Common.dll.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828901647, "dur":1069, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Multiplayer.Center.Common.dll (+2 others)" }} +,{ "pid":12345, "tid":7, "ts":1757479828902717, "dur":104, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828902867, "dur":1907, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Multiplayer.Center.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828904819, "dur":648, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Burst.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828905509, "dur":1661, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Burst.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":7, "ts":1757479828907170, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828907305, "dur":3128, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.PerformanceTesting.dll (+2 others)" }} +,{ "pid":12345, "tid":7, "ts":1757479828910434, "dur":133, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828910650, "dur":546, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.PerformanceTesting.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828911232, "dur":1261, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.PerformanceTesting.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":7, "ts":1757479828912493, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828912591, "dur":4470, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828917062, "dur":64, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.dll.mvfrm" }} +,{ "pid":12345, "tid":7, "ts":1757479828917133, "dur":73224, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828990357, "dur":6117, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.Core.dll (+pdb)" }} +,{ "pid":12345, "tid":7, "ts":1757479828996475, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479828996553, "dur":14052, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.State.dll (+pdb)" }} +,{ "pid":12345, "tid":7, "ts":1757479829010605, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479829010699, "dur":6912, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.ShaderGraph.Utilities.dll (+pdb)" }} +,{ "pid":12345, "tid":7, "ts":1757479829017612, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479829017707, "dur":11651, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.AI.Navigation.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":7, "ts":1757479829029437, "dur":572, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479829030055, "dur":642, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":7, "ts":1757479829030707, "dur":87470, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828837025, "dur":14336, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828851367, "dur":115, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.DiagnosticsModule.dll_2338B6331E4A589D.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828851482, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828851571, "dur":145, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.Physics2DModule.dll_788EC0AD0DD1252A.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828851716, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828851814, "dur":147, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TerrainModule.dll_7EB4E75F718193E6.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828851961, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828852037, "dur":154, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.VFXModule.dll_05C8CFED34CB8739.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828852191, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828852264, "dur":148, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ClusterRendererModule.dll_4190A0BFBFAECF93.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828852412, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828852488, "dur":169, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.HotReloadModule.dll_63177FAB2D86FAFC.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828852658, "dur":66, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828852725, "dur":189, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.AdaptivePerformanceModule.dll_641E8BB24D9C991B.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828852915, "dur":114, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828853037, "dur":124, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TextCoreFontEngineModule.dll_0E20F46DE1E1A65B.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828853162, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828853252, "dur":127, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityCurlModule.dll_14EB62D6C267D167.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828853379, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828853469, "dur":118, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.XRModule.dll_D4462A08249AAAE8.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828853587, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828853688, "dur":150, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Collections.LowLevel.ILSupport.dll_2A5CE0F0450FED37.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828853838, "dur":148, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828853995, "dur":173, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828854173, "dur":115, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828854290, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828854370, "dur":111, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828854502, "dur":128, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828854638, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828854707, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828854808, "dur":109, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828854920, "dur":70, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828855046, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828855160, "dur":130, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828855292, "dur":117, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828855416, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828855513, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828855604, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828855687, "dur":105, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828855794, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828855867, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828855952, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828856035, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828856127, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828856236, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828856332, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828856419, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828856515, "dur":117, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828856641, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828856736, "dur":1305, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828858041, "dur":1403, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828859444, "dur":1673, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828861117, "dur":1525, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828862643, "dur":1406, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828864049, "dur":1509, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828865558, "dur":1827, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828867385, "dur":1458, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828868843, "dur":1621, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828870464, "dur":1693, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828872158, "dur":1431, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828873589, "dur":1317, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828874907, "dur":1384, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828876292, "dur":1427, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828877719, "dur":1370, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828879089, "dur":1501, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828880590, "dur":1458, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828882048, "dur":1383, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828883431, "dur":1474, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828884905, "dur":1543, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828886448, "dur":1364, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828887812, "dur":1321, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828889133, "dur":1346, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828890479, "dur":1636, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828892115, "dur":1467, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828893582, "dur":1403, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828894985, "dur":1525, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828896511, "dur":731, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828897242, "dur":1591, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828898833, "dur":653, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828899486, "dur":213, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828899699, "dur":82, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828899781, "dur":150, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828899931, "dur":266, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828900197, "dur":355, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828900554, "dur":858, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Timeline.dll.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828901457, "dur":1627, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Timeline.dll (+2 others)" }} +,{ "pid":12345, "tid":8, "ts":1757479828903084, "dur":119, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828903247, "dur":921, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Timeline.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828904168, "dur":120, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828904293, "dur":2088, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualStudio.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":8, "ts":1757479828906382, "dur":118, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828906509, "dur":4603, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+2 others)" }} +,{ "pid":12345, "tid":8, "ts":1757479828911113, "dur":199, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828911355, "dur":785, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828912141, "dur":860, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.Shared.dll.mvfrm" }} +,{ "pid":12345, "tid":8, "ts":1757479828913031, "dur":1093, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Core.Runtime.Shared.dll (+2 others)" }} +,{ "pid":12345, "tid":8, "ts":1757479828914124, "dur":56, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828914200, "dur":75402, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828989605, "dur":5331, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.AI.Navigation.dll (+pdb)" }} +,{ "pid":12345, "tid":8, "ts":1757479828994936, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828995023, "dur":4505, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Burst.dll (+pdb)" }} +,{ "pid":12345, "tid":8, "ts":1757479828999529, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479828999616, "dur":3246, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Core.Runtime.dll (+pdb)" }} +,{ "pid":12345, "tid":8, "ts":1757479829002862, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479829002956, "dur":13762, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.Shared.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":8, "ts":1757479829016718, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479829016799, "dur":4856, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Mathematics.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":8, "ts":1757479829021655, "dur":113, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":8, "ts":1757479829021771, "dur":8676, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.Core.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":8, "ts":1757479829030524, "dur":87687, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828837030, "dur":14340, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828851376, "dur":97, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.dll_139664EF1148BEA3.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828851473, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828851568, "dur":142, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.MultiplayerModule.dll_6C13B72F801586DB.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828851710, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828851801, "dur":144, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SubstanceModule.dll_BD28D25607AEE2E1.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828851946, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828852031, "dur":156, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UnityConnectModule.dll_C0AB20643B6FF208.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828852187, "dur":66, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828852256, "dur":143, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ClusterInputModule.dll_40479579ECF7C4CE.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828852399, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828852481, "dur":186, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.HierarchyCoreModule.dll_2F7C47F2C923EECA.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828852667, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828852760, "dur":185, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.PropertiesModule.dll_FFC4A5DF3CDD2051.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828852945, "dur":99, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828853049, "dur":122, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TextCoreTextEngineModule.dll_56092ADF71655F79.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828853171, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828853255, "dur":124, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityTestProtocolModule.dll_7D46FF134A659955.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828853379, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828853462, "dur":122, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.WindModule.dll_5F70C3E0135C03E6.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828853584, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828853679, "dur":140, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Plastic.Newtonsoft.Json.dll_56F11C16920C2AB4.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828853819, "dur":155, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828853980, "dur":224, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.NVIDIAModule.dll_49F2D3B3C857FB89.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828854204, "dur":106, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828854317, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828854387, "dur":116, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828854510, "dur":113, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828854626, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828854697, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828854808, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828854907, "dur":115, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828855087, "dur":112, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828855204, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828855310, "dur":108, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828855424, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828855521, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828855618, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828855709, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828855806, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828855876, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828855961, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828856046, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828856138, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828856241, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828856338, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828856439, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828856529, "dur":119, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828856655, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828856747, "dur":1319, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828858066, "dur":1405, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828859472, "dur":1475, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828860947, "dur":1532, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828862480, "dur":1381, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828863862, "dur":1505, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828865367, "dur":1828, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828867195, "dur":1461, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828868656, "dur":1601, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828870257, "dur":1708, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828871965, "dur":1459, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828873425, "dur":1323, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828874749, "dur":1345, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828876094, "dur":1435, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828877530, "dur":1382, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828878912, "dur":1442, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828880354, "dur":1499, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828881853, "dur":1413, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828883299, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828883366, "dur":1467, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828884833, "dur":1541, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828886374, "dur":1343, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828887717, "dur":1332, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828889050, "dur":1329, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828890379, "dur":1638, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828892017, "dur":1470, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828893487, "dur":1408, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828894895, "dur":1525, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828896420, "dur":734, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828897154, "dur":1571, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828898725, "dur":1208, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828899933, "dur":267, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828900200, "dur":292, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828900496, "dur":654, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.ShaderGraph.Utilities.dll.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828901151, "dur":157, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828901310, "dur":1520, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.ShaderGraph.Utilities.dll (+2 others)" }} +,{ "pid":12345, "tid":9, "ts":1757479828902830, "dur":161, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828903040, "dur":2366, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.2D.Sprite.AIIntegration.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828905446, "dur":755, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.2D.Sprite.AIIntegration.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":9, "ts":1757479828906201, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828906292, "dur":5011, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Timeline.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":9, "ts":1757479828911303, "dur":136, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828911465, "dur":675, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828912140, "dur":1049, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipeline.Universal.ShaderLibrary.dll.mvfrm" }} +,{ "pid":12345, "tid":9, "ts":1757479828913225, "dur":759, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+2 others)" }} +,{ "pid":12345, "tid":9, "ts":1757479828913984, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828914079, "dur":75504, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828989591, "dur":3999, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/UnityEngine.UI.dll (+pdb)" }} +,{ "pid":12345, "tid":9, "ts":1757479828993591, "dur":241, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828993848, "dur":4949, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+pdb)" }} +,{ "pid":12345, "tid":9, "ts":1757479828998797, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479828998887, "dur":10942, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Core.ShaderLibrary.dll (+pdb)" }} +,{ "pid":12345, "tid":9, "ts":1757479829009829, "dur":155, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479829009988, "dur":6522, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Core.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":9, "ts":1757479829016511, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479829016587, "dur":5802, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Rendering.LightTransport.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":9, "ts":1757479829022390, "dur":100, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":9, "ts":1757479829022493, "dur":7957, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.2D.Sprite.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":9, "ts":1757479829030534, "dur":87654, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828837035, "dur":14350, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828851390, "dur":151, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.EditorToolbarModule.dll_621CCEC35B13C3FF.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828851541, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828851625, "dur":154, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SceneViewModule.dll_51F928846D19D7E2.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828851780, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828851883, "dur":133, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIAutomationModule.dll_761201DEB2FFD5AE.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828852016, "dur":114, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828852133, "dur":123, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ARModule.dll_0CB46753FA7C312F.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828852256, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828852351, "dur":123, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GameCenterModule.dll_D28966A0C9F1BC15.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828852475, "dur":128, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828852606, "dur":125, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.InsightsModule.dll_07C436A676AA1A59.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828852731, "dur":131, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828852865, "dur":159, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ShaderVariantAnalyticsModule.dll_21D14335F6F8B5A4.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828853024, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828853123, "dur":117, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TilemapModule.dll_102C078AEE4D5C34.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828853240, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828853328, "dur":120, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestAudioModule.dll_B4E6D214D3E2A1D4.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828853449, "dur":75, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828853529, "dur":155, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.DSPGraphModule.dll_734ECF7F5E8D9BFB.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828853684, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828853790, "dur":118, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828853911, "dur":177, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828854101, "dur":117, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828854225, "dur":100, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828854337, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828854411, "dur":189, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.CompilationPipeline.Common.dll_F862E2FD6BA6C0C0.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828854600, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828854671, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828854766, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828854861, "dur":104, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828854967, "dur":110, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828855087, "dur":145, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828855243, "dur":134, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828855379, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828855490, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828855589, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828855681, "dur":94, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828855779, "dur":68, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828855850, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828855930, "dur":91, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828856024, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828856105, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828856204, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828856304, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828856401, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828856487, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828856582, "dur":119, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828856703, "dur":1315, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828858018, "dur":1391, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828859409, "dur":1696, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828861106, "dur":1525, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828862631, "dur":1395, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828864026, "dur":1503, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828865529, "dur":1826, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828867355, "dur":1455, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828868810, "dur":1610, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828870420, "dur":1695, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828872115, "dur":1443, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828873558, "dur":1315, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828874873, "dur":1375, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828876248, "dur":1426, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828877675, "dur":1367, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828879042, "dur":1487, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828880529, "dur":1485, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828882014, "dur":1382, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828883397, "dur":1472, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828884870, "dur":1550, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828886420, "dur":1352, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828887772, "dur":1335, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828889108, "dur":1351, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828890459, "dur":1629, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828892088, "dur":1475, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828893563, "dur":1397, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828894961, "dur":1522, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828896483, "dur":714, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828897197, "dur":1574, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828898772, "dur":665, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828899437, "dur":318, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828899802, "dur":138, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828899940, "dur":232, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828900172, "dur":311, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828900488, "dur":923, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.dll.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828901438, "dur":1871, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.dll (+2 others)" }} +,{ "pid":12345, "tid":10, "ts":1757479828903309, "dur":115, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828903473, "dur":565, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828904038, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828904118, "dur":2700, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Mathematics.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":10, "ts":1757479828906818, "dur":124, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828906987, "dur":1502, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.RenderPipelines.Universal.Shaders.dll (+2 others)" }} +,{ "pid":12345, "tid":10, "ts":1757479828908490, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828908619, "dur":183, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Updater.dll.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828908838, "dur":261, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Collections.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828909129, "dur":1530, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Collections.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":10, "ts":1757479828910659, "dur":193, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828910920, "dur":51, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828911139, "dur":1011, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828912150, "dur":689, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.TextMeshPro.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":10, "ts":1757479828912864, "dur":802, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.TextMeshPro.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":10, "ts":1757479828913666, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828913785, "dur":26777, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828940563, "dur":50454, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828991018, "dur":5596, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.GPUDriven.Runtime.dll (+pdb)" }} +,{ "pid":12345, "tid":10, "ts":1757479828996615, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479828996702, "dur":4138, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Core.Runtime.Shared.dll (+pdb)" }} +,{ "pid":12345, "tid":10, "ts":1757479829000841, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479829000929, "dur":8792, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.Rendering.LightTransport.Runtime.dll (+pdb)" }} +,{ "pid":12345, "tid":10, "ts":1757479829009723, "dur":143, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479829009875, "dur":6224, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.SettingsProvider.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":10, "ts":1757479829016099, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479829016203, "dur":4989, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.CollabProxy.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":10, "ts":1757479829021193, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":10, "ts":1757479829021300, "dur":9015, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.State.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":10, "ts":1757479829030359, "dur":87841, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828837040, "dur":14354, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828851398, "dur":141, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.EmbreeModule.dll_F1E1BBCC6ABAE0DB.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828851540, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828851620, "dur":143, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SceneTemplateModule.dll_85BC3F815A006E37.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828851763, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828851857, "dur":131, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TilemapModule.dll_1DB14EE0893E74EF.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828851988, "dur":75, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828852064, "dur":149, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AIModule.dll_5341A2509D5ED266.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828852213, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828852282, "dur":130, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.CrashReportingModule.dll_46B2EC7768D1E935.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828852412, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828852502, "dur":158, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.IMGUIModule.dll_CEEE8E02F8AB65CD.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828852660, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828852738, "dur":169, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.Physics2DModule.dll_2E74B195F350D70F.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828852907, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828853012, "dur":135, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SubsystemsModule.dll_26633F92B9A939A2.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828853147, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828853236, "dur":116, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityConnectModule.dll_AE0AA47335F7F2B3.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828853352, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828853441, "dur":128, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VideoModule.dll_BB987306F50BED91.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828853569, "dur":62, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828853643, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828853746, "dur":163, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.YamlDotNet.dll_D01CC5A6D0F5DAF9.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828853909, "dur":166, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828854085, "dur":128, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828854223, "dur":129, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828854357, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828854458, "dur":190, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.Cecil.dll_59627543C51E81A1.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828854671, "dur":105, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828854785, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828854879, "dur":106, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828854988, "dur":127, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828855118, "dur":53, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828855174, "dur":113, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828855291, "dur":115, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828855409, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828855499, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828855594, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828855678, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828855772, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828855852, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828855938, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828856019, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828856098, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828856204, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828856305, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828856406, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828856496, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828856601, "dur":110, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828856713, "dur":1299, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828858012, "dur":1388, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828859401, "dur":1664, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828861066, "dur":1527, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828862594, "dur":1379, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828863973, "dur":1490, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828865463, "dur":1841, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828867304, "dur":1462, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828868766, "dur":1602, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828870368, "dur":1700, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828872068, "dur":1437, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828873506, "dur":1321, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828874828, "dur":1376, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828876204, "dur":1432, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828877637, "dur":1374, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828879011, "dur":1456, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828880467, "dur":1485, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828881952, "dur":1406, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828883358, "dur":1471, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828884829, "dur":1551, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828886381, "dur":1345, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828887726, "dur":1332, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828889058, "dur":1303, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828890361, "dur":1645, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828892006, "dur":1454, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828893460, "dur":1403, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828894863, "dur":1521, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828896385, "dur":1413, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828897798, "dur":1568, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828899366, "dur":392, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828899759, "dur":136, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828899895, "dur":300, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828900195, "dur":292, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828900494, "dur":755, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Searcher.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828901291, "dur":2736, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Searcher.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":11, "ts":1757479828904028, "dur":134, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828904167, "dur":77, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Searcher.Editor.ref.dll_188082AF4C893B1A.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828904244, "dur":105, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828904353, "dur":348, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.PerformanceTesting.dll.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828904736, "dur":634, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Burst.CodeGen.dll.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828905407, "dur":1629, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Burst.CodeGen.dll (+2 others)" }} +,{ "pid":12345, "tid":11, "ts":1757479828907036, "dur":102, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828907143, "dur":1662, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.2D.Sprite.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":11, "ts":1757479828908806, "dur":123, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828908934, "dur":1596, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.AI.Navigation.Updater.dll (+2 others)" }} +,{ "pid":12345, "tid":11, "ts":1757479828910530, "dur":194, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828910731, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828910988, "dur":96, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828911087, "dur":1064, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828912151, "dur":699, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828912851, "dur":440, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Core.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828913321, "dur":1679, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Core.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":11, "ts":1757479828915077, "dur":127, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Flow.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828915210, "dur":875, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Flow.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":11, "ts":1757479828916133, "dur":94, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.State.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828916233, "dur":346, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.State.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":11, "ts":1757479828916600, "dur":57, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Shared.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":11, "ts":1757479828916662, "dur":185, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.VisualScripting.Shared.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":11, "ts":1757479828916873, "dur":72773, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828989647, "dur":7429, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.VisualScripting.Flow.dll (+pdb)" }} +,{ "pid":12345, "tid":11, "ts":1757479828997077, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479828997150, "dur":4424, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.PerformanceTesting.dll (+pdb)" }} +,{ "pid":12345, "tid":11, "ts":1757479829001574, "dur":639, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479829002228, "dur":12485, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/UnityEditor.UI.dll (+pdb)" }} +,{ "pid":12345, "tid":11, "ts":1757479829014714, "dur":130, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479829014848, "dur":5925, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.PlasticSCM.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":11, "ts":1757479829020773, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479829020850, "dur":9081, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.PlasticSCM.Editor.Entities.dll (+pdb)" }} +,{ "pid":12345, "tid":11, "ts":1757479829029932, "dur":61, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479829030026, "dur":484, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":11, "ts":1757479829030544, "dur":87682, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828837045, "dur":14357, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828851404, "dur":136, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.GIModule.dll_AD0F59CECD9086B5.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828851540, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828851616, "dur":147, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SafeModeModule.dll_72E6AB956861F353.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828851764, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828851859, "dur":129, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TreeModule.dll_23AD0A7361E5AF91.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828851988, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828852083, "dur":143, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AndroidJNIModule.dll_A83C1C8603B0CB24.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828852227, "dur":80, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828852309, "dur":132, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.dll_463AABC76FBC4B88.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828852441, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828852542, "dur":134, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.InputLegacyModule.dll_837685507179BFD9.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828852676, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828852771, "dur":123, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll_532B9929C68EE5D8.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828852945, "dur":147, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SpriteMaskModule.dll_BBB5D930EB61518F.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828853092, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828853181, "dur":134, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UIElementsModule.dll_2AA1A0FABCD57599.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828853315, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828853397, "dur":131, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestTextureModule.dll_611725854B2C7A29.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828853528, "dur":82, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828853618, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828853714, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.Antlr3.Runtime.dll_8189EC8801BEEB18.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828853885, "dur":142, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828854034, "dur":160, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828854196, "dur":157, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.Unsafe.dll_283D5FC3BD6A67A2.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828854353, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828854438, "dur":186, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.Cecil.Mdb.dll_F5791B14F366A51E.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828854624, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828854699, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828854799, "dur":86, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828854894, "dur":102, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828855006, "dur":57, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828855065, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828855158, "dur":97, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828855267, "dur":123, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828855392, "dur":100, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828855505, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828855579, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828855666, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828855749, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828855834, "dur":77, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828855914, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828856002, "dur":76, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828856084, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828856182, "dur":88, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828856279, "dur":105, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828856386, "dur":83, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828856472, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828856559, "dur":114, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828856677, "dur":1325, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828858003, "dur":1388, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828859391, "dur":1683, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828861074, "dur":1534, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828862609, "dur":1382, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828863991, "dur":1490, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828865482, "dur":1829, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828867311, "dur":1447, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828868758, "dur":1602, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828870360, "dur":1699, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828872059, "dur":1440, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828873500, "dur":1321, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828874822, "dur":1373, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828876195, "dur":1421, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828877616, "dur":1377, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828878993, "dur":1453, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828880447, "dur":1492, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828881940, "dur":1405, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828883345, "dur":1471, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828884816, "dur":1546, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828886362, "dur":1350, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828887712, "dur":1323, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828889035, "dur":1331, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828890366, "dur":1631, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828891997, "dur":1473, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828893471, "dur":1414, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828894886, "dur":1531, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828896417, "dur":714, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828897131, "dur":1571, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828898702, "dur":1231, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828899934, "dur":232, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828900175, "dur":53, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828900232, "dur":435, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828900667, "dur":694, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.PlasticSCM.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828901408, "dur":6247, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.PlasticSCM.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":12, "ts":1757479828907656, "dur":156, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828907933, "dur":111, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualStudio.Editor.ref.dll_F37C0F1BA2EC04B9.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828908088, "dur":298, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/200b0aE.dag/Unity.Collections.CodeGen.dll.mvfrm" }} +,{ "pid":12345, "tid":12, "ts":1757479828908415, "dur":1818, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/200b0aE.dag/Unity.Collections.CodeGen.dll (+2 others)" }} +,{ "pid":12345, "tid":12, "ts":1757479828910233, "dur":87, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828910326, "dur":2086, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPP-Configuration Library/ilpp-configuration.nevergeneratedoutput" }} +,{ "pid":12345, "tid":12, "ts":1757479828912454, "dur":875, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828988360, "dur":260, "ph":"X", "name": "EmitNodeFinish", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828913502, "dur":75130, "ph":"X", "name": "ILPP-Configuration", "args": { "detail":"Library/ilpp-configuration.nevergeneratedoutput" }} +,{ "pid":12345, "tid":12, "ts":1757479828989583, "dur":4958, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.RenderPipelines.Universal.2D.Runtime.dll (+pdb)" }} +,{ "pid":12345, "tid":12, "ts":1757479828994542, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828994630, "dur":5284, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.TextMeshPro.dll (+pdb)" }} +,{ "pid":12345, "tid":12, "ts":1757479828999914, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479828999985, "dur":9487, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.InputSystem.ForUI.dll (+pdb)" }} +,{ "pid":12345, "tid":12, "ts":1757479829009473, "dur":263, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829009751, "dur":5574, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.InputSystem.DocCodeSamples.dll (+pdb)" }} +,{ "pid":12345, "tid":12, "ts":1757479829015325, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829015393, "dur":8334, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Unity.AI.Navigation.Updater.dll (+pdb)" }} +,{ "pid":12345, "tid":12, "ts":1757479829023727, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829024375, "dur":52, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829024431, "dur":55, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829024548, "dur":56, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829024609, "dur":58, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829024678, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829024760, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829024851, "dur":58, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829024968, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829025077, "dur":54, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829025184, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829025268, "dur":62, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829025335, "dur":60, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829025441, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829025518, "dur":214, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829025762, "dur":54, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829025868, "dur":55, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829025927, "dur":55, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829025986, "dur":58, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829026137, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829026421, "dur":59, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829026486, "dur":124, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829026631, "dur":59, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829026694, "dur":56, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829026895, "dur":59, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829026960, "dur":59, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829027026, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829027428, "dur":55, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829027769, "dur":52, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829028149, "dur":51, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829028204, "dur":53, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829028917, "dur":121, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829029101, "dur":642, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829029814, "dur":671, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":12, "ts":1757479829030513, "dur":87669, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1757479829120386, "dur":425, "ph":"X", "name": "ProfilerWriteOutput" } +,{ "pid": 22412, "tid": 15, "ts": 1757479829131298, "dur": 3742, "ph": "X", "name": "Wait for external events", "args": {"First to finish": "backend1.traceevents"} }, +{ "pid": 22412, "tid": 15, "ts": 1757479829135061, "dur": 1349, "ph": "X", "name": "backend1.traceevents", "args": {} }, +{ "pid": 22412, "tid": 15, "ts": 1757479829128352, "dur": 8495, "ph": "X", "name": "Write chrome-trace events", "args": {} }, {} ] diff --git a/Library/Bee/tundra.digestcache b/Library/Bee/tundra.digestcache index 23c3316d..32efe7e4 100644 Binary files a/Library/Bee/tundra.digestcache and b/Library/Bee/tundra.digestcache differ diff --git a/Library/Bee/tundra.log.json b/Library/Bee/tundra.log.json index 755217b5..b63703f1 100644 --- a/Library/Bee/tundra.log.json +++ b/Library/Bee/tundra.log.json @@ -765,8 +765,8 @@ {"msg":"runNodeAction","annotation":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Assembly-CSharp.dll (+pdb)","displayName":"Postprocessing IL for Assembly-CSharp","index":630} {"msg":"noderesult","processed_node_count":752,"number_of_nodes_ever_queued":756,"annotation":"ILPostProcess Library/Bee/artifacts/200b0aE.dag/post-processed/Assembly-CSharp.dll (+pdb)","index":630,"exitcode":0,"outputfile":"Library/Bee/artifacts/200b0aE.dag/post-processed/Assembly-CSharp.dll","stdout":"Processing assembly Library/Bee/artifacts/200b0aE.dag/Assembly-CSharp.dll, with 129 defines and 300 references\nprocessors: Unity.Jobs.CodeGen.JobsILPostProcessor, zzzUnity.Burst.CodeGen.BurstILPostProcessor\nrunning Unity.Jobs.CodeGen.JobsILPostProcessor\nrunning zzzUnity.Burst.CodeGen.BurstILPostProcessor"} {"msg":"inputSignatureChanged","annotation":"CopyFiles Library/ScriptAssemblies/Assembly-CSharp.pdb","index":756,"changes":[{"key":"FileList","value":["Library/Bee/artifacts/200b0aE.dag/post-processed/Assembly-CSharp.pdb"],"oldvalue":[],"dependency":"explicit"}]} -{"msg":"runNodeAction","annotation":"CopyFiles Library/ScriptAssemblies/Assembly-CSharp.pdb","displayName":"Copying Assembly-CSharp.pdb","index":756} {"msg":"inputSignatureChanged","annotation":"CopyFiles Library/ScriptAssemblies/Assembly-CSharp.dll","index":755,"changes":[{"key":"FileList","value":["Library/Bee/artifacts/200b0aE.dag/post-processed/Assembly-CSharp.dll"],"oldvalue":[],"dependency":"explicit"}]} +{"msg":"runNodeAction","annotation":"CopyFiles Library/ScriptAssemblies/Assembly-CSharp.pdb","displayName":"Copying Assembly-CSharp.pdb","index":756} {"msg":"runNodeAction","annotation":"CopyFiles Library/ScriptAssemblies/Assembly-CSharp.dll","displayName":"Copying Assembly-CSharp.dll","index":755} {"msg":"noderesult","processed_node_count":753,"number_of_nodes_ever_queued":756,"annotation":"CopyFiles Library/ScriptAssemblies/Assembly-CSharp.dll","index":755,"exitcode":0,"outputfile":"Library/ScriptAssemblies/Assembly-CSharp.dll"} {"msg":"noderesult","processed_node_count":754,"number_of_nodes_ever_queued":756,"annotation":"CopyFiles Library/ScriptAssemblies/Assembly-CSharp.pdb","index":756,"exitcode":0,"outputfile":"Library/ScriptAssemblies/Assembly-CSharp.pdb"} diff --git a/Library/BurstCache/JIT/Hashes/a110ffe6b760e4b56cb86ae44bc7857d.bhc b/Library/BurstCache/JIT/Hashes/a110ffe6b760e4b56cb86ae44bc7857d.bhc index bf548203..8dfe476e 100644 Binary files a/Library/BurstCache/JIT/Hashes/a110ffe6b760e4b56cb86ae44bc7857d.bhc and b/Library/BurstCache/JIT/Hashes/a110ffe6b760e4b56cb86ae44bc7857d.bhc differ diff --git a/Library/ProtocolInstance.json b/Library/ProtocolInstance.json index c709afb1..9e5e22c7 100644 --- a/Library/ProtocolInstance.json +++ b/Library/ProtocolInstance.json @@ -1 +1 @@ -[{"Port":55671,"SolutionName":"prj_Inflearn","ProtocolGuid":"ca1ba338-cca4-4e4d-8a49-b08f8e521651"},{"Port":55672,"SolutionName":"Unity_Learn","ProtocolGuid":"ca1ba338-cca4-4e4d-8a49-b08f8e521651"}] \ No newline at end of file +[{"Port":62788,"SolutionName":"prj_Inflearn","ProtocolGuid":"ca1ba338-cca4-4e4d-8a49-b08f8e521651"},{"Port":62789,"SolutionName":"Unity_Learn","ProtocolGuid":"ca1ba338-cca4-4e4d-8a49-b08f8e521651"}] \ No newline at end of file diff --git a/Library/SceneVisibilityState.asset b/Library/SceneVisibilityState.asset index 1fd65cb4..73dbf6ac 100644 Binary files a/Library/SceneVisibilityState.asset and b/Library/SceneVisibilityState.asset differ diff --git a/Library/ScriptAssemblies/Assembly-CSharp.dll b/Library/ScriptAssemblies/Assembly-CSharp.dll index 19b66eb4..e4e0d6cb 100644 Binary files a/Library/ScriptAssemblies/Assembly-CSharp.dll and b/Library/ScriptAssemblies/Assembly-CSharp.dll differ diff --git a/Library/ScriptAssemblies/Assembly-CSharp.pdb b/Library/ScriptAssemblies/Assembly-CSharp.pdb index 2106874f..fb8cdc76 100644 Binary files a/Library/ScriptAssemblies/Assembly-CSharp.pdb and b/Library/ScriptAssemblies/Assembly-CSharp.pdb differ diff --git a/Library/Search/transactions.db b/Library/Search/transactions.db index c6faed81..de99e962 100644 Binary files a/Library/Search/transactions.db and b/Library/Search/transactions.db differ diff --git a/Library/SourceAssetDB b/Library/SourceAssetDB index 076b25a3..f4c39df7 100644 Binary files a/Library/SourceAssetDB and b/Library/SourceAssetDB differ diff --git a/Logs/AssetImportWorker0.log b/Logs/AssetImportWorker0.log index 9862918b..9a86f4b2 100644 --- a/Logs/AssetImportWorker0.log +++ b/Logs/AssetImportWorker0.log @@ -4775,3 +4775,785 @@ Memory consumption went from 157.3 MB to 152.5 MB. Total: 4.865583 ms (FindLiveObjects: 0.293583 ms CreateObjectMapping: 0.164000 ms MarkObjects: 3.168500 ms DeleteObjects: 1.239208 ms) Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.27 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6218 unused Assets / (5.1 MB). Loaded Objects now: 6916. +Memory consumption went from 150.8 MB to 145.6 MB. +Total: 17.793333 ms (FindLiveObjects: 0.326792 ms CreateObjectMapping: 0.101291 ms MarkObjects: 16.170417 ms DeleteObjects: 1.194583 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +[Licensing::Client] Successfully resolved entitlement details +Thread 0x16f87b000 may have been prematurely finalized +- Loaded All Assemblies, in 0.460 seconds +Refreshing native plugins compatible for Editor in 0.15 ms, found 2 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +[Package Manager] Failed to launch server process. Reason: Unity was launched with the -noUpm command-line argument +[Package Manager] Unable to send message (not connected to server process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.342 seconds +Domain Reload Profiling: 804ms + BeginReloadAssembly (108ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (22ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (16ms) + LoadAllAssembliesAndSetupDomain (310ms) + LoadAssemblies (223ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (114ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (1ms) + BuildScriptInfoCaches (93ms) + ResolveRequiredComponents (6ms) + FinalizeReload (342ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (280ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (1ms) + SetLoadedEditorAssemblies (3ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (178ms) + ProcessInitializeOnLoadMethodAttributes (23ms) + AfterProcessingInitializeOnLoad (1ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (2ms) +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.19 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6225 unused Assets / (5.1 MB). Loaded Objects now: 6918. +Memory consumption went from 156.6 MB to 151.5 MB. +Total: 4.206209 ms (FindLiveObjects: 0.273459 ms CreateObjectMapping: 0.103041 ms MarkObjects: 2.803417 ms DeleteObjects: 1.025917 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +Thread 0x16f87b000 may have been prematurely finalized +- Loaded All Assemblies, in 0.342 seconds +Refreshing native plugins compatible for Editor in 0.28 ms, found 2 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +[Package Manager] Failed to launch server process. Reason: Unity was launched with the -noUpm command-line argument +[Package Manager] Unable to send message (not connected to server process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.347 seconds +Domain Reload Profiling: 692ms + BeginReloadAssembly (98ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + RebuildCommonClasses (21ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (10ms) + LoadAllAssembliesAndSetupDomain (209ms) + LoadAssemblies (133ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (100ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + BuildScriptInfoCaches (86ms) + ResolveRequiredComponents (6ms) + FinalizeReload (348ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (282ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (1ms) + SetLoadedEditorAssemblies (3ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (180ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (1ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (2ms) +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.24 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6225 unused Assets / (4.9 MB). Loaded Objects now: 6920. +Memory consumption went from 157.4 MB to 152.5 MB. +Total: 4.707209 ms (FindLiveObjects: 0.284208 ms CreateObjectMapping: 0.126459 ms MarkObjects: 3.092792 ms DeleteObjects: 1.203208 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.29 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6218 unused Assets / (5.2 MB). Loaded Objects now: 6920. +Memory consumption went from 150.8 MB to 145.6 MB. +Total: 22.125958 ms (FindLiveObjects: 0.320458 ms CreateObjectMapping: 0.102459 ms MarkObjects: 20.446000 ms DeleteObjects: 1.256833 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +[Licensing::Client] Successfully resolved entitlement details +Thread 0x16f87b000 may have been prematurely finalized +- Loaded All Assemblies, in 0.396 seconds +Refreshing native plugins compatible for Editor in 0.15 ms, found 2 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +[Package Manager] Failed to launch server process. Reason: Unity was launched with the -noUpm command-line argument +[Package Manager] Unable to send message (not connected to server process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.368 seconds +Domain Reload Profiling: 766ms + BeginReloadAssembly (108ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (21ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (12ms) + LoadAllAssembliesAndSetupDomain (250ms) + LoadAssemblies (169ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (110ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (1ms) + BuildScriptInfoCaches (91ms) + ResolveRequiredComponents (6ms) + FinalizeReload (368ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (299ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (2ms) + SetLoadedEditorAssemblies (3ms) + BeforeProcessingInitializeOnLoad (81ms) + ProcessInitializeOnLoadAttributes (189ms) + ProcessInitializeOnLoadMethodAttributes (24ms) + AfterProcessingInitializeOnLoad (1ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (2ms) +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.19 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6225 unused Assets / (5.0 MB). Loaded Objects now: 6922. +Memory consumption went from 156.7 MB to 151.7 MB. +Total: 4.366291 ms (FindLiveObjects: 0.225792 ms CreateObjectMapping: 0.113625 ms MarkObjects: 2.914583 ms DeleteObjects: 1.112083 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +Thread 0x16f87b000 may have been prematurely finalized +- Loaded All Assemblies, in 0.327 seconds +Refreshing native plugins compatible for Editor in 0.25 ms, found 2 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +[Package Manager] Failed to launch server process. Reason: Unity was launched with the -noUpm command-line argument +[Package Manager] Unable to send message (not connected to server process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.351 seconds +Domain Reload Profiling: 680ms + BeginReloadAssembly (91ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (35ms) + RebuildCommonClasses (21ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (11ms) + LoadAllAssembliesAndSetupDomain (199ms) + LoadAssemblies (125ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (97ms) + TypeCache.Refresh (5ms) + TypeCache.ScanAssembly (0ms) + BuildScriptInfoCaches (85ms) + ResolveRequiredComponents (6ms) + FinalizeReload (351ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (281ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (1ms) + SetLoadedEditorAssemblies (3ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (178ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (1ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (2ms) +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.23 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6225 unused Assets / (4.9 MB). Loaded Objects now: 6924. +Memory consumption went from 157.4 MB to 152.5 MB. +Total: 4.504291 ms (FindLiveObjects: 0.283917 ms CreateObjectMapping: 0.093333 ms MarkObjects: 2.966792 ms DeleteObjects: 1.159916 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.28 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6218 unused Assets / (5.2 MB). Loaded Objects now: 6924. +Memory consumption went from 150.9 MB to 145.8 MB. +Total: 15.528750 ms (FindLiveObjects: 0.332084 ms CreateObjectMapping: 0.109083 ms MarkObjects: 13.814791 ms DeleteObjects: 1.272500 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +Thread 0x16f87b000 may have been prematurely finalized +- Loaded All Assemblies, in 0.460 seconds +Refreshing native plugins compatible for Editor in 0.17 ms, found 2 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +[Package Manager] Failed to launch server process. Reason: Unity was launched with the -noUpm command-line argument +[Package Manager] Unable to send message (not connected to server process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.347 seconds +Domain Reload Profiling: 809ms + BeginReloadAssembly (116ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (23ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (16ms) + LoadAllAssembliesAndSetupDomain (300ms) + LoadAssemblies (209ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (120ms) + TypeCache.Refresh (20ms) + TypeCache.ScanAssembly (1ms) + BuildScriptInfoCaches (92ms) + ResolveRequiredComponents (6ms) + FinalizeReload (347ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (284ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (1ms) + SetLoadedEditorAssemblies (3ms) + BeforeProcessingInitializeOnLoad (82ms) + ProcessInitializeOnLoadAttributes (174ms) + ProcessInitializeOnLoadMethodAttributes (23ms) + AfterProcessingInitializeOnLoad (0ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (1ms) +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.18 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6225 unused Assets / (5.0 MB). Loaded Objects now: 6926. +Memory consumption went from 156.7 MB to 151.7 MB. +Total: 3.851417 ms (FindLiveObjects: 0.279834 ms CreateObjectMapping: 0.086791 ms MarkObjects: 2.540500 ms DeleteObjects: 0.944125 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.31 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6218 unused Assets / (5.2 MB). Loaded Objects now: 6926. +Memory consumption went from 150.8 MB to 145.6 MB. +Total: 26.351334 ms (FindLiveObjects: 0.378333 ms CreateObjectMapping: 0.112542 ms MarkObjects: 24.101500 ms DeleteObjects: 1.758625 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +[Licensing::Client] Successfully resolved entitlement details +Thread 0x16f87b000 may have been prematurely finalized +- Loaded All Assemblies, in 0.452 seconds +Refreshing native plugins compatible for Editor in 0.14 ms, found 2 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +[Package Manager] Failed to launch server process. Reason: Unity was launched with the -noUpm command-line argument +[Package Manager] Unable to send message (not connected to server process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.332 seconds +Domain Reload Profiling: 786ms + BeginReloadAssembly (108ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (21ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (13ms) + LoadAllAssembliesAndSetupDomain (305ms) + LoadAssemblies (222ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (111ms) + TypeCache.Refresh (10ms) + TypeCache.ScanAssembly (1ms) + BuildScriptInfoCaches (91ms) + ResolveRequiredComponents (6ms) + FinalizeReload (332ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (271ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (1ms) + SetLoadedEditorAssemblies (3ms) + BeforeProcessingInitializeOnLoad (75ms) + ProcessInitializeOnLoadAttributes (168ms) + ProcessInitializeOnLoadMethodAttributes (23ms) + AfterProcessingInitializeOnLoad (0ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (1ms) +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.22 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6225 unused Assets / (5.1 MB). Loaded Objects now: 6928. +Memory consumption went from 156.7 MB to 151.6 MB. +Total: 4.225291 ms (FindLiveObjects: 0.272291 ms CreateObjectMapping: 0.094250 ms MarkObjects: 2.714875 ms DeleteObjects: 1.143541 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.26 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6218 unused Assets / (3.3 MB). Loaded Objects now: 6928. +Memory consumption went from 150.9 MB to 147.6 MB. +Total: 9.796125 ms (FindLiveObjects: 0.958000 ms CreateObjectMapping: 0.595708 ms MarkObjects: 7.180708 ms DeleteObjects: 1.061334 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +Thread 0x16f87b000 may have been prematurely finalized +- Loaded All Assemblies, in 0.412 seconds +Refreshing native plugins compatible for Editor in 0.18 ms, found 2 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +[Package Manager] Failed to launch server process. Reason: Unity was launched with the -noUpm command-line argument +[Package Manager] Unable to send message (not connected to server process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.363 seconds +Domain Reload Profiling: 778ms + BeginReloadAssembly (93ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + RebuildCommonClasses (21ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (11ms) + LoadAllAssembliesAndSetupDomain (283ms) + LoadAssemblies (201ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (106ms) + TypeCache.Refresh (10ms) + TypeCache.ScanAssembly (1ms) + BuildScriptInfoCaches (87ms) + ResolveRequiredComponents (6ms) + FinalizeReload (363ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (294ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (1ms) + SetLoadedEditorAssemblies (3ms) + BeforeProcessingInitializeOnLoad (76ms) + ProcessInitializeOnLoadAttributes (189ms) + ProcessInitializeOnLoadMethodAttributes (24ms) + AfterProcessingInitializeOnLoad (0ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (2ms) +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.24 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6225 unused Assets / (5.0 MB). Loaded Objects now: 6930. +Memory consumption went from 156.6 MB to 151.6 MB. +Total: 4.410000 ms (FindLiveObjects: 0.290959 ms CreateObjectMapping: 0.112333 ms MarkObjects: 2.937125 ms DeleteObjects: 1.069291 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +Thread 0x16f87b000 may have been prematurely finalized +- Loaded All Assemblies, in 0.329 seconds +Refreshing native plugins compatible for Editor in 0.19 ms, found 2 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +[Package Manager] Failed to launch server process. Reason: Unity was launched with the -noUpm command-line argument +[Package Manager] Unable to send message (not connected to server process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.362 seconds +Domain Reload Profiling: 693ms + BeginReloadAssembly (99ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (21ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (12ms) + LoadAllAssembliesAndSetupDomain (192ms) + LoadAssemblies (122ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (95ms) + TypeCache.Refresh (5ms) + TypeCache.ScanAssembly (0ms) + BuildScriptInfoCaches (82ms) + ResolveRequiredComponents (6ms) + FinalizeReload (362ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (292ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (1ms) + SetLoadedEditorAssemblies (3ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (185ms) + ProcessInitializeOnLoadMethodAttributes (28ms) + AfterProcessingInitializeOnLoad (1ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (2ms) +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.24 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6225 unused Assets / (3.5 MB). Loaded Objects now: 6932. +Memory consumption went from 157.5 MB to 154.0 MB. +Total: 4.476917 ms (FindLiveObjects: 0.281542 ms CreateObjectMapping: 0.104917 ms MarkObjects: 3.030791 ms DeleteObjects: 1.059292 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +Thread 0x16f87b000 may have been prematurely finalized +- Loaded All Assemblies, in 0.334 seconds +Refreshing native plugins compatible for Editor in 0.15 ms, found 2 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +[Package Manager] Failed to launch server process. Reason: Unity was launched with the -noUpm command-line argument +[Package Manager] Unable to send message (not connected to server process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.355 seconds +Domain Reload Profiling: 692ms + BeginReloadAssembly (93ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + RebuildCommonClasses (22ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (11ms) + LoadAllAssembliesAndSetupDomain (204ms) + LoadAssemblies (130ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (97ms) + TypeCache.Refresh (5ms) + TypeCache.ScanAssembly (0ms) + BuildScriptInfoCaches (84ms) + ResolveRequiredComponents (6ms) + FinalizeReload (355ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (288ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (1ms) + SetLoadedEditorAssemblies (3ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (184ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (0ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (2ms) +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.25 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6225 unused Assets / (3.3 MB). Loaded Objects now: 6934. +Memory consumption went from 158.2 MB to 154.9 MB. +Total: 5.232375 ms (FindLiveObjects: 0.297875 ms CreateObjectMapping: 0.270750 ms MarkObjects: 3.562583 ms DeleteObjects: 1.100875 ms) + +Prepare: number of updated asset objects reloaded= 0 diff --git a/Logs/AssetImportWorker1.log b/Logs/AssetImportWorker1.log index a9d7cf10..c7cad61e 100644 --- a/Logs/AssetImportWorker1.log +++ b/Logs/AssetImportWorker1.log @@ -4735,3 +4735,785 @@ Memory consumption went from 149.0 MB to 144.0 MB. Total: 4.898667 ms (FindLiveObjects: 0.265792 ms CreateObjectMapping: 0.160041 ms MarkObjects: 3.192375 ms DeleteObjects: 1.280125 ms) Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.26 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6218 unused Assets / (5.4 MB). Loaded Objects now: 6905. +Memory consumption went from 142.0 MB to 136.6 MB. +Total: 17.971125 ms (FindLiveObjects: 0.304208 ms CreateObjectMapping: 0.105417 ms MarkObjects: 16.000125 ms DeleteObjects: 1.561167 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +[Licensing::Client] Successfully resolved entitlement details +Thread 0x16f827000 may have been prematurely finalized +- Loaded All Assemblies, in 0.459 seconds +Refreshing native plugins compatible for Editor in 0.22 ms, found 2 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +[Package Manager] Failed to launch server process. Reason: Unity was launched with the -noUpm command-line argument +[Package Manager] Unable to send message (not connected to server process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.333 seconds +Domain Reload Profiling: 795ms + BeginReloadAssembly (110ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (15ms) + LoadAllAssembliesAndSetupDomain (307ms) + LoadAssemblies (225ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (110ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (1ms) + BuildScriptInfoCaches (90ms) + ResolveRequiredComponents (6ms) + FinalizeReload (333ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (273ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (1ms) + SetLoadedEditorAssemblies (3ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (174ms) + ProcessInitializeOnLoadMethodAttributes (23ms) + AfterProcessingInitializeOnLoad (1ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (1ms) +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.22 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6225 unused Assets / (5.0 MB). Loaded Objects now: 6907. +Memory consumption went from 148.3 MB to 143.2 MB. +Total: 4.308542 ms (FindLiveObjects: 0.270292 ms CreateObjectMapping: 0.102833 ms MarkObjects: 2.898625 ms DeleteObjects: 1.036459 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +Thread 0x16f827000 may have been prematurely finalized +- Loaded All Assemblies, in 0.333 seconds +Refreshing native plugins compatible for Editor in 0.22 ms, found 2 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +[Package Manager] Failed to launch server process. Reason: Unity was launched with the -noUpm command-line argument +[Package Manager] Unable to send message (not connected to server process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.340 seconds +Domain Reload Profiling: 675ms + BeginReloadAssembly (101ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (19ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (10ms) + LoadAllAssembliesAndSetupDomain (198ms) + LoadAssemblies (129ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (95ms) + TypeCache.Refresh (5ms) + TypeCache.ScanAssembly (0ms) + BuildScriptInfoCaches (83ms) + ResolveRequiredComponents (6ms) + FinalizeReload (340ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (277ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (1ms) + SetLoadedEditorAssemblies (3ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (180ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (1ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (2ms) +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.30 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6225 unused Assets / (5.0 MB). Loaded Objects now: 6909. +Memory consumption went from 149.0 MB to 144.0 MB. +Total: 4.638709 ms (FindLiveObjects: 0.280000 ms CreateObjectMapping: 0.135458 ms MarkObjects: 2.991208 ms DeleteObjects: 1.231500 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.29 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6218 unused Assets / (5.1 MB). Loaded Objects now: 6909. +Memory consumption went from 142.0 MB to 136.9 MB. +Total: 22.248334 ms (FindLiveObjects: 0.319708 ms CreateObjectMapping: 0.105500 ms MarkObjects: 20.446917 ms DeleteObjects: 1.375959 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +[Licensing::Client] Successfully resolved entitlement details +Thread 0x16f827000 may have been prematurely finalized +- Loaded All Assemblies, in 0.399 seconds +Refreshing native plugins compatible for Editor in 0.18 ms, found 2 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +[Package Manager] Failed to launch server process. Reason: Unity was launched with the -noUpm command-line argument +[Package Manager] Unable to send message (not connected to server process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.364 seconds +Domain Reload Profiling: 765ms + BeginReloadAssembly (110ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (21ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (13ms) + LoadAllAssembliesAndSetupDomain (251ms) + LoadAssemblies (171ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (109ms) + TypeCache.Refresh (10ms) + TypeCache.ScanAssembly (1ms) + BuildScriptInfoCaches (90ms) + ResolveRequiredComponents (6ms) + FinalizeReload (365ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (300ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (1ms) + SetLoadedEditorAssemblies (3ms) + BeforeProcessingInitializeOnLoad (77ms) + ProcessInitializeOnLoadAttributes (191ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (1ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (1ms) +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.24 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6225 unused Assets / (5.0 MB). Loaded Objects now: 6911. +Memory consumption went from 148.3 MB to 143.3 MB. +Total: 4.662542 ms (FindLiveObjects: 0.314292 ms CreateObjectMapping: 0.116417 ms MarkObjects: 2.982334 ms DeleteObjects: 1.249208 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +Thread 0x16f827000 may have been prematurely finalized +- Loaded All Assemblies, in 0.314 seconds +Refreshing native plugins compatible for Editor in 0.17 ms, found 2 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +[Package Manager] Failed to launch server process. Reason: Unity was launched with the -noUpm command-line argument +[Package Manager] Unable to send message (not connected to server process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.344 seconds +Domain Reload Profiling: 661ms + BeginReloadAssembly (89ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (35ms) + RebuildCommonClasses (20ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (10ms) + LoadAllAssembliesAndSetupDomain (191ms) + LoadAssemblies (122ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (91ms) + TypeCache.Refresh (5ms) + TypeCache.ScanAssembly (0ms) + BuildScriptInfoCaches (79ms) + ResolveRequiredComponents (6ms) + FinalizeReload (344ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (280ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (1ms) + SetLoadedEditorAssemblies (3ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (178ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (1ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (2ms) +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.33 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6225 unused Assets / (4.8 MB). Loaded Objects now: 6913. +Memory consumption went from 149.1 MB to 144.3 MB. +Total: 4.824167 ms (FindLiveObjects: 0.277875 ms CreateObjectMapping: 0.105583 ms MarkObjects: 2.988167 ms DeleteObjects: 1.452250 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.26 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6218 unused Assets / (5.6 MB). Loaded Objects now: 6913. +Memory consumption went from 142.1 MB to 136.5 MB. +Total: 15.887959 ms (FindLiveObjects: 0.315166 ms CreateObjectMapping: 0.105834 ms MarkObjects: 13.869375 ms DeleteObjects: 1.597209 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +Thread 0x16f827000 may have been prematurely finalized +- Loaded All Assemblies, in 0.462 seconds +Refreshing native plugins compatible for Editor in 0.18 ms, found 2 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +[Package Manager] Failed to launch server process. Reason: Unity was launched with the -noUpm command-line argument +[Package Manager] Unable to send message (not connected to server process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.346 seconds +Domain Reload Profiling: 811ms + BeginReloadAssembly (114ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (20ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (13ms) + LoadAllAssembliesAndSetupDomain (310ms) + LoadAssemblies (221ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (117ms) + TypeCache.Refresh (19ms) + TypeCache.ScanAssembly (1ms) + BuildScriptInfoCaches (91ms) + ResolveRequiredComponents (5ms) + FinalizeReload (346ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (284ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (1ms) + SetLoadedEditorAssemblies (3ms) + BeforeProcessingInitializeOnLoad (84ms) + ProcessInitializeOnLoadAttributes (171ms) + ProcessInitializeOnLoadMethodAttributes (23ms) + AfterProcessingInitializeOnLoad (1ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (2ms) +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.22 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6225 unused Assets / (5.0 MB). Loaded Objects now: 6915. +Memory consumption went from 148.3 MB to 143.3 MB. +Total: 4.003042 ms (FindLiveObjects: 0.234916 ms CreateObjectMapping: 0.096750 ms MarkObjects: 2.733875 ms DeleteObjects: 0.937292 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.29 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6218 unused Assets / (5.4 MB). Loaded Objects now: 6915. +Memory consumption went from 142.1 MB to 136.7 MB. +Total: 25.728000 ms (FindLiveObjects: 0.364833 ms CreateObjectMapping: 0.114042 ms MarkObjects: 23.414833 ms DeleteObjects: 1.834041 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +[Licensing::Client] Successfully resolved entitlement details +Thread 0x16f827000 may have been prematurely finalized +- Loaded All Assemblies, in 0.454 seconds +Refreshing native plugins compatible for Editor in 0.17 ms, found 2 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +[Package Manager] Failed to launch server process. Reason: Unity was launched with the -noUpm command-line argument +[Package Manager] Unable to send message (not connected to server process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.330 seconds +Domain Reload Profiling: 786ms + BeginReloadAssembly (110ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (20ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (14ms) + LoadAllAssembliesAndSetupDomain (305ms) + LoadAssemblies (223ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (110ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (1ms) + BuildScriptInfoCaches (88ms) + ResolveRequiredComponents (7ms) + FinalizeReload (330ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (268ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (1ms) + SetLoadedEditorAssemblies (3ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (170ms) + ProcessInitializeOnLoadMethodAttributes (22ms) + AfterProcessingInitializeOnLoad (1ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (1ms) +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.16 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6225 unused Assets / (5.0 MB). Loaded Objects now: 6917. +Memory consumption went from 148.3 MB to 143.3 MB. +Total: 4.181416 ms (FindLiveObjects: 0.274667 ms CreateObjectMapping: 0.095459 ms MarkObjects: 2.694208 ms DeleteObjects: 1.116792 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.27 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6218 unused Assets / (3.3 MB). Loaded Objects now: 6917. +Memory consumption went from 142.0 MB to 138.7 MB. +Total: 4.707083 ms (FindLiveObjects: 0.272125 ms CreateObjectMapping: 0.104209 ms MarkObjects: 3.386750 ms DeleteObjects: 0.943459 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +Thread 0x16f827000 may have been prematurely finalized +- Loaded All Assemblies, in 0.414 seconds +Refreshing native plugins compatible for Editor in 0.25 ms, found 2 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +[Package Manager] Failed to launch server process. Reason: Unity was launched with the -noUpm command-line argument +[Package Manager] Unable to send message (not connected to server process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.353 seconds +Domain Reload Profiling: 769ms + BeginReloadAssembly (98ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + RebuildCommonClasses (20ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (10ms) + LoadAllAssembliesAndSetupDomain (281ms) + LoadAssemblies (201ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (104ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (1ms) + BuildScriptInfoCaches (87ms) + ResolveRequiredComponents (6ms) + FinalizeReload (353ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (287ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (2ms) + SetLoadedEditorAssemblies (3ms) + BeforeProcessingInitializeOnLoad (76ms) + ProcessInitializeOnLoadAttributes (182ms) + ProcessInitializeOnLoadMethodAttributes (22ms) + AfterProcessingInitializeOnLoad (1ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (1ms) +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.23 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6225 unused Assets / (5.0 MB). Loaded Objects now: 6919. +Memory consumption went from 148.3 MB to 143.3 MB. +Total: 4.389167 ms (FindLiveObjects: 0.259167 ms CreateObjectMapping: 0.105750 ms MarkObjects: 3.005000 ms DeleteObjects: 1.018958 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +Thread 0x16f827000 may have been prematurely finalized +- Loaded All Assemblies, in 0.322 seconds +Refreshing native plugins compatible for Editor in 0.19 ms, found 2 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +[Package Manager] Failed to launch server process. Reason: Unity was launched with the -noUpm command-line argument +[Package Manager] Unable to send message (not connected to server process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.357 seconds +Domain Reload Profiling: 681ms + BeginReloadAssembly (94ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + RebuildCommonClasses (20ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (12ms) + LoadAllAssembliesAndSetupDomain (191ms) + LoadAssemblies (120ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (95ms) + TypeCache.Refresh (6ms) + TypeCache.ScanAssembly (0ms) + BuildScriptInfoCaches (82ms) + ResolveRequiredComponents (6ms) + FinalizeReload (357ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (293ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (1ms) + SetLoadedEditorAssemblies (8ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (185ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (1ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (2ms) +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.26 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6225 unused Assets / (3.2 MB). Loaded Objects now: 6921. +Memory consumption went from 149.0 MB to 145.8 MB. +Total: 4.545875 ms (FindLiveObjects: 0.277541 ms CreateObjectMapping: 0.101167 ms MarkObjects: 3.194167 ms DeleteObjects: 0.972875 ms) + +Prepare: number of updated asset objects reloaded= 0 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +Thread 0x16f827000 may have been prematurely finalized +- Loaded All Assemblies, in 0.331 seconds +Refreshing native plugins compatible for Editor in 0.26 ms, found 2 plugins. +Native extension for OSXStandalone target not found +Native extension for WebGL target not found +[Package Manager] Failed to launch server process. Reason: Unity was launched with the -noUpm command-line argument +[Package Manager] Unable to send message (not connected to server process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.353 seconds +Domain Reload Profiling: 687ms + BeginReloadAssembly (92ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (36ms) + RebuildCommonClasses (20ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (11ms) + LoadAllAssembliesAndSetupDomain (204ms) + LoadAssemblies (132ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (95ms) + TypeCache.Refresh (5ms) + TypeCache.ScanAssembly (0ms) + BuildScriptInfoCaches (82ms) + ResolveRequiredComponents (6ms) + FinalizeReload (353ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (289ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (1ms) + SetLoadedEditorAssemblies (3ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (184ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (1ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (2ms) +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/Terrain/Lit (Base Pass)' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/VR/SpatialMapping/Wireframe' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +WARNING: Shader Unsupported: 'Universal Render Pipeline/Terrain/Lit' - All subshaders removed +WARNING: Shader Did you use #pragma only_renderers and omit this platform? +WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off? +Refreshing native plugins compatible for Editor in 0.19 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 34 Unused Serialized files (Serialized files now loaded: 0) +Unloading 6225 unused Assets / (3.2 MB). Loaded Objects now: 6923. +Memory consumption went from 149.6 MB to 146.4 MB. +Total: 5.270667 ms (FindLiveObjects: 0.333959 ms CreateObjectMapping: 0.181167 ms MarkObjects: 3.690292 ms DeleteObjects: 1.064959 ms) + +Prepare: number of updated asset objects reloaded= 0 diff --git a/Temp/FSTimeGet-b3d50ec9799db49c0abbb73d8804e57e b/Temp/FSTimeGet-b3d50ec9799db49c0abbb73d8804e57e index 357e795a..0f8a5715 100644 Binary files a/Temp/FSTimeGet-b3d50ec9799db49c0abbb73d8804e57e and b/Temp/FSTimeGet-b3d50ec9799db49c0abbb73d8804e57e differ diff --git a/prj_Inflearn.sln.DotSettings.user b/prj_Inflearn.sln.DotSettings.user index e86eedb5..dbb7bb76 100644 --- a/prj_Inflearn.sln.DotSettings.user +++ b/prj_Inflearn.sln.DotSettings.user @@ -6,6 +6,7 @@ ForceIncluded ForceIncluded ForceIncluded + ForceIncluded ForceIncluded ForceIncluded ForceIncluded \ No newline at end of file