DBuildStat
DBuildStat copied to clipboard
Tools to measure and visualize performance of building D programs
Why is not possible to compile DBuildStat with `dmd`? Running it with `rdmd` works fine ... ``` dbuildstat.o:dbuildstat.d:function _Dmain: error: undefined reference to '_D2ae3sys3cmd3runFAAyaZv' dbuildstat.o:dbuildstat.d:function _Dmain: error: undefined reference to...
Very interesting tool. The metrics only apply to separately compiled source files though, because imports can be accounted for multiple times. It would be interesting to group/cluster modules with similar...
Maybe the easiest way to implement this would be to create a pseudo root module that imports all sources.