Skip to content

Instantly share code, notes, and snippets.

@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>