Skip to content

Instantly share code, notes, and snippets.

View bacon-GIT's full-sized avatar

Bacon-HAL bacon-GIT

View GitHub Profile
@mcleary
mcleary / Timer.cpp
Last active September 6, 2025 20:49
C++ Timer using std::chrono
#include <iostream>
#include <chrono>
#include <ctime>
#include <cmath>
class Timer
{
public:
void start()
{