end2endzone/SoftTimers
A collection of software timers that allows one to properly time multiple events and know when each "timer" expires meaning that an action is required. The library aims at greatly simplifying multitask complexity.
C++MIT
Issues
- 0
- 0
Create class for profiling functions
#10 opened by end2endzone - 0
- 2
compile error - basic example
#8 opened by alwaysmohawk - 9
error: invalid conversion from 'long unsigned int (*)()' to 'SoftTimer::CounterFunctionPointer {aka unsigned int (*)()}' [-fpermissive]
#5 opened by dduehren - 0
Running unit tests on 64 bit Linux
#7 opened by end2endzone - 0
Build on GitHub Actions
#6 opened by end2endzone - 4
- 3
Create a INSTALL file.
#2 opened by end2endzone - 2
Create a README file.
#1 opened by end2endzone