mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +00:00
Same for linux.
This commit is contained in:
parent
4dc05195ca
commit
dbf8115771
@ -6573,7 +6573,9 @@ void View::DrawCallstackWindow()
|
||||
{
|
||||
if( strcmp( txt, "tracy::Callstack" ) == 0 ||
|
||||
strcmp( txt, "tracy::Profiler::SendCallstack" ) == 0 ||
|
||||
strcmp( txt, "tracy::ScopedZone::{ctor}" ) == 0 )
|
||||
strcmp( txt, "tracy::ScopedZone::{ctor}" ) == 0 ||
|
||||
strcmp( txt, "tracy::Profiler::SendCallstack(int, unsigned long)" ) == 0 ||
|
||||
strcmp( txt, "tracy::ScopedZone::ScopedZone(tracy::SourceLocationData const*, int, bool)" ) == 0 )
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user