amd-staging/source/lib/rocprof-sys-user/rocprofiler-systems/causal.h File Reference

amd-staging/source/lib/rocprof-sys-user/rocprofiler-systems/causal.h File Reference#

rocprofiler-systems: amd-staging/source/lib/rocprof-sys-user/rocprofiler-systems/causal.h File Reference
causal.h File Reference

Go to the source code of this file.

Macros

#define ROCPROFSYS_CAUSAL_ENABLED   1
 
#define ROCPROFSYS_CAUSAL_LABEL   __FILE__ ":" ROCPROFSYS_CAUSAL_STR(__LINE__)
 
#define ROCPROFSYS_CAUSAL_PROGRESS    rocprofsys_user_progress(ROCPROFSYS_CAUSAL_LABEL);
 
#define ROCPROFSYS_CAUSAL_PROGRESS_NAMED(LABEL)   rocprofsys_user_progress(LABEL);
 
#define ROCPROFSYS_CAUSAL_BEGIN(LABEL)   rocprofsys_user_push_region(LABEL);
 
#define ROCPROFSYS_CAUSAL_END(LABEL)   rocprofsys_user_pop_region(LABEL);