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

Introduce SrcLocCountMap

Add to ThreadData a map from source location to a counter,
which will be used to keep track of the number of
appearances of zones with the corresponding source locations
on each thread's stack.
This commit is contained in:
Terence Rokop
2021-06-05 11:06:32 -07:00
parent 0a8ec09566
commit 1f0b4656f4
2 changed files with 50 additions and 0 deletions
+1
View File
@@ -2006,6 +2006,7 @@ Worker::~Worker()
{
v->timeline.~Vector();
v->stack.~Vector();
v->stackCount.~Table();
v->messages.~Vector();
v->zoneIdStack.~Vector();
v->samples.~Vector();