RmbRT / timer

Timer utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

timer

C++ timer wrapper for easier time tracking. Only uses functionality from the C++ standard.

License

The code is licensed under the GNU Affero General Public License, version 3 or newer (AGPLv3+).

Installation

Have CMake installed. Navigate to the timer directory, and execute

cmake .

This creates an include directory that contains a copy of all header files and a copy of the license. To use it in your projects, it is advised you include the project as a git submodule.

About

Timer utility

License:GNU Affero General Public License v3.0


Languages

Language:C++ 95.5%Language:CMake 4.5%