|
iPXE
|
A profiling test. More...
Data Fields | |
| const unsigned long * | samples |
| Sample values. More... | |
| unsigned int | count |
| Number of samples. More... | |
| unsigned long | mean |
| Expected mean sample value. More... | |
| unsigned long | stddev |
| Expected standard deviation. More... | |
A profiling test.
Definition at line 41 of file profile_test.c.
| const unsigned long* profile_test::samples |
Sample values.
Definition at line 43 of file profile_test.c.
| unsigned int profile_test::count |
Number of samples.
Definition at line 45 of file profile_test.c.
| unsigned long profile_test::mean |
Expected mean sample value.
Definition at line 47 of file profile_test.c.
| unsigned long profile_test::stddev |
Expected standard deviation.
Definition at line 49 of file profile_test.c.
1.8.15