A Benchmark Toolkit for Assembly Instructions Using the LLVM JIT
Project description
asmbench
A benchmark toolkit for assembly instructions using the LLVM JIT.
Usage
To benchmark latency and throughput of a 64bit integer add use the following command:
python -m asmbench 'add {src:i64:r}, {srcdst:i64:r}'
To benchmark two instructions interleaved use this:
python -m asmbench 'add {src:i64:r}, {srcdst:i64:r}' 'sub {src:i64:r}, {srcdst:i64:r}'
To find out more add -h for help and -v for verbose mode.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
asmbench-0.1.4.tar.gz
(30.4 kB
view details)
File details
Details for the file asmbench-0.1.4.tar.gz
.
File metadata
- Download URL: asmbench-0.1.4.tar.gz
- Upload date:
- Size: 30.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e353a13a7d8995f7f95c9a0d55bd9edd287dfcc5ef6a93ce6ffa263a84989e12 |
|
MD5 | eb96a05f34d3681d335c4edbc23ee19b |
|
BLAKE2b-256 | 1e8cb0dbfb0084ae9813e8c148520bc7f32ade2aae5995223bcf24c358a04877 |