rendererConfigurationDuration
The duration in milliseconds of the renderer configuration.
Represents the duration of the AdRenderer.configure method execution. The renderer can have additional logic for data loading, caching, etc. Using this property, you can understand how long this configuration takes.
It can be especially useful in cases of creating custom renderers, as you can track how optimised your renderer is.