diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-10-21 10:31:57 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-10-21 10:31:57 -0400 |
commit | 5a24ddd305aeb561ccfadb37a96a26cca1131ae7 (patch) | |
tree | 03c3f9dd660b5028dde4625dc8508d4b536c51ca /indra/newview/llviewerstats.h | |
parent | 2a6234e59dc2cebc5e15b7f3685dbf233aa080fb (diff) |
Regenerate viewer stats for frame profile dump file
instead of reporting the most recent previous viewer stats blob.
Diffstat (limited to 'indra/newview/llviewerstats.h')
-rw-r--r-- | indra/newview/llviewerstats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerstats.h b/indra/newview/llviewerstats.h index f558a5d909..dd66fee436 100644 --- a/indra/newview/llviewerstats.h +++ b/indra/newview/llviewerstats.h @@ -281,7 +281,7 @@ static const F32 SEND_STATS_PERIOD = 300.0f; // The following are from (older?) statistics code found in appviewer. void update_statistics(); -LLSD get_viewer_stats(); +LLSD capture_viewer_stats(bool include_preferences); void send_viewer_stats(bool include_preferences); void update_texture_time(); |