1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Rename FrameMark() to SendFrameMark().

This avoids conflict with FrameMark define.
This commit is contained in:
Bartosz Taudul
2018-07-13 20:08:57 +02:00
parent 0e59c6e98d
commit a3c898f8b8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ public:
#endif
}
static tracy_force_inline void FrameMark()
static tracy_force_inline void SendFrameMark()
{
#ifdef TRACY_ON_DEMAND
s_profiler.m_frameCount.fetch_add( 1, std::memory_order_relaxed );