Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

ogdf::MatchingBlossomV< TWeight >::stats Struct Reference

Structure to store statistics. More...

Public Member Functions

void add (long long t)
 
long long ms ()
 

Public Attributes

int count = 0
 
long long time = 0
 

Detailed Description

template<typename TWeight>
struct ogdf::MatchingBlossomV< TWeight >::stats

Structure to store statistics.

Definition at line 92 of file MatchingBlossomV.h.

Member Function Documentation

◆ add()

template<typename TWeight >
void ogdf::MatchingBlossomV< TWeight >::stats::add ( long long  t)
inline

Definition at line 96 of file MatchingBlossomV.h.

◆ ms()

template<typename TWeight >
long long ogdf::MatchingBlossomV< TWeight >::stats::ms ( )
inline

Definition at line 101 of file MatchingBlossomV.h.

Member Data Documentation

◆ count

template<typename TWeight >
int ogdf::MatchingBlossomV< TWeight >::stats::count = 0

Definition at line 93 of file MatchingBlossomV.h.

◆ time

template<typename TWeight >
long long ogdf::MatchingBlossomV< TWeight >::stats::time = 0

Definition at line 94 of file MatchingBlossomV.h.


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