mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Make InlineStackData non-static.
This commit is contained in:
@@ -1092,6 +1092,8 @@ private:
|
||||
uint32_t m_nextSourceCodeQuery = 0;
|
||||
|
||||
unordered_flat_map<uint64_t, PowerData> m_powerData;
|
||||
|
||||
Vector<InlineStackData> m_inlineStack;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user