[ ソース: java-allocation-instrumenter ]
パッケージ: libjava-allocation-instrumenter-java-doc (3.1.0-2)
libjava-allocation-instrumenter-java-doc に関するリンク
Debian の資源:
java-allocation-instrumenter ソースパッケージをダウンロード:
- [java-allocation-instrumenter_3.1.0-2.dsc]
- [java-allocation-instrumenter_3.1.0.orig.tar.xz]
- [java-allocation-instrumenter_3.1.0-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
JVM agent tracking memory allocations (documentation)
Java Allocation Instrumenter is a Java agent written using the java.lang.instrument API. Each allocation in your Java program is instrumented; a user-defined callback is invoked on each allocation.
Bytecode rewriting is used to invoke the callback at the site of each allocation.
This package contains the documentation for the libjava-allocation-instrumenter-java package.
その他の libjava-allocation-instrumenter-java-doc 関連パッケージ
|
|
|
|
-
- dep: default-jdk-doc
- Standard Java or Java compatible Development Kit (documentation)
-
- sug: libjava-allocation-instrumenter-java
- JVM agent tracking memory allocations