FlightGear benchmark: Difference between revisions

Jump to navigation Jump to search
m
Use Nasal highlighter
m (Update forum links)
m (Use Nasal highlighter)
Line 20: Line 20:


In its simplest form, a scripted benchmark merely traverses a list of input and output properties, i.e. properties that have an effect on performance and which can be modified at runtime (visibility, fog settings, shader settings) - which in turn, have an effect on certain output properties, such as frame rate or frame spacing. These could then even be tuned using a PID algorithm, i.e. the autopilot system controllers to implement feature-scaling support.
In its simplest form, a scripted benchmark merely traverses a list of input and output properties, i.e. properties that have an effect on performance and which can be modified at runtime (visibility, fog settings, shader settings) - which in turn, have an effect on certain output properties, such as frame rate or frame spacing. These could then even be tuned using a PID algorithm, i.e. the autopilot system controllers to implement feature-scaling support.
<syntaxhighlight lang="php">
<syntaxhighlight lang="nasal">
##
##
#
#

Navigation menu