HomeSort by relevance Sort by last modified time
    Searched refs:timing (Results 51 - 75 of 168) sorted by null

1 23 4 5 6 7

  /external/mesa3d/docs/specs/OLD/
MESA_trace.spec 40 and back is unaffected except for timing.
89 additional information added to the trace (statistics, profiling/timing,
321 application, except for timing, possible print I/O. TRACE_ERRORS_BIT_MESA
  /external/python/cpython2/Lib/
timeit.py 20 -v/--verbose: print raw timing results; repeat for more digits precision
39 timing. The best thing to do when accurate timing is necessary is to
40 repeat the timing a few times and use the best time. The -r option is
51 use python -O for the older versions to avoid timing SET_LINENO
106 """Class for timing execution speed of small code snippets.
202 timing = self.inner(it, self.timer)
206 return timing
223 processes interfering with your timing accuracy. So the min()
253 When an exception happens during timing, a traceback is printed t
    [all...]
trace.py 117 -g, --timing Prefix each line with the time since the program started.
453 timing=False):
469 @param timing true iff timing information be displayed
483 if timing:
671 "trackcalls", "timing"])
691 timing = False
710 if opt == "-g" or opt == "--timing":
711 timing = True
796 outfile=counts_file, timing=timing
    [all...]
  /external/r8/src/main/java/com/android/tools/r8/bisect/
Bisect.java 17 import com.android.tools.r8.utils.Timing;
35 private final Timing timing = new Timing("bisect"); field in class:Bisect
175 return new ApplicationReader(app, new InternalOptions(), timing).read(executor);
  /external/r8/src/main/java/com/android/tools/r8/shaking/
SimpleClassMerger.java 27 import com.android.tools.r8.utils.Timing;
62 private final Timing timing; field in class:SimpleClassMerger
67 GraphLense graphLense, Timing timing) {
71 this.timing = timing;
129 timing.begin("merge");
131 timing.end();
132 timing.begin("fixup")
    [all...]
TreePruner.java 34 application.timing.begin("Pruning application...");
45 application.timing.end();
  /external/r8/src/test/java/com/android/tools/r8/jasmin/
JasminBuilder.java 16 import com.android.tools.r8.utils.Timing;
158 Timing timing = new Timing("JasminTest"); local
159 return new ApplicationReader(build(), options, timing).read();
  /frameworks/base/core/java/android/os/
VibrationEffect.java 85 * Waveform vibrations are a potentially repeating series of timing and amplitude pairs. For
87 * value in the timing array determines how long it vibrates for. An amplitude of 0 implies no
88 * vibration (i.e. off), and any pairs with a timing value of 0 will be ignored.
91 * timing array with alternating values of 0 (i.e. off) and {@link #DEFAULT_AMPLITUDE},
92 * starting with 0. Therefore the first timing value will be the period to wait before turning
100 * @param timings The pattern of alternating on-off timings, starting with off. Timing values
101 * of 0 will cause the timing / amplitude pair to be ignored.
118 * Waveform vibrations are a potentially repeating series of timing and amplitude pairs. For
120 * value in the timing array determines how long it vibrates for. An amplitude of 0 implies no
121 * vibration (i.e. off), and any pairs with a timing value of 0 will be ignored
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
timeit.py 20 -v/--verbose: print raw timing results; repeat for more digits precision
39 timing. The best thing to do when accurate timing is necessary is to
40 repeat the timing a few times and use the best time. The -r option is
51 use python -O for the older versions to avoid timing SET_LINENO
106 """Class for timing execution speed of small code snippets.
195 timing = self.inner(it, self.timer)
199 return timing
216 processes interfering with your timing accuracy. So the min()
246 When an exception happens during timing, a traceback is printed t
    [all...]
trace.py 117 -g, --timing Prefix each line with the time since the program started.
453 timing=False):
469 @param timing true iff timing information be displayed
483 if timing:
671 "trackcalls", "timing"])
691 timing = False
710 if opt == "-g" or opt == "--timing":
711 timing = True
796 outfile=counts_file, timing=timing
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
timeit.py 20 -v/--verbose: print raw timing results; repeat for more digits precision
39 timing. The best thing to do when accurate timing is necessary is to
40 repeat the timing a few times and use the best time. The -r option is
51 use python -O for the older versions to avoid timing SET_LINENO
106 """Class for timing execution speed of small code snippets.
195 timing = self.inner(it, self.timer)
199 return timing
216 processes interfering with your timing accuracy. So the min()
246 When an exception happens during timing, a traceback is printed t
    [all...]
trace.py 117 -g, --timing Prefix each line with the time since the program started.
453 timing=False):
469 @param timing true iff timing information be displayed
483 if timing:
671 "trackcalls", "timing"])
691 timing = False
710 if opt == "-g" or opt == "--timing":
711 timing = True
796 outfile=counts_file, timing=timing
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
timeit.py 20 -v/--verbose: print raw timing results; repeat for more digits precision
39 timing. The best thing to do when accurate timing is necessary is to
40 repeat the timing a few times and use the best time. The -r option is
51 use python -O for the older versions to avoid timing SET_LINENO
106 """Class for timing execution speed of small code snippets.
195 timing = self.inner(it, self.timer)
199 return timing
216 processes interfering with your timing accuracy. So the min()
246 When an exception happens during timing, a traceback is printed t
    [all...]
trace.py 117 -g, --timing Prefix each line with the time since the program started.
453 timing=False):
469 @param timing true iff timing information be displayed
483 if timing:
671 "trackcalls", "timing"])
691 timing = False
710 if opt == "-g" or opt == "--timing":
711 timing = True
796 outfile=counts_file, timing=timing
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
timeit.py 20 -v/--verbose: print raw timing results; repeat for more digits precision
39 timing. The best thing to do when accurate timing is necessary is to
40 repeat the timing a few times and use the best time. The -r option is
51 use python -O for the older versions to avoid timing SET_LINENO
106 """Class for timing execution speed of small code snippets.
195 timing = self.inner(it, self.timer)
199 return timing
216 processes interfering with your timing accuracy. So the min()
246 When an exception happens during timing, a traceback is printed t
    [all...]
trace.py 117 -g, --timing Prefix each line with the time since the program started.
453 timing=False):
469 @param timing true iff timing information be displayed
483 if timing:
671 "trackcalls", "timing"])
691 timing = False
710 if opt == "-g" or opt == "--timing":
711 timing = True
796 outfile=counts_file, timing=timing
    [all...]
  /art/runtime/gc/space/
image_space.cc 530 TimingLogger::ScopedTiming timing("OpenImageFile", &logger);
540 TimingLogger::ScopedTiming timing("ReadImageHeader", &logger);
651 TimingLogger::ScopedTiming timing("CreateImageBitmap", &logger);
665 TimingLogger::ScopedTiming timing("RelocateImage", &logger);
687 TimingLogger::ScopedTiming timing("OpenOatFile", &logger);
699 TimingLogger::ScopedTiming timing("ValidateOatFile", &logger);
762 TimingLogger::ScopedTiming timing("MapImageFile", &logger);
    [all...]
  /external/gemmlowp/test/
benchmark.cc 129 const float timing = static_cast<float>(endtime - starttime); local
131 if (timing >= min_accurate_duration) {
132 time_per_iter = timing / iters_at_a_time;
  /external/libxml2/
testSAX.c 64 static int timing = 0; variable
67 * Timing routines.
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"))) {
    [all...]
  /external/ltp/testcases/realtime/
00_Descriptions.txt 100 priorities. This provides the timing information at different CPU loads.
138 handles signals by noting down timing information.
  /external/r8/src/main/java/com/android/tools/r8/dex/
ApplicationWriter.java 123 application.timing.begin("DexApplication.write");
189 application.timing.end();
  /external/walt/docs/
ScreenLatency.md 13 Example of screen brightness as a function of time during transition from black to white (blue line) and from white to black (green line) on Nexus 5X. The horizontal lines show the thresholds used by WALT for timing the transition (see #80).
  /prebuilts/go/darwin-x86/test/
chanlinear.go 24 // make it run longer, hoping that the timing granularity
  /prebuilts/go/linux-x86/test/
chanlinear.go 24 // make it run longer, hoping that the timing granularity
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
trace.py 117 -g, --timing Prefix each line with the time since the program started.
453 timing=False):
469 @param timing true iff timing information be displayed
483 if timing:
679 "trackcalls", "timing"])
699 timing = False
718 if opt == "-g" or opt == "--timing":
719 timing = True
804 outfile=counts_file, timing=timing)
    [all...]

Completed in 395 milliseconds

1 23 4 5 6 7