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

Send and display program execution date.

This commit is contained in:
Bartosz Taudul
2017-10-03 23:26:41 +02:00
parent 7526ac83b5
commit b2252de9c8
4 changed files with 13 additions and 6 deletions
+1
View File
@@ -34,6 +34,7 @@ struct WelcomeMessage
uint64_t timeBegin;
uint64_t delay;
uint64_t resolution;
uint64_t epoch;
char programName[WelcomeMessageProgramNameSize];
};
#pragma pack()