mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-21 10:55:03 +00:00
tracy: added PthreadMutex markup
This commit is contained in:
parent
142ad54876
commit
a0fe34b01f
3 changed files with 20 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue