mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-03 05:57:40 -05:00
sys: Improve speed and UX of entropy graph
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user