diag dynamicSimulationEnd: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Some wiki formatting)
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command


| arma3 |Game name=
|game1= arma3
|version1= 1.68


|1.68|Game version=
|branch= diag


|gr1= Diagnosis |GROUP1=
|eff= local


|gr2= Dynamic Simulation |GROUP2=
|gr1= Diagnostic


| Ends dynamic simulation stats gathering and writes it into given file.|DESCRIPTION=
|gr2= Dynamic Simulation


| [[diag_dynamicSimulationEnd]] file |SYNTAX=
|descr= Ends dynamic simulation data gathering and writes collected data into given (txt) file. The file is saved in the {{arma3}} installation folder.
<syntaxhighlight lang="cpp">
// Example output
Enabled time (in % of collection time)      Subject name
  1.$                                          O Bravo 1-5
  1.$                                          O Bravo 1-6
  1.$                                          extraction_bike (B_Quadbike_01_F) - [3151,9662,59]
  .....                                          ..................................
  -1.$                                        O Bravo 1-4
  -1.$                                        target_1 (O_SAM_System_04_F) - [3571,9878,70]
  -1.$                                        O Alpha 3-4
Collection took 0.0s
</syntaxhighlight>


|p1 = file: [[String]] - File name
|s1= [[diag_dynamicSimulationEnd]] file


| [[Nothing]] |RETURNVALUE=
|p1= file: [[String]] - file name without extension
 
|x1= <code>[[diag_dynamicSimulationEnd]] "someFile.txt";</code> |EXAMPLE1=


| [[Arma 3 Dynamic Simulation]] |SEEALSO=
|r1= [[Nothing]]


|x1= <sqf>diag_dynamicSimulationEnd "dynSimDebugData"; // creates a file called "dynSimDebugData_runtimelog.txt"</sqf>
|seealso= [[Arma 3: Dynamic Simulation]] [[diag_dynamicSimulationStart]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END --></dl>
<h3 style="display:none">Bottom Section</h3>

Latest revision as of 00:05, 29 August 2023

Hover & click on the images for description
Only available in Diagnostic branch(es).

Description

Description:
Ends dynamic simulation data gathering and writes collected data into given (txt) file. The file is saved in the Arma 3 installation folder.
// Example output
Enabled time (in % of collection time)       Subject name
  1.$                                          O Bravo 1-5
  1.$                                          O Bravo 1-6
  1.$                                          extraction_bike (B_Quadbike_01_F) - [3151,9662,59]
  .....                                          ..................................
  -1.$                                         O Bravo 1-4
  -1.$                                         target_1 (O_SAM_System_04_F) - [3571,9878,70]
  -1.$                                         O Alpha 3-4
Collection took 0.0s
Groups:
DiagnosticDynamic Simulation

Syntax

Syntax:
diag_dynamicSimulationEnd file
Parameters:
file: String - file name without extension
Return Value:
Nothing

Examples

Example 1:
diag_dynamicSimulationEnd "dynSimDebugData"; // creates a file called "dynSimDebugData_runtimelog.txt"

Additional Information

See also:
Arma 3: Dynamic Simulation diag_dynamicSimulationStart

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