drop some legacy code

This commit is contained in:
2016-08-29 15:02:34 +03:00
parent 7d8036b0e1
commit b17aeb88e3
4 changed files with 42 additions and 53 deletions

View File

@ -32,6 +32,10 @@ AWKeysAggregator::AWKeysAggregator(QObject *parent)
{
qCDebug(LOG_AW) << __PRETTY_FUNCTION__;
// sort time keys
m_timeKeys.sort();
std::reverse(m_timeKeys.begin(), m_timeKeys.end());
// default formatters
// memory
m_formatter[QString("mem")] = FormatterType::Float;