DocumentationAeminiumRuntimeProfiler

From Aeminium
Revision as of 23:14, 11 February 2012 by Aeminium (Talk | contribs) (The profiler package)

Jump to: navigation, search

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