Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 198 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 198 Bytes

SSprofiler

Super Simple Profiler

A very simple profiler to work in console mode, to help you find how much time your code takes to run.

It uses #include <chrono> to measure time