IOR
|
#include <md-workbench.h>
Data Fields | |
float | min |
float | q1 |
float | median |
float | q3 |
float | q90 |
float | q99 |
float | max |
Definition at line 8 of file md-workbench.h.
float time_statistics_t::max |
Definition at line 15 of file md-workbench.h.
Referenced by compute_histogram(), and print_p_stat().
float time_statistics_t::median |
Definition at line 11 of file md-workbench.h.
Referenced by compute_histogram(), and print_p_stat().
float time_statistics_t::min |
Definition at line 9 of file md-workbench.h.
Referenced by compute_histogram(), and print_p_stat().
float time_statistics_t::q1 |
Definition at line 10 of file md-workbench.h.
Referenced by compute_histogram(), and print_p_stat().
float time_statistics_t::q3 |
Definition at line 12 of file md-workbench.h.
Referenced by compute_histogram(), and print_p_stat().
float time_statistics_t::q90 |
Definition at line 13 of file md-workbench.h.
Referenced by compute_histogram(), and print_p_stat().
float time_statistics_t::q99 |
Definition at line 14 of file md-workbench.h.
Referenced by compute_histogram(), and print_p_stat().