Public interface for the Percentile predictor. More...
#include <linux/aquosa/rres_config.h>
#include <linux/aquosa/qres_config.h>
#include <linux/aquosa/qos_debug.h>
Go to the source code of this file.
Defines | |
#define | PERCPRED_DEF_SAMPLESIZE 3 |
Default sample size. | |
#define | PERCPRED_DEF_DISCARDED 0 |
Default number of discarded samples (0 corresponds to WCET). | |
Functions | |
qos_rv | percpred_set_defaults (void) |
Configures a Percentile predictor with default parameters. | |
qos_rv | percpred_set_sample_size (int sample_size) |
Sets the sample size for the Percentile predictor. | |
qos_rv | percpred_set_discarded (int num_discarded) |
Sets the number of samples (less than sample_size) to be discarded, in order to get the desire percentile estimate. | |
qos_rv | percpred_register_lib (void) |
Registration of the submodule with the library. |
Public interface for the Percentile predictor.
Definition in file percpred_lib.h.
qos_rv percpred_register_lib | ( | void | ) |
Registration of the submodule with the library.