diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-06-29 21:29:16 +0300 | 
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-06-29 21:30:07 +0300 | 
| commit | ebfa7a7992517278c3e095a0bd53ab81bfcdb847 (patch) | |
| tree | ec812ef35369335d1f3114ea01634aad7b33fed3 | |
| parent | 05f3287512557cd4cb41de7a8fe3f5171a48481d (diff) | |
SL-13467 Make LLTrace::BlockTimerStatHandle keys unique
Original commit in Nat's repo: https://bitbucket.org/lindenlab/viewer-vs2017-git/commits/f627140cf11232bab11fdfaf66c78544cf44f3e8
| -rw-r--r-- | indra/llinventory/llsettingsdaycycle.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/llinventory/llsettingsdaycycle.cpp b/indra/llinventory/llsettingsdaycycle.cpp index 457e5b7478..a687fd840d 100644 --- a/indra/llinventory/llsettingsdaycycle.cpp +++ b/indra/llinventory/llsettingsdaycycle.cpp @@ -41,8 +41,8 @@  //=========================================================================  namespace  { -    LLTrace::BlockTimerStatHandle FTM_BLEND_WATERVALUES("Blending Water Environment"); -    LLTrace::BlockTimerStatHandle FTM_UPDATE_WATERVALUES("Update Water Environment"); +    LLTrace::BlockTimerStatHandle FTM_BLEND_WATERVALUES("Blending Water Environment Day"); +    LLTrace::BlockTimerStatHandle FTM_UPDATE_WATERVALUES("Update Water Environment Day");      template<typename T>      inline T get_wrapping_distance(T begin, T end) | 
