Profiling info for the host execution. More...
#include <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 sycl::_V1::detail::HostProfilingInfo::end | ( | ) |
Measures event's end time.
Definition at line 347 of file event_impl.cpp.
References sycl::_V1::detail::getTimestamp().
Referenced by sycl::_V1::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 sycl::_V1::detail::HostProfilingInfo::start | ( | ) |
Measures event's start time.
Definition at line 345 of file event_impl.cpp.
References sycl::_V1::detail::getTimestamp().
Referenced by sycl::_V1::detail::HostKernel< KernelType, KernelArgType, Dims >::call().