| 73 | } |
| 74 | |
| 75 | TimeSamplingInfo::TimeSamplingInfo(QWidget *parent) |
| 76 | : m_mpf(new MetricPrefixFormatter(this)) |
| 77 | , m_showSPS(true) |
| 78 | { |
| 79 | m_mpf->setTrimZeroes(true); |
| 80 | m_mpf->setTwoDecimalMode(false); |
| 81 | } |
| 82 | |
| 83 | TimeSamplingInfo::~TimeSamplingInfo() {} |
| 84 |
nothing calls this directly
no test coverage detected