tim.h

Go to the documentation of this file.
00001 /*
00002  * File:  tim.h
00003  * ============
00004  *
00005  */
00006 
00007 #ifndef TIM_H
00008 #define TIM_H
00009 
00010 /* Timer Codes */
00011 
00012 #define SYMBOLIC 0
00013 #define FACTOR 1
00014 #define SOLVE 2
00015 #define END 3
00016 
00017 
00018 /*
00019  * Function:  timer(tcode)
00020  * =======================
00021  * This routine keeps track of the CPU statistics.
00022  *
00023  * INPUT
00024  * -----
00025  * tcode => timer codes : name of processes to be timed, including 'begin',
00026  *                        'end', 'back', which are the control input 
00027  */
00028 
00029 void timer(int tcode);
00030 
00031 
00032 #endif

Generated on Mon Oct 23 15:05:29 2006 for OpenSees by doxygen 1.5.0