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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user