cl::sycl::property::queue::enable_profiling Class Reference
The enable_profiling property adds the requirement that the SYCL runtime must capture profiling information for the command groups that are submitted from this SYCL queue and provide said information via the SYCL event class get_profiling_info member function, if the associated SYCL device supports queue profiling. More...
#include <queue.h>

Public Member Functions | |
enable_profiling () | |
Detailed Description
The enable_profiling property adds the requirement that the SYCL runtime must capture profiling information for the command groups that are submitted from this SYCL queue and provide said information via the SYCL event class get_profiling_info member function, if the associated SYCL device supports queue profiling.
Constructor & Destructor Documentation
◆ enable_profiling()
|
inline |
The documentation for this class was generated from the following file: