Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PPSSPP Performance Testing
09-12-2021, 10:52 PM
Post: #1
Lightbulb PPSSPP Performance Testing
Howdy. Is there a way to measure FPS & game speed in a machine readable format? Logs, for example.

I am interested in doing automatic performance testing on PPSSPP. It looks like the command line supports almost everything I need [1], but I could not find a way to view FPS & game speed other than what gets rendered in-game. Is there any other way to access that information in plaintext?

[1] https://forums.ppsspp.org/showthread.php?tid=24734
Find all posts by this user
Quote this message in a reply
09-19-2021, 08:02 PM
Post: #2
RE: PPSSPP Performance Testing
I recommend you enable "LogFrameDrops" in settings, which will log something that looks like this whenever a frame is dropped:

Dropping frames - budget = %.2fms / %.1ffps, actual = %.2fms (+%.2fms) / %.1ffps
<stats about frame>

This should tell you whenever the emulation falls behind, although it won't tell you about the current FPS. I'm planning to add an API for that, though. You can subscribe to log data using the websocket API and intercept the frame drop logging.

-[Unknown]
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: