Gradle
Events specific for Gradle build tool are displayed on the "Gradle" tab. The tab is not visible if there are no Gradle events in the build.
Summary
"Gradle summary" shows total Gradle duration, the number of executed projects and tasks. Longest projects and tasks are presented as bar chart. They are clickable, and you can navigate to the build timeline, and see their position among other events.

Timeline
Gradle timeline focuses on Gradle events: build and tasks.
Tasks
The "Gradle tasks" section shows tasks and full traces of build events where they were originated.
For every task the "Duration" column displays its duration.
For example, task test
was executed 2 times in a build. Then
the "Duration" column will show sum of durations of both executions, and test
node will have 2 traces where test
was triggered.
