Statistics

public class Statistics implements Serializable

DTO that contains the computed statistics

Constructors

Link copied to clipboard
public void SignalStatistics.Statistics(float avg, float exec, float std, float variance, int cnt, float tot)

Properties

Link copied to clipboard
public final float average
Average of the results of the monitoring process
Link copied to clipboard
public final int count
Number of executions of the monitoring process
Link copied to clipboard
public final float executionTime
Average execution time of the monitoring process
Link copied to clipboard
public final float stdDeviation
Standard deviation of the results of the monitoring process
Link copied to clipboard
public final float totalExecutionTime
Total execution time of the monitoring process
Link copied to clipboard
public final float variance
Variance of the results of the monitoring process

Functions

Link copied to clipboard
public String toString()