Doxygen XLinks
by
V: 2511R0
Website: doxygen
Loading...
Searching...
No Matches
dxl::DoxygenXLinks::Statistics Struct Reference

Description:

Some statistical data displayed with verbose output option. (todo!).

Definition at line 159 of file dxl.hpp.

#include <dxl.hpp>

Public Field Index:

std::atomic< int > AmbiguousXLinks = 0
 The number of ambiguous XLinks.
std::atomic< int > ELREFReplacements = 0
 The number of attributed ELREF-anchors.
std::atomic< int > ELREFReplacementsUnresolved = 0
 The number of unresolved ELREF-anchors.
std::atomic< int > ELReplacements = 0
 The number of attributed EL-anchors.
std::atomic< int > ELReplacementsUnresolved = 0
 The number of unresolved EL-anchors.
std::atomic< int > HTMLFileLines = 0
 The number of HTML file lines.
std::atomic< int > HTMLFiles = 0
 The number of HTML files.
std::atomic< int > HTMLFileSize = 0
 The cumulated size of the HTML file lines.
std::atomic< int > ReplSourceFileLines = 0
 The number of code lines read in the replacement source tree.
std::atomic< int > ReplSourceFiles = 0
 The number of replaced source files.
std::atomic< int > ReplSourceFileSize = 0
 The cumulated size of the replaced source files.
std::atomic< int > SourceFileLines = 0
 The number of code lines read.
std::atomic< int > SourceFiles = 0
 The number of source files.
std::atomic< int > SourceFileSize = 0
 The cumulated size of the source files.
alib::Ticks::Duration TimeHTMLReplacements
 Duration of reading and writing HTML files.
alib::Ticks::Duration TimeIndexAndSourceLoading
 Duration of reading tag-files and sources.
alib::Ticks::Duration TimeSourceReplacements
 Duration of reading and writing the restorable source copies.
std::atomic< int > UniqueXLinks = 0
 The number of unique XLinks found in HTML files.
std::atomic< int > UnresolvedXLinks = 0
 The number of unresolved XLinks.
std::atomic< int > XLinksWithErrors = 0
 The number of XLinks that have an erroneous specification.
std::atomic< int > XLinksWithWarnings = 0
 The number of unresolved XLinks.

Field Details:

◆ AmbiguousXLinks

std::atomic<int> dxl::DoxygenXLinks::Statistics::AmbiguousXLinks = 0

The number of ambiguous XLinks.

Definition at line 167 of file dxl.hpp.

◆ ELREFReplacements

std::atomic<int> dxl::DoxygenXLinks::Statistics::ELREFReplacements = 0

The number of attributed ELREF-anchors.

Definition at line 191 of file dxl.hpp.

◆ ELREFReplacementsUnresolved

std::atomic<int> dxl::DoxygenXLinks::Statistics::ELREFReplacementsUnresolved = 0

The number of unresolved ELREF-anchors.

Definition at line 194 of file dxl.hpp.

◆ ELReplacements

std::atomic<int> dxl::DoxygenXLinks::Statistics::ELReplacements = 0

The number of attributed EL-anchors.

Definition at line 185 of file dxl.hpp.

◆ ELReplacementsUnresolved

std::atomic<int> dxl::DoxygenXLinks::Statistics::ELReplacementsUnresolved = 0

The number of unresolved EL-anchors.

Definition at line 188 of file dxl.hpp.

◆ HTMLFileLines

std::atomic<int> dxl::DoxygenXLinks::Statistics::HTMLFileLines = 0

The number of HTML file lines.

Definition at line 179 of file dxl.hpp.

◆ HTMLFiles

std::atomic<int> dxl::DoxygenXLinks::Statistics::HTMLFiles = 0

The number of HTML files.

Definition at line 176 of file dxl.hpp.

◆ HTMLFileSize

std::atomic<int> dxl::DoxygenXLinks::Statistics::HTMLFileSize = 0

The cumulated size of the HTML file lines.

Definition at line 182 of file dxl.hpp.

◆ ReplSourceFileLines

std::atomic<int> dxl::DoxygenXLinks::Statistics::ReplSourceFileLines = 0

The number of code lines read in the replacement source tree.

Definition at line 216 of file dxl.hpp.

◆ ReplSourceFiles

std::atomic<int> dxl::DoxygenXLinks::Statistics::ReplSourceFiles = 0

The number of replaced source files.

Definition at line 213 of file dxl.hpp.

◆ ReplSourceFileSize

std::atomic<int> dxl::DoxygenXLinks::Statistics::ReplSourceFileSize = 0

The cumulated size of the replaced source files.

Definition at line 219 of file dxl.hpp.

◆ SourceFileLines

std::atomic<int> dxl::DoxygenXLinks::Statistics::SourceFileLines = 0

The number of code lines read.

Definition at line 201 of file dxl.hpp.

◆ SourceFiles

std::atomic<int> dxl::DoxygenXLinks::Statistics::SourceFiles = 0

The number of source files.

Definition at line 198 of file dxl.hpp.

◆ SourceFileSize

std::atomic<int> dxl::DoxygenXLinks::Statistics::SourceFileSize = 0

The cumulated size of the source files.

Definition at line 204 of file dxl.hpp.

◆ TimeHTMLReplacements

alib::Ticks::Duration dxl::DoxygenXLinks::Statistics::TimeHTMLReplacements

Duration of reading and writing HTML files.

Definition at line 207 of file dxl.hpp.

◆ TimeIndexAndSourceLoading

alib::Ticks::Duration dxl::DoxygenXLinks::Statistics::TimeIndexAndSourceLoading

Duration of reading tag-files and sources.

Definition at line 210 of file dxl.hpp.

◆ TimeSourceReplacements

alib::Ticks::Duration dxl::DoxygenXLinks::Statistics::TimeSourceReplacements

Duration of reading and writing the restorable source copies.

Definition at line 222 of file dxl.hpp.

◆ UniqueXLinks

std::atomic<int> dxl::DoxygenXLinks::Statistics::UniqueXLinks = 0

The number of unique XLinks found in HTML files.

Definition at line 161 of file dxl.hpp.

◆ UnresolvedXLinks

std::atomic<int> dxl::DoxygenXLinks::Statistics::UnresolvedXLinks = 0

The number of unresolved XLinks.

Definition at line 164 of file dxl.hpp.

◆ XLinksWithErrors

std::atomic<int> dxl::DoxygenXLinks::Statistics::XLinksWithErrors = 0

The number of XLinks that have an erroneous specification.

Definition at line 170 of file dxl.hpp.

◆ XLinksWithWarnings

std::atomic<int> dxl::DoxygenXLinks::Statistics::XLinksWithWarnings = 0

The number of unresolved XLinks.

Definition at line 173 of file dxl.hpp.


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