Searched refs:TimeLog (Results 1 – 6 of 6) sorted by relevance
101 TimeLog("SetData!"); in SetData()105 TimeLog("Downsampled image"); in SetData()115 TimeLog("Copied UV data"); in SetData()215 TimeLog("Created smoothed pyramids"); in Precompute()221 TimeLog("Created smoothed sqrt pyramids"); in Precompute()228 TimeLog("Created spatial derivatives"); in Precompute()231 TimeLog("Got integral image!"); in Precompute()
340 TimeLog("Found FAST keypoints"); in FindKeypoints()354 TimeLog("Added box keypoints"); in FindKeypoints()365 TimeLog("Scored keypoints"); in FindKeypoints()369 TimeLog("Sorted keypoints"); in FindKeypoints()374 TimeLog("Selected keypoints"); in FindKeypoints()399 TimeLog("Copied keypoints"); in CopyKeypoints()496 TimeLog("Found FAST keypoints."); in FindFastKeypoints()522 TimeLog("Picked FAST keypoints."); in FindFastKeypoints()
77 TimeLog("Cleared old found keypoints"); in FindCorrespondences()94 TimeLog("Found correspondences"); in FindCorrespondences()135 TimeLog("Keypoints computed!"); in NextFrame()138 TimeLog("Flow computed!"); in NextFrame()142 TimeLog("Targets tracked!"); in NextFrame()147 TimeLog("Detected objects."); in NextFrame()639 TimeLog("Finished detection."); in DetectTargets()643 TimeLog("iterated over detections"); in DetectTargets()677 TimeLog("Tracked all objects."); in TrackObjects()
59 inline static void TimeLog(const char* const str) { in TimeLog() function130 inline static void TimeLog(const char* const str) { in TimeLog() function
301 TimeLog("Starting object tracker"); in OBJECT_TRACKER_METHOD()320 TimeLog("Got elements"); in OBJECT_TRACKER_METHOD()337 TimeLog("Released elements"); in OBJECT_TRACKER_METHOD()
321 friend class TimeLog; variable