crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
crawlservpp::Struct::CrawlTimersTick Struct Reference

Timers for crawling tick. More...

#include <CrawlTimersTick.hpp>

Collaboration diagram for crawlservpp::Struct::CrawlTimersTick:

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...
 

Detailed Description

Timers for crawling tick.

Member Data Documentation

◆ archives

Timer::StartStop crawlservpp::Struct::CrawlTimersTick::archives

Timer measuring the time spent on receiving archived content.

Referenced by crawlservpp::Module::Crawler::Thread::onReset().

◆ select

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().

◆ total

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().


The documentation for this struct was generated from the following file: