Replace TIMER with PROFILE2

`TIMER` messages where printed to stdout which lead to noise.

Refs: #1003
This commit is contained in:
phosit
2025-07-13 14:21:48 +02:00
parent aed1570040
commit f721f56ad4
16 changed files with 45 additions and 58 deletions
+1 -2
View File
@@ -43,7 +43,6 @@
#include "lib/secure_crt.h"
#include "lib/status.h"
#include "lib/tex/tex.h"
#include "lib/timer.h"
#include "lib/types.h"
#include "maths/Matrix3D.h"
#include "ps/CConsole.h"
@@ -332,7 +331,7 @@ size_t CRenderer::Internals::VertexAttributesHash::operator()(
CRenderer::CRenderer(Renderer::Backend::IDevice* device)
{
TIMER(L"InitRenderer");
PROFILE2("InitRenderer");
m = std::make_unique<Internals>(device);