Arma 3
Yet Another Arma Benchmark
H1GHT 14 Jul, 2016 @ 7:15am
Where is the result saved?
is there anyway to get the saves out for excel/graphics?
< >
Showing 1-3 of 3 comments
Sams  [developer] 24 Jul, 2016 @ 12:14pm 
Hi! Sorry for the late reply, but I hadn't even noticed this thread.
Anyway, the results are saved as a profile variable. You can read it with
results = profileNamespace getVariable "YAAB_results";
H1GHT 24 Jul, 2016 @ 3:16pm 
Originally posted by Sams:
Hi! Sorry for the late reply, but I hadn't even noticed this thread.
Anyway, the results are saved as a profile variable. You can read it with
results = profileNamespace getVariable "YAAB_results";
i dont know anyting about arma scripting/scripting in general.

so i assume ive to run some script to get the results?
btw. is there a way to export those frame-graphs?
Sams  [developer] 24 Jul, 2016 @ 9:06pm 
You could copy the variable to clipboard by opening the editor and executing this in the debug console:
copyToClipboard str (profileNamespace getVariable "YAAB_results")

Then paste it in a text editor and modify it to fit your needs.

The graphs aren't saved anywhere and there's no way to export them without editing the mission.
< >
Showing 1-3 of 3 comments
Per page: 1530 50