Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleThis is useful for measuring the speed of feeder interfaces to try and speed them up

Feeder interfaces are an important part of controlling your data. This library provides a tool to measure the speed of this type of interface.

...

Expand
titleHow would it work?

A couple of data structures to keep track of transactions in the last window. As the window moves along you discard old data. The easiest way to write and test this library is to explicitly pass in the time into the library using:

Code Block
RATEclick{windows=10, time=15}
RATEclick{windows=10, time=16}
RATEclick{windows=10, time=16}
RATEclick{windows=10, time=24}
RATEclick{windows=10, time=34}