On 23/11/2010, at 8:46 AM, Tomek Kaczanowski wrote: > Hello Steve and All, > > I played a little more with profiles. At > https://github.com/tomekkaczanowski/gradle you can find my code that > provides profile outputs in txt (for command line freaks), html (bar > charts) and csv (for Calc/Excel lovers). Also I did some refactoring, > that was IMHO required so maybe you would be interested in having a > look.
It all looks good to me. Some comments: * The text output ends up with a bunch of ' ' strings in it * I think I would prefer the html report to list tasks from slowest to fastest, without grouping them by project. * We should figure out how we will merge the 2 html reports. It doesn't make sense to me to produce 2 separate reports. * There's quite a bit of code involved now (including the code in the templates) so it might be nice to have an integration test of some kind for the profiling. -- Adam Murdoch Gradle Developer http://www.gradle.org CTO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz
