imxieyi / waifu2x-ios

iOS Core ML implementation of waifu2x
MIT License
538 stars 58 forks source link

[Feature Request] Display Current FPS #50

Open mattbisme opened 2 years ago

mattbisme commented 2 years ago

Perhaps the most surprising missing feature is an FPS counter on running encodes. I often use FPS as a way to measure the practicality of an encode. Depending on the content, sometimes it's not worth using the "best quality" encode; it helps to know how much relative time I'll be saving based on the settings that I change.

Currently, I use a stopwatch to check how many "seconds per second" are being encoded. 🤣