Go to the source code of this file.
Functions | |
| void * | benchmark (void *scheduled_r) |
| void* benchmark | ( | void * | scheduled_r | ) |
Given a routine to benchmark, select a point, execute the benchmark and insert the new point into the model. Set the global 'executing_benchark' to false/0 when the operation is complete (or has failed).
| scheduled_r | void pointer to a routine structure that has been scheduled for a benchmark execution |
Definition at line 685 of file pmm_executor.c.
1.8.1.2