make sure to not call rvprof_finalize with arguments
This commit is contained in:
parent
2364c82e2d
commit
758af7bf49
2
rvprof.h
2
rvprof.h
|
@ -19,7 +19,7 @@ void rvprof_region_begin(const char* name);
|
||||||
void rvprof_region_end(const char* name);
|
void rvprof_region_end(const char* name);
|
||||||
|
|
||||||
// not called by instrumented code direclty anymore
|
// not called by instrumented code direclty anymore
|
||||||
void rvprof_finalize();
|
void rvprof_finalize(void);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern }
|
extern }
|
||||||
|
|
Loading…
Reference in New Issue