diag dynamicSimulationEnd: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(formatting)
m (formatting)
Line 4: Line 4:


|version1= 1.68
|version1= 1.68
|eff= local


|gr1= Diagnostic
|gr1= Diagnostic
Line 10: Line 12:


|descr= Ends dynamic simulation data gathering and writes collected data into given file. The file is saved in the Arma 3 installation folder.
|descr= Ends dynamic simulation data gathering and writes collected data into given file. The file is saved in the Arma 3 installation folder.
<code>{{cc|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</code>


|s1= [[diag_dynamicSimulationEnd]] file
|s1= [[diag_dynamicSimulationEnd]] file

Revision as of 22:59, 10 May 2021

-wrong parameter ("arma3diag") defined!-[[:Category:Introduced with arma3diag version 1.68|1.68]]
Hover & click on the images for description

Description

Description:
Ends dynamic simulation data gathering and writes collected data into given 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

[[Category:Introduced with arma3diag version 1.68]][[ Category: arma3diag: New Scripting Commands | DIAG DYNAMICSIMULATIONEND]][[ Category: arma3diag: Scripting Commands | DIAG DYNAMICSIMULATIONEND]]