![]() |
COMPASS
5.4.4
End-to-end AO simulation tool using GPU acceleration
|
#include <carma_timer.h>
Public Member Functions | |
CarmaClock (CarmaContext *context, int i) | |
~CarmaClock () | |
void | tic () |
void | toc () |
Public Attributes | |
CarmaObj< double > * | time_buffer |
double | gpu_freq |
long | cc |
long long int * | clock_counter |
Definition at line 65 of file carma_timer.h.
CarmaClock::CarmaClock | ( | CarmaContext * | context, |
int | i | ||
) |
CarmaClock::~CarmaClock | ( | ) |
Definition at line 82 of file carma_timer.h.
void CarmaClock::tic | ( | ) |
void CarmaClock::toc | ( | ) |
long CarmaClock::cc |
Definition at line 69 of file carma_timer.h.
long long int* CarmaClock::clock_counter |
Definition at line 70 of file carma_timer.h.
double CarmaClock::gpu_freq |
Definition at line 68 of file carma_timer.h.
CarmaObj<double>* CarmaClock::time_buffer |
Definition at line 67 of file carma_timer.h.