Some statistical data displayed with verbose output option. (todo!).
#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. | |
| std::atomic<int> dxl::DoxygenXLinks::Statistics::AmbiguousXLinks = 0 |
| std::atomic<int> dxl::DoxygenXLinks::Statistics::ELREFReplacements = 0 |
| std::atomic<int> dxl::DoxygenXLinks::Statistics::ELREFReplacementsUnresolved = 0 |
| std::atomic<int> dxl::DoxygenXLinks::Statistics::ELReplacements = 0 |
| std::atomic<int> dxl::DoxygenXLinks::Statistics::ELReplacementsUnresolved = 0 |
| std::atomic<int> dxl::DoxygenXLinks::Statistics::HTMLFileLines = 0 |
| std::atomic<int> dxl::DoxygenXLinks::Statistics::HTMLFiles = 0 |
| std::atomic<int> dxl::DoxygenXLinks::Statistics::HTMLFileSize = 0 |
| std::atomic<int> dxl::DoxygenXLinks::Statistics::ReplSourceFileLines = 0 |
| std::atomic<int> dxl::DoxygenXLinks::Statistics::ReplSourceFiles = 0 |
| std::atomic<int> dxl::DoxygenXLinks::Statistics::ReplSourceFileSize = 0 |
| std::atomic<int> dxl::DoxygenXLinks::Statistics::SourceFileLines = 0 |
| std::atomic<int> dxl::DoxygenXLinks::Statistics::SourceFiles = 0 |
| std::atomic<int> dxl::DoxygenXLinks::Statistics::SourceFileSize = 0 |
| alib::Ticks::Duration dxl::DoxygenXLinks::Statistics::TimeHTMLReplacements |
| alib::Ticks::Duration dxl::DoxygenXLinks::Statistics::TimeIndexAndSourceLoading |
| alib::Ticks::Duration dxl::DoxygenXLinks::Statistics::TimeSourceReplacements |
| std::atomic<int> dxl::DoxygenXLinks::Statistics::UniqueXLinks = 0 |
| std::atomic<int> dxl::DoxygenXLinks::Statistics::UnresolvedXLinks = 0 |
| std::atomic<int> dxl::DoxygenXLinks::Statistics::XLinksWithErrors = 0 |
| std::atomic<int> dxl::DoxygenXLinks::Statistics::XLinksWithWarnings = 0 |