pmm  1.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
pmm_bench_list Struct Reference

#include <pmm_model.h>

Data Fields

int size
int n_p
struct pmm_benchmarkfirst
struct pmm_benchmarklast
struct pmm_modelparent_model

Detailed Description

structure describing a list of benchmarks

Benchmarks are doubly linked.

Definition at line 139 of file pmm_model.h.

Field Documentation

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.


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