summaryrefslogtreecommitdiff
path: root/src/tools/operf/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* lib: Deprecate ouroboros_init and ourboros_finidimitri staessens2017-10-141-1/+1
| | | | | | | | | | | | | | This commit deprecates ouroboros_init and ouroboros_fini and adds them as a constructor or destructor, causing these function to be run automatically when a program that links to the library calls and exits main(). For this to fully work, the library had to be split so that we can avoid the irmd calling these functions (the IRMd has to create the shm structures on which these calls depend). The library is split in 3 parts: libouroboros-dev, libouroboros-irm and libouroboros-common. The latter is linked to the other two so that including libouroboros-dev or libouroboros-irm will also link libouroboros-common.
* build: Format CMakeLists.txt filesSander Vrijders2017-03-031-3/+3
| | | | The CMakeLists files are now properly indented.
* tools: Add operf tooldimitri staessens2016-10-301-0/+21
This tool allows bidirectional bandwidth measurement between a client and server application. The server reflects all traffic back to the client. The traffic can be capped at a certain rate or set to flood.