mirror of
https://github.com/wolfpld/tracy
synced 2026-02-18 02:32:23 +00:00
Drop '###Profiler' from capture name.
This commit is contained in:
@@ -813,7 +813,7 @@ void Worker::Exec()
|
||||
auto lt = localtime( &date );
|
||||
strftime( dtmp, 64, "%F %T", lt );
|
||||
char tmp[1024];
|
||||
sprintf( tmp, "%s @ %s###Profiler", welcome.programName, dtmp );
|
||||
sprintf( tmp, "%s @ %s", welcome.programName, dtmp );
|
||||
m_captureName = tmp;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user