DocumentationAeminiumRuntimeProfiler
From Aeminium
Contents
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