mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-20 18:18:36 +00:00
Specify minimum length of subframe skip in one place.
This commit is contained in:
@@ -6002,7 +6002,7 @@ void Worker::ProcessCallstackFrame( const QueueCallstackFrame& ev, bool querySym
|
||||
{
|
||||
auto fstr = GetString( file );
|
||||
auto flen = strlen( fstr );
|
||||
if( flen >= 19 ) // minimum length in s_tracySkipSubframes
|
||||
if( flen >= s_tracySkipSubframesMinLen )
|
||||
{
|
||||
auto ptr = s_tracySkipSubframes;
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user