| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGoogle Cloud Контейнер PaaS Providers |
| Группа | Группаcom.google.cloud |
| Идентификатор | Идентификаторgoogle-cloud-profiler |
| Версия | Версия2.1.10 |
| Тип | Типjar |
| Описание |
ОписаниеGoogle 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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикGoogle LLC |
<!-- https://jarcasting.com/artifacts/com.google.cloud/google-cloud-profiler/ -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-profiler</artifactId>
<version>2.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-profiler/
implementation 'com.google.cloud:google-cloud-profiler:2.1.10'
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-profiler/
implementation ("com.google.cloud:google-cloud-profiler:2.1.10")
'com.google.cloud:google-cloud-profiler:jar:2.1.10'
<dependency org="com.google.cloud" name="google-cloud-profiler" rev="2.1.10">
<artifact name="google-cloud-profiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud', module='google-cloud-profiler', version='2.1.10')
)
libraryDependencies += "com.google.cloud" % "google-cloud-profiler" % "2.1.10"
[com.google.cloud/google-cloud-profiler "2.1.10"]