ShellTux / TickTock

C++ Library Framework to Measure Function Runtimes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TickTock Library

TickTock is a lightweight C++ library for measuring the running time of C++ functions. It provides an easy-to-use interface to start and stop a timer around a specific block of code, allowing you to accurately measure the time taken by that block of code to execute.

Features

  • Simple API for starting and stopping a timer around a block of code
  • Accurate measurement of running time in milliseconds
  • Lightweight and easy to integrate into your C++ projects

Usage

Contributing

License

TickTock is released under the MIT License. See the LICENSE file for more details.

About

C++ Library Framework to Measure Function Runtimes

License:MIT License


Languages

Language:C++ 56.1%Language:Makefile 43.9%