I believe the problem here is that you are mixing hardware-timing with software-timing. If you are incrementing your variable with software calls even if they are based on System Timing, the accuracy will have software latency associated with it. Likewise, if you are setting up your counter for a hardware-timed count-down and then restart the count-down operation when it's done, you have some software latency involved when you reconfigure your counter and before you arm it to start the next operation.
The best way to test the accuracy of your counter is with a strictly hardware-timed experiment. For example, you can run some of the Measure Period examples that ship with LabVIEW to test the counter's
results when used to measure a high
ly accurate hardware signal's pulse train. You will want to provide the pulse train from an external source. (or you can use one of the board's counters to generate a pulse train and the other counter to measure it). To find the Counter Examples, go to Help>>Examples>>I/O Interfaces>>Data Acquistion>>Counters>>Period Measurement.