this post was submitted on 12 Dec 2023
685 points (83.2% liked)

Technology

58759 readers
3414 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] tias@discuss.tchncs.de 4 points 10 months ago

I interpret it as the time taken to render a frame. Unlike FPS which is basically a moving average (or rather 1 divided by the average frame time), frame time is a single data point. Collecting frame times allows you to do things like compute the median or, in this case, the lowest 1% of the frame times. That can give you a better idea of how smooth performance appears to the player, and what the worst-case performance is like.