You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSV export for the --measurement functionality is moved into its own function
MeasurementWorker::getValues take a start and stop time. The time is not implicitly saved in the MeasurementWorker datastructure but provided directly
Cleanup initilization of metrics. All metrics can be initialized in the constructor. There should be methods to get the present metrics and if they are available (yes/no)
Add methods to check if a metric by name is present and if it is initialized (available).
The text was updated successfully, but these errors were encountered:
DoD
--measurement
functionality is moved into its own functionMeasurementWorker::getValues
take a start and stop time. The time is not implicitly saved in theMeasurementWorker
datastructure but provided directlyThe text was updated successfully, but these errors were encountered: