Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

ztimer.h

Go to the documentation of this file.
00001 #ifndef ZTIMER_H
00002 #define ZTIMER_H
00003 
00013 #define ZTIMER(function)         \
00014         ZTimer_Start(),          \
00015         function,                \
00016         ZTimer_Stop(),           \
00017         printf(#function": "),   \
00018         ZTimer_Report()
00019 
00020 extern void ZTimer_Start();
00021 extern int  ZTimer_Stop();
00022 extern void ZTimer_Report();
00023 
00024 #endif

Generated on Sun Aug 4 21:47:28 2002 for k/os mp3v2 by doxygen1.2.16