MAINT-5232: LLMetricPerformanceTesterBasic::cleanClass->cleanupClass

for consistency with everything else, so we can use SUBSYSTEM_CLEANUP() macro
to call it.
master
Nat Goodspeed 2016-08-31 14:46:03 -04:00
parent f5ccfff542
commit 3e1589709f
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@
LLMetricPerformanceTesterBasic::name_tester_map_t LLMetricPerformanceTesterBasic::sTesterMap ;
/*static*/
void LLMetricPerformanceTesterBasic::cleanClass()
void LLMetricPerformanceTesterBasic::cleanupClass()
{
for (name_tester_map_t::iterator iter = sTesterMap.begin() ; iter != sTesterMap.end() ; ++iter)
{

View File

@ -156,7 +156,7 @@ public:
/**
* @brief Delete all testers and reset the tester map
*/
static void cleanClass() ;
static void cleanupClass() ;
private:
// Add a tester to the map. Returns false if adding fails.

View File

@ -2027,7 +2027,7 @@ bool LLAppViewer::cleanup()
gDirUtilp->getExpandedFilename(LL_PATH_LOGS, report_name));
}
LLMetricPerformanceTesterBasic::cleanClass() ;
SUBSYSTEM_CLEANUP(LLMetricPerformanceTesterBasic) ;
LL_INFOS() << "Cleaning up Media and Textures" << LL_ENDL;