Current syntax (default 10000 iterations)
["...your code where you need to escape ""..."] call BIS_fnc_codePerformance;
Proposed alternative syntax
{...yourcode where you don't need to escape anything because it is a code not string..} call BIS_fnc_codePerformance;
This is my third attempt through different channels to get this added. Why? Because it is easy to memorize and because it makes sense :)