How to get framerate value into nodes?

How can I get the current framerate in the nodes, apart from the F2 overlay?

There is a PerfMeter node inside Skia layers.
Look inside, there should be a “1 devided by TimeDifference” somewhere, I guess.

1 Like

Thank you, Amir!
Interesting, it’s a node that outputs a Skia layer (the actual framerate overlay). Any direct to get it as a float or string? Couldn’t find a way to look inside of it.
image

image

1 Like

Great! Thanks a lot, amir!