Same for linux.

This commit is contained in:
Bartosz Taudul 2019-02-04 02:33:03 +01:00
parent 4dc05195ca
commit dbf8115771

View File

@ -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;
}