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

Show diff direction and allow reversal.

This commit is contained in:
Bartosz Taudul
2022-12-30 20:33:17 +01:00
parent 166c553af3
commit b8029f7448
2 changed files with 22 additions and 2 deletions
+1
View File
@@ -742,6 +742,7 @@ private:
int minBinVal = 1;
int compareMode = 0;
bool diffDone = false;
bool diffDirection;
std::vector<const char*> thisUnique;
std::vector<const char*> secondUnique;
std::vector<std::pair<const char*, std::string>> diffs;