PPSSPP Performance Testing
|
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] |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
PPSSPP Performance Testing - dmunny - 09-12-2021, 10:52 PM
RE: PPSSPP Performance Testing - [Unknown] - 09-19-2021 08:02 PM
|