diag dynamicSimulationEnd: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|game([0-9]) ?= (.+) \|version([0-9]) ?= (.+) " to "|game$1= $2 |version$3= $4 ") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 1.68 | |version1= 1.68 | ||
|branch= diag | |||
|eff= local | |||
|gr1= Diagnostic | |gr1= Diagnostic | ||
Line 8: | Line 12: | ||
|gr2= Dynamic Simulation | |gr2= Dynamic Simulation | ||
|descr= Ends dynamic simulation | |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> | |||
|s1= [[diag_dynamicSimulationEnd]] file | |s1= [[diag_dynamicSimulationEnd]] file | ||
|p1= file: [[String]] - | |p1= file: [[String]] - file name without extension | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|seealso= [[Arma 3: Dynamic Simulation]] | |x1= <sqf>diag_dynamicSimulationEnd "dynSimDebugData"; // creates a file called "dynSimDebugData_runtimelog.txt"</sqf> | ||
|seealso= [[Arma 3: Dynamic Simulation]] [[diag_dynamicSimulationStart]] | |||
}} | }} |
Latest revision as of 23:05, 28 August 2023
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
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