mirror of
https://github.com/wolfpld/tracy.git
synced 2026-07-01 03:28:57 +00:00
Specify minimum length of subframe skip in one place.
This commit is contained in:
@@ -529,7 +529,7 @@ static int CodeDataCb( void* data, uintptr_t pc, uintptr_t lowaddr, const char*
|
||||
if( !fn ) return 1;
|
||||
|
||||
const auto fnsz = strlen( fn );
|
||||
if( fnsz >= 19 ) // minimum length in s_tracySkipSubframes
|
||||
if( fnsz >= s_tracySkipSubframesMinLen )
|
||||
{
|
||||
auto ptr = s_tracySkipSubframes;
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user