Home
last modified time | relevance | path

Searched refs:CPU (Results 1 – 11 of 11) sorted by relevance

/sqlite-3.40.0/test/
H A Dfunc3.test118 # the code generator optimizes away so that it consumes no CPU cycles
149 # the code generator optimizes away so that it consumes no CPU cycles at
193 # code generator optimizes away so that it consumes no CPU cycles at
H A Demptytable.test28 # Interrupt queries after 1M cycles to prevent burning excess CPU
H A Dnotify2.test235 # CPU cycles. This is not always the same as faster in wall-clock time
236 # for this type of test. The number of CPU cycles per transaction is
H A Dthread2.test117 # locks and eating away CPU cycles.
H A DwhereF.test289 # extra CPU cycles.
H A Dshell1.test718 # .timer ON|OFF Turn the CPU timer measurement on or off
/sqlite-3.40.0/
H A Dconfig.guess1007 CPU=mipsisa64r6
1010 CPU=mipsisa32r6
1013 CPU=mips64
1015 CPU=mips
1031 test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
/sqlite-3.40.0/ext/async/
H A DREADME.txt11 Since writing to the file-system is usually very slow compared with CPU
15 reduce the overall system resources (CPU, disk bandwidth etc.) at all, it
/sqlite-3.40.0/ext/icu/
H A DREADME.txt143 cause excessive CPU usage. To curb this problem, SQLite defines the
/sqlite-3.40.0/autoconf/
H A DINSTALL266 CPU-COMPANY-SYSTEM
/sqlite-3.40.0/src/
H A Dshell.c.in289 struct timeval ru_utime; /* user CPU time used */
290 struct timeval ru_stime; /* system CPU time used */
296 static struct rusage sBegin; /* CPU time at start */