summaryrefslogtreecommitdiff
path: root/indra/llui/lluiusage.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2021-03-01 21:38:46 +0000
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2021-03-01 21:38:46 +0000
commitdd89dec893411c22d4916de14593a56f87d3a284 (patch)
tree275feb143951d6456dcc4c5612df0289afdc1fad /indra/llui/lluiusage.h
parent083b4aa6cb4d8bb38c16ed649e92a16d03a0e3e1 (diff)
SL-14862 - more types of UI usage logs
Diffstat (limited to 'indra/llui/lluiusage.h')
-rw-r--r--indra/llui/lluiusage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/lluiusage.h b/indra/llui/lluiusage.h
index bac607aa60..efc8bb4032 100644
--- a/indra/llui/lluiusage.h
+++ b/indra/llui/lluiusage.h
@@ -41,10 +41,12 @@ public:
static std::string sanitized(const std::string& s);
void logFloater(const std::string& floater);
void logCommand(const std::string& command);
+ void logWidget(const std::string& w);
LLSD asLLSD() const;
private:
std::map<std::string,U32> mFloaterCounts;
std::map<std::string,U32> mCommandCounts;
+ std::map<std::string,U32> mWidgetCounts;
};
#endif // LLUIUIUSAGE.h