public final class MeasurementCentral extends Object
Modifier and Type | Field and Description |
---|---|
static MeasurementCentral |
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
startResourceDemand(int demandId)
Reports that the resource demanding code section identified by
rdiaId is
about to be entered. |
static void |
stopResourceDemand()
Reports that the last started resource demanding code section has just been left.
|
public static final MeasurementCentral INSTANCE
public static void startResourceDemand(int demandId)
rdiaId
is
about to be entered.demandId
- Identifier of the entered resource demanding code section.public static void stopResourceDemand()