iPXE
Data Fields
profile_test Struct Reference

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...
 

Detailed Description

A profiling test.

Definition at line 41 of file profile_test.c.

Field Documentation

◆ samples

const unsigned long* profile_test::samples

Sample values.

Definition at line 43 of file profile_test.c.

◆ count

unsigned int profile_test::count

Number of samples.

Definition at line 45 of file profile_test.c.

◆ mean

unsigned long profile_test::mean

Expected mean sample value.

Definition at line 47 of file profile_test.c.

◆ stddev

unsigned long profile_test::stddev

Expected standard deviation.

Definition at line 49 of file profile_test.c.


The documentation for this struct was generated from the following file: