When press button codePerfomance in debug console get error
```
11:16:27 Error in expression < format ["<t color='#99ffffff'>%1</t>",format [localize "str_a3_cfgnotification>
11:16:27 Error position: <format [localize "str_a3_cfgnotification>
11:16:27 Error 0 elements provided, 1 expected
11:16:27 File /temp/bin/A3/Functions_F/Debug/fn_codePerformance.sqf..., line 56
11:16:27 ➥ Context: [] L81 (/temp/bin/A3/Functions_F/Debug/fn_codePerformance.sqf)
L210 (/temp/bin/A3/Functions_F/GUI/fn_guiMessage.sqf)
```
also if press COPY button in GUI get wrong export result
{F4273537}{F4273536}
```
Result:
%2 ms
Cycles:
10000/10000
Code:
floor random 4
```