mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +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()
|
||||
{
|
||||
ZoneScoped;
|
||||
ZoneTextF( "Static %s", "init test" );
|
||||
new char[64*1024];
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user