# Installer gradle-profiler avec Homebrew

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de gradle-profiler pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:gradle-profiler
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gradle-profiler
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:gradle-profiler
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/gradle-profiler>
- **Version:** 0.25.2
- **Résumé source:** Profiling and benchmarking tool for Gradle builds
- **Page d'accueil:** <https://github.com/gradle/gradle-profiler/>
- **Dépôt:** <https://github.com/gradle/gradle-profiler>
- **Docs amont:** <https://github.com/gradle/gradle-profiler/>
- **Licence:** Apache-2.0
- **Archive source:** <https://github.com/gradle/gradle-profiler/releases/download/v0.25.2/gradle-profiler-0.25.2.zip>
- **Dernière mise à jour:** 2026-07-11T11:51:29Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- gradle-profiler (cli)
- gradle-profiler (alias)

## Dépendances

- openjdk@21

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur all

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.25.2
- gestionnaire mis à jour: 2026-07-11
- données locales: OK
- dépôt amont: https://github.com/gradle/gradle-profiler
- info: No cached GitHub release or tag data was available.
## Historique du projet et usages

Gradle Profiler is a Gradle organization tool for repeatedly running builds and collecting benchmarking or profiling data. Its history is best understood as part of the Gradle performance culture rather than as a broad standalone ecosystem.

### Historique du projet

The official README describes Gradle Profiler as a tool that automates gathering profiling and benchmarking information for Gradle builds. It integrates with build scans, Async Profiler, JProfiler, YourKit, Java Flight Recorder, HPROF heap dumps, Chrome Trace output, and build-operation timing.

The project lives under the Gradle GitHub organization and is distributed through release binaries as well as package managers such as Homebrew and SDKMAN. Its 0.x versioning reflects a focused engineering utility rather than a large end-user platform.

### Historique d'adoption

Adoption is concentrated among build engineers, Android teams, Gradle plugin authors, and maintainers who need repeatable before-and-after measurements for Gradle version upgrades or build-logic changes. The README's scenario-file support shows the intended workflow: encode a build scenario, run warmups and iterations, then compare outputs.

### Modes d'utilisation

Typical usage is `gradle-profiler --benchmark --project-dir <build> <task>` for timing comparisons, or `gradle-profiler --profile <profiler> --project-dir <build> <task>` for deeper profiling. Scenario files in HOCON format support groups, Gradle versions, tasks, daemon modes, mutations, build operation measurements, and IDE sync scenarios.

The tool produces benchmark HTML/CSV output and profile artifacts under `profile-out` by default. It can also compare multiple Gradle versions, which makes it useful when a package-manager upgrade changes build behavior.

### Pourquoi les passionnés de paquets s'y intéressent

Gradle Profiler matters to package nerds because it is the small tool used to decide whether bigger build-tool package changes helped or hurt. It makes Gradle upgrades, Java runtime choices, daemon settings, and cache behavior measurable instead of anecdotal.

The Homebrew package is convenient because performance checks often happen on developer workstations before CI jobs or release engineering pipelines adopt a new Gradle line.

### Chronologie

- 0.x line: Gradle Profiler releases are published from the Gradle GitHub repository.
- 0.23.0: The README identifies this as the last version for builds that require Gradle 5.x support.
- 0.24.0: The release notes describe Java 17 as the runtime requirement and Gradle 6.0 as the minimum supported Gradle version.

### Related projects

- Gradle Build Tool is the target build system measured by Gradle Profiler.
- Develocity and Gradle Build Scan are related analysis surfaces for build performance.
- Async Profiler, Java Flight Recorder, JProfiler, YourKit, Chrome Trace, and Perfetto are profiling or visualization tools used by Gradle Profiler.

### Sources

- <https://github.com/gradle/gradle-profiler>
- <https://github.com/gradle/gradle-profiler/releases>
- <https://raw.githubusercontent.com/gradle/gradle-profiler/master/README.md>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** gradle-profiler
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [openjdk@21](https://pkg.so/fr/brew/openjdk-21/) - Runtime dependency declared by Homebrew.
- [gradle](https://pkg.so/fr/brew/gradle/) - Shares pkgdb curated category or tags: cli, developer-tools, gradle.
- [hyperfine](https://pkg.so/fr/brew/hyperfine/) - Shares pkgdb curated category or tags: benchmarking, cli, developer-tools.
- [wrk](https://pkg.so/fr/brew/wrk/) - Shares pkgdb curated category or tags: benchmarking, cli, developer-tools.
- [valgrind](https://pkg.so/fr/brew/valgrind/) - Shares pkgdb curated category or tags: cli, developer-tools, profiling.
- [qcachegrind](https://pkg.so/fr/brew/qcachegrind/) - Shares pkgdb curated category or tags: cli, developer-tools, profiling.
- [vegeta](https://pkg.so/fr/brew/vegeta/) - Shares pkgdb curated category or tags: benchmarking, cli, developer-tools.
- [siege](https://pkg.so/fr/brew/siege/) - Shares pkgdb curated category or tags: benchmarking, cli, developer-tools.
- [py-spy](https://pkg.so/fr/brew/py-spy/) - Shares pkgdb curated category or tags: cli, developer-tools, profiling.
- [gradle-to-js](https://pkg.so/fr/npm/gradle-to-js/) - Local metadata places this package in an adjacent workflow. Shared terms: build, cli, developer, developer-tools, gradle.
- [kotlin-language-server](https://pkg.so/fr/brew/kotlin-language-server/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, openjdk, openjdk-21.

## Combined YAML source

View the package source record on GitHub. [combined/gradle-profiler.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gradle-profiler.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- cross-ecosystem install command graph
