sys: Improve speed and UX of entropy graph

This commit is contained in:
WerWolv
2022-12-23 14:34:06 +01:00
parent e4fbb1b640
commit 0d7740773e
2 changed files with 11 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ namespace hex::plugin::builtin {
float m_averageEntropy = 0;
float m_highestBlockEntropy = 0;
std::vector<float> m_blockEntropy;
u64 m_blockEntropyProcessedCount = 0;
double m_entropyHandlePosition;