Skip to content

Instantly share code, notes, and snippets.

View kuvaldini's full-sized avatar
💭
🌄🦌🏔️ coding in sunny snowy winter forest among mountains

kuvaldini

💭
🌄🦌🏔️ coding in sunny snowy winter forest among mountains
View GitHub Profile
@kuvaldini
kuvaldini / ProfiledScope.hpp
Created February 20, 2024 19:06
Profiler for C++ tracks time consumption in scope {}
#pragma once
#include <iostream>
#include <vector>
#include <map>
#include <string>
#include <chrono>
#include <cstdio>
#include <unistd.h>