#include <pmm_model.h>
Data Fields | |
| int | size |
| int | n_p |
| struct pmm_benchmark * | first |
| struct pmm_benchmark * | last |
| struct pmm_model * | parent_model |
structure describing a list of benchmarks
Benchmarks are doubly linked.
Definition at line 139 of file pmm_model.h.
| struct pmm_benchmark* pmm_bench_list::first |
first element of the list
Definition at line 143 of file pmm_model.h.
| struct pmm_benchmark* pmm_bench_list::last |
last element of the list
Definition at line 144 of file pmm_model.h.
| int pmm_bench_list::n_p |
number of parameters the benchmarks have
Definition at line 141 of file pmm_model.h.
| struct pmm_model* pmm_bench_list::parent_model |
model to which the benchmarks belong
Definition at line 146 of file pmm_model.h.
| int pmm_bench_list::size |
number of benchmarks stored in the list
Definition at line 140 of file pmm_model.h.
1.8.1.2