From 0cf0e112ca0ee5f4e036cc76fed9b30d965f4d6a Mon Sep 17 00:00:00 2001 From: Rokas Puzonas Date: Wed, 19 Jul 2023 16:19:02 +0300 Subject: [PATCH] add todo --- src/rprof.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rprof.h b/src/rprof.h index c852dd1..5234621 100644 --- a/src/rprof.h +++ b/src/rprof.h @@ -1,6 +1,8 @@ #ifndef RPROF_H #define RPROF_H +// TODO: Maybe remove `assert()`, to lower overhead? Put them behind a macro? + // Available defines for configuration: // RPROF_IMPLEMENTATION: // Enable implementation of library