mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Add text formatting function to test.
This commit is contained in:
parent
30cbc77e23
commit
b18796c1c0
@ -16,6 +16,7 @@ struct static_init_test_t
|
|||||||
static_init_test_t()
|
static_init_test_t()
|
||||||
{
|
{
|
||||||
ZoneScoped;
|
ZoneScoped;
|
||||||
|
ZoneTextF( "Static %s", "init test" );
|
||||||
new char[64*1024];
|
new char[64*1024];
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user