![]() |
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 77 of file GPUReconstructionProcessing.h.
size_t o2::gpu::GPUReconstructionProcessing::RecoStepTimerMeta::bytesToGPU = 0 |
Definition at line 82 of file GPUReconstructionProcessing.h.
size_t o2::gpu::GPUReconstructionProcessing::RecoStepTimerMeta::bytesToHost = 0 |
Definition at line 83 of file GPUReconstructionProcessing.h.
uint32_t o2::gpu::GPUReconstructionProcessing::RecoStepTimerMeta::countToGPU = 0 |
Definition at line 84 of file GPUReconstructionProcessing.h.
uint32_t o2::gpu::GPUReconstructionProcessing::RecoStepTimerMeta::countToHost = 0 |
Definition at line 85 of file GPUReconstructionProcessing.h.
double o2::gpu::GPUReconstructionProcessing::RecoStepTimerMeta::timerCPU = 0. |
Definition at line 81 of file GPUReconstructionProcessing.h.
HighResTimer o2::gpu::GPUReconstructionProcessing::RecoStepTimerMeta::timerToGPU |
Definition at line 78 of file GPUReconstructionProcessing.h.
HighResTimer o2::gpu::GPUReconstructionProcessing::RecoStepTimerMeta::timerToHost |
Definition at line 79 of file GPUReconstructionProcessing.h.
HighResTimer o2::gpu::GPUReconstructionProcessing::RecoStepTimerMeta::timerTotal |
Definition at line 80 of file GPUReconstructionProcessing.h.