Home
last modified time | relevance | path

Searched refs:startTimer (Results 1 – 25 of 26) sorted by relevance

12

/external/opencv3/modules/ts/include/opencv2/ts/
Docl_perf.hpp100 …for (cvtest::ocl::perf::safeFinish(); startTimer(), next(); cvtest::ocl::perf::safeFinish(), stopT…
103 …for(declare.iterations(n), cvtest::ocl::perf::safeFinish(); startTimer(), next(); cvtest::ocl::per…
106 …for (declare.runs(runsNum), cvtest::ocl::perf::safeFinish(); startTimer(), next(); cvtest::ocl::pe…
Dts_perf.hpp380 void startTimer();
646 #define TEST_CYCLE_N(n) for(declare.iterations(n); startTimer(), next(); stopTimer())
647 #define TEST_CYCLE() for(; startTimer(), next(); stopTimer())
648 #define TEST_CYCLE_MULTIRUN(runsNum) for(declare.runs(runsNum); startTimer(), next(); stopTimer()) …
/external/vulkan-validation-layers/
Dgenvk.py85 def startTimer(): function
98 startTimer()
102 startTimer()
318 startTimer()
/external/llvm/include/llvm/Support/
DTimer.h109 void startTimer();
130 T->startTimer(); in TimeRegion()
133 if (T) T->startTimer(); in TimeRegion()
/external/opencv3/modules/stitching/perf/
Dperf_stich.cpp54 startTimer(); in PERF_TEST_P()
91 startTimer(); in PERF_TEST_P()
140 startTimer(); in PERF_TEST_P()
199 startTimer();
/external/opencv3/modules/stitching/perf/opencl/
Dperf_stitch.cpp56 startTimer(); in OCL_PERF_TEST_P()
93 startTimer(); in OCL_PERF_TEST_P()
135 startTimer(); in OCL_PERF_TEST_P()
/external/opencv3/modules/cudacodec/perf/
Dperf_video.cpp136 startTimer(); next();
153 startTimer(); next();
/external/libxml2/
Dxmllint.c442 startTimer(void) in startTimer() function
484 startTimer(void) in startTimer() function
511 startTimer(void) in startTimer() function
1887 startTimer(); in streamFile()
1902 startTimer(); in streamFile()
1921 startTimer(); in streamFile()
2036 startTimer(); in walkDoc()
2175 startTimer(); in parseAndPrintFile()
2434 startTimer(); in parseAndPrintFile()
2469 startTimer(); in parseAndPrintFile()
[all …]
DtestSAX.c106 startTimer(void) in startTimer() function
148 startTimer(void) in startTimer() function
175 startTimer(void) in startTimer() function
1179 startTimer(); in main()
/external/llvm/utils/yaml-bench/
DYAMLBench.cpp150 BaseLine.startTimer(); in benchmark()
159 Tokenizing.startTimer(); in benchmark()
166 Parsing.startTimer(); in benchmark()
/external/opencv3/modules/cudalegacy/perf/
Dperf_bgsegm.cpp106 startTimer();
206 startTimer();
/external/opencv3/modules/cudabgsegm/perf/
Dperf_bgsegm.cpp127 startTimer();
231 startTimer();
290 startTimer();
/external/nist-sip/java/gov/nist/javax/sip/parser/
DPipelinedMsgParser.java250 this.rawInputStream.startTimer(); in run()
318 this.rawInputStream.startTimer(); in run()
DPipeline.java106 public void startTimer() { in startTimer() method in Pipeline
/external/opencv3/modules/objdetect/perf/opencl/
Dperf_cascades.cpp52 startTimer();
/external/opencv3/modules/imgproc/perf/
Dperf_floodfill.cpp66 startTimer();
Dperf_blur.cpp159 startTimer(); in PERF_TEST_P()
/external/skia/platform_tools/android/apps/sample_app/src/main/java/com/skia/
DSkiaSampleRenderer.java64 private void startTimer(int ms) { in startTimer() method in SkiaSampleRenderer
/external/clang/lib/CodeGen/
DCodeGenAction.cpp102 LLVMIRGeneration.startTimer(); in Initialize()
118 LLVMIRGeneration.startTimer(); in HandleTopLevelDecl()
133 LLVMIRGeneration.startTimer(); in HandleInlineMethodDefinition()
145 LLVMIRGeneration.startTimer(); in HandleTranslationUnit()
/external/opencv3/modules/core/perf/opencl/
Dperf_matop.cpp140 startTimer(); in OCL_PERF_TEST_P()
/external/llvm/lib/Support/
DTimer.cpp140 void Timer::startTimer() { in startTimer() function in Timer
/external/opencv3/modules/ts/src/
Dts_perf.cpp961 for(declare.iterations(20); startTimer(), next(); stopTimer()) in _calibrate()
967 for(declare.iterations(1000); startTimer(), next(); stopTimer()){} in _calibrate()
1231 startTimer(); // really we should measure activity from this moment, so reset start time in next()
1269 void TestBase::startTimer() in startTimer() function in TestBase
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp519 if (TUTotalTimer) TUTotalTimer->startTimer(); in HandleTranslationUnit()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPDialog.java2268 protected void startTimer(SIPServerTransaction transaction) { in startTimer() method in SIPDialog
2816 this.startTimer(sipServerTx); in startRetransmitTimer()
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
Dmootools-more-yui-compressed.min.js1 …;Request.implement({options:{initialDelay:5000,delay:5000,limit:60000},startTimer:function(c){var … method

12