Searched refs:this_time (Results 1 – 2 of 2) sorted by relevance
11 double this_time, last_time; in main() local36 if (sscanf(p, "%3d,%3d %2d %8d %lf", &major, &minor, &cpu, &seq, &this_time) != 5) in main()39 if (this_time < last_time) { in main()45 last_time = this_time; in main()
460 Uint32 start_time, this_time; in RunGLTest() local760 this_time = SDL_GetTicks(); in RunGLTest()761 if ( this_time != start_time ) { in RunGLTest()763 ((float)frames/(this_time-start_time))*1000.0); in RunGLTest()