Files
UnrealEngineUWP/Engine/Source/Editor
ionut matasaru 7f8829bd4c Fixed usage of TRACE_CPUPROFILER_EVENT_SCOPE macros in various engine files.
* TRACE_CPUPROFILER_EVENT_SCOPE(ScopeName) --> to be used with a plain text as scope name (not a string!). If the parameter is a string ("abc" or TEXT("abc")), the quotes (and the TEXT prefix) will be included in the actual timer name.
* TRACE_CPUPROFILER_EVENT_SCOPE_STR("scope name") --> to be used with a static string (const ANSICHAR* or const TCHAR*); ex: when the scope name needs to include a space char
* TRACE_CPUPROFILER_EVENT_SCOPE_TEXT(*MyScopeName) --> to be used with a dynamic string (const ANSICHAR* or const TCHAR*)
See also the comments for these macros in ProfilingDebugging\CpuProfilerTrace.h.

#rb Catalin.Dragoiu

[CL 28337510 by ionut matasaru in ue5-main branch]
2023-09-29 04:05:39 -04:00
..
2023-09-27 11:35:33 -04:00
2023-09-27 22:48:56 -04:00
2023-06-22 11:32:48 -04:00
2023-09-27 22:48:56 -04:00
2023-09-27 22:48:56 -04:00
2023-09-27 22:48:56 -04:00
2023-09-27 22:48:56 -04:00