benchmark: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "[[Category:Scripting Commands ArmA|" to "[[Category:Scripting Commands Armed Assault|")
(24 intermediate revisions by 13 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|B]]
{{Command|Comments=
[[Category:Scripting Commands OFP 1.97|B]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|B]]
[[Category:Scripting Commands ArmA|B]]


| ofp |Game name=


<h2 style="color:#000066"> '''benchmark'''</h2>
|1.00|Game version=
____________________________________________________________________________________________


| Returns the value of "3D Performance" in OFP Preferences (flashpoint.cfg). This can be used to estimate the computer performance to adapt CPU and GPU demanding settings like view distance dynamically in missions. |DESCRIPTION=
____________________________________________________________________________________________


'''Operand types:'''
| [[Number]] <nowiki>=</nowiki> '''benchmark''' |SYNTAX=


None
| [[Number]] |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <pre>? (benchmark>2000) : setViewDistance 2000</pre> |EXAMPLE1=
____________________________________________________________________________________________


'''Type of returned value:'''
| [[viewDistance]], [[setDetailMapBlendPars]], [[setTerrainGrid]], [[getObjectViewDistance]], [[setObjectViewDistance]] |SEEALSO=


[[Number]]
}}


'''Description:'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


Value of "3D performance" in OFP preferences.
<dd class="notedate">Posted on 14 March 2014
<dt class="note>'''[[User:Killzone_Kid|Killzone_Kid]]'''
<dd class="note">
The command is obsolete, it was used in OFP to measure PC performance. In A3 it returns 2000.


This can be used to estimate computer performance.


This function can be used to create missions that are able to adapt to computer peformance.
<!-- Note Section END -->
</dl>


<h3 style="display:none">Bottom Section</h3>


'''Example:'''
[[Category:Scripting Commands|BENCHMARK]]
 
[[Category:Scripting Commands OFP 1.99|BENCHMARK]]
? '''benchmark''' > 2000 : [[setViewDistance]] 2000
[[Category:Scripting Commands OFP 1.96|BENCHMARK]]
[[Category:Scripting Commands OFP 1.46|BENCHMARK]]
[[Category:Scripting Commands Armed Assault|BENCHMARK]]
[[Category:Scripting Commands Arma 2|BENCHMARK]]
[[Category:Command_Group:_System_Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 17:49, 3 June 2020

Hover & click on the images for description

Description

Description:
Returns the value of "3D Performance" in OFP Preferences (flashpoint.cfg). This can be used to estimate the computer performance to adapt CPU and GPU demanding settings like view distance dynamically in missions.
Groups:
Uncategorised

Syntax

Syntax:
Number = benchmark
Return Value:
Number

Examples

Example 1:
? (benchmark>2000) : setViewDistance 2000

Additional Information

See also:
viewDistancesetDetailMapBlendParssetTerrainGridgetObjectViewDistancesetObjectViewDistance

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Posted on 14 March 2014
Killzone_Kid
The command is obsolete, it was used in OFP to measure PC performance. In A3 it returns 2000.

Bottom Section