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 |
Structure to store statistics.
Definition at line 104 of file MatchingBlossomV.h.
|
inline |
Definition at line 108 of file MatchingBlossomV.h.
|
inline |
Definition at line 113 of file MatchingBlossomV.h.
| int ogdf::MatchingBlossomV< TWeight >::stats::count = 0 |
Definition at line 105 of file MatchingBlossomV.h.
| long long ogdf::MatchingBlossomV< TWeight >::stats::time = 0 |
Definition at line 106 of file MatchingBlossomV.h.