![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <DebugTrace.h>
Public Member Functions | |
ExecStatistics () | |
Public Attributes | |
unsigned | TotalSteps {0} |
unsigned | MCSFoundStep {0} |
unsigned long long | MCSFoundTime |
unsigned | InitialSeed {0} |
unsigned | MismatchedInitialSeed {0} |
unsigned | Seed {0} |
unsigned | RemainingSizeRejected {0} |
unsigned | SeedCheck {0} |
unsigned | SingleBondExcluded {0} |
unsigned | MatchCall {0} |
unsigned | MatchCallTrue {0} |
unsigned | FastMatchCall {0} |
unsigned | FastMatchCallTrue {0} |
unsigned | SlowMatchCallTrue {0} |
unsigned | ExactMatchCall {0} |
unsigned | ExactMatchCallTrue {0} |
unsigned | FindHashInCache {0} |
unsigned | HashKeyFoundInCache {0} |
unsigned | AtomCompareCalls {0} |
unsigned | BondCompareCalls {0} |
unsigned | AtomFunctorCalls {0} |
unsigned | BondFunctorCalls {0} |
unsigned | WrongCompositionRejected {0} |
unsigned | WrongCompositionDetected {0} |
unsigned | DupCacheFound {0} |
unsigned | DupCacheFoundMatch {0} |
Definition at line 114 of file DebugTrace.h.
|
inline |
Definition at line 129 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::AtomCompareCalls {0} |
Definition at line 124 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::AtomFunctorCalls {0} |
Definition at line 125 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::BondCompareCalls {0} |
Definition at line 124 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::BondFunctorCalls {0} |
Definition at line 125 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::DupCacheFound {0} |
Definition at line 127 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::DupCacheFoundMatch {0} |
Definition at line 127 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::ExactMatchCall {0} |
Definition at line 122 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::ExactMatchCallTrue {0} |
Definition at line 122 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::FastMatchCall {0} |
Definition at line 121 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::FastMatchCallTrue {0} |
Definition at line 121 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::FindHashInCache {0} |
Definition at line 123 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::HashKeyFoundInCache {0} |
Definition at line 123 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::InitialSeed {0} |
Definition at line 117 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::MatchCall {0} |
Definition at line 120 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::MatchCallTrue {0} |
Definition at line 120 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::MCSFoundStep {0} |
Definition at line 115 of file DebugTrace.h.
Definition at line 116 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::MismatchedInitialSeed {0} |
Definition at line 117 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::RemainingSizeRejected {0} |
Definition at line 118 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::Seed {0} |
Definition at line 118 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::SeedCheck {0} |
Definition at line 119 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::SingleBondExcluded {0} |
Definition at line 119 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::SlowMatchCallTrue {0} |
Definition at line 121 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::TotalSteps {0} |
Definition at line 115 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::WrongCompositionDetected {0} |
Definition at line 126 of file DebugTrace.h.
unsigned RDKit::FMCS::ExecStatistics::WrongCompositionRejected {0} |
Definition at line 126 of file DebugTrace.h.