mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +00:00
Drop '###Profiler' from capture name.
This commit is contained in:
parent
28380f2d25
commit
436cd2b6cf
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user