#include <stdio.h>
#include <string.h>
#include <sys/time.h>
|
| void | SetRetry (long RCount, struct timeval *Beta0, struct timeval BetaArray[]) |
| |
| void | PrintRow (int RCount, int LowT, int StepT) |
| |
| void | MakeRow (int RCount, int LowT, int StepT) |
| |
| void | DoPage (int Pno, int LowT, int StepT) |
| |
| int | main () |
| |
◆ _BLURB_
◆ COLS
◆ LOWERLIMIT
| #define LOWERLIMIT 300000 /* in microseconds */ |
◆ MAXRETRY
◆ MINICOUNT
◆ DoPage()
| void DoPage |
( |
int |
Pno, |
|
|
int |
LowT, |
|
|
int |
StepT |
|
) |
| |
◆ main()
◆ MakeRow()
| void MakeRow |
( |
int |
RCount, |
|
|
int |
LowT, |
|
|
int |
StepT |
|
) |
| |
◆ PrintRow()
| void PrintRow |
( |
int |
RCount, |
|
|
int |
LowT, |
|
|
int |
StepT |
|
) |
| |
◆ SetRetry()
| void SetRetry |
( |
long |
RCount, |
|
|
struct timeval * |
Beta0, |
|
|
struct timeval |
BetaArray[] |
|
) |
| |
◆ OneRow