summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerassetstats.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2017-03-02 13:51:28 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2017-03-02 13:51:28 -0500
commitdf7c58b6ebba35541224233c1ec0138001682374 (patch)
treeb6af5f2b69aa62045d8049bf6034bf9feb45f6aa /indra/newview/llviewerassetstats.h
parentfdfa832f4d4a93629d1ccda11357901e42d7b428 (diff)
SL-409 - code simplification for asset metrics, added a couple of new categories, error handling
Diffstat (limited to 'indra/newview/llviewerassetstats.h')
-rw-r--r--indra/newview/llviewerassetstats.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/indra/newview/llviewerassetstats.h b/indra/newview/llviewerassetstats.h
index 88a8b9c61a..a2545c0bad 100644
--- a/indra/newview/llviewerassetstats.h
+++ b/indra/newview/llviewerassetstats.h
@@ -53,7 +53,10 @@ namespace LLViewerAssetStatsFF
EVACSoundUDPGet, //< Sound GETs UDP
EVACGestureHTTPGet, //< Gesture GETs HTTP
EVACGestureUDPGet, //< Gesture GETs UDP
- EVACOtherGet, //< Other GETs
+ EVACLandmarkHTTPGet, //< Landmark GETs HTTP
+ EVACLandmarkUDPGet, //< Landmark GETs UDP
+ EVACOtherHTTPGet, //< Other GETs HTTP
+ EVACOtherUDPGet, //< Other GETs UDP
EVACCount // Must be last
};
@@ -145,7 +148,10 @@ public:
get_sound_udp,
get_gesture_http,
get_gesture_udp,
- get_other;
+ get_landmark_http,
+ get_landmark_udp,
+ get_other_http,
+ get_other_udp;
Optional<FPSStats> fps;
Optional<S32> grid_x,
grid_y;