gradle-profiler

Profiling and benchmarking tool for Gradle builds

brewmacoslinux
Try with needOr install directly
Source

About

Profiling and benchmarking tool for Gradle builds

Commands

gradle-profiler

Examples

Profile a single Gradle build to measure performance$ gradle-profiler --project-dir . --benchmark --scenario assemble
Run multiple iterations of a build scenario and collect metrics$ gradle-profiler --project-dir . --benchmark --iterations 5 --scenario build
Profile with detailed output showing task execution times$ gradle-profiler --project-dir . --profile --scenario clean-build