Advanced FPS Counter  1.5.4
FPS Counter on steroids!
AFPSRenderRecorder Class Reference

Inherits MonoBehaviour.

Detailed Description

This is a helper class for the AFPSCounter Render Time feature.

It should be attached to the Camera to measure the approximate render time and report it to the current AFPSCounter instance.
You may use FPSCounterData.RenderAutoAdd property to let AFPSCounter add it automatically to the Camera with Main Camera tag.
You also may add it by hand to all cameras you wish to measure.
NOTE: It doesn't take into account Image Effects and IMGUI!

See also
FPSCounterData.Render
FPSCounterData.RenderAutoAdd