#include "netrq/netrq.h"
#include <iostream>
#include "common/wave_ex.h"
#include "perf/perf.h"
Go to the source code of this file.
Functions | |
bool | addRandomRequest (IO netrq::Queue *queue) |
void | doTest1 (IN int bufSize, IN int nMessages, IN int nLoops) |
int | main (IN int argc, IN const char *argv[]) |
Variables | |
static const int | s_maxByteSize = 255 |
static char | s_testMessage [s_maxByteSize] |
bool addRandomRequest | ( | IO netrq::Queue * | queue | ) |
Definition at line 96 of file netrq/test/test1.cpp.
void doTest1 | ( | IN int | bufSize, | |
IN int | nMessages, | |||
IN int | nLoops | |||
) |
Definition at line 131 of file netrq/test/test1.cpp.
int main | ( | IN int | argc, | |
IN const char * | argv[] | |||
) |
Definition at line 180 of file netrq/test/test1.cpp.
const int s_maxByteSize = 255 [static] |
Definition at line 43 of file netrq/test/test1.cpp.
char s_testMessage[s_maxByteSize] [static] |
Definition at line 45 of file netrq/test/test1.cpp.