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

Don't match source location on a per-zone basis.

This commit is contained in:
Bartosz Taudul
2018-03-04 16:53:13 +01:00
parent b48602f5d1
commit 80da271a2c
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ private:
const GpuEvent* GetZoneParent( const GpuEvent& zone ) const;
void FindZones();
void FindZones( const Vector<ZoneEvent*> &events, Vector<ZoneEvent*> &out, const int maxdepth = 0 );
void FindZones( const Vector<ZoneEvent*> &events, Vector<ZoneEvent*> &out, const std::vector<int32_t>& match, const int maxdepth = 0 );
template <typename T>
bool& Visible( const T* ptr )