#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <time.h>
#include <math.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include "tuple.h"
Go to the source code of this file.
Defines | |
#define | PARALLEL 4 |
#define | N 8 * 1024 |
Functions | |
int | main (int argc, char *argv[]) |
|
Definition at line 50 of file tuple_client.c. Referenced by main. |
|
Definition at line 48 of file tuple_client.c. Referenced by main. |
|
Put out requests to have FFT operations done, and measure how long it takes to get the results back. Definition at line 56 of file tuple_client.c. References element::data, destroy_tuple, tuple::elements, get_server_portnumber, get_tuple, make_tuple, N, PARALLEL, context::portnumber, put_tuple, random_int, context::servername, and TIMEVAL_DIFF. |