is not current version
Last Version 2.2.0

com.google.cloud:google-cloud-profiler 2.1.2

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.

Categories

Categories

Google Cloud Container PaaS Providers
GroupId

GroupId

com.google.cloud
ArtifactId

ArtifactId

google-cloud-profiler
Version

Version

2.1.2
Type

Type

jar

Download google-cloud-profiler 2.1.2


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