|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
Timers for crawling tick. More...
#include <CrawlTimersTick.hpp>

Properties | |
| Timer::StartStop | select |
| Timer measuring the time spent on selecting the URL. More... | |
| Timer::StartStop | archives |
| Timer measuring the time spent on receiving archived content. More... | |
| Timer::StartStop | total |
| Timer measuring the time spent for crawling a URL in total. More... | |
Timers for crawling tick.
| Timer::StartStop crawlservpp::Struct::CrawlTimersTick::archives |
Timer measuring the time spent on receiving archived content.
Referenced by crawlservpp::Module::Crawler::Thread::onReset().
| Timer::StartStop crawlservpp::Struct::CrawlTimersTick::select |
Timer measuring the time spent on selecting the URL.
Referenced by crawlservpp::Module::Crawler::Thread::onReset(), and crawlservpp::Module::Crawler::Thread::onTick().
| Timer::StartStop crawlservpp::Struct::CrawlTimersTick::total |
Timer measuring the time spent for crawling a URL in total.
Referenced by crawlservpp::Module::Crawler::Thread::onReset(), and crawlservpp::Module::Crawler::Thread::onTick().