FPS resource usage field in Resmon

Hi!

I was wondering if there is a way to add an extra field into Resmon that calculates the number of frames a script is using?

I know the below formula can be used for calculating FPS Usage but is there any way to incorporate that into Resmon in another field?

b = Current FPS

x = (1 / b) * 1000
y = resource ms time found in resmon
Resource FPS z = 1000 ( / (x + y)

New FPS w = b - z

There technically is a way. I’ll move this to #general-discussion:feature-requests as your asking for a new FiveM feature

1 Like

+1 would be great if developers could get accurate stats of FPS usage! Would make optimizing for OneSync a little less painful! :slight_smile:

1 Like

I agree, makes it a lot easier to visualize the ‘actual’ script resource usage in simpler terms.

Fingers crossed for a response on how to to do it or if it’ll be looked into!