7bd1550195
* Checkpoint * cpu cycle ffi * Rename * mixnode feature * Bundle libcpucycles
31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
To download and unpack the latest version of libcpucycles:
|
|
|
|
wget -m https://cpucycles.cr.yp.to/libcpucycles-latest-version.txt
|
|
version=$(cat cpucycles.cr.yp.to/libcpucycles-latest-version.txt)
|
|
wget -m https://cpucycles.cr.yp.to/libcpucycles-$version.tar.gz
|
|
tar -xzf cpucycles.cr.yp.to/libcpucycles-$version.tar.gz
|
|
cd libcpucycles-$version
|
|
|
|
Then [install](install.html).
|
|
|
|
### Archives and changelog (reverse chronological)
|
|
|
|
[`libcpucycles-20230115.tar.gz`](libcpucycles-20230115.tar.gz) [browse](libcpucycles-20230115.html)
|
|
|
|
Update actual `cpucycles_version` behavior to match documentation.
|
|
|
|
[`libcpucycles-20230110.tar.gz`](libcpucycles-20230110.tar.gz) [browse](libcpucycles-20230110.html)
|
|
|
|
`doc/api.md`: Document `cpucycles_version()`.
|
|
|
|
Add `s390x-stckf` counter.
|
|
|
|
`cpucycles/default-perfevent.c`: Read into `int64_t` instead of `long long`.
|
|
Add comment explaining issues with `PERF_FORMAT_TOTAL_TIME_RUNNING`.
|
|
|
|
`configure`: Improve `uname` handling.
|
|
|
|
`doc/api.md`: Update description of default frequency.
|
|
|
|
[`libcpucycles-20230105.tar.gz`](libcpucycles-20230105.tar.gz) [browse](libcpucycles-20230105.html)
|