HPCToolkit
|
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
Go to the source code of this file.
Macros | |
#define | KILOBYTE 1024 |
Functions | |
void | initialize_pointer_chase (long bytes) |
void | pointer_chase (long iterations, long kilobytes) |
void | memory_stride (long iterations, long kb_to_alloc) |
int | main (int argc, char **argv) |
Variables | |
int | stride = 128 |
long | chases |
unsigned char * | chase_array |
void initialize_pointer_chase | ( | long | bytes | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
void memory_stride | ( | long | iterations, |
long | kb_to_alloc | ||
) |
void pointer_chase | ( | long | iterations, |
long | kilobytes | ||
) |