Skip to content

Instantly share code, notes, and snippets.

View Akilan1999's full-sized avatar

Akilan Selvacoumar Akilan1999

View GitHub Profile
@ianliu
ianliu / example.c
Last active May 1, 2023 09:58
A simple profiler written in C
// compile with: gcc -std=gnu99 example.c profiler.c -lrt
#include "profiler.h"
#include <stdio.h>
FILE *devnull;
Profiler p_total;
Profiler p_foo8;
Profiler p_foo10;
// Run n! times