HomeSort by relevance Sort by last modified time
    Searched refs:timing (Results 76 - 100 of 173) sorted by null

1 2 34 5 6 7

  /external/openssl/crypto/des/
FILES0 22 /* Testing and timing programs. */
24 speed.c - Source for libdes.a timing program.
  /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...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.cpp 302 timing()->setResponseEnd(responseEndTime);
420 ASSERT(timing()->fetchStart());
430 timing()->addRedirect(redirectResponse.url(), newRequest.url());
817 timing()->markNavigationStart();
825 ASSERT(timing()->navigationStart());
826 ASSERT(!timing()->fetchStart());
827 timing()->markFetchStart();
    [all...]
DocumentLoader.h 150 DocumentLoadTiming* timing() { return &m_documentLoadTiming; } function in class:WebCore::DocumentLoader
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
NetworkRequest.js 182 if (this.timing && this.timing.requestTime) {
325 get timing()
330 set timing(x)
333 // Take startTime and responseReceivedTime from timing data for better accuracy.
334 // Timing's requestTime is a baseline in seconds, rest of the numbers there are ticks in millis.
Tests.js 475 * Tests network timing.
486 test.assertTrue(resource.timing.receiveHeadersEnd - resource.timing.connectStart >= 70,
488 "receiveHeadersEnd=" + resource.timing.receiveHeadersEnd + ", connectStart=" + resource.timing.connectStart + ".");
NetworkManager.js 186 networkRequest.timing = response.timing;
  /external/chromium_org/third_party/libxml/src/
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...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
tempname.c 81 # include <hp-timing.h>
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
overlay.css 69 -webkit-animation-timing-function: ease-in-out;
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebURLResponse.cpp 148 void WebURLResponse::setLoadTiming(const WebURLLoadTiming& timing)
150 RefPtr<ResourceLoadTiming> loadTiming = PassRefPtr<ResourceLoadTiming>(timing);
  /external/chromium_org/tools/perf/measurements/
page_cycler.js 38 !performance.timing.loadEventEnd)
  /external/chromium_org/ui/webui/resources/css/
dialogs.css 58 -webkit-animation-timing-function: ease-in-out;
overlay.css 70 -webkit-animation-timing-function: ease-in-out;
  /external/iputils/
ping_common.c 45 /* timing */
46 int timing; /* flag to do timing */ variable
285 fprintf(stderr, "ping: bad timing interval\n");
878 if (timing && cc >= 8+sizeof(struct timeval)) {
948 if (timing) {
1031 if (nreceived && timing) {
1072 if (nreceived && timing) {
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_udp_unittest.cc 20 #include "third_party/libjingle/source/talk/base/timing.h"
29 class FakeTiming : public talk_base::Timing {
196 scoped_ptr<talk_base::Timing> timing(new FakeTiming());
197 throttler_.SetTiming(timing.Pass());
  /external/kernel-headers/original/linux/spi/
cpcap.h 587 enum cpcap_adc_timing timing; member in struct:cpcap_adc_request
601 enum cpcap_adc_timing timing; member in struct:cpcap_adc_us_request
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerMessagingProxy.cpp 115 double originTime = document->loader() ? document->loader()->timing()->referenceMonotonicTime() : monotonicallyIncreasingTime();
  /external/chromium_org/third_party/angle/src/
translator.target.darwin-arm.mk 72 third_party/angle/src/compiler/timing/RestrictFragmentShaderTiming.cpp \
73 third_party/angle/src/compiler/timing/RestrictVertexShaderTiming.cpp \
translator.target.darwin-mips.mk 72 third_party/angle/src/compiler/timing/RestrictFragmentShaderTiming.cpp \
73 third_party/angle/src/compiler/timing/RestrictVertexShaderTiming.cpp \
translator.target.darwin-x86.mk 72 third_party/angle/src/compiler/timing/RestrictFragmentShaderTiming.cpp \
73 third_party/angle/src/compiler/timing/RestrictVertexShaderTiming.cpp \
translator.target.linux-arm.mk 72 third_party/angle/src/compiler/timing/RestrictFragmentShaderTiming.cpp \
73 third_party/angle/src/compiler/timing/RestrictVertexShaderTiming.cpp \

Completed in 1623 milliseconds

1 2 34 5 6 7