mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Allow external data insertion into string discovery vectors.
This commit is contained in:
parent
86bc2020cb
commit
92871ba75a
@ -68,6 +68,11 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
tracy_force_inline void AddExternal( const T& val )
|
||||
{
|
||||
m_data.push_back( val );
|
||||
}
|
||||
|
||||
private:
|
||||
Vector<T> m_data;
|
||||
unordered_flat_map<uint64_t, T> m_pending;
|
||||
|
Loading…
Reference in New Issue
Block a user