Last indexation completed on 2024-04-21 06:00:38 UTC

 
  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2024-02-11 01:48:36

What's this?
Josef Weidendorfer Josef.Weidendorfer@gmx.de
FSView is a tool for showing disc utilization in a graphical form, much like the UNIX command 'du'. The visualisation type choosen is a treemap. Treemaps allow for showing metrics of objects in nested structures, like sizes of files and directories on your hard disc, where the size of directories is defined to be the sum of the size of its children. Each object is represented by a rectangle which area is proportional to its metric. The metric must have the property that the sum of the children's metric of some object is equal or smaller than the objects metric. This holds true for the file/directory sizes in the use case of FSView.


SEE ALSO: README

file CMakeLists.txt 866 bytes 2024-02-11 01:48:36 -  
file scantest.cpp 1075 bytes 2024-02-11 01:48:36 2024-04-21 04:57:57

Test Directory Scanning. Usually not build.