logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lat_ops - basic CPU operation parallelism

Author

       Carl Staelin and Larry McVoy

       Comments, suggestions, and bug reports are always welcome.

(c)2000 Carl Staelin and Larry McVoy                 $Date$                                           LAT_OPS(8)

Bugs

       This benchmark is highly experimental and may sometimes (frequently?)  give erroneous results.

Description

lat_ops measures the latency of basic CPU operations, such as integer ADD.

       integer bit, add, mul, div, mod operations
              maximum parallelism for integer XOR, ADD, MUL, DIV, MOD operations.

       uint64 bit, add, mul, div, mod operations
              maximum parallelism for uint64 XOR, ADD, MUL, DIV, MOD operations.

       float add, mul, div operations
              maximum parallelism for flot ADD, MUL, DIV operations.

       double add, mul, div operations
              maximum parallelism for flot ADD, MUL, DIV operations.

Name

       lat_ops - basic CPU operation parallelism

See Also

lmbench(8), par_ops(8).

Synopsis

lat_ops [ -W<warmups> ] [ -N<repetitions> ]

See Also