Kernel Compute Time is the duration of the compute on the GPU. It is a subset of Capture Time. Kernel Compute Time depends on the capture settings and the compute power of the GPU. Note that Kernel Compute Time + Acquisition Time is not equal to Capture Time, as acquisition and processing operations can be performed in parallel.
More...
#include <Zivid/FrameInfo.h>
|
| using | ValueType = std::chrono::microseconds |
| | The type of the underlying value.
|
Kernel Compute Time is the duration of the compute on the GPU. It is a subset of Capture Time. Kernel Compute Time depends on the capture settings and the compute power of the GPU. Note that Kernel Compute Time + Acquisition Time is not equal to Capture Time, as acquisition and processing operations can be performed in parallel.
◆ ValueType
The type of the underlying value.
◆ KernelComputeTime() [1/2]
| Zivid::FrameInfo::Metrics::KernelComputeTime::KernelComputeTime |
( |
| ) |
|
|
default |
◆ KernelComputeTime() [2/2]
| Zivid::FrameInfo::Metrics::KernelComputeTime::KernelComputeTime |
( |
std::chrono::microseconds | value | ) |
|
|
inlineexplicitconstexpr |
◆ operator!=()
| bool Zivid::FrameInfo::Metrics::KernelComputeTime::operator!= |
( |
const KernelComputeTime & | other | ) |
const |
|
inline |
◆ operator<()
| bool Zivid::FrameInfo::Metrics::KernelComputeTime::operator< |
( |
const KernelComputeTime & | other | ) |
const |
|
inline |
◆ operator<=()
| bool Zivid::FrameInfo::Metrics::KernelComputeTime::operator<= |
( |
const KernelComputeTime & | other | ) |
const |
|
inline |
◆ operator==()
| bool Zivid::FrameInfo::Metrics::KernelComputeTime::operator== |
( |
const KernelComputeTime & | other | ) |
const |
|
inline |
◆ operator>()
| bool Zivid::FrameInfo::Metrics::KernelComputeTime::operator> |
( |
const KernelComputeTime & | other | ) |
const |
|
inline |
◆ operator>=()
| bool Zivid::FrameInfo::Metrics::KernelComputeTime::operator>= |
( |
const KernelComputeTime & | other | ) |
const |
|
inline |
◆ toString()
| std::string Zivid::FrameInfo::Metrics::KernelComputeTime::toString |
( |
| ) |
const |
◆ validRange()
| constexpr Range< std::chrono::microseconds > Zivid::FrameInfo::Metrics::KernelComputeTime::validRange |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ value()
| std::chrono::microseconds Zivid::FrameInfo::Metrics::KernelComputeTime::value |
( |
| ) |
const |
◆ DataModel::Detail::Befriend< KernelComputeTime >
◆ operator<<
Operator to serialize the value to a stream.
◆ description
| const char* Zivid::FrameInfo::Metrics::KernelComputeTime::description |
|
staticconstexpr |
Initial value:{
R"description(Kernel Compute Time is the duration of the compute on the GPU. It is a subset of Capture Time. Kernel
Compute Time depends on the capture settings and the compute power of the GPU. Note that Kernel Compute
Time + Acquisition Time is not equal to Capture Time, as acquisition and processing operations can be
performed in parallel.
)description"
}
The description for this value.
◆ name
| const char* Zivid::FrameInfo::Metrics::KernelComputeTime::name { "KernelComputeTime" } |
|
staticconstexpr |
◆ nodeType
◆ path
| const char* Zivid::FrameInfo::Metrics::KernelComputeTime::path { "Metrics/KernelComputeTime" } |
|
staticconstexpr |
The full path for this value.
The documentation for this class was generated from the following file: