mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Store on-demand connection state.
This commit is contained in:
parent
dacbfbd031
commit
e5064dec1e
@ -987,6 +987,7 @@ void Worker::Exec()
|
|||||||
m_data.lastTime = m_data.frames.back();
|
m_data.lastTime = m_data.frames.back();
|
||||||
m_delay = TscTime( welcome.delay );
|
m_delay = TscTime( welcome.delay );
|
||||||
m_resolution = TscTime( welcome.resolution );
|
m_resolution = TscTime( welcome.resolution );
|
||||||
|
m_onDemand = welcome.onDemand;
|
||||||
|
|
||||||
char dtmp[64];
|
char dtmp[64];
|
||||||
time_t date = welcome.epoch;
|
time_t date = welcome.epoch;
|
||||||
|
|||||||
@ -328,6 +328,7 @@ private:
|
|||||||
LZ4_streamDecode_t* m_stream;
|
LZ4_streamDecode_t* m_stream;
|
||||||
char* m_buffer;
|
char* m_buffer;
|
||||||
int m_bufferOffset;
|
int m_bufferOffset;
|
||||||
|
bool m_onDemand;
|
||||||
|
|
||||||
GpuCtxData* m_gpuCtxMap[256];
|
GpuCtxData* m_gpuCtxMap[256];
|
||||||
flat_hash_map<uint64_t, StringLocation, nohash<uint64_t>> m_pendingCustomStrings;
|
flat_hash_map<uint64_t, StringLocation, nohash<uint64_t>> m_pendingCustomStrings;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user