Sunshine catchup.
This commit is contained in:
@@ -380,7 +380,7 @@ public:
|
||||
};
|
||||
|
||||
LLTimer mTimeSinceLastRezMessage;
|
||||
static bool updateAvatarRezMetrics(bool force_send);
|
||||
bool updateAvatarRezMetrics(bool force_send);
|
||||
|
||||
std::vector<LLSD> mPendingTimerRecords;
|
||||
void addMetricsTimerRecord(const LLSD& record);
|
||||
@@ -401,6 +401,7 @@ public:
|
||||
const std::string debugDumpLocalTextureDataInfo(const LLViewerTexLayerSet* layerset) const; // Lists out state of this particular baked texture layer
|
||||
const std::string debugDumpAllLocalTextureDataInfo() const; // Lists out which baked textures are at highest LOD
|
||||
void sendViewerAppearanceChangeMetrics(); // send data associated with completing a change.
|
||||
void checkForUnsupportedServerBakeAppearance();
|
||||
private:
|
||||
LLFrameTimer mDebugSelfLoadTimer;
|
||||
F32 mDebugTimeWearablesLoaded;
|
||||
@@ -423,9 +424,7 @@ extern LLPointer<LLVOAvatarSelf> gAgentAvatarp;
|
||||
BOOL isAgentAvatarValid();
|
||||
|
||||
void selfStartPhase(const std::string& phase_name);
|
||||
void selfStopPhase(const std::string& phase_name);
|
||||
void selfStopPhase(const std::string& phase_name, bool err_check = true);
|
||||
void selfClearPhases();
|
||||
|
||||
void update_avatar_rez_metrics(bool force_send);
|
||||
|
||||
#endif // LL_VO_AVATARSELF_H
|
||||
|
||||
Reference in New Issue
Block a user