License |
License |
---|---|
Categories |
CategoriesGoogle Cloud Container PaaS Providers |
GroupId | GroupIdcom.google.cloud |
ArtifactId | ArtifactIdgoogle-cloud-profiler |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle Cloud Profiler
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.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationGoogle LLC |
<!-- https://jarcasting.com/artifacts/com.google.cloud/google-cloud-profiler/ -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-profiler</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-profiler/
implementation 'com.google.cloud:google-cloud-profiler:2.2.0'
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-profiler/
implementation ("com.google.cloud:google-cloud-profiler:2.2.0")
'com.google.cloud:google-cloud-profiler:jar:2.2.0'
<dependency org="com.google.cloud" name="google-cloud-profiler" rev="2.2.0">
<artifact name="google-cloud-profiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud', module='google-cloud-profiler', version='2.2.0')
)
libraryDependencies += "com.google.cloud" % "google-cloud-profiler" % "2.2.0"
[com.google.cloud/google-cloud-profiler "2.2.0"]