#include <iostream>
#include <stdio.h>
#include <sys/time.h>
#include "report.h"
Defines | |
| #define | MAX 100 |
| Size of the table of strings to be allocated. | |
Functions | |
| char ** | strings () |
| Allocate a table of MAX strings, each containing string 'george'. | |
| int | main () |
| Launch the application and time the performance. | |
Variables | |
| static struct timeval | before |
| Time before process starts. | |
| static struct timeval | after |
| Time after process completes. | |
| #define MAX 100 |
Size of the table of strings to be allocated.
| int main | ( | ) |
Launch the application and time the performance.
| char** strings | ( | ) |
Allocate a table of MAX strings, each containing string 'george'.
struct timeval after [static] |
Time after process completes.
struct timeval before [static] |
Time before process starts.
Algorithm Development Kit 1.0