CyberShadow / DBuildStat

Tools to measure and visualize performance of building D programs
17 stars 1 forks source link

dbuildstat should support multiple source files #2

Open MartinNowak opened 9 years ago

MartinNowak commented 9 years ago

Maybe the easiest way to implement this would be to create a pseudo root module that imports all sources.

CyberShadow commented 9 years ago

Is there any problem with creating an import-only .d file by hand? Or is this just for convenience?

MartinNowak commented 9 years ago

Well, first you have to come up with the idea that you can create such a file. Sure it would be more convenient, but you could also filter out the "fake" module from the results.