Go to the source code of this file.
Functions | |
| int | schedule_routine (struct pmm_routine **scheduled, struct pmm_routine **r, int n) |
| int schedule_routine | ( | struct pmm_routine ** | scheduled, |
| struct pmm_routine ** | r, | ||
| int | n | ||
| ) |
Function handles the chosing of the next routine to benchmark.
| scheduled | pointer to pointer describing routine picked for scheduling |
| r | pointer to array of routines from which to pick |
| n | number of routines in array |
Definition at line 48 of file pmm_scheduler.c.
1.8.1.2