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){