Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Reproducible Image Denoising State Of The Art | 1,759 | a year ago | 4 | |||||||
Collection of popular and reproducible image denoising works. | ||||||||||
Likwid | 1,358 | 24 days ago | 75 | gpl-3.0 | C | |||||
Performance monitoring and benchmarking suite | ||||||||||
Rally | 320 | 5 days ago | apache-2.0 | Python | ||||||
Rally provides a framework for performance analysis and benchmarking of individual OpenStack components as well as full production OpenStack cloud deployments. Mirror of code maintained at opendev.org. | ||||||||||
Python Benchmark Harness | 124 | a year ago | 4 | June 05, 2021 | 1 | mit | ||||
A micro/macro benchmark framework for the Python programming language that helps with optimizing your software. | ||||||||||
Best | 84 | 17 days ago | 14 | mit | TypeScript | |||||
:trophy: Delightful Benchmarking & Performance Testing | ||||||||||
Serverless Benchmarks | 79 | 2 months ago | 44 | bsd-3-clause | Python | |||||
SeBS: serverless benchmarking suite for automatic performance analysis of FaaS platforms. | ||||||||||
Tasty Bench | 72 | a month ago | 10 | August 10, 2022 | 1 | mit | Haskell | |||
Featherlight benchmark framework, drop-in replacement for criterion and gauge. | ||||||||||
Benchmark Trend | 60 | 10 | 1 | 10 months ago | 4 | March 07, 2020 | mit | Ruby | ||
Measure performance trends of Ruby code | ||||||||||
Fuego | 56 | 6 years ago | 4 | September 27, 2017 | 1 | JavaScript | ||||
A component render time benchmarking suite for React | ||||||||||
Criterion Perf Events | 31 | a day ago | 4 | apache-2.0 | Rust | |||||
A plugin for Criterion.rs to measure Linux perf events. |
Likwid is a simple to install and use toolsuite of command line applications and a library for performance oriented programmers. It works for Intel, AMD, ARMv8 and POWER9 processors on the Linux operating system. There is additional support for Nvidia GPUs. There is support for ARMv7 and POWER8 but there is currently no test machine in our hands to test them properly.
It consists of:
For further information please take a look at the Wiki or contact us via Matrix chat LIKWID General.
Intel
AMD
ARM (experimental)
POWER (experimental)
Nvidia GPUs (experimental)
You can get the releases of LIKWID at: http://ftp.fau.de/pub/likwid/
For build and installation hints see INSTALL file or check the build instructions page in the wiki https://github.com/RRZE-HPC/likwid/wiki/Build
For quick install:
VERSION=stable
wget http://ftp.fau.de/pub/likwid/likwid-$VERSION.tar.gz
tar -xaf likwid-$VERSION.tar.gz
cd likwid-*
vi config.mk # configure build, e.g. change installation prefix and architecture flags
make
sudo make install # sudo required to install the access daemon with proper permissions
For ARM builds, the COMPILER
flag in config.mk
needs to changed to GCCARMv8
or ARMCLANG
(experimental).
For POWER builds, the COMPILER
flag in config.mk
needs to changed to GCCPOWER
or XLC
(experimental).
For a detailed documentation on the usage of the tools have a look at the html documentation build with doxygen. Call
make docs
or after installation, look at the man pages.
There is also a wiki at the github page: https://github.com/rrze-likwid/likwid/wiki
If you have problems or suggestions please let me know on the likwid mailing list: http://groups.google.com/group/likwid-users
or if it is bug, add an issue at: https://github.com/rrze-likwid/likwid/issues
You can also chat with us through Matrix:
pip install pylikwid
] add LIKWID
We opened a survey at the user mailing list to get a feeling who uses LIKWID and how. Moreover we would be interested if you are missing a feature or what annoys you when using LIKWID. Link to the survey: https://groups.google.com/forum/#!topic/likwid-users/F7TDho3k7ps
LIKWID development was funded by BMBF Germany under the FEPA project, grant 01IH13009. Since 2017 the development is further funded by BMBF Germany under the SeASiTe project, grant 01IH16012A.