Searched defs:timing (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DtestSAX.c64 static int timing = 0; variable
70 * Internal timing routines to remove the necessity to have unix-specific
103 * startTimer: call where you want to start timing
112 * endTimer: call where you want to stop timing and to print out a
113 * message about the timing performed; format is a printf
172 * We don't have a gettimeofday or time.h, so we just don't do timing
185 * We cannot do anything because we don't have a timing function
1153 else if ((!strcmp(argv[i], "-timing")) ||
1154 (!strcmp(argv[i], "--timing"))) {
1156 timing
[all...]
H A Dxmllint.c178 static int timing = 0; variable
394 * Internal timing routines to remove the necessity to have *
428 * startTimer: call where you want to start timing
437 * endTimer: call where you want to stop timing and to print out a
438 * message about the timing performed; format is a printf
497 * We don't have a gettimeofday or time.h, so we just don't do timing
510 * We cannot do anything because we don't have a timing function
1859 if ((timing) && (!repeat)) {
1869 if ((timing) && (!repeat)) {
1874 if ((timing)
[all...]
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng2-win.c106 #define INBUFSIZE 4096 /* with pseudo-timing on (1 sec delay/block), this
227 int timing = FALSE; local
368 } else if (!strncmp(*argv, "-timing", 2)) {
369 timing = TRUE;
434 "Usage: %s [-gamma exp] [-bgcolor bg | -bgpat pat] [-timing]\n"
448 " -timing\tenables delay for every block read, to simulate modem\n"
519 if (timing)
H A Drpng2-x.c113 #define INBUFSIZE 4096 /* with pseudo-timing on (1 sec delay/block), this
245 int timing = FALSE; local
364 } else if (!strncmp(*argv, "-timing", 2)) {
365 timing = TRUE;
440 " %*s [-usleep dur | -timing] [-pause] file.png\n\n"
457 " -timing\tenables delay for every block read, to simulate modem\n"
515 if (timing)

Completed in 60 milliseconds