CyberShadow / DBuildStat

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

Dub integration? #4

Closed whitebyte closed 8 years ago

whitebyte commented 8 years ago

Is there any way to use dbuildstat for dub generated projects without explicitly providing all filenames for linking?

CyberShadow commented 8 years ago

Simply pass your program's entry point file with all necessary -I import paths.

whitebyte commented 8 years ago

That's exactly what I'm trying to avoid.

CyberShadow commented 8 years ago

You can use dub -v to get the import paths from Dub.

whitebyte commented 8 years ago

Ok, will try, thanks