Skip to content

Commit

Permalink
Set initial program name in Tracy as OpenXRay
Browse files Browse the repository at this point in the history
(it's also set in Device_initialize.cpp to a game name after loading
game resouces)
  • Loading branch information
Xottab-DUTY committed Jan 19, 2025
1 parent 47f4497 commit 3fb66c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xrEngine/x_ray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ constexpr pcstr FRAME_MARK_APPLICATION_RUN = "Application run";

CApplication::CApplication(pcstr commandLine, GameModule* game)
{
TracySetProgramName("OpenXRay");
Threading::SetCurrentThreadName("Primary thread");
FrameMarkStart(FRAME_MARK_APPLICATION_STARTUP);

Expand Down

0 comments on commit 3fb66c7

Please sign in to comment.