Page MenuHomeFeedback Tracker

"Copy" button in Debug Console's benchmark is partially broken in the dev build.
Closed, ResolvedPublic

Description

In GUI


In clipboard after pressing "Copy":

Result:
%2 ms

Cycles:
10000/10000

Code:
getText ((configOf backpackContainer player) >> "assembleInfo" >> "assembleTo") isNotEqualTo ""

Notice the %2 in result instead of the actual time.

Details

Severity
None
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce
  1. Run the dev build.
  2. Open 3DEN.
  3. Open Debug Console.
  4. Enter any code.
  5. Press the benchmark button.
  6. Notice the correct output in GUI.
  7. Press "Copy" button.
  8. Paste the contents of clipboard anywhere (i.e. notepad)

Expected result: pasted results match info from GUI.
Observed result: pasted results have "%2 ms" instead of the measured time.

Additional Information

productVersion is ["Arma 3","Arma3",217,151987,"Development",false,"Windows","x64"]
Does not reproduce in the production build.

Event Timeline

artemoz created this task.Jul 19 2024, 6:19 PM
dedmen closed this task as Resolved.Jul 25 2024, 4:42 PM
dedmen claimed this task.
dedmen added a subscriber: dedmen.

Should be fixed on current dev-branch, if not then next. Its fixed internally