timeWhenDetectingThreadStartedWork  189 modules/objdetect/src/detection_based_tracker.cpp         long long  timeWhenDetectingThreadStartedWork;
timeWhenDetectingThreadStartedWork  536 modules/objdetect/src/detection_based_tracker.cpp         double lastBigDetectionDuration = 1000.0 * (((double)(getTickCount()  - timeWhenDetectingThreadStartedWork )) / freq);
timeWhenDetectingThreadStartedWork  542 modules/objdetect/src/detection_based_tracker.cpp     if (timeWhenDetectingThreadStartedWork > 0) {
timeWhenDetectingThreadStartedWork  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
timeWhenDetectingThreadStartedWork  556 modules/objdetect/src/detection_based_tracker.cpp         timeWhenDetectingThreadStartedWork = getTickCount() ;