Profiling info for the host execution. More...
#include <CL/sycl/detail/host_profiling_info.hpp>
Public Member Functions | |
uint64_t | getStartTime () const |
Returns event's start time. More... | |
uint64_t | getEndTime () const |
Returns event's end time. More... | |
void | start () |
Measures event's start time. More... | |
void | end () |
Measures event's end time. More... | |
Profiling info for the host execution.
Definition at line 19 of file host_profiling_info.hpp.
void cl::sycl::detail::HostProfilingInfo::end | ( | ) |
Measures event's end time.
Definition at line 345 of file event_impl.cpp.
References cl::sycl::detail::getTimestamp().
Referenced by cl::sycl::detail::HostKernel< KernelType, KernelArgType, Dims >::call().
|
inline |
Returns event's end time.
Definition at line 31 of file host_profiling_info.hpp.
|
inline |
Returns event's start time.
Definition at line 27 of file host_profiling_info.hpp.
void cl::sycl::detail::HostProfilingInfo::start | ( | ) |
Measures event's start time.
Definition at line 343 of file event_impl.cpp.
References cl::sycl::detail::getTimestamp().
Referenced by cl::sycl::detail::HostKernel< KernelType, KernelArgType, Dims >::call().