diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-10-17 15:26:04 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-10-17 15:26:04 -0400 |
commit | c4f2ad1bc2ba08437de19fd6129035b6cbc6e0e1 (patch) | |
tree | fa3ccbd12fd90c6ee67a5cf6aa217f451e7fed73 /indra/newview/llviewerstats.h | |
parent | 9927ac2561eaa4aed94bd82a90d006f614c6cf05 (diff) |
Add the latest viewer stats packet into Frame Profile dump file.
Diffstat (limited to 'indra/newview/llviewerstats.h')
-rw-r--r-- | indra/newview/llviewerstats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerstats.h b/indra/newview/llviewerstats.h index 8aed1c537e..f558a5d909 100644 --- a/indra/newview/llviewerstats.h +++ b/indra/newview/llviewerstats.h @@ -281,6 +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(); void send_viewer_stats(bool include_preferences); void update_texture_time(); |