Skip to content

Commit 2b9bade

Browse files
committed
Revert "Add all ProfilerMarkers that exist in the package code."
This reverts commit 2802da5.
1 parent da9b7ba commit 2b9bade

File tree

1 file changed

+5
-30
lines changed

1 file changed

+5
-30
lines changed

Assets/Tests/InputSystem/CorePerformanceTests.cs

Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,39 +1108,14 @@ public void Performance_OptimizedControls_ReadingPose4kTimes(OptimizationTestTyp
11081108
// Needed for the tests below.
11091109
string[] allInputSystemProfilerMarkers =
11101110
{
1111-
"BuildControlTree",
1112-
"FixedUpdate.NewInputFixedUpdate",
1113-
"HIDParseDescriptorFallback",
1114-
"InitialActionStateCheck",
1115-
"InputActionCallback",
1116-
"InputActionResolveConflict",
1117-
"InputAction.Enable",
1118-
"InputAction.Disable",
1119-
"InputActionMap.ResolveBindings",
1120-
"InputCheckForUnpairedDeviceActivity",
1121-
"InputEventTrace",
1122-
"InputEventTreeView.BuildRoot",
1123-
"InputManager.RegisterCustomTypes",
1124-
"InputManager.RestoreDevicesAfterDomainReload",
11251111
"InputUpdate",
1126-
"InputSystem.AddDevice",
1127-
"InputSystem.InitializeInEditor",
1128-
"InputSystem.onActionsChange",
1129-
"InputSystem.onActionChange",
1130-
"InputSystem.onAfterUpdate",
11311112
"InputSystem.onBeforeUpdate",
1132-
"InputSystem.onDeviceSettingsChange",
1133-
"InputSystem.onEvent",
1134-
"InputSystem.onLayoutChange",
1135-
"InputSystem.onSettingsChange",
1136-
"InputSystem.onDeviceChange",
1137-
"InputSystem.Reset",
1138-
"InputSystem.TryFindMatchingControlLayout",
1139-
"InputUser.onChange",
1140-
"PreUpdate.InputForUIUpdate",
1113+
"InputSystem.onAfterUpdate",
11411114
"PreUpdate.NewInputUpdate",
1142-
"TouchAllocate",
1143-
"Touchscreen.OnNextUpdate"
1115+
"PreUpdate.InputForUIUpdate",
1116+
"FixedUpdate.NewInputFixedUpdate",
1117+
"InputAction.Enable",
1118+
"InputActionMap.ResolveBindings"
11441119
};
11451120

11461121
[PrebuildSetup(typeof(ProjectWideActionsBuildSetup))]

0 commit comments

Comments
 (0)