added remark to rvprof_init

This commit is contained in:
Patrick Lipka 2025-08-08 12:05:54 +02:00
parent 3752a970ef
commit 068862dc1e
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@ void rvprof_init(const char* output_file){
// register atexit handler to automate cleanup // register atexit handler to automate cleanup
register_atexit_handler(); register_atexit_handler();
fprintf(stderr, "rvprof: profiling active.");
} }
void rvprof_set_program_name(const char* program_name){ void rvprof_set_program_name(const char* program_name){