tlds
Transactional Operations for Linked Data Structures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
timer.h File Reference
#include <sys/time.h>
Include dependency graph for timer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TIMER_T   struct timeval
 
#define TIMER_READ(time)   gettimeofday(&(time), NULL)
 
#define TIMER_DIFF_SECONDS(start, stop)
 

Macro Definition Documentation

#define TIMER_DIFF_SECONDS (   start,
  stop 
)
Value:
(((double)(stop.tv_sec) + (double)(stop.tv_usec / 1000000.0)) - \
((double)(start.tv_sec) + (double)(start.tv_usec / 1000000.0)))
static void * start(jsw_avltrav_t *trav, jsw_avltree_t *tree, long dir)
Definition: avltree.c:681
#define TIMER_READ (   time)    gettimeofday(&(time), NULL)
#define TIMER_T   struct timeval