|
MobilityDB 1.3
|
A simple program that compares the execution time to create a given number of temporal integer instants using two different methods. More...
#include <stdio.h>#include <stdlib.h>#include <time.h>#include <meos.h>#include <meos_internal.h>Macros | |
| #define | MAX_LEN_INST 64 |
| #define | MAX_NUM_INSTS 500000 |
Functions | |
| int | main (void) |
A simple program that compares the execution time to create a given number of temporal integer instants using two different methods.
temporal_in(string) functiontinstant_make(value, timestamp) functionThe program can be build as follows
The output of the program is as follows