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

Timers for crawling content. More...

#include <CrawlTimersContent.hpp>

Collaboration diagram for crawlservpp::Struct::CrawlTimersContent:

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

Detailed Description

Timers for crawling content.

Member Data Documentation

◆ http

Timer::StartStop crawlservpp::Struct::CrawlTimersContent::http

Timer measuring the time spent receiving content via HTTP.

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

◆ parse

Timer::StartStop crawlservpp::Struct::CrawlTimersContent::parse

Timer measuring the time spent parsing the content.

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

◆ sleep

Timer::StartStop crawlservpp::Struct::CrawlTimersContent::sleep

Timer measuring the time spent sleeping.

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

◆ update

Timer::StartStop crawlservpp::Struct::CrawlTimersContent::update

Timer measuring the time spent updating the database.

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


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