Name
Date
Size
#Lines
LOC

..--

ReadmeH A D30-Sep-2015674 1812

j_calldist.dH A D30-Sep-20153.1 KiB11763

j_calls.dH A D30-Sep-20153 KiB11459

j_calltime.dH A D30-Sep-20153.8 KiB13075

j_classflow.dH A D30-Sep-20152.7 KiB10142

j_cpudist.dH A D30-Sep-20153.1 KiB11763

j_cputime.dH A D30-Sep-20153.8 KiB13075

j_events.dH A D30-Sep-20151.5 KiB5715

j_flow.dH A D30-Sep-20152.5 KiB8831

j_flowtime.dH A D30-Sep-20152.9 KiB10242

j_methodcalls.dH A D30-Sep-20151.6 KiB6121

j_objnew.dH A D30-Sep-20151.7 KiB6221

j_package.dH A D30-Sep-20151.4 KiB5717

j_profile.dH A D30-Sep-20152.4 KiB7922

j_stat.dH A D30-Sep-20153.1 KiB14972

j_syscalls.dH A D30-Sep-20151.8 KiB6926

j_syscolors.dH A D30-Sep-20153.9 KiB13673

j_thread.dH A D30-Sep-20151.6 KiB6521

j_who.dH A D30-Sep-20151.5 KiB5915

Readme

1Java - DTracing Java
2
3   These scripts trace the JVM, and require the Java hotspot provider which
4   was shipped with Java starting with version 1.6.0.
5
6   Some of these scripts measure method and object events, and require
7   the Java process to be run using the "+ExtendedDTraceProbes" flag.
8   For example,
9
10	java -XX:+ExtendedDTraceProbes classfile
11
12   The ExtendedDTraceProbes flag is not on by default to avoid the additional
13   overhead for maintaining these additional probes. When this flag is
14   enabled, the JVM may execute slightly slower than before; when the probes
15   are also enabled (especially method probes), the JVM may execute
16   significantly slower.
17
18