Home
last modified time | relevance | path

Searched refs:report (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/dev/
Ddev_Profile.cpp84 ProfileManager::AddReport(const Report& report) in AddReport() argument
86 return this->m_Reports.push_back(report); in AddReport()
91 ProfileManager::StoreReport(const Report& report) in StoreReport() argument
98 if (::std::strcmp(it->name, report.name) == 0) in StoreReport()
100 it->callCount += report.callCount; in StoreReport()
101 it->elapsedTime += report.elapsedTime; in StoreReport()
103 it->iCacheMiss += report.iCacheMiss; in StoreReport()
104 it->dCacheReadMiss += report.dCacheReadMiss; in StoreReport()
105 it->dCacheWriteMiss += report.dCacheWriteMiss; in StoreReport()
107 if (it->maxElapsedTime < report.maxElapsedTime) in StoreReport()
[all …]
/NW4C-2.0.3/include/nw/dev/
Ddev_Profile.h139 bool AddReport(const Report& report);
142 bool StoreReport(const Report& report);