Gradle profiler should provide summary of totals for each task by type

Gradle profiler should provide summary of totals for each task type.

As an example:

war   1:20s
compileJava   32s
processResources   9s

This is a good idea. Would you be interested in helping to implement it?

Why not? Can you provide some pointers as to where in the code to find the current functionality?

Great. Take a look at ‘org.gradle.profile.ProfileReportRenderer’ and related classes.