Scoped zone macro.

This commit is contained in:
Bartosz Taudul 2017-09-10 20:10:20 +02:00
parent 09f9937133
commit 5964a6864c

8
client/Tracy.hpp Executable file
View File

@ -0,0 +1,8 @@
#ifndef __TRACY_HPP__
#define __TRACY_HPP__
#include "TracyScoped.hpp"
#define ZoneScoped tracy::ScopedZone ___tracy_scoped_zone( __FILE__, __FUNCTION__, __LINE__ );
#endif