mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Scoped zone macro.
This commit is contained in:
parent
09f9937133
commit
5964a6864c
8
client/Tracy.hpp
Executable file
8
client/Tracy.hpp
Executable 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
|
Loading…
Reference in New Issue
Block a user