GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> TEX / V0-0-1 > tex / rhel5-64


Interface   Data Structures   File List   Data Fields   Globals  

TEX_pubdefs.h.xx-xxx-xxx File Reference

Generic implementation of the TRC__tics macro. More...

#include <sys/time.h>
#include <unistd.h>

Defines

#define TRC__tics()


Detailed Description

Generic implementation of the TRC__tics macro.

CVS $Id: TEX_pubdefs.h.xx-xxx-xxx,v 1.1.1.1 2007/03/22 00:56:19 apw Exp $
Author:
A.P.Waite

Define Documentation

 
#define TRC__tics (  ) 

Value:

({                            \
          struct timeval            \
          gettimeofday(&tv, NULL);  \
          tv;                       \
      })


Generated on Tue Nov 29 17:37:28 2011 by  doxygen 1.5.8