NVIDIA DeepStream SDK API Reference

6.4 Release
nvtx_helper.h
Go to the documentation of this file.
1 
17 #ifndef __NVTX_HELPER_H__
18 #define __NVTX_HELPER_H__
19 #ifdef __cplusplus
20 extern "C"
21 {
22 #endif
23 
30 void nvtx_helper_push_pop (char * context);
39 void nvtx_helper_start_end (char * context, unsigned long *id);
40 #ifdef __cplusplus
41 }
42 #endif
43 #endif
44 
nvtx_helper_push_pop
void nvtx_helper_push_pop(char *context)
Function definition for pushing/popping a NVTX range.
nvtx_helper_start_end
void nvtx_helper_start_end(char *context, unsigned long *id)
Function definition for starting/stopping a NVTX range.