From 068862dc1e053aa21940cab936a1041d97626d13 Mon Sep 17 00:00:00 2001 From: Patrick Lipka Date: Fri, 8 Aug 2025 12:05:54 +0200 Subject: [PATCH] added remark to rvprof_init --- src/rvprof_core.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rvprof_core.c b/src/rvprof_core.c index a4602ae..f628658 100644 --- a/src/rvprof_core.c +++ b/src/rvprof_core.c @@ -71,6 +71,8 @@ void rvprof_init(const char* output_file){ // register atexit handler to automate cleanup register_atexit_handler(); + + fprintf(stderr, "rvprof: profiling active."); } void rvprof_set_program_name(const char* program_name){