PerfMonComps: Add some additional information to the PerfMonMTSvc output
Compare changes
Files
3@@ -13,10 +13,15 @@
@@ -137,7 +142,7 @@ void PerfMonMTSvc::startAud(const std::string& stepName, const std::string& comp
@@ -155,7 +160,7 @@ void PerfMonMTSvc::stopAud(const std::string& stepName, const std::string& compN
@@ -207,8 +212,8 @@ void PerfMonMTSvc::startCompAud(const std::string& stepName, const std::string&
@@ -312,6 +317,33 @@ bool PerfMonMTSvc::isPower(uint64_t input, uint64_t base) {
@@ -345,6 +377,7 @@ void PerfMonMTSvc::report2Log() {
@@ -377,7 +410,7 @@ void PerfMonMTSvc::report2Log_ComponentLevel() {
@@ -408,7 +441,7 @@ void PerfMonMTSvc::report2Log_ComponentLevel() {
@@ -426,8 +459,8 @@ void PerfMonMTSvc::report2Log_EventLevel_instant() const {
@@ -438,8 +471,8 @@ void PerfMonMTSvc::report2Log_EventLevel() {
@@ -448,14 +481,19 @@ void PerfMonMTSvc::report2Log_EventLevel() {
@@ -471,7 +509,7 @@ void PerfMonMTSvc::report2Log_EventLevel() {
@@ -495,6 +533,7 @@ void PerfMonMTSvc::report2Log_Summary() {
@@ -523,10 +562,28 @@ void PerfMonMTSvc::report2Log_CpuInfo() const {
@@ -569,7 +626,7 @@ void PerfMonMTSvc::report2JsonFile() {
@@ -617,29 +674,43 @@ void PerfMonMTSvc::report2JsonFile_Summary(nlohmann::json& j) const {
@@ -648,7 +719,7 @@ void PerfMonMTSvc::report2JsonFile_ComponentLevel(nlohmann::json& j) const {
@@ -724,7 +795,7 @@ void PerfMonMTSvc::divideData2Steps() {
@@ -739,13 +810,18 @@ std::string PerfMonMTSvc::scaleTime(double timeMeas) const {
@@ -789,43 +865,48 @@ std::string PerfMonMTSvc::scaleMem(long memMeas) const {