29 #ifndef STRUCT_CRAWLSTATSTICK_HPP_ 30 #define STRUCT_CRAWLSTATSTICK_HPP_ 32 #include "../Timer/StartStop.hpp" std::size_t urlLockTimeArchiveMs
The time since the current URL has been locked for crawling archived content (in ms).
Definition: CrawlStatsTick.hpp:56
std::size_t newUrls
Number of URLs added.
Definition: CrawlStatsTick.hpp:47
std::size_t checkedUrlsArchive
Number of URLs checked from archived content.
Definition: CrawlStatsTick.hpp:50
Statistics for crawling tick.
Definition: CrawlStatsTick.hpp:38
std::size_t newUrlsArchive
Number of URLs added from archived content.
Definition: CrawlStatsTick.hpp:53
Namespace for data structures.
Definition: AlgoThreadProperties.hpp:43
std::size_t checkedUrls
Number of URLs checked.
Definition: CrawlStatsTick.hpp:44