benchmark: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "[[Category:Scripting Commands ArmA|" to "[[Category:Scripting Commands Armed Assault|")
(13 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{Command|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________


| ofp |= Game name
| ofp |Game name=


|1.00|= Game version
|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
| 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=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Number]] <nowiki>=</nowiki> '''benchmark''' |= Syntax
| [[Number]] <nowiki>=</nowiki> '''benchmark''' |SYNTAX=


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


| |= See also
| [[viewDistance]], [[setDetailMapBlendPars]], [[setTerrainGrid]], [[getObjectViewDistance]], [[setObjectViewDistance]] |SEEALSO=


}}
}}
Line 25: Line 25:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<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.


<!-- Note Section END -->
<!-- Note Section END -->
Line 32: Line 38:


[[Category:Scripting Commands|BENCHMARK]]
[[Category:Scripting Commands|BENCHMARK]]
[[Category:Scripting Commands OFP 1.99|BENCHMARK]]
[[Category:Scripting Commands OFP 1.96|BENCHMARK]]
[[Category:Scripting Commands OFP 1.96|BENCHMARK]]
[[Category:Scripting Commands OFP 1.46|BENCHMARK]]
[[Category:Scripting Commands OFP 1.46|BENCHMARK]]
[[Category:Scripting Commands ArmA|BENCHMARK]]
[[Category:Scripting Commands Armed Assault|BENCHMARK]]
[[Category:Scripting Commands ArmA2|BENCHMARK]]
[[Category:Scripting Commands Arma 2|BENCHMARK]]
[[Category:Command_Group:_System_Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_System_Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{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