1
0
This commit is contained in:
Rokas Puzonas 2023-07-19 16:19:02 +03:00
parent 79245c293c
commit 0cf0e112ca

View File

@ -1,6 +1,8 @@
#ifndef RPROF_H #ifndef RPROF_H
#define RPROF_H #define RPROF_H
// TODO: Maybe remove `assert()`, to lower overhead? Put them behind a macro?
// Available defines for configuration: // Available defines for configuration:
// RPROF_IMPLEMENTATION: // RPROF_IMPLEMENTATION:
// Enable implementation of library // Enable implementation of library