18 lines
704 B
XML
18 lines
704 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.0">
|
|
<GVL Name="GVL_Perf" Id="{00000000-0000-0000-0000-000000000201}">
|
|
<Declaration><![CDATA[// PR 2.1 Sum-read perf fixture. 1000 DINTs read in one ADS sum-read by
|
|
// TwinCATSumCommandPerfTests; FB_PerfChurn rotates a few values each cycle so
|
|
// the wire isn't reading static data the runtime can short-circuit.
|
|
//
|
|
// Required by the perf-tier integration test
|
|
// Driver_sum_read_1000_tags_beats_loop_baseline_by_5x. See
|
|
// TwinCatProject/README.md §Performance scenarios.
|
|
VAR_GLOBAL
|
|
aTags : ARRAY[1..1000] OF DINT;
|
|
fbPerfChurn : FB_PerfChurn;
|
|
END_VAR
|
|
]]></Declaration>
|
|
</GVL>
|
|
</TcPlcObject>
|