https://github.com/johnsonlee/tracing
Gradle Tracing Plugin
https://github.com/johnsonlee/tracing
Last synced: 9 months ago
JSON representation
Gradle Tracing Plugin
- Host: GitHub
- URL: https://github.com/johnsonlee/tracing
- Owner: johnsonlee
- License: apache-2.0
- Created: 2022-07-02T15:37:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T12:59:11.000Z (almost 4 years ago)
- Last Synced: 2025-04-07T23:24:36.497Z (about 1 year ago)
- Language: HTML
- Size: 1.07 MB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
