не последняя версия
Последняя версия 2.2.0

com.google.cloud:google-cloud-profiler 0.0.1

is a statistical, low-overhead profiler that continuously gathers CPU usage and memory-allocation information from your production applications. It attributes that information to the application's source code, helping you identify the parts of the application consuming the most resources, and otherwise illuminating the performance characteristics of the code.

Категории

Категории

Google Cloud Контейнер PaaS Providers
Группа

Группа

com.google.cloud
Идентификатор

Идентификатор

google-cloud-profiler
Версия

Версия

0.0.1
Тип

Тип

jar

Скачать google-cloud-profiler 0.0.1


<!-- https://jarcasting.com/artifacts/com.google.cloud/google-cloud-profiler/ -->
<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-cloud-profiler</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-profiler/
implementation 'com.google.cloud:google-cloud-profiler:0.0.1'
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-profiler/
implementation ("com.google.cloud:google-cloud-profiler:0.0.1")
'com.google.cloud:google-cloud-profiler:jar:0.0.1'
<dependency org="com.google.cloud" name="google-cloud-profiler" rev="0.0.1">
  <artifact name="google-cloud-profiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud', module='google-cloud-profiler', version='0.0.1')
)
libraryDependencies += "com.google.cloud" % "google-cloud-profiler" % "0.0.1"
[com.google.cloud/google-cloud-profiler "0.0.1"]