Skip to content

Commit c0dc231

Browse files
committed
Add ProfilerMarkers to CorePerformanceTests.
1 parent fb0e953 commit c0dc231

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Assets/Tests/InputSystem/CorePerformanceTests.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,9 @@ public void Performance_OptimizedControls_ReadingPose4kTimes(OptimizationTestTyp
11131113
"InputSystem.onAfterUpdate",
11141114
"PreUpdate.NewInputUpdate",
11151115
"PreUpdate.InputForUIUpdate",
1116-
"FixedUpdate.NewInputFixedUpdate"
1116+
"FixedUpdate.NewInputFixedUpdate",
1117+
"InputAction.Enable",
1118+
"InputActionMap.ResolveBindings"
11171119
};
11181120

11191121
[PrebuildSetup(typeof(ProjectWideActionsBuildSetup))]

0 commit comments

Comments
 (0)