pmm  1.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
pmm_executor.h File Reference

Go to the source code of this file.

Functions

void * benchmark (void *scheduled_r)

Function Documentation

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

Parameters
scheduled_rvoid pointer to a routine structure that has been scheduled for a benchmark execution
Returns
void pointer to an integer with value of: 0 on success, 1 on quit from signal, -1 on failure

Definition at line 685 of file pmm_executor.c.