Go to the source code of this file.
◆ cS
◆ cT
◆ NCS_NOT_SPECIFIED
◆ NCS_OFF
◆ NCS_ON
◆ PT
◆ CommandTimer()
Definition at line 59 of file timer.c.
60{
61
62 static DWORD clksT[10];
63
64
65
68
69
71
72
74
76
77
78
80
81
83
84
85
88
90
92 {
94 return 0;
95 }
96
98
100
101
103 {
104
106 {
108 continue;
109 }
110
111
113 {
115 continue;
116 }
117
118
119 if (
p[
i][0] ==
_T(
'/'))
120 {
121
123 {
124 clk_n =
p[
i][1] -
_T(
'0');
126 continue;
127 }
128
129
131 {
133 continue;
134 }
135
136
138 {
140 continue;
141 }
142 }
143 }
144
145
146 if (NewClkStatus ==
NCS_ON)
147 {
150
154 return 0;
155 }
156
157 if (bS)
158 {
160 {
165 return 0;
166 }
167
173 return 0;
174 }
175
177 {
179 {
185 return 0;
186 }
187
193 return 0;
194 }
195
196
198 {
200 {
206 return 0;
207 }
211 return 0;
212 }
213
215 return 0;
216}
LPTSTR GetTimeString(VOID)
#define ConOutPrintf(szStr,...)
#define ConOutPuts(szStr)
#define STRING_TIMER_HELP3
#define STRING_TIMER_TIME
#define NCS_NOT_SPECIFIED
static VOID PrintElapsedTime(DWORD time, INT format)
static VOID freep(LPSTR *p)
static LPSTR * split(LPSTR s, LPINT args)
DWORD WINAPI GetTickCount(VOID)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
#define ConOutResPrintf(uID,...)
_In_ SIZEL _In_ ULONG iFormat
◆ PrintElapsedTime()
Definition at line 31 of file timer.c.
32{
34
36
38 {
39 case 0:
41 break;
42
43 case 1:
54 break;
55 }
56}
#define STRING_TIMER_HELP1
#define STRING_TIMER_HELP2
GLfloat GLfloat GLfloat GLfloat h
Referenced by CommandTimer().