-
- All Implemented Interfaces:
-
com.openobserve.benchmark.OpenObserveBaseMeter
public final class OpenObserveVitalsMeter implements OpenObserveBaseMeter
This class is responsible for managing the performance gauges related to CPU, FPS, and memory usage. It provides functionalities to start and stop monitoring these metrics, which will be uploaded to OpenObserve metric API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classOpenObserveVitalsMeter.Companion
-
Method Summary
Modifier and Type Method Description UnitstartMeasuring()Starts cpu, memory and fps gauges. UnitstopMeasuring()Stops cpu, memory and fps gauges. -
-
Method Detail
-
startMeasuring
Unit startMeasuring()
Starts cpu, memory and fps gauges.
-
stopMeasuring
Unit stopMeasuring()
Stops cpu, memory and fps gauges.
-
-
-
-