WinDirStat
WinDirStat is a disk usage statistics viewer - Home/2 / blog / repo / github
- WinDirStat-next / HN
- QDirStat - KDirStat without any KDE
- ariccio/altWinDirStat - An unofficial modification of WinDirStat. Tremendous performance improvements.
It uses treemap to represents each file as a colored rectangle, the area of which is proportional to the file’s size.
Project
Have same treemap vizualisation ported to linux
CodeMap
- treemap code is in
windirstat/Controls/treemap.cpp
CTreemapPreview::OnPaint()- CTreemap::DrawTreemapDoubleBuffered()
- CTreemap::DrawTreemap()
- CTreemap::RecurseDrawGraph()
- RenderLeaf()
- RenderRectangle()
- DrawCushion()
- CTreemap::DrawChildren()
- CTreemap::DrawTreemapDoubleBuffered()
- CTreemap::DrawTreemap()
see also
- Treemaps are awesome
- Git Heat Map – a tool for visualising git repo activity for each file
- TreeSheets - A “hierarchical spreadsheet” that is a great replacement for spreadsheets
Written on September 28, 2021, Last update on May 24, 2024
system
disk
treemap