29 #ifndef STRUCT_CRAWLTIMERSTICK_HPP_ 30 #define STRUCT_CRAWLTIMERSTICK_HPP_ 32 #include "../Timer/StartStop.hpp" Timers for crawling tick.
Definition: CrawlTimersTick.hpp:38
A simple start/stop watch.
Definition: StartStop.hpp:52
Timer::StartStop total
Timer measuring the time spent for crawling a URL in total.
Definition: CrawlTimersTick.hpp:50
Timer::StartStop archives
Timer measuring the time spent on receiving archived content.
Definition: CrawlTimersTick.hpp:47
Namespace for data structures.
Definition: AlgoThreadProperties.hpp:43
Timer::StartStop select
Timer measuring the time spent on selecting the URL.
Definition: CrawlTimersTick.hpp:44