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

Properties | |
| Timer::StartStop | sleep |
| Timer measuring the time spent sleeping. More... | |
| Timer::StartStop | http |
| Timer measuring the time spent receiving content via HTTP. More... | |
| Timer::StartStop | parse |
| Timer measuring the time spent parsing the content. More... | |
| Timer::StartStop | update |
| Timer measuring the time spent updating the database. More... | |
Timers for crawling content.
| Timer::StartStop crawlservpp::Struct::CrawlTimersContent::http |
Timer measuring the time spent receiving content via HTTP.
Referenced by crawlservpp::Module::Crawler::Thread::onReset().
| Timer::StartStop crawlservpp::Struct::CrawlTimersContent::parse |
Timer measuring the time spent parsing the content.
Referenced by crawlservpp::Module::Crawler::Thread::onReset().
| Timer::StartStop crawlservpp::Struct::CrawlTimersContent::sleep |
Timer measuring the time spent sleeping.
Referenced by crawlservpp::Module::Crawler::Thread::onReset().
| Timer::StartStop crawlservpp::Struct::CrawlTimersContent::update |
Timer measuring the time spent updating the database.
Referenced by crawlservpp::Module::Crawler::Thread::onReset().