tracy: added PthreadMutex markup

This commit is contained in:
psucien 2024-06-15 10:28:51 +02:00
parent 142ad54876
commit a0fe34b01f
3 changed files with 20 additions and 0 deletions

View file

@ -51,4 +51,7 @@ enum MarkersPallete : int {
#define GPU_SCOPE_LOCATION(name, color) \
tracy::SourceLocationData{name, TracyFunction, TracyFile, (uint32_t)TracyLine, color};
#define MUTEX_LOCATION(name) \
tracy::SourceLocationData{nullptr, name, TracyFile, (uint32_t)TracyLine, 0};
#define FRAME_END FrameMark