From c9aefec3ce11ed7eb69e5f4e10ca6ba32b912620 Mon Sep 17 00:00:00 2001 From: Robert Beckebans Date: Fri, 3 Mar 2023 19:52:46 +0100 Subject: [PATCH] Added PROFILE_EVENT to RunFrame() --- neo/d3xp/Game_local.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neo/d3xp/Game_local.cpp b/neo/d3xp/Game_local.cpp index 4a7790f8..284adf40 100644 --- a/neo/d3xp/Game_local.cpp +++ b/neo/d3xp/Game_local.cpp @@ -2616,6 +2616,8 @@ idGameLocal::RunFrame */ void idGameLocal::RunFrame( idUserCmdMgr& cmdMgr, gameReturn_t& ret ) { + SCOPED_PROFILE_EVENT( "RunFrame" ); + idEntity* ent; int num; float ms;