blob: 91b60212c81d1f35d07ec6d7a81c72691813cf97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Latency evaluation programs
latency-test -- Standard test for linuxcnc
latency-plot -- Plot latencies for default base and servo threads
latency-histogram -- Histogram jitter for default base and servo threads
Note: The latency-plot and latency-histogram programs can be run from a terminal command line with more options, for help use:
latency-plot --help
latency-histogram --help
|