33 #ifndef EMANESTATISTICREGISTRARPROXY_HEADER_ 34 #define EMANESTATISTICREGISTRARPROXY_HEADER_ 51 void registerStatistic(
const std::string & sName,
54 const std::string & sDescription,
57 void registerTablePublisher(
const std::string & sName,
59 const std::string & sDescription,
65 #endif // EMANESTATISTICREGISTRARPROXY_HEADER_
A StatisticTablePublisher produces two dimensional tables of Anys.
StatisticRegistrarProxy(StatisticService &service, BuildId buildId)
The StatisticRegistrar allows NEM layers to register statistics and statistic tables. Statistics and Statistic tables are owned by the emulator framework and a borrowed reference is returned to the registering NEM layer.
The Statistic interface is the base class of all statistics. It provided methods to access and clear ...