Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Public Attributes | List of all members
ComputeContext::DebugInfo Struct Reference

#include <qle/math/computeenvironment.hpp>

+ Collaboration diagram for ComputeContext::DebugInfo:

Public Attributes

unsigned long numberOfOperations = 0
 
unsigned long nanoSecondsDataCopy = 0
 
unsigned long nanoSecondsProgramBuild = 0
 
unsigned long nanoSecondsCalculation = 0
 

Detailed Description

Definition at line 77 of file computeenvironment.hpp.

Member Data Documentation

◆ numberOfOperations

unsigned long numberOfOperations = 0

Definition at line 78 of file computeenvironment.hpp.

◆ nanoSecondsDataCopy

unsigned long nanoSecondsDataCopy = 0

Definition at line 79 of file computeenvironment.hpp.

◆ nanoSecondsProgramBuild

unsigned long nanoSecondsProgramBuild = 0

Definition at line 80 of file computeenvironment.hpp.

◆ nanoSecondsCalculation

unsigned long nanoSecondsCalculation = 0

Definition at line 81 of file computeenvironment.hpp.