10 std::atomic<uintmax_t>
vm_ops(0);
22 hypothesis_births = 0;
24 mcmc_proposal_calls = 0;
25 mcmc_acceptance_count = 0;
26 global_sample_count = 0;
28 enumeration_steps = 0;
std::atomic< uintmax_t > mcmc_proposal_calls(0)
std::atomic< uintmax_t > global_sample_count(0)
std::atomic< uintmax_t > mcmc_acceptance_count(0)
std::atomic< uintmax_t > depth_exceptions(0)
Definition: FleetStatistics.h:5
std::atomic< uintmax_t > enumeration_steps(0)
std::atomic< uintmax_t > posterior_calls(0)
std::atomic< uintmax_t > vm_ops(0)
std::atomic< uintmax_t > beam_steps(0)
std::atomic< uintmax_t > hypothesis_births(0)
void reset()
Definition: FleetStatistics.h:20