![]() |
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_INSTANTS 500000 |
#define | MAX_LENGTH_INST 64 |
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