Turn System
parent
d5378ad2d3
commit
ef567eda48
@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
public class TurnSystem : MonoBehaviour {
|
||||
public static TurnSystem Instance { get; private set; }
|
||||
public int TurnNumber { get; private set; } = 1;
|
||||
|
||||
private void Awake() {
|
||||
if (Instance is not null) {
|
||||
Debug.LogError($"There is more than one TurnSystem! {transform} - {Instance}");
|
||||
Destroy(gameObject);
|
||||
return;
|
||||
}
|
||||
|
||||
Instance = this;
|
||||
}
|
||||
|
||||
public event EventHandler OnTurnChanged;
|
||||
|
||||
public void NextTurn() {
|
||||
TurnNumber++;
|
||||
OnTurnChanged?.Invoke(this, EventArgs.Empty);
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 292dd338c674eb9d49abd0b8385a3bd8
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
namespace UI {
|
||||
public class TurnSystemUI : MonoBehaviour {
|
||||
[SerializeField] private Button NextTurnButton;
|
||||
[SerializeField] private TextMeshProUGUI TurnText;
|
||||
|
||||
private void Start() {
|
||||
NextTurnButton.onClick.AddListener(() => TurnSystem.Instance.NextTurn());
|
||||
TurnSystem.Instance.OnTurnChanged += TurnSystem_OnTurnChanged;
|
||||
UpdateTurnText();
|
||||
}
|
||||
|
||||
private void TurnSystem_OnTurnChanged(object sender, EventArgs e) => UpdateTurnText();
|
||||
|
||||
private void UpdateTurnText() => TurnText.text = $"Turn {TurnSystem.Instance.TurnNumber}";
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 314c4f60fa0847275890cb9e7ccd93a4
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,194 +1,281 @@
|
||||
{ "cat":"", "pid":12345, "tid":0, "ts":0, "ph":"M", "name":"process_name", "args": { "name":"bee_backend" } }
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763111164, "dur":1178, "ph":"X", "name": "DriverInitData", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763112355, "dur":299, "ph":"X", "name": "RemoveStaleOutputs", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763112684, "dur":55, "ph":"X", "name": "Tundra", "args": { "detail":"PrepareNodes" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763112739, "dur":128, "ph":"X", "name": "BuildQueueInit", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763112918, "dur":293, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.AdaptivePerformanceModule.dll_AD93067789CC2E3D.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763113504, "dur":20036, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.QuickSearchModule.dll_820C7A4E70E0D918.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763133917, "dur":5959, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIAutomationModule.dll_8996C4413CE0D66C.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763140108, "dur":1521, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AIModule.dll_D1B40AEA25E92864.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763142018, "dur":1600, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GIModule.dll_69F053F7C198107E.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763143981, "dur":232, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.Physics2DModule.dll_7A8E0F13489A2AF1.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763144467, "dur":128, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SubsystemsModule.dll_832C9D5C77908EA0.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763144867, "dur":104, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityAnalyticsCommonModule.dll_2DD36368E533D558.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763145227, "dur":99, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VRModule.dll_1FF9CF9D23EAB388.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763145566, "dur":94, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.TextureAssets.dll_51095754C66FE99E.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763145964, "dur":112, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TestRunner.ref.dll_47F943A8BCEAAC06.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763146409, "dur":102, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.UI.rsp2" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763146778, "dur":99, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.ref.dll_A26B5A59C5195CA5.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763147139, "dur":97, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.Cecil.dll_2D1C614B3080703D.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763147494, "dur":95, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.rsp" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763147860, "dur":1089, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.Core.ref.dll_1F3493F2296D3E07.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763149371, "dur":1310, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763150687, "dur":91, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.UnityAdditionalFile.txt" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763150781, "dur":899, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.rsp" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763151697, "dur":56, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.rsp2" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763151756, "dur":88, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763152733, "dur":217, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.RenderPipeline.Universal.ShaderLibrary.ref.dll_1FA6F15AFD7739FE.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763153240, "dur":52, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.Shared.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763153399, "dur":86, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.Shared.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763153756, "dur":78, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Searcher.Editor.rsp2" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763153927, "dur":91, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.ShaderGraph.Utilities.ref.dll_9D67FCA1DFFCDADA.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763154088, "dur":84, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Utilities.rsp" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763154552, "dur":83, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.UnityAdditionalFile.txt" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763154739, "dur":87, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.dll.mvfrm.rsp" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763154894, "dur":88, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Runtime.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763155174, "dur":81, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Runtime.dll.mvfrm.rsp" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763155285, "dur":100, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.State.Editor.ref.dll_14C7676B79FAB202.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763155388, "dur":77, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763155486, "dur":90, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.Editor.UnityAdditionalFile.txt" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763155579, "dur":76, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.Editor.rsp" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763155912, "dur":84, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763156000, "dur":87, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.2D.Runtime.UnityAdditionalFile.txt" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763156125, "dur":91, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.2D.Runtime.rsp2" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763156419, "dur":133, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.Editor.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763157023, "dur":86, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Editor.UnityAdditionalFile.txt" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763157240, "dur":1866, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.RenderPipelines.Universal.Editor.ref.dll_31E059F8D0CF1604.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763159478, "dur":51, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.Editor.rsp2" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763160103, "dur":568, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.rsp" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763160686, "dur":83, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.rsp2" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763162343, "dur":65, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEditor.UI.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763164412, "dur":57, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.TextMeshPro.Editor.pdb" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763164640, "dur":256, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763166346, "dur":135, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Universal.2D.Runtime.pdb" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763167475, "dur":53, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/com.unity.cinemachine.editor.dll.mvfrm.rsp" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763112887, "dur":55018, "ph":"X", "name": "EnqueueRequestedNodes", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763167916, "dur":271789, "ph":"X", "name": "WaitForBuildFinished", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763439779, "dur":1754, "ph":"X", "name": "Tundra", "args": { "detail":"Write AllBuiltNodes" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763112863, "dur":55059, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763168293, "dur":1210, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763169503, "dur":2316, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VRModule.dll_1FF9CF9D23EAB388.mvfrm" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763171830, "dur":1382, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.TestRunner.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763173213, "dur":8608, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763181831, "dur":93, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.TestRunner.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763181971, "dur":98, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.TestRunner.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763182209, "dur":60, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763182377, "dur":96, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763182500, "dur":143, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763182899, "dur":237, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763183148, "dur":107, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Runtime.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763183260, "dur":562, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Runtime.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763183824, "dur":625, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763186258, "dur":182, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763186448, "dur":264, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763186731, "dur":771, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763187539, "dur":127, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763187712, "dur":63, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Cinemachine.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763187826, "dur":60, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/com.unity.cinemachine.editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763187959, "dur":61265, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763249229, "dur":4744, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Shaders.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763254003, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763254189, "dur":164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763254367, "dur":165, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763254544, "dur":164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Runtime.Shared.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763254721, "dur":164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.2D.Runtime.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763254897, "dur":2164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.ShaderLibrary.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763257062, "dur":326, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763257393, "dur":190, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763257583, "dur":103, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763257693, "dur":198, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.Shared.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763257926, "dur":183, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763258149, "dur":184, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Utilities.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763258370, "dur":175, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.SettingsProvider.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763258587, "dur":181, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/com.unity.cinemachine.editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763258800, "dur":172, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763258973, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763259048, "dur":645, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763259697, "dur":247, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763259966, "dur":193, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763260174, "dur":2523, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763262742, "dur":15164, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683874763277906, "dur":161607, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763113058, "dur":55408, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763169498, "dur":52, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VFXModule.dll_0BA8AAAB06938860.mvfrm" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763169709, "dur":953, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.rsp2" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763171382, "dur":414, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.rsp" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763171798, "dur":307, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763172133, "dur":1330, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.UI.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763175636, "dur":6446, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Data/Nodes/SlotValue.cs" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763175610, "dur":6480, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763182119, "dur":1714, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763183834, "dur":76, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763184006, "dur":213, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763184306, "dur":58, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763184373, "dur":61, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763186277, "dur":486, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.State.Editor.ref.dll_14C7676B79FAB202.mvfrm" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763186797, "dur":85, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Shared.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763187016, "dur":65, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.2D.Sprite.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763187161, "dur":60, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763187262, "dur":77, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.2D.Sprite.Editor.ref.dll_0C752155078C8A7B.mvfrm" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763187392, "dur":73, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763187490, "dur":682, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763188172, "dur":61231, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763249408, "dur":5657, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763255065, "dur":629, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763255707, "dur":361, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Runtime.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763256112, "dur":187, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEngine.UI.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763256333, "dur":181, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763256552, "dur":179, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763256775, "dur":896, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Cinemachine.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763257671, "dur":1421, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763259093, "dur":1178, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Cinemachine.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763260274, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763260457, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763260643, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Searcher.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763260824, "dur":169, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Shared.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763261003, "dur":167, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763261182, "dur":1334, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.2D.Sprite.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763262534, "dur":211, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763262745, "dur":175759, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763438566, "dur":154, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.pdb" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683874763438723, "dur":1006, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763114574, "dur":54954, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763169580, "dur":310, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.rsp2" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763170304, "dur":1083, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763171406, "dur":7770, "ph":"X", "name": "File", "args": { "detail":"Assets/Scripts/Grid/LevelGrid.cs" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763171391, "dur":7807, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763181815, "dur":1484, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763183318, "dur":133, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763183520, "dur":91, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763183733, "dur":439, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPP-Configuration Library/ilpp-configuration.nevergeneratedoutput" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763184188, "dur":63, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763184362, "dur":63700, "ph":"X", "name": "ILPP-Configuration", "args": { "detail":"Library/ilpp-configuration.nevergeneratedoutput" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763249127, "dur":4847, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763253975, "dur":3117, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763257100, "dur":200, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Runtime.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763257354, "dur":1923, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763259284, "dur":2090, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763261377, "dur":185, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/PPv2URPConverters.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763261572, "dur":165, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763261749, "dur":165, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEditor.UI.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763261924, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763262537, "dur":14163, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763276702, "dur":1199, "ph":"X", "name": "CheckDagSignatures", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683874763277902, "dur":161594, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763113068, "dur":55484, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763168937, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763169411, "dur":100, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.NVIDIAModule.dll_6F32381027DCE107.mvfrm" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763169543, "dur":1847, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.TestRunner.rsp" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763171810, "dur":3869, "ph":"X", "name": "File", "args": { "detail":"/home/sascha/Unity/Hub/Editor/2023.2.0a13/Editor/Data/Tools/Compilation/Unity.ILPP.Runner/System.Resources.Writer.dll" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763171788, "dur":3914, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763176585, "dur":474, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763179133, "dur":3727, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Inspection/Primitives/ByteInspector.cs" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763179109, "dur":3769, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763182952, "dur":276, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763183236, "dur":76, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763183350, "dur":88, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Searcher.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763183477, "dur":73, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Utilities.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763183561, "dur":124, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763183722, "dur":88, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763183841, "dur":98, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763183940, "dur":727, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763184763, "dur":760, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763185734, "dur":104, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Rider.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763185855, "dur":539, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Rider.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763186396, "dur":131, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Shaders.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763186527, "dur":150, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763186677, "dur":1348, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Shaders.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763188509, "dur":198038, "ph":"X", "name": "Csc", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763387059, "dur":337, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763388734, "dur":104, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763388921, "dur":46722, "ph":"X", "name": "ILPostProcess", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683874763438268, "dur":1174, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.dll" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683874763443685, "dur":167, "ph":"X", "name": "ProfilerWriteOutput" }
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621786682, "dur":3213, "ph":"X", "name": "DriverInitData", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621789908, "dur":316, "ph":"X", "name": "RemoveStaleOutputs", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621790254, "dur":56, "ph":"X", "name": "Tundra", "args": { "detail":"PrepareNodes" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621790310, "dur":136, "ph":"X", "name": "BuildQueueInit", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621790819, "dur":19893, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.QuickSearchModule.dll_820C7A4E70E0D918.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621811122, "dur":4093, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIAutomationModule.dll_8996C4413CE0D66C.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621817309, "dur":146, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.TextureAssets.dll_51095754C66FE99E.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621817864, "dur":1919, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.TestRunner.rsp2" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621820302, "dur":69, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.UI.rsp2" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621820753, "dur":422, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.Cecil.Rocks.dll_8F33A0A3C2DA75FD.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621821180, "dur":214, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.Cecil.dll_2D1C614B3080703D.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621822107, "dur":116, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.Core.ref.dll_1F3493F2296D3E07.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621825301, "dur":61, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.RenderPipeline.Universal.ShaderLibrary.ref.dll_1FA6F15AFD7739FE.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621825676, "dur":72, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.Shared.UnityAdditionalFile.txt" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621825866, "dur":297, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Searcher.Editor.ref.dll_B62966AE126FE96B.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621826629, "dur":405, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621827474, "dur":360, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Runtime.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621828312, "dur":545, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.2D.Runtime.UnityAdditionalFile.txt" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621829038, "dur":76, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.Editor.UnityAdditionalFile.txt" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621829368, "dur":452, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.Editor.rsp" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621830223, "dur":3319, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Editor.rsp" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621834942, "dur":89, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Rider.Editor.UnityAdditionalFile.txt" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621835657, "dur":81, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Shared.Editor.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621835944, "dur":54, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.Rider.Editor.pdb" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621836149, "dur":394, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.CodeGen.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621837018, "dur":51, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.Burst.pdb" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621837487, "dur":870, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Shaders.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621839083, "dur":593, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621840168, "dur":1980, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621842411, "dur":147, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.Timeline.Editor.pdb" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621843387, "dur":114, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621843566, "dur":66, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.Flow.Editor.pdb" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621843674, "dur":142, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621843954, "dur":89, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.State.pdb" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621844127, "dur":63, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.Shared.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621844708, "dur":357, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.SettingsProvider.Editor.pdb" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621846095, "dur":5842, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/PPv2URPConverters.pdb" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621852270, "dur":56, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/com.unity.cinemachine.editor.pdb" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621790465, "dur":62171, "ph":"X", "name": "EnqueueRequestedNodes", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876621852646, "dur":389948, "ph":"X", "name": "WaitForBuildFinished", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876622242607, "dur":389, "ph":"X", "name": "JoinBuildThread", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876622243034, "dur":637, "ph":"X", "name": "Tundra", "args": { "detail":"Write AllBuiltNodes" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621792351, "dur":61901, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621854260, "dur":2306, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.XRModule.dll_144A011241A7CD1B.mvfrm" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621856615, "dur":2298, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.TestRunner.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621858943, "dur":1060, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.TestRunner.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621860003, "dur":144, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621860151, "dur":5796, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.TestRunner.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621866009, "dur":74, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.UI.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621866130, "dur":112, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621866323, "dur":193, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621866517, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621866649, "dur":79, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.Shared.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621866770, "dur":136, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Runtime.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621866946, "dur":75, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621867138, "dur":131, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPP-Configuration Library/ilpp-configuration.nevergeneratedoutput" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621867289, "dur":66, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621867459, "dur":67026, "ph":"X", "name": "ILPP-Configuration", "args": { "detail":"Library/ilpp-configuration.nevergeneratedoutput" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621935766, "dur":600, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621936391, "dur":196, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621936602, "dur":182, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.ShaderLibrary.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621936795, "dur":177, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621936984, "dur":364, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Cinemachine.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621937349, "dur":151, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621937507, "dur":2198, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621939706, "dur":1779, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621941486, "dur":1851, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621943339, "dur":302, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEditor.UI.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621943642, "dur":862, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621944512, "dur":186, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.SettingsProvider.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621944698, "dur":203, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621944901, "dur":241, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.SettingsProvider.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621945145, "dur":237, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.Shared.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621945417, "dur":286, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.Shared.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621945706, "dur":253, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.2D.Sprite.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621945960, "dur":1055, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621947015, "dur":243, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.2D.Sprite.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621947263, "dur":191, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Shared.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621947483, "dur":261, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Shared.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621947747, "dur":195, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621947942, "dur":823, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621948765, "dur":272, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621949058, "dur":1976, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.Burst.dll" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621951041, "dur":722, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621951764, "dur":272, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipeline.Universal.ShaderLibrary.dll" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621952069, "dur":255, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Runtime.dll" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621952331, "dur":535, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621952866, "dur":246, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.State.dll" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621953134, "dur":246, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Core.Runtime.dll" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621953384, "dur":682, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621954066, "dur":264, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.Flow.dll" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621954350, "dur":335, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Core.ShaderLibrary.dll" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621954689, "dur":535, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621955224, "dur":232, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.TextMeshPro.dll" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621955475, "dur":252, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Core.Runtime.pdb" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621955732, "dur":902, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621956634, "dur":399, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Shaders.pdb" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621957038, "dur":386, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621957424, "dur":1588, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.TextMeshPro.Editor.pdb" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621959012, "dur":30866, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683876621989878, "dur":252697, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621791752, "dur":62472, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621854236, "dur":2152, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.VFXModule.dll_FF87085796E37A5B.mvfrm" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621856394, "dur":249, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621856667, "dur":2820, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.UI.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621859569, "dur":180, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621859749, "dur":177, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621859926, "dur":112, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621860108, "dur":323, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621860609, "dur":542, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Data/Graphs/Texture2DInputMaterialSlot.cs" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621860588, "dur":588, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621861843, "dur":150, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621862123, "dur":3721, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Flow/Framework/Codebase/LiteralInspector.cs" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621861993, "dur":3871, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621865864, "dur":141, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621866005, "dur":123, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621866167, "dur":135, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621866361, "dur":97, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.CodeGen.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621866511, "dur":59, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621866574, "dur":54, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Utilities.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621866641, "dur":76, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621866756, "dur":142, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621866913, "dur":119, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.RenderPipelines.Core.Editor.ref.dll_CE93AB90FB3862AE.mvfrm" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621867045, "dur":550, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621868466, "dur":1472, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621869948, "dur":117, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621870112, "dur":276, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621870389, "dur":280, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621870685, "dur":184, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621870983, "dur":50, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/PPv2URPConverters.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621871046, "dur":57, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/com.unity.cinemachine.editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621871147, "dur":706, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621871874, "dur":126, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.SettingsProvider.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621872066, "dur":64872, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621936943, "dur":587, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Runtime.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621937546, "dur":237, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621937802, "dur":190, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEngine.UI.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621938008, "dur":187, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Runtime.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621938208, "dur":183, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621938406, "dur":169, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.2D.Runtime.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621938588, "dur":166, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Runtime.Shared.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621938764, "dur":166, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621938943, "dur":172, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621939129, "dur":174, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621939334, "dur":308, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/PPv2URPConverters.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621939643, "dur":90, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621939739, "dur":173, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/com.unity.cinemachine.editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621939913, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621939999, "dur":178, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621940177, "dur":225, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621940411, "dur":1103, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Utilities.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621941523, "dur":1581, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Utilities.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621943107, "dur":217, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621943324, "dur":520, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621943845, "dur":354, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621944202, "dur":265, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621944468, "dur":1523, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621945992, "dur":263, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621946259, "dur":246, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621946537, "dur":250, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621946789, "dur":199, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621946988, "dur":985, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621947974, "dur":254, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621948233, "dur":213, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621948476, "dur":255, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621948736, "dur":2330, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621951067, "dur":344, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Cinemachine.dll" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621951437, "dur":304, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.Core.dll" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621951746, "dur":601, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621952347, "dur":238, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.Mathematics.dll" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621952603, "dur":244, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Core.Runtime.Shared.dll" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621952852, "dur":551, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621953403, "dur":237, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/UnityEngine.UI.dll" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621953659, "dur":387, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Shaders.dll" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621954051, "dur":653, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621954705, "dur":242, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.Timeline.dll" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621954967, "dur":236, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Universal.2D.Runtime.dll" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621955207, "dur":537, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621955745, "dur":253, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621956002, "dur":321, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621956324, "dur":315, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/UnityEditor.UI.dll" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621956643, "dur":410, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621957053, "dur":595, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Universal.2D.Runtime.pdb" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621957660, "dur":145, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Cinemachine.pdb" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621958078, "dur":1682, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876621959762, "dur":282490, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876622242269, "dur":52, "ph":"X", "name": "ComputeFileSignatureSha1", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.pdb" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876622242259, "dur":64, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Assembly-CSharp.pdb" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683876622242337, "dur":183, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.pdb" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621790837, "dur":62386, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621854134, "dur":154, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UnityConnectModule.dll_D42FE2C6C550F2C6.mvfrm" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621856155, "dur":183, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621856387, "dur":659, "ph":"X", "name": "File", "args": { "detail":"/home/sascha/Unity/Hub/Editor/2023.2.0a13/Editor/Data/Tools/Compilation/Unity.ILPP.Runner/System.Net.Ping.dll" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621856377, "dur":700, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621857130, "dur":1724, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/SettingsProvider/ProjectSettings/AssemblyOptionsSettings.cs" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621857114, "dur":1765, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621858894, "dur":2279, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Data/Nodes/Math/Vector/CrossProductNode.cs" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621861180, "dur":720, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Data/Nodes/Math/Trigonometry/RadiansToDegreesNode.cs" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621858879, "dur":3051, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621861930, "dur":50, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621861980, "dur":79, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621862060, "dur":94, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621865839, "dur":171, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621866010, "dur":269, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621866280, "dur":2571, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621868855, "dur":63, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621868924, "dur":488, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621869413, "dur":191, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621869641, "dur":167, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621869846, "dur":197, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621870044, "dur":237, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621870363, "dur":904, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621871339, "dur":67930, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621939276, "dur":2002, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Shaders.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621941320, "dur":343, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Shaders.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621941668, "dur":199, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621941875, "dur":272, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621942150, "dur":200, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621942356, "dur":273, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621942631, "dur":218, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621942860, "dur":72, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621942935, "dur":14476, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Searcher.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621957419, "dur":1082, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Searcher.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621958510, "dur":231, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.Searcher.Editor.dll" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621958749, "dur":254, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.Searcher.Editor.pdb" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621959004, "dur":29736, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621988742, "dur":1130, "ph":"X", "name": "CheckDagSignatures", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683876621989873, "dur":252689, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621792336, "dur":61904, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621854249, "dur":2148, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.VideoModule.dll_9B34D670D115484E.mvfrm" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621856562, "dur":146, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621856795, "dur":369, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621857165, "dur":82, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621858844, "dur":1767, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Data/Nodes/Procedural/CheckerboardNode.cs" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621860612, "dur":1238, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Data/Nodes/NormalMapSpace.cs" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621858826, "dur":3044, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621861870, "dur":69, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621861939, "dur":56, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621861996, "dur":104, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621862147, "dur":3702, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.render-pipelines.core@16.0.1/Editor/Volume/VolumeProfileEditor.cs" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621862101, "dur":3766, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621865867, "dur":109, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621865994, "dur":418, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621866455, "dur":103, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Searcher.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621866559, "dur":366, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621867026, "dur":96, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621867153, "dur":90, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.Shared.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621867312, "dur":68, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621867438, "dur":52, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621867516, "dur":506, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621868257, "dur":354, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Rider.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621868653, "dur":95, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.ShaderLibrary.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621868791, "dur":118, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.ShaderLibrary.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621868915, "dur":126, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.2D.Sprite.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621869043, "dur":56, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621869104, "dur":71, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Shaders.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621869303, "dur":107, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Cinemachine.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621869410, "dur":380, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621869790, "dur":189, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Cinemachine.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621870014, "dur":642, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621870656, "dur":540, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621871315, "dur":132, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.Core.Editor.ref.dll_75707937224BA71A.mvfrm" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621871487, "dur":60, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621871552, "dur":172, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621871775, "dur":354, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.Editor.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621872138, "dur":162, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621872327, "dur":128, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621872456, "dur":243, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.State.Editor.ref.dll_14C7676B79FAB202.mvfrm" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621872741, "dur":127, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Shared.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621872889, "dur":90, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.Shared.Editor.ref.dll_BACB6E66E93DDE74.mvfrm" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621873079, "dur":61, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876621873704, "dur":311429, "ph":"X", "name": "Csc", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876622185664, "dur":366, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876622187400, "dur":114, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876622187608, "dur":52297, "ph":"X", "name": "ILPostProcess", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876622242243, "dur":55, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Assembly-CSharp.dll" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876622242318, "dur":191, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.dll" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683876622242511, "dur":458, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683876622248580, "dur":193, "ph":"X", "name": "ProfilerWriteOutput" }
|
||||
,
|
||||
@ -1,202 +1,256 @@
|
||||
{ "cat":"", "pid":12345, "tid":0, "ts":0, "ph":"M", "name":"process_name", "args": { "name":"bee_backend" } }
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915361604, "dur":62, "ph":"X", "name": "EmitBuildStart", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915193754, "dur":168902, "ph":"X", "name": "DriverInitData", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915362666, "dur":67, "ph":"X", "name": "RemoveStaleOutputs", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915362782, "dur":275, "ph":"X", "name": "BuildQueueInit", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915363084, "dur":58, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"ScriptAssemblies" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915363723, "dur":55, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TerrainModule.dll_BA52DF8CB3183F88.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915364234, "dur":274, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AssetBundleModule.dll_C5F5AD3FD3478E0A.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915365532, "dur":341, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TextCoreFontEngineModule.dll_9ECD3A989CA57A59.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915366246, "dur":2333, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestTextureModule.dll_15B6ABDFF45A5DA7.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915370316, "dur":116, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.dll.mvfrm.rsp" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915370834, "dur":83, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915372897, "dur":110, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.Editor.rsp2" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915373011, "dur":365, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.Editor.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915373931, "dur":833, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Runtime.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915375973, "dur":155, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Editor.UnityAdditionalFile.txt" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915376350, "dur":96, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Editor.UnityAdditionalFile.txt" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915379552, "dur":57, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.pdb" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915379713, "dur":50, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Shaders.pdb" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915380558, "dur":234, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.Burst.Editor.pdb" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915380879, "dur":54, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.Mathematics.Editor.pdb" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915381738, "dur":181, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipeline.Universal.ShaderLibrary.dll" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915381923, "dur":82, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915382511, "dur":51, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915382600, "dur":53, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.Flow.Editor.pdb" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915382875, "dur":96, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Runtime.dll" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915383575, "dur":93, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Shared.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915383755, "dur":282, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Cinemachine.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915384088, "dur":104, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Cinemachine.rsp" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915384265, "dur":868, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Cinemachine.dll.mvfrm.rsp" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915386010, "dur":108, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Assembly-CSharp.dll" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915363080, "dur":23310, "ph":"X", "name": "EnqueueRequestedNodes", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742915386399, "dur":2096596, "ph":"X", "name": "WaitForBuildFinished", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742917483071, "dur":557, "ph":"X", "name": "Tundra", "args": { "detail":"Write AllBuiltNodes" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915363006, "dur":23399, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915386407, "dur":1092, "ph":"X", "name": "CheckDagSignatures", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915387551, "dur":3051, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.TextureAssets.dll_51095754C66FE99E.mvfrm" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915390644, "dur":5087, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.UI.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915395760, "dur":58, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.UI.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915395825, "dur":201, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.UI.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915396064, "dur":307, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915396403, "dur":126, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915396555, "dur":383, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915396964, "dur":925, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915398078, "dur":53, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.CodeGen.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915398170, "dur":5930, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915404161, "dur":6948, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915411166, "dur":6065, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915417273, "dur":129, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915417435, "dur":165, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915417606, "dur":105, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/com.unity.cinemachine.editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915417712, "dur":393, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915418113, "dur":45280, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915463399, "dur":448, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Shaders.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915463848, "dur":322, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915464179, "dur":346, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915464525, "dur":186, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915464721, "dur":320, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Runtime.Shared.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915465041, "dur":50, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915465098, "dur":184, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.ShaderLibrary.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915465282, "dur":633, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915465924, "dur":247, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEngine.UI.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915466171, "dur":197, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915466376, "dur":238, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915466615, "dur":314, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915466937, "dur":254, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915467192, "dur":569, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915467769, "dur":2694, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Runtime.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915470463, "dur":3272, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915473736, "dur":4007, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Runtime.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742915477765, "dur":2004844, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683742917482672, "dur":206, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.pdb" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915363023, "dur":23439, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915387479, "dur":616, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.TestRunner.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915388482, "dur":260, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915389603, "dur":770, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915394726, "dur":571, "ph":"X", "name": "WriteText", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.rsp" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915395298, "dur":288, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915395922, "dur":4445, "ph":"X", "name": "File", "args": { "detail":"/home/sascha/Unity/Hub/Editor/2023.2.0a13/Editor/Data/Tools/Compilation/Unity.ILPP.Runner/Microsoft.AspNetCore.Mvc.Cors.dll" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915395586, "dur":4805, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915400416, "dur":4112, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Runtime.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915404531, "dur":61, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915404697, "dur":758, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915405498, "dur":144, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915405683, "dur":361, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915406086, "dur":59, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.Shared.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915406184, "dur":3168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915409437, "dur":169, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915409639, "dur":3765, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915413450, "dur":2378, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915415861, "dur":174, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915416041, "dur":90, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915416132, "dur":176, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915416316, "dur":130, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915417028, "dur":538, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915417588, "dur":611, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915418204, "dur":151, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915418645, "dur":301, "ph":"X", "name": "EmitNodeStart", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742915419046, "dur":1813845, "ph":"X", "name": "Csc", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742917233390, "dur":316, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742917235035, "dur":64, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742917235169, "dur":245178, "ph":"X", "name": "ILPostProcess", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742917482669, "dur":193, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.dll" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683742917482864, "dur":144, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915363040, "dur":24526, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915387568, "dur":163, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.IonicZip.dll_3753AE2E22DD17B6.mvfrm" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915387778, "dur":2605, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915390662, "dur":260, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915391033, "dur":3056, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.cinemachine@2.9.5/Runtime/Components/CinemachinePOV.cs" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915390923, "dur":3467, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915394391, "dur":341, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915394822, "dur":80, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915394902, "dur":150, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915395099, "dur":430, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915395571, "dur":90, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915395661, "dur":140, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915395802, "dur":50, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915395852, "dur":63, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915395915, "dur":55, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915395981, "dur":4351, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.2d.sprite@1.0.0/Editor/SpriteEditorModule/SpriteFrameModule/SpriteFrameModuleBaseView.cs" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915395970, "dur":4396, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915400407, "dur":11264, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915411731, "dur":2212, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915413992, "dur":193, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915414347, "dur":64, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Rider.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915414426, "dur":53, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Shaders.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915414578, "dur":70, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.2D.Sprite.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915414657, "dur":58, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Cinemachine.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915414881, "dur":52, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/PPv2URPConverters.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915415164, "dur":864, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Drawing/Views/ShaderGroup.cs" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915415162, "dur":1117, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915416441, "dur":760, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Drawing/Views/PropertyRow.cs" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915418311, "dur":630, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Drawing/Views/GraphSubWindow.cs" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915416279, "dur":2664, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915418943, "dur":44656, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915463604, "dur":919, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915464524, "dur":203, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915464734, "dur":324, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.2D.Runtime.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915465059, "dur":186, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915465251, "dur":184, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Runtime.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915465436, "dur":2072, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915467521, "dur":223, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Cinemachine.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915467791, "dur":233, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915468069, "dur":284, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915468353, "dur":2145, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915470506, "dur":173, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915470714, "dur":166, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915470925, "dur":163, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEditor.UI.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915471116, "dur":163, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915471311, "dur":164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915471506, "dur":176, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915471716, "dur":173, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/com.unity.cinemachine.editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915471920, "dur":163, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915472114, "dur":166, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Shared.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915472311, "dur":166, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.2D.Sprite.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915473293, "dur":51, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915473370, "dur":304, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915473675, "dur":387, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/PPv2URPConverters.pdb" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915474073, "dur":383, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.Burst.Editor.dll" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915474464, "dur":281, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.Burst.Editor.pdb" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915474752, "dur":290, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.State.Editor.pdb" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915475051, "dur":235, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.Mathematics.Editor.pdb" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915475293, "dur":249, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/UnityEditor.UI.pdb" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915475551, "dur":252, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.Core.Editor.dll" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915475810, "dur":470, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.Flow.Editor.pdb" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915476290, "dur":240, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/com.unity.cinemachine.editor.pdb" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915476538, "dur":524, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.Flow.Editor.dll" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915477075, "dur":247, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/PPv2URPConverters.dll" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915477331, "dur":526, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.Flow.pdb" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683742915477858, "dur":2005170, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915363066, "dur":24552, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915387620, "dur":3071, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915390697, "dur":4681, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.TestRunner.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915395493, "dur":118, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915395611, "dur":51, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915395771, "dur":4766, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.textmeshpro@3.0.6/Scripts/Editor/TMP_SettingsEditor.cs" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915395752, "dur":4809, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915400589, "dur":631, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915401252, "dur":62, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Searcher.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915401492, "dur":177, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915401679, "dur":70, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPP-Configuration Library/ilpp-configuration.nevergeneratedoutput" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915401805, "dur":60196, "ph":"X", "name": "ILPP-Configuration", "args": { "detail":"Library/ilpp-configuration.nevergeneratedoutput" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915462944, "dur":633, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915463578, "dur":93, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915463683, "dur":260, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915463944, "dur":623, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915464574, "dur":3715, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915468290, "dur":217, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915468515, "dur":176, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915468725, "dur":165, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.Shared.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915468923, "dur":166, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915469121, "dur":163, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.SettingsProvider.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915469318, "dur":167, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Utilities.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915469519, "dur":164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915469713, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/PPv2URPConverters.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915469910, "dur":162, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Searcher.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915470105, "dur":3945, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915474057, "dur":3555, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915477656, "dur":115, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683742915477772, "dur":2005240, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683742917485572, "dur":137, "ph":"X", "name": "ProfilerWriteOutput" }
|
||||
,{ "pid":12345, "tid":0, "ts":1683875366939952, "dur":68, "ph":"X", "name": "IPC_Client_InitializeAndConnectToParent", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683875366940044, "dur":132321, "ph":"X", "name": "DriverInitData", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683875367072375, "dur":78, "ph":"X", "name": "RemoveStaleOutputs", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683875367072505, "dur":281, "ph":"X", "name": "BuildQueueInit", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683875367072813, "dur":189, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"ScriptAssemblies" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683875367074364, "dur":334, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GIModule.dll_69F053F7C198107E.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683875367074830, "dur":86, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ImageConversionModule.dll_7FC34E5355EE0429.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683875367075032, "dur":85, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.JSONSerializeModule.dll_65F4F33C17EC32C0.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683875367075121, "dur":58, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.LocalizationModule.dll_9219222F0E54B885.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683875367075282, "dur":820, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.Physics2DModule.dll_7A8E0F13489A2AF1.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683875367076861, "dur":73, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestAudioModule.dll_0A90FA0351B60192.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683875367076938, "dur":57, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestModule.dll_916255FD60E29EA8.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683875367078838, "dur":88, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683875367079494, "dur":75, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683875367080242, "dur":795, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.rsp2" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683875367082845, "dur":50, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.State.Editor.ref.dll_14C7676B79FAB202.mvfrm" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683875367083034, "dur":207, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.Editor.dll.mvfrm.rsp" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683875367090759, "dur":63, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/com.unity.cinemachine.editor.rsp2" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683875367072809, "dur":18418, "ph":"X", "name": "EnqueueRequestedNodes", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683875367091237, "dur":272208, "ph":"X", "name": "WaitForBuildFinished", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683875367363498, "dur":573, "ph":"X", "name": "Tundra", "args": { "detail":"Write AllBuiltNodes" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367072734, "dur":18509, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367091245, "dur":1694, "ph":"X", "name": "CheckDagSignatures", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367092956, "dur":99, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TilemapModule.dll_4BC9FFB82FE407D6.mvfrm" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367094099, "dur":1637, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Editor.rsp2" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367095738, "dur":639, "ph":"X", "name": "File", "args": { "detail":"/home/sascha/Unity/Hub/Editor/2023.2.0a13/Editor/Data/Tools/Compilation/Unity.ILPP.Runner/System.Reflection.Extensions.dll" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367096399, "dur":2509, "ph":"X", "name": "File", "args": { "detail":"/home/sascha/Unity/Hub/Editor/2023.2.0a13/Editor/Data/Tools/Compilation/Unity.ILPP.Runner/System.Reflection.Emit.ILGeneration.dll" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367095738, "dur":3204, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367099055, "dur":1887, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.timeline@1.8.2/Editor/Manipulators/EditMode.cs" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367099055, "dur":1921, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367100976, "dur":2301, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Drawing/Inspector/PropertyDrawers/SampleTexture2DNodePropertyDrawer.cs" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367100976, "dur":2343, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367103395, "dur":644, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367104069, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.CodeGen.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367104240, "dur":404, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367104644, "dur":1222, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.CodeGen.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367106091, "dur":73, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.CodeGen.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367106172, "dur":500, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.CodeGen.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367106678, "dur":386, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367107072, "dur":513, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367107596, "dur":3002, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367110606, "dur":184, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367110796, "dur":132, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367110935, "dur":2179, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367113116, "dur":294, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367113443, "dur":235, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367113717, "dur":64, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367113787, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367113855, "dur":125, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.RenderPipeline.Universal.ShaderLibrary.ref.dll_1FA6F15AFD7739FE.mvfrm" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367114002, "dur":114, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367114132, "dur":4061, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367118306, "dur":107, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.Shared.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367118421, "dur":140, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.Shared.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367118565, "dur":388, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367118964, "dur":162, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367120765, "dur":87, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367120865, "dur":514, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367121388, "dur":240, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.State.ref.dll_715B59E4C3D0A49F.mvfrm" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367121637, "dur":945, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Mathematics.Editor.ref.dll_E40CEA3AD35723F6.mvfrm" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367122635, "dur":281, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367122917, "dur":167, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367123104, "dur":95, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.RenderPipelines.Universal.Editor.ref.dll_31E059F8D0CF1604.mvfrm" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367123229, "dur":50, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.RenderPipelines.Universal.Editor.ref.dll_31E059F8D0CF1604.mvfrm" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367123281, "dur":2892, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.ShaderLibrary.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367126221, "dur":100, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367126706, "dur":201251, "ph":"X", "name": "Csc", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367328475, "dur":320, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367330107, "dur":85, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367330274, "dur":30127, "ph":"X", "name": "ILPostProcess", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":1, "ts":1683875367363168, "dur":162, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.dll" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367072750, "dur":18927, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367092144, "dur":794, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityAnalyticsModule.dll_D0A164F311B46B3D.mvfrm" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367093005, "dur":54, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.TextRenderingModule.dll_1CDB20A46A975BF2.mvfrm" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367093060, "dur":1042, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SceneTemplateModule.dll_D337FE69183AAA99.mvfrm" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367094104, "dur":2008, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SceneTemplateModule.dll_D337FE69183AAA99.mvfrm" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367096121, "dur":666, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.TestRunner.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367096795, "dur":470, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.TestRunner.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367097301, "dur":612, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.TestRunner.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367098700, "dur":2082, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.timeline@1.8.2/Editor/Window/TimelineWindow_Duration.cs" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367098673, "dur":2314, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367101022, "dur":1159, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Drawing/Controls/DielectricSpecularControl.cs" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367100987, "dur":1198, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367102464, "dur":361, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367103005, "dur":61, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367103165, "dur":851, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.render-pipelines.universal@16.0.1/Runtime/Passes/CopyColorPass.cs" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367103165, "dur":889, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367104226, "dur":103, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Searcher.Editor.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367104332, "dur":112, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Searcher.Editor.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367104445, "dur":163, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Searcher.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367104613, "dur":1055, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Searcher.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367105699, "dur":630, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Utilities.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367106331, "dur":887, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Utilities.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367107250, "dur":126, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367107397, "dur":1114, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367108548, "dur":364, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367108963, "dur":714, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367109693, "dur":583, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPP-Configuration Library/ilpp-configuration.nevergeneratedoutput" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367110288, "dur":68, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367110359, "dur":309, "ph":"X", "name": "EmitNodeStart", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367110669, "dur":35382, "ph":"X", "name": "ILPP-Configuration", "args": { "detail":"Library/ilpp-configuration.nevergeneratedoutput" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367146969, "dur":8794, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367155775, "dur":201, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367155989, "dur":205, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Searcher.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367156206, "dur":268, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367156474, "dur":57, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367156541, "dur":340, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367156881, "dur":135, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367157023, "dur":446, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367157477, "dur":262, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367157741, "dur":206, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367157948, "dur":156, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367158104, "dur":367, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367158474, "dur":1474, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/PPv2URPConverters.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367159955, "dur":276, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/PPv2URPConverters.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367160247, "dur":299, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/PPv2URPConverters.pdb" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367160548, "dur":1169, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367161725, "dur":395, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.State.Editor.dll" }}
|
||||
,{ "pid":12345, "tid":2, "ts":1683875367162123, "dur":201274, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367072773, "dur":19377, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367092164, "dur":847, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityAnalyticsCommonModule.dll_2DD36368E533D558.mvfrm" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367093170, "dur":211, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.DirectorModule.dll_D1796E208EBA6C18.mvfrm" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367093475, "dur":59, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.UI.rsp" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367093598, "dur":157, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.rsp" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367093795, "dur":93, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.CodeGen.rsp" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367094039, "dur":201, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.Shared.dll.mvfrm.rsp" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367095080, "dur":113, "ph":"X", "name": "WriteText", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.rsp" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367095564, "dur":194, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367095759, "dur":589, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367096412, "dur":2538, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.UI.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367099012, "dur":4301, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.UI.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367103385, "dur":1249, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367104639, "dur":1196, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367105964, "dur":336, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367106301, "dur":5827, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367112132, "dur":54, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367112203, "dur":199, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367112403, "dur":258, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.RenderPipelines.Core.Runtime.ref.dll_02F9514DCF9F5D9D.mvfrm" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367112703, "dur":108, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367112812, "dur":253, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipeline.Universal.ShaderLibrary.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367113122, "dur":251, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.Shared.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367113374, "dur":2606, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.Shared.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367116028, "dur":96, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Runtime.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367116143, "dur":187, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Runtime.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367116336, "dur":190, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Runtime.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367116541, "dur":127, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367116690, "dur":967, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367117657, "dur":895, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367118553, "dur":635, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367121239, "dur":94, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367121343, "dur":302, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367121713, "dur":179, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367121922, "dur":132, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367122059, "dur":515, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367122723, "dur":211, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Cinemachine.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367122936, "dur":75, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Cinemachine.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367123011, "dur":261, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367123272, "dur":93, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Cinemachine.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367123367, "dur":82, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Shaders.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367123477, "dur":79, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Shared.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367123568, "dur":74, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367123751, "dur":65, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/com.unity.cinemachine.editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367123819, "dur":1811, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367125631, "dur":209, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/com.unity.cinemachine.editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367126102, "dur":20871, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367146979, "dur":818, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Shaders.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367147798, "dur":390, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367148202, "dur":371, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367148573, "dur":139, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367148720, "dur":189, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367148964, "dur":206, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Runtime.Shared.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367149221, "dur":177, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.2D.Runtime.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367149441, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.ShaderLibrary.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367149654, "dur":172, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Runtime.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367149869, "dur":153, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEngine.UI.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367150064, "dur":176, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367150241, "dur":56, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367150303, "dur":170, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367150514, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Cinemachine.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367150725, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Runtime.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367150938, "dur":3680, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367154620, "dur":1010, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367155638, "dur":970, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Shared.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367156628, "dur":604, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Utilities.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367157233, "dur":106, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367157339, "dur":268, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Utilities.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367157610, "dur":3685, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367161305, "dur":263, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367161579, "dur":283, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.State.Editor.pdb" }}
|
||||
,{ "pid":12345, "tid":3, "ts":1683875367161865, "dur":201552, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367072802, "dur":19366, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367092177, "dur":844, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UmbraModule.dll_B72CBA82CD2708C1.mvfrm" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367093177, "dur":134, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.DSPGraphModule.dll_D6CACF8A011B3D39.mvfrm" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367093376, "dur":105, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AccessibilityModule.dll_05DD6A0018B0D236.mvfrm" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367093529, "dur":204, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.rsp2" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367093749, "dur":52, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipeline.Universal.ShaderLibrary.rsp" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367094092, "dur":1633, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Editor.UnityAdditionalFile.txt" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367095727, "dur":3022, "ph":"X", "name": "File", "args": { "detail":"/home/sascha/Unity/Hub/Editor/2023.2.0a13/Editor/Data/Tools/Compilation/Unity.ILPP.Runner/System.Runtime.Serialization.Xml.dll" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367095727, "dur":3065, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367098890, "dur":123, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367099013, "dur":89, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367099102, "dur":204, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367099306, "dur":229, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367099535, "dur":243, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367099778, "dur":232, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367100010, "dur":234, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367100691, "dur":95, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367101077, "dur":53, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367101265, "dur":699, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Data/Nodes/Math/Matrix/MatrixConstructionNode.cs" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367101233, "dur":736, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367102150, "dur":1373, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Data/Nodes/Artistic/Mask/ChannelMaskNode.cs" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367102146, "dur":1636, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367103821, "dur":1719, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367105547, "dur":850, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367106401, "dur":516, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367106951, "dur":7838, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367114933, "dur":3595, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367118534, "dur":646, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367121238, "dur":1050, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.Flow.Editor.ref.dll_F2A161E6312A325B.mvfrm" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367122315, "dur":245, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.Editor.dll.mvfrm" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367122562, "dur":142, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367122850, "dur":399, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Rider.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367123301, "dur":78, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.2D.Sprite.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367123391, "dur":85, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367123487, "dur":85, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.SettingsProvider.Editor.dll (+2 others)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367123662, "dur":110, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.Shared.Editor.ref.dll_BACB6E66E93DDE74.mvfrm" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367123884, "dur":1690, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.render-pipelines.universal@16.0.1/Runtime/Data/UniversalRenderPipelineEditorResources.cs" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367123805, "dur":1773, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367125740, "dur":51, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367125836, "dur":158, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367126103, "dur":20897, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367147005, "dur":788, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367147794, "dur":410, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367148213, "dur":401, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367148616, "dur":2384, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367151005, "dur":169, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367151210, "dur":170, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367151418, "dur":163, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEditor.UI.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367151618, "dur":165, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.2D.Sprite.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367151817, "dur":180, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/com.unity.cinemachine.editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367152057, "dur":172, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367152230, "dur":2986, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367155228, "dur":322, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.Shared.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367155551, "dur":1864, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367157416, "dur":202, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.Shared.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367157621, "dur":680, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.SettingsProvider.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367158311, "dur":299, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.SettingsProvider.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367158613, "dur":261, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367158887, "dur":175, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.Editor.dll (+pdb)" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367159473, "dur":929, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367160412, "dur":590, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/PPv2URPConverters.dll" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367161004, "dur":202107, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367363117, "dur":55, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Assembly-CSharp.pdb" }}
|
||||
,{ "pid":12345, "tid":4, "ts":1683875367363185, "dur":163, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.pdb" }}
|
||||
,{ "pid":12345, "tid":0, "ts":1683875367366167, "dur":222, "ph":"X", "name": "ProfilerWriteOutput" }
|
||||
,
|
||||
@ -1,10 +1,10 @@
|
||||
{ "pid": 35942, "tid": -1, "ph": "M", "name": "process_name", "args": { "name": "netcorerun.dll" } },
|
||||
{ "pid": 35942, "tid": -1, "ph": "M", "name": "process_sort_index", "args": { "sort_index": "-1" } },
|
||||
{ "pid": 35942, "tid": 1, "ph": "M", "name": "thread_name", "args": { "name": "" } },
|
||||
{ "pid": 35942, "tid": 1, "ts": 1683742914465923, "dur": 573051, "ph": "X", "name": "BuildProgram", "args": {} },
|
||||
{ "pid": 35942, "tid": 1, "ts": 1683742914467152, "dur": 94176, "ph": "X", "name": "BuildProgramContextConstructor", "args": {} },
|
||||
{ "pid": 35942, "tid": 1, "ts": 1683742914936990, "dur": 5613, "ph": "X", "name": "OutputData.Write", "args": {} },
|
||||
{ "pid": 35942, "tid": 1, "ts": 1683742914942607, "dur": 96356, "ph": "X", "name": "Backend.Write", "args": {} },
|
||||
{ "pid": 35942, "tid": 1, "ts": 1683742914943792, "dur": 57217, "ph": "X", "name": "JsonToString", "args": {} },
|
||||
{ "pid": 35942, "tid": 1, "ts": 1683742915047951, "dur": 1478, "ph": "X", "name": "", "args": {} },
|
||||
{ "pid": 35942, "tid": 1, "ts": 1683742915047410, "dur": 2349, "ph": "X", "name": "Write chrome-trace events", "args": {} },
|
||||
{ "pid": 35942, "tid": 1, "ts": 1683875366276393, "dur": 488105, "ph": "X", "name": "BuildProgram", "args": {} },
|
||||
{ "pid": 35942, "tid": 1, "ts": 1683875366277576, "dur": 66132, "ph": "X", "name": "BuildProgramContextConstructor", "args": {} },
|
||||
{ "pid": 35942, "tid": 1, "ts": 1683875366653554, "dur": 4567, "ph": "X", "name": "OutputData.Write", "args": {} },
|
||||
{ "pid": 35942, "tid": 1, "ts": 1683875366658124, "dur": 106361, "ph": "X", "name": "Backend.Write", "args": {} },
|
||||
{ "pid": 35942, "tid": 1, "ts": 1683875366659451, "dur": 54507, "ph": "X", "name": "JsonToString", "args": {} },
|
||||
{ "pid": 35942, "tid": 1, "ts": 1683875366772671, "dur": 1724, "ph": "X", "name": "", "args": {} },
|
||||
{ "pid": 35942, "tid": 1, "ts": 1683875366771976, "dur": 2750, "ph": "X", "name": "Write chrome-trace events", "args": {} },
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -1 +1 @@
|
||||
[{"Port":34995,"SolutionName":"TurnBasedStrategyCourse","ProtocolGuid":"ca1ba338-cca4-4e4d-8a49-b08f8e521651"}]
|
||||
[{"Port":32941,"SolutionName":"TurnBasedStrategyCourse","ProtocolGuid":"ca1ba338-cca4-4e4d-8a49-b08f8e521651"}]
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,3 @@
|
||||
Base path: '/home/sascha/Unity/Hub/Editor/2023.2.0a13/Editor/Data', plugins path '/home/sascha/Unity/Hub/Editor/2023.2.0a13/Editor/Data/PlaybackEngines'
|
||||
Cmd: initializeCompiler
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
Base path: '/home/sascha/Unity/Hub/Editor/2023.2.0a13/Editor/Data', plugins path '/home/sascha/Unity/Hub/Editor/2023.2.0a13/Editor/Data/PlaybackEngines'
|
||||
Cmd: initializeCompiler
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue