Difference between revisions of "DocumentationAeminiumRuntimeProfiler"

From Aeminium
Jump to: navigation, search
(Created page with "== Preparing the ground == === Downloads === The Profiler uses the [http://www.ej-technologies.com/products/jprofiler/overview.html JProfiler framework] to collect and manage al...")
 
(The profiler package)
Line 5: Line 5:
  
 
== The profiler package ==  
 
== The profiler package ==  
 +
 +
The first two classes are regular Java classes, which were created just to make easier the process of collecting the profiling information.
  
 
=== AeminiumProfiler ===
 
=== AeminiumProfiler ===
Line 15: Line 17:
  
 
===<span style="color:#8B0000"> JProfiler Classes</span>===
 
===<span style="color:#8B0000"> JProfiler Classes</span>===
 +
 +
The three other classes that also belong to the profiler package are the ones which are required by JProfiler to collect telemetries information, as well as handle method interception.
  
 
=== AeminiumProbeProvider ===
 
=== AeminiumProbeProvider ===

Revision as of 23:14, 11 February 2012

Preparing the ground

Downloads

The Profiler uses the JProfiler framework to collect and manage all the information concerning the performance of the Æminium Runtime.

The profiler package

The first two classes are regular Java classes, which were created just to make easier the process of collecting the profiling information.

AeminiumProfiler

The class

DataCollection

The class

JProfiler Classes

The three other classes that also belong to the profiler package are the ones which are required by JProfiler to collect telemetries information, as well as handle method interception.

AeminiumProbeProvider

The class

CountersProbe

The class

TaskDetailsProbe

The class