Talk:Say Region Frames Per Second: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
No edit summary
 
Peter Stindberg (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
Shouldn't that on_rez() have an integer start parameter?  
Shouldn't that on_rez() have an integer start parameter?  


Line 10: Line 11:


made it compile and run fine for me.
made it compile and run fine for me.
= It's 2026... =
... since Project Uplift some years ago (moving from self-hosted servers to cloud servers) Region FPS has not been a meaningful metric anymore. Still I see it used a lot in so-called "Sim Monitors" and "Performance Tools". Le Sigh.
-- [[User:Peter Stindberg|Peter Stindberg]] ([[User talk:Peter Stindberg|talk]]) 04:23, 16 July 2026 (PDT)

Latest revision as of 04:23, 16 July 2026

Shouldn't that on_rez() have an integer start parameter?

When I tried to compile / save it in SL it failed with a syntax error.

Changing that line to:


   on_rez(integer startparam)


made it compile and run fine for me.

It's 2026...

... since Project Uplift some years ago (moving from self-hosted servers to cloud servers) Region FPS has not been a meaningful metric anymore. Still I see it used a lot in so-called "Sim Monitors" and "Performance Tools". Le Sigh.

-- Peter Stindberg (talk) 04:23, 16 July 2026 (PDT)