An open API service indexing awesome lists of open source software.

https://github.com/johnsonlee/tracing

Gradle Tracing Plugin
https://github.com/johnsonlee/tracing

Last synced: 9 months ago
JSON representation

Gradle Tracing Plugin

Awesome Lists containing this project

README

          

# Tracing

A Gradle plugin to generate trace files for Gradle projects

## Getting Started

### Install Init Script

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

### Execute Gradle Tasks

```bash
./gradlew assemble
```

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

```bash
open build/trace.html
```

![screenshot](https://user-images.githubusercontent.com/2344882/177184577-9d4bdde9-4569-4a40-83dd-dd903150f984.png)