summaryrefslogtreecommitdiff
path: root/indra/llcommon/llmetricperformancetester.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-04-29 17:37:26 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-04-29 17:37:26 +0300
commit39503419163aff0cb1cd305de924f4edc68833b0 (patch)
tree3ce5f82280dc7a9e5a0cf9fd8515e978027b7e77 /indra/llcommon/llmetricperformancetester.cpp
parente2b08317e8bf612cdb077ece58af188910a58473 (diff)
SL-15177 Added LLTextureFetchTester to log texture fetching state timers
Diffstat (limited to 'indra/llcommon/llmetricperformancetester.cpp')
-rw-r--r--indra/llcommon/llmetricperformancetester.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/llmetricperformancetester.cpp b/indra/llcommon/llmetricperformancetester.cpp
index f8a93baf45..100eb57555 100644
--- a/indra/llcommon/llmetricperformancetester.cpp
+++ b/indra/llcommon/llmetricperformancetester.cpp
@@ -189,7 +189,6 @@ LLMetricPerformanceTesterBasic::~LLMetricPerformanceTesterBasic()
void LLMetricPerformanceTesterBasic::preOutputTestResults(LLSD* sd)
{
incrementCurrentCount() ;
- (*sd)[getCurrentLabelName()]["Name"] = mName ;
}
void LLMetricPerformanceTesterBasic::postOutputTestResults(LLSD* sd)