feat: Added type distribution graph to information view

This commit is contained in:
WerWolv
2022-12-25 15:45:49 +01:00
parent d463491026
commit 4b6a75fb60
3 changed files with 75 additions and 2 deletions

View File

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