mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Document lock state colors.
This commit is contained in:
@@ -2157,9 +2157,9 @@ int View::DrawLocks( uint64_t tid, bool hover, double pxns, const ImVec2& wpos,
|
||||
enum class State
|
||||
{
|
||||
Nothing,
|
||||
HasLock,
|
||||
HasBlockingLock,
|
||||
WaitLock
|
||||
HasLock, // green
|
||||
HasBlockingLock, // yellow
|
||||
WaitLock // red
|
||||
};
|
||||
|
||||
int cnt = 0;
|
||||
|
||||
Reference in New Issue
Block a user