![]() |
Project
|
#include <GPUReconstructionProcessing.h>
Public Attributes | |
HighResTimer | timerToGPU |
HighResTimer | timerToHost |
HighResTimer | timerTotal |
double | timerCPU = 0. |
size_t | bytesToGPU = 0 |
size_t | bytesToHost = 0 |
uint32_t | countToGPU = 0 |
uint32_t | countToHost = 0 |
Definition at line 94 of file GPUReconstructionProcessing.h.
size_t o2::gpu::GPUReconstructionProcessing::RecoStepTimerMeta::bytesToGPU = 0 |
Definition at line 99 of file GPUReconstructionProcessing.h.
size_t o2::gpu::GPUReconstructionProcessing::RecoStepTimerMeta::bytesToHost = 0 |
Definition at line 100 of file GPUReconstructionProcessing.h.
uint32_t o2::gpu::GPUReconstructionProcessing::RecoStepTimerMeta::countToGPU = 0 |
Definition at line 101 of file GPUReconstructionProcessing.h.
uint32_t o2::gpu::GPUReconstructionProcessing::RecoStepTimerMeta::countToHost = 0 |
Definition at line 102 of file GPUReconstructionProcessing.h.
double o2::gpu::GPUReconstructionProcessing::RecoStepTimerMeta::timerCPU = 0. |
Definition at line 98 of file GPUReconstructionProcessing.h.
HighResTimer o2::gpu::GPUReconstructionProcessing::RecoStepTimerMeta::timerToGPU |
Definition at line 95 of file GPUReconstructionProcessing.h.
HighResTimer o2::gpu::GPUReconstructionProcessing::RecoStepTimerMeta::timerToHost |
Definition at line 96 of file GPUReconstructionProcessing.h.
HighResTimer o2::gpu::GPUReconstructionProcessing::RecoStepTimerMeta::timerTotal |
Definition at line 97 of file GPUReconstructionProcessing.h.