62 return boost::accumulators::mean(
acc_);
67 return boost::accumulators::min(
acc_);
72 return boost::accumulators::max(
acc_);
77 return boost::accumulators::count(
acc_);
82 return boost::accumulators::variance(
acc_);
86 parent_(parent), start_time_(
ros::WallTime::now())