/tracing

Gradle Tracing Plugin

Primary LanguageHTMLApache License 2.0Apache-2.0

Tracing

A Gradle plugin to generate trace files for Gradle projects

Getting Started

Install Init Script

curl -L https://raw.githubusercontent.com/johnsonlee/tracing/main/src/main/resources/init.gradle.kts > ~/.gradle/init.d/tracing.gradle.kts

Execute Gradle Tasks

./gradlew assemble

Then, you can see the trace.html file in the build directory.

open build/trace.html

screenshot