mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Add a list of pending thread hints.
This commit is contained in:
@@ -678,6 +678,9 @@ public:
|
||||
|
||||
StringLocation StoreString(const char* str, size_t sz);
|
||||
|
||||
std::vector<uint32_t>& GetPendingThreadHints() { return m_pendingThreadHints; }
|
||||
void ClearPendingThreadHints() { m_pendingThreadHints.clear(); }
|
||||
|
||||
private:
|
||||
void Network();
|
||||
void Exec();
|
||||
@@ -1097,6 +1100,8 @@ private:
|
||||
unordered_flat_map<uint64_t, PowerData> m_powerData;
|
||||
|
||||
Vector<InlineStackData> m_inlineStack;
|
||||
|
||||
std::vector<uint32_t> m_pendingThreadHints;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user