The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Macros | Functions | Variables
time_tests.c File Reference

Tests for a generic string buffer structure for string printing and parsing. More...

#include <freeradius-devel/util/acutest.h>
#include <freeradius-devel/util/acutest_helpers.h>
#include <freeradius-devel/util/time.h>
+ Include dependency graph for time_tests.c:

Go to the source code of this file.

Macros

#define ROUNDS   (100000)
 

Functions

static void time_benchmark (void)
 

Variables

 TEST_LIST
 

Detailed Description

Tests for a generic string buffer structure for string printing and parsing.

Definition in file time_tests.c.

Macro Definition Documentation

◆ ROUNDS

#define ROUNDS   (100000)

Definition at line 27 of file time_tests.c.

Function Documentation

◆ time_benchmark()

static void time_benchmark ( void  )
static

Definition at line 30 of file time_tests.c.

+ Here is the call graph for this function:

Variable Documentation

◆ TEST_LIST

TEST_LIST
Initial value:
= {
{ "time_const_benchmark", time_benchmark },
{ 0 }
}
static void time_benchmark(void)
Definition: time_tests.c:30

Definition at line 52 of file time_tests.c.