MCPcopy Create free account
hub / github.com/KDAB/GammaRay / totalSize

Method totalSize

client/messagestatisticsmodel.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84quint64 MessageStatisticsModel::Info::totalSize() const
85{
86 return std::accumulate(messageSize.begin(), messageSize.end(), 0ull);
87}
88
89MessageStatisticsModel::MessageStatisticsModel(QObject *parent)
90 : QAbstractTableModel(parent)

Callers 1

headerDataMethod · 0.80

Calls 2

endMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected