Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/dev/
Ddev_Profile.cpp82 ProfileManager::AddReport(const Report& report) in AddReport() argument
84 return this->m_Reports.push_back(report); in AddReport()
89 ProfileManager::StoreReport(const Report& report) in StoreReport() argument
96 if (::std::strcmp(it->name, report.name) == 0) in StoreReport()
98 it->callCount += report.callCount; in StoreReport()
99 it->elapsedTime += report.elapsedTime; in StoreReport()
101 it->iCacheMiss += report.iCacheMiss; in StoreReport()
102 it->dCacheReadMiss += report.dCacheReadMiss; in StoreReport()
103 it->dCacheWriteMiss += report.dCacheWriteMiss; in StoreReport()
105 if (it->maxElapsedTime < report.maxElapsedTime) in StoreReport()
[all …]
/NW4C-1.3.3/include/nw/dev/
Ddev_Profile.h137 bool AddReport(const Report& report);
140 bool StoreReport(const Report& report);