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-15 13:39:02 -04:00
2023-08-28 09:56:16 -04:00
2023-09-25 21:35:24 -04:00
2023-09-13 05:43:01 -04:00
2023-06-01 17:53:45 -04:00
2023-09-15 14:02:15 -04:00
2023-09-25 13:48:38 -04:00
2023-08-01 11:01:43 -04:00
2023-09-20 13:26:08 -04:00
2023-08-28 15:15:12 -04:00
2023-09-13 05:43:01 -04:00
2023-09-19 14:41:02 -04:00
2023-09-28 17:04:34 -04:00
2023-09-27 11:35:33 -04:00
2023-09-13 05:43:01 -04:00
2023-09-01 15:06:19 -04:00
2023-09-28 07:07:26 -04:00
2023-09-29 04:05:39 -04:00
2023-09-05 10:01:26 -04:00
2023-09-20 15:24:32 -04:00
2023-09-19 13:52:42 -04:00
2023-06-22 16:35:48 -04:00
2023-09-27 13:57:53 -04:00
2023-06-07 13:46:24 -04:00
2023-08-30 17:56:02 -04:00
2023-08-15 09:43:27 -04:00
2023-09-27 22:48:56 -04:00
2023-09-13 05:43:01 -04:00
2023-09-28 07:23:54 -04:00
2023-09-18 13:25:32 -04:00
2023-09-19 15:28:40 -04:00
2023-09-12 06:05:36 -04:00
2023-09-21 09:14:50 -04:00
2023-09-26 15:04:55 -04:00
2023-09-11 13:25:36 -04:00
2023-09-28 18:34:40 -04:00
2023-09-18 13:28:37 -04:00
2023-09-26 13:29:19 -04:00
2023-09-20 11:06:51 -04:00
2023-06-22 11:32:48 -04:00
2023-07-19 14:51:26 -04:00
2023-09-15 13:39:02 -04:00
2023-06-09 22:20:54 -04:00
2023-09-25 03:14:01 -04:00
2023-09-05 11:04:59 -04:00
2023-08-31 06:13:26 -04:00
2023-09-27 22:48:56 -04:00
2023-08-29 04:30:36 -04:00
2023-09-14 07:08:25 -04:00
2023-08-05 06:09:54 -04:00
2023-09-01 15:06:19 -04:00
2023-09-06 15:00:15 -04:00
2023-06-27 01:44:30 -04:00
2023-09-27 22:48:56 -04:00
2023-08-29 14:54:27 -04:00
2023-09-20 11:06:51 -04:00
2023-09-27 22:48:56 -04:00
2023-09-13 05:43:01 -04:00
2023-08-17 05:24:21 -04:00
2023-06-27 01:44:30 -04:00
2023-09-14 07:08:25 -04:00
2023-07-20 11:08:45 -04:00
2023-09-04 04:10:36 -04:00
2023-09-14 12:42:33 -04:00
2023-09-08 12:38:58 -04:00
2023-08-22 08:36:50 -04:00
2023-09-26 06:31:30 -04:00
2023-08-29 12:11:35 -04:00
2023-09-26 19:36:28 -04:00
2023-08-14 08:59:19 -04:00
2023-08-08 05:50:53 -04:00
2023-09-20 12:11:34 -04:00
2023-06-16 18:35:04 -04:00
2023-08-11 00:46:34 -04:00
2023-09-27 22:48:56 -04:00
2023-09-28 18:30:51 -04:00
2023-08-09 16:53:42 -04:00
2023-08-14 13:39:43 -04:00
2023-07-27 16:06:11 -04:00
2023-06-19 19:55:34 -04:00
2023-09-26 07:24:05 -04:00