alaCarte Maps
Renderer for OpenStreetMap tiles
Statistic::JobMeasurement Class Reference

#include <statistic.hpp>

Public Member Functions

 JobMeasurement ()=default
 
 JobMeasurement (const string &stylesheet, int zoom)
 
duration getDuration (int i)
 

Private Attributes

uint16_t zoom
 
uint32_t nodes
 
uint32_t ways
 
uint32_t relations
 
string stylesheet
 
bool stopped [Component::Size]
 
ptime jobStartTime
 
ptime startTime [Component::Size]
 
ptime stopTime [Component::Size]
 

Friends

class Statistic
 

Detailed Description

Definition at line 52 of file statistic.hpp.

Constructor & Destructor Documentation

Statistic::JobMeasurement::JobMeasurement ( )
default
Statistic::JobMeasurement::JobMeasurement ( const string stylesheet,
int  zoom 
)
inline

Definition at line 56 of file statistic.hpp.

Member Function Documentation

Statistic::duration Statistic::JobMeasurement::getDuration ( int  i)

Definition at line 30 of file statistic.cpp.

Friends And Related Function Documentation

friend class Statistic
friend

Definition at line 53 of file statistic.hpp.

Member Data Documentation

ptime Statistic::JobMeasurement::jobStartTime
private

Definition at line 71 of file statistic.hpp.

uint32_t Statistic::JobMeasurement::nodes
private

Definition at line 66 of file statistic.hpp.

uint32_t Statistic::JobMeasurement::relations
private

Definition at line 68 of file statistic.hpp.

ptime Statistic::JobMeasurement::startTime[Component::Size]
private

Definition at line 72 of file statistic.hpp.

bool Statistic::JobMeasurement::stopped[Component::Size]
private

Definition at line 70 of file statistic.hpp.

ptime Statistic::JobMeasurement::stopTime[Component::Size]
private

Definition at line 73 of file statistic.hpp.

string Statistic::JobMeasurement::stylesheet
private

Definition at line 69 of file statistic.hpp.

uint32_t Statistic::JobMeasurement::ways
private

Definition at line 67 of file statistic.hpp.

uint16_t Statistic::JobMeasurement::zoom
private

Definition at line 65 of file statistic.hpp.


The documentation for this class was generated from the following files: