#include <stdio.h>#include <stdlib.h>#include <assert.h>Defines | |
| #define | ASSERT(x) assert(x) |
Functions | |
| void | cache_thrash_parse_args (int argc, char **argv) |
| void | cache_thrash_print_args () |
| void | cache_thrash (unsigned procs, unsigned multi, unsigned tid) |
| #define ASSERT | ( | x | ) | assert(x) |
| void cache_thrash | ( | unsigned | procs, | |
| unsigned | multi, | |||
| unsigned | tid | |||
| ) |
| void cache_thrash_parse_args | ( | int | argc, | |
| char ** | argv | |||
| ) |
| void cache_thrash_print_args | ( | ) |
1.5.6