https://github.com/in-line/easyprofiler
Easy to use amxx profiler as module.
https://github.com/in-line/easyprofiler
Last synced: 11 months ago
JSON representation
Easy to use amxx profiler as module.
- Host: GitHub
- URL: https://github.com/in-line/easyprofiler
- Owner: In-line
- License: gpl-3.0
- Created: 2017-05-01T07:41:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T16:50:57.000Z (almost 9 years ago)
- Last Synced: 2025-04-07T15:54:44.120Z (about 1 year ago)
- Language: C
- Size: 73.2 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## easyprofiler [](https://travis-ci.org/In-line/easyprofiler)
Easy to use amxx profiler as module.
## Compilation
cmake, boost, gcc, g++ packages may be required.
sudo apt-get install libboost-dev cxxtest cmake gcc g++ # gcc > 4.8 required
sudo apt-get install gcc-multilib g++-multilib libc6-dev-i386 libc6-i386 # If cross compiling from 64 bit linux
cmake .
make -j$((2 * `getconf _NPROCESSORS_ONLN`)) # Multicore build