1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/benchmarks/typometer/pkg-descr
Alexey Dokuchaev dda97564c0 Add a port of Typometer, text/code editor typing latency analyzer.
Unfortunately, it's written in Java, but is a nice tool nonetheless.

WWW: https://pavelfatin.com/typometer/
2017-07-01 18:30:30 +00:00

20 lines
760 B
Plaintext

Typometer is a tool to measure and analyze visual latency of text/code
editors. Its features:
- Cross-platform (Windows, Mac, Unix)
- Native API calls for faster screen access
- Synchronous and asynchronous modes
- Import and export of CSV data
- Summary statistics, frequency distribution
- Line/bar charts (including comparative ones)
- Chart image export (with legend)
Editor latency is delay between an input event and a corresponding screen
update, in particular -- delay between keystroke and character appearance.
While there are many kinds of delays (caret movement, line editing, etc.),
typing latency is a major predictor of editor usability.
Java 8 or latter is required to run the program.
WWW: https://pavelfatin.com/typometer/