vg
tools for working with variation graphs
|
Struct to represent per-DP-method stats. More...
#include <minimizer_mapper.hpp>
Classes | |
struct | stat_collection_t |
Collection of values you can +=. More... | |
struct | stat_set_t |
Struct to represent counts of bases or seconds or invocations used by different aligners. More... | |
Public Member Functions | |
aligner_stats_t & | operator+= (const aligner_stats_t &other) |
void | add_annotations (Alignment &aln, const std::string &scope) |
Public Attributes | |
stat_set_t | bases |
stat_set_t | time |
stat_set_t | invocations |
stat_set_t | fallbacks |
Struct to represent per-DP-method stats.
|
inline |
|
inline |
stat_set_t vg::MinimizerMapper::aligner_stats_t::bases |
stat_set_t vg::MinimizerMapper::aligner_stats_t::fallbacks |
stat_set_t vg::MinimizerMapper::aligner_stats_t::invocations |
stat_set_t vg::MinimizerMapper::aligner_stats_t::time |