getTickCount 683 modules/calib3d/test/test_homography.cpp double t = (double)getTickCount(); getTickCount 685 modules/calib3d/test/test_homography.cpp t = (double)getTickCount() - t; getTickCount 691 modules/calib3d/test/test_homography.cpp double t = (double)getTickCount(); getTickCount 693 modules/calib3d/test/test_homography.cpp t = (double)getTickCount() - t; getTickCount 252 modules/core/include/opencv2/core/utility.hpp CV_EXPORTS_W int64 getTickCount(); getTickCount 639 modules/core/misc/java/test/CoreTest.java startCount = Core.getTickCount(); getTickCount 641 modules/core/misc/java/test/CoreTest.java endCount = Core.getTickCount(); getTickCount 507 modules/core/src/system.cpp return getTickCount(); getTickCount 694 modules/core/src/system.cpp return cv::getTickCount(); getTickCount 431 modules/core/test/test_ds.cpp start_time = cv::getTickCount(); getTickCount 434 modules/core/test/test_ds.cpp t = cv::getTickCount(); getTickCount 70 modules/core/test/test_hal_core.cpp double t = (double)getTickCount(); getTickCount 94 modules/core/test/test_hal_core.cpp t = (double)getTickCount() - t; getTickCount 97 modules/core/test/test_hal_core.cpp t = (double)getTickCount(); getTickCount 112 modules/core/test/test_hal_core.cpp t = (double)getTickCount() - t; getTickCount 157 modules/core/test/test_hal_core.cpp double t = (double)getTickCount(); getTickCount 175 modules/core/test/test_hal_core.cpp t = (double)getTickCount() - t; getTickCount 178 modules/core/test/test_hal_core.cpp t = (double)getTickCount(); getTickCount 180 modules/core/test/test_hal_core.cpp t = (double)getTickCount() - t; getTickCount 213 modules/features2d/test/test_descriptors_regression.cpp double t = (double)getTickCount(); getTickCount 215 modules/features2d/test/test_descriptors_regression.cpp t = getTickCount() - t; getTickCount 70 modules/flann/include/opencv2/flann/timer.h startTime = cv::getTickCount(); getTickCount 78 modules/flann/include/opencv2/flann/timer.h int64 stopTime = cv::getTickCount(); getTickCount 182 modules/imgproc/test/test_moments.cpp double t = (double)getTickCount()); getTickCount 185 modules/imgproc/test/test_moments.cpp ttime += (double)getTickCount() - t; getTickCount 29 modules/java/generator/src/java/android+FpsMeter.java mprevFrameTime = Core.getTickCount(); getTickCount 44 modules/java/generator/src/java/android+FpsMeter.java long time = Core.getTickCount(); getTickCount 398 modules/objdetect/src/detection_based_tracker.cpp int64 t1_detect=getTickCount(); getTickCount 418 modules/objdetect/src/detection_based_tracker.cpp int64 t2_detect = getTickCount(); getTickCount 536 modules/objdetect/src/detection_based_tracker.cpp double lastBigDetectionDuration = 1000.0 * (((double)(getTickCount() - timeWhenDetectingThreadStartedWork )) / freq); getTickCount 543 modules/objdetect/src/detection_based_tracker.cpp double time_from_previous_launch_in_ms=1000.0 * (((double)(getTickCount() - timeWhenDetectingThreadStartedWork )) / freq); //the same formula as for lastBigDetectionDuration getTickCount 556 modules/objdetect/src/detection_based_tracker.cpp timeWhenDetectingThreadStartedWork = getTickCount() ; getTickCount 628 modules/objdetect/src/detection_based_tracker.cpp static long long time_when_last_call_started=getTickCount(); getTickCount 631 modules/objdetect/src/detection_based_tracker.cpp double delta_time_from_prev_call=1000.0 * (((double)(getTickCount() - time_when_last_call_started)) / freq); getTickCount 634 modules/objdetect/src/detection_based_tracker.cpp time_when_last_call_started=getTickCount(); getTickCount 165 modules/photo/test/test_denoising.cpp double t = (double)getTickCount(); getTickCount 167 modules/photo/test/test_denoising.cpp t = (double)getTickCount() - t; getTickCount 278 modules/stitching/src/blenders.cpp int64 t = getTickCount(); getTickCount 319 modules/stitching/src/blenders.cpp LOGLN(" Add border to the source image, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec"); getTickCount 321 modules/stitching/src/blenders.cpp t = getTickCount(); getTickCount 330 modules/stitching/src/blenders.cpp LOGLN(" Create the source image Laplacian pyramid, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec"); getTickCount 332 modules/stitching/src/blenders.cpp t = getTickCount(); getTickCount 356 modules/stitching/src/blenders.cpp LOGLN(" Create the weight map Gaussian pyramid, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec"); getTickCount 358 modules/stitching/src/blenders.cpp t = getTickCount(); getTickCount 428 modules/stitching/src/blenders.cpp LOGLN(" Add weighted layer of the source image to the final Laplacian pyramid layer, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec"); getTickCount 76 modules/stitching/src/exposure_compensate.cpp int64 t = getTickCount(); getTickCount 144 modules/stitching/src/exposure_compensate.cpp LOGLN("Exposure compensation, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec"); getTickCount 112 modules/stitching/src/motion_estimators.cpp int64 t = getTickCount(); getTickCount 169 modules/stitching/src/motion_estimators.cpp LOGLN("Estimating rotations, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec"); getTickCount 182 modules/stitching/src/motion_estimators.cpp int64 t = getTickCount(); getTickCount 275 modules/stitching/src/motion_estimators.cpp LOGLN_CHAT("Bundle adjustment, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec"); getTickCount 608 modules/stitching/src/motion_estimators.cpp int64 t = getTickCount(); getTickCount 612 modules/stitching/src/motion_estimators.cpp LOGLN("Wave correcting, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec"); getTickCount 681 modules/stitching/src/motion_estimators.cpp LOGLN("Wave correcting, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec"); getTickCount 57 modules/stitching/src/seam_finders.cpp int64 t = getTickCount(); getTickCount 68 modules/stitching/src/seam_finders.cpp LOGLN("Finding seams, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec"); getTickCount 99 modules/stitching/src/seam_finders.cpp int64 t = getTickCount(); getTickCount 107 modules/stitching/src/seam_finders.cpp LOGLN("Finding seams, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec"); getTickCount 172 modules/stitching/src/seam_finders.cpp int64 t = getTickCount(); getTickCount 198 modules/stitching/src/seam_finders.cpp LOGLN("Finding seams, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec"); getTickCount 155 modules/stitching/src/stitcher.cpp int64 t = getTickCount(); getTickCount 192 modules/stitching/src/stitcher.cpp LOGLN("Warping images, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec"); getTickCount 206 modules/stitching/src/stitcher.cpp t = getTickCount(); getTickCount 224 modules/stitching/src/stitcher.cpp int64 compositing_t = getTickCount(); getTickCount 269 modules/stitching/src/stitcher.cpp int64 resize_t = getTickCount(); getTickCount 272 modules/stitching/src/stitcher.cpp LOGLN(" resize time: " << ((getTickCount() - resize_t) / getTickFrequency()) << " sec"); getTickCount 279 modules/stitching/src/stitcher.cpp LOGLN(" after resize time: " << ((getTickCount() - compositing_t) / getTickFrequency()) << " sec"); getTickCount 285 modules/stitching/src/stitcher.cpp int64 pt = getTickCount(); getTickCount 289 modules/stitching/src/stitcher.cpp LOGLN(" warp the current image: " << ((getTickCount() - pt) / getTickFrequency()) << " sec"); getTickCount 291 modules/stitching/src/stitcher.cpp pt = getTickCount(); getTickCount 298 modules/stitching/src/stitcher.cpp LOGLN(" warp the current image mask: " << ((getTickCount() - pt) / getTickFrequency()) << " sec"); getTickCount 300 modules/stitching/src/stitcher.cpp pt = getTickCount(); getTickCount 305 modules/stitching/src/stitcher.cpp LOGLN(" compensate exposure: " << ((getTickCount() - pt) / getTickFrequency()) << " sec"); getTickCount 307 modules/stitching/src/stitcher.cpp pt = getTickCount(); getTickCount 321 modules/stitching/src/stitcher.cpp LOGLN(" other: " << ((getTickCount() - pt) / getTickFrequency()) << " sec"); getTickCount 323 modules/stitching/src/stitcher.cpp pt = getTickCount(); getTickCount 332 modules/stitching/src/stitcher.cpp LOGLN(" other2: " << ((getTickCount() - pt) / getTickFrequency()) << " sec"); getTickCount 336 modules/stitching/src/stitcher.cpp int64 feed_t = getTickCount(); getTickCount 340 modules/stitching/src/stitcher.cpp LOGLN(" feed time: " << ((getTickCount() - feed_t) / getTickFrequency()) << " sec"); getTickCount 341 modules/stitching/src/stitcher.cpp LOGLN("Compositing ## time: " << ((getTickCount() - compositing_t) / getTickFrequency()) << " sec"); getTickCount 345 modules/stitching/src/stitcher.cpp int64 blend_t = getTickCount(); getTickCount 349 modules/stitching/src/stitcher.cpp LOGLN("blend time: " << ((getTickCount() - blend_t) / getTickFrequency()) << " sec"); getTickCount 351 modules/stitching/src/stitcher.cpp LOGLN("Compositing, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec"); getTickCount 399 modules/stitching/src/stitcher.cpp int64 t = getTickCount(); getTickCount 454 modules/stitching/src/stitcher.cpp LOGLN("Finding features, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec"); getTickCount 458 modules/stitching/src/stitcher.cpp t = getTickCount(); getTickCount 462 modules/stitching/src/stitcher.cpp LOGLN("Pairwise matching, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec"); getTickCount 230 modules/ts/src/ts_perf.cpp Regression::Regression() : regRNG(cv::getTickCount())//this rng should be really random getTickCount 1271 modules/ts/src/ts_perf.cpp lastTime = cv::getTickCount(); getTickCount 1276 modules/ts/src/ts_perf.cpp int64 time = cv::getTickCount(); getTickCount 305 samples/cpp/image_alignment.cpp const double tic_init = (double) getTickCount (); getTickCount 317 samples/cpp/image_alignment.cpp const double toc_final = (double) getTickCount (); getTickCount 39 samples/cpp/lsd_lines.cpp double start = double(getTickCount()); getTickCount 45 samples/cpp/lsd_lines.cpp double duration_ms = (double(getTickCount()) - start) * 1000 / getTickFrequency(); getTickCount 267 samples/cpp/stereo_match.cpp int64 t = getTickCount(); getTickCount 272 samples/cpp/stereo_match.cpp t = getTickCount() - t; getTickCount 357 samples/cpp/stitching_detailed.cpp int64 app_start_time = getTickCount(); getTickCount 381 samples/cpp/stitching_detailed.cpp int64 t = getTickCount(); getTickCount 454 samples/cpp/stitching_detailed.cpp LOGLN("Finding features, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec"); getTickCount 458 samples/cpp/stitching_detailed.cpp t = getTickCount(); getTickCount 474 samples/cpp/stitching_detailed.cpp LOGLN("Pairwise matching, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec"); getTickCount 574 samples/cpp/stitching_detailed.cpp t = getTickCount(); getTickCount 664 samples/cpp/stitching_detailed.cpp LOGLN("Warping images, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec"); getTickCount 712 samples/cpp/stitching_detailed.cpp t = getTickCount(); getTickCount 841 samples/cpp/stitching_detailed.cpp LOGLN("Compositing, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec"); getTickCount 846 samples/cpp/stitching_detailed.cpp LOGLN("Finished, total time: " << ((getTickCount() - app_start_time) / getTickFrequency()) << " sec"); getTickCount 69 samples/cpp/tutorial_code/core/how_to_scan_images/how_to_scan_images.cpp t = (double)getTickCount(); getTickCount 77 samples/cpp/tutorial_code/core/how_to_scan_images/how_to_scan_images.cpp t = 1000*((double)getTickCount() - t)/getTickFrequency(); getTickCount 83 samples/cpp/tutorial_code/core/how_to_scan_images/how_to_scan_images.cpp t = (double)getTickCount(); getTickCount 91 samples/cpp/tutorial_code/core/how_to_scan_images/how_to_scan_images.cpp t = 1000*((double)getTickCount() - t)/getTickFrequency(); getTickCount 97 samples/cpp/tutorial_code/core/how_to_scan_images/how_to_scan_images.cpp t = (double)getTickCount(); getTickCount 105 samples/cpp/tutorial_code/core/how_to_scan_images/how_to_scan_images.cpp t = 1000*((double)getTickCount() - t)/getTickFrequency(); getTickCount 118 samples/cpp/tutorial_code/core/how_to_scan_images/how_to_scan_images.cpp t = (double)getTickCount(); getTickCount 125 samples/cpp/tutorial_code/core/how_to_scan_images/how_to_scan_images.cpp t = 1000*((double)getTickCount() - t)/getTickFrequency(); getTickCount 111 samples/cpp/tutorial_code/core/ippasync/ippasync_sample.cpp double execTime = (double)getTickCount(); getTickCount 127 samples/cpp/tutorial_code/core/ippasync/ippasync_sample.cpp execTime = ((double)getTickCount() - execTime)*1000./getTickFrequency(); getTickCount 39 samples/cpp/tutorial_code/core/mat_mask_operations/mat_mask_operations.cpp double t = (double)getTickCount(); getTickCount 43 samples/cpp/tutorial_code/core/mat_mask_operations/mat_mask_operations.cpp t = ((double)getTickCount() - t)/getTickFrequency(); getTickCount 52 samples/cpp/tutorial_code/core/mat_mask_operations/mat_mask_operations.cpp t = (double)getTickCount(); getTickCount 54 samples/cpp/tutorial_code/core/mat_mask_operations/mat_mask_operations.cpp t = ((double)getTickCount() - t)/getTickFrequency(); getTickCount 86 samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp time = (double)getTickCount(); getTickCount 91 samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp time = 1000*((double)getTickCount() - time)/getTickFrequency(); getTickCount 98 samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp time = (double)getTickCount(); getTickCount 103 samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp time = 1000*((double)getTickCount() - time)/getTickFrequency(); getTickCount 110 samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp time = (double)getTickCount(); // Initial call getTickCount 112 samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp time = 1000*((double)getTickCount() - time)/getTickFrequency(); getTickCount 116 samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp time = (double)getTickCount(); getTickCount 120 samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp time = 1000*((double)getTickCount() - time)/getTickFrequency(); getTickCount 129 samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp time = (double)getTickCount(); getTickCount 134 samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp time = 1000*((double)getTickCount() - time)/getTickFrequency(); getTickCount 141 samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp time = (double)getTickCount(); getTickCount 146 samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp time = 1000*((double)getTickCount() - time)/getTickFrequency(); getTickCount 153 samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp time = (double)getTickCount(); getTickCount 155 samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp time = 1000*((double)getTickCount() - time)/getTickFrequency(); getTickCount 159 samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp time = (double)getTickCount(); getTickCount 164 samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp time = 1000*((double)getTickCount() - time)/getTickFrequency(); getTickCount 180 samples/cpp/tvl1_optical_flow.cpp const double start = (double)getTickCount(); getTickCount 182 samples/cpp/tvl1_optical_flow.cpp const double timeSec = (getTickCount() - start) / getTickFrequency(); getTickCount 204 samples/cpp/ufacedetect.cpp t = (double)getTickCount(); getTickCount 232 samples/cpp/ufacedetect.cpp t = (double)getTickCount() - t; getTickCount 112 samples/cpp/watershed.cpp double t = (double)getTickCount(); getTickCount 114 samples/cpp/watershed.cpp t = (double)getTickCount() - t; getTickCount 56 samples/directx/d3dsample.hpp int64 now = cv::getTickCount(); getTickCount 121 samples/gpu/bgfg_segm.cpp int64 start = cv::getTickCount(); getTickCount 146 samples/gpu/bgfg_segm.cpp double fps = cv::getTickFrequency() / (cv::getTickCount() - start); getTickCount 85 samples/gpu/farneback_optical_flow.cpp t = getTickCount(); getTickCount 89 samples/gpu/farneback_optical_flow.cpp tc0 = getTickCount(); getTickCount 91 samples/gpu/farneback_optical_flow.cpp tc1 = getTickCount(); getTickCount 101 samples/gpu/farneback_optical_flow.cpp tc0 = getTickCount(); getTickCount 105 samples/gpu/farneback_optical_flow.cpp tc1 = getTickCount(); getTickCount 135 samples/gpu/farneback_optical_flow.cpp t1 = getTickCount(); getTickCount 437 samples/gpu/hog.cpp inline void App::hogWorkBegin() { hog_work_begin = getTickCount(); } getTickCount 441 samples/gpu/hog.cpp int64 delta = getTickCount() - hog_work_begin; getTickCount 454 samples/gpu/hog.cpp inline void App::workBegin() { work_begin = getTickCount(); } getTickCount 458 samples/gpu/hog.cpp int64 delta = getTickCount() - work_begin; getTickCount 42 samples/gpu/houghlines.cpp const int64 start = getTickCount(); getTickCount 46 samples/gpu/houghlines.cpp const double timeSec = (getTickCount() - start) / getTickFrequency(); getTickCount 60 samples/gpu/houghlines.cpp const int64 start = getTickCount(); getTickCount 66 samples/gpu/houghlines.cpp const double timeSec = (getTickCount() - start) / getTickFrequency(); getTickCount 192 samples/gpu/optical_flow.cpp const int64 start = getTickCount(); getTickCount 196 samples/gpu/optical_flow.cpp const double timeSec = (getTickCount() - start) / getTickFrequency(); getTickCount 203 samples/gpu/optical_flow.cpp const int64 start = getTickCount(); getTickCount 207 samples/gpu/optical_flow.cpp const double timeSec = (getTickCount() - start) / getTickFrequency(); getTickCount 214 samples/gpu/optical_flow.cpp const int64 start = getTickCount(); getTickCount 218 samples/gpu/optical_flow.cpp const double timeSec = (getTickCount() - start) / getTickFrequency(); getTickCount 225 samples/gpu/optical_flow.cpp const int64 start = getTickCount(); getTickCount 229 samples/gpu/optical_flow.cpp const double timeSec = (getTickCount() - start) / getTickFrequency(); getTickCount 60 samples/gpu/performance/performance.h void cpuOn() { cpu_started_ = cv::getTickCount(); } getTickCount 63 samples/gpu/performance/performance.h int64 delta = cv::getTickCount() - cpu_started_; getTickCount 74 samples/gpu/performance/performance.h void gpuOn() { gpu_started_ = cv::getTickCount(); } getTickCount 77 samples/gpu/performance/performance.h int64 delta = cv::getTickCount() - gpu_started_; getTickCount 46 samples/gpu/stereo_match.cpp void workBegin() { work_begin = getTickCount(); } getTickCount 49 samples/gpu/stereo_match.cpp int64 d = getTickCount() - work_begin; getTickCount 35 samples/gpu/tick_meter.hpp void TickMeter::start(){ startTime = cv::getTickCount(); } getTickCount 38 samples/gpu/tick_meter.hpp int64 time = cv::getTickCount(); getTickCount 84 samples/tapi/bgfg_segm.cpp int64 start = getTickCount(); getTickCount 98 samples/tapi/bgfg_segm.cpp double fps = getTickFrequency() / (getTickCount() - start); getTickCount 333 samples/tapi/hog.cpp hog_work_begin = getTickCount(); getTickCount 338 samples/tapi/hog.cpp int64 delta = getTickCount() - hog_work_begin; getTickCount 352 samples/tapi/hog.cpp work_begin = getTickCount(); getTickCount 357 samples/tapi/hog.cpp int64 delta = getTickCount() - work_begin; getTickCount 22 samples/tapi/pyrlk_optical_flow.cpp work_begin = getTickCount(); getTickCount 26 samples/tapi/pyrlk_optical_flow.cpp work_end += (getTickCount() - work_begin); getTickCount 188 samples/tapi/squares.cpp int64 t_start = cv::getTickCount(); getTickCount 190 samples/tapi/squares.cpp t_cpp += cv::getTickCount() - t_start; getTickCount 192 samples/tapi/squares.cpp t_start = cv::getTickCount(); getTickCount 22 samples/tapi/tvl1_optical_flow.cpp work_begin = getTickCount(); getTickCount 26 samples/tapi/tvl1_optical_flow.cpp work_end += (getTickCount() - work_begin);