1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Send executable mtime in welcome message.

This commit is contained in:
Bartosz Taudul
2021-01-31 17:45:11 +01:00
parent 0ce113a96c
commit c92974d920
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -1332,6 +1332,7 @@ void Profiler::Worker()
MemWrite( &welcome.delay, m_delay );
MemWrite( &welcome.resolution, m_resolution );
MemWrite( &welcome.epoch, m_epoch );
MemWrite( &welcome.exectime, m_exectime );
MemWrite( &welcome.pid, pid );
MemWrite( &welcome.samplingPeriod, m_samplingPeriod );
MemWrite( &welcome.onDemand, onDemand );