#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include "time/gru_time_utils.h"
Defines | |
#define | GRU_SEC_TYPE PRIu64 |
Functions | |
bool | test_sec_same_milli () |
bool | test_sec_diff_milli () |
bool | test_sec_past () |
bool | test_milli_same_sec () |
bool | test_milli_diff_sec () |
bool | test_milli_diff_sec_past () |
bool | test_add_micro () |
int | main (int argc, char **argv) |
#define GRU_SEC_TYPE PRIu64 |
int main | ( | int | argc, | |
char ** | argv | |||
) |
bool test_add_micro | ( | ) |
bool test_milli_diff_sec | ( | ) |
bool test_milli_diff_sec_past | ( | ) |
bool test_milli_same_sec | ( | ) |
bool test_sec_diff_milli | ( | ) |
bool test_sec_past | ( | ) |
bool test_sec_same_milli | ( | ) |