Sacado Package Browser (Single Doxygen Collection)  Version of the Day
Public Member Functions | Public Attributes | List of all members
Perf Struct Reference

#include <TestAssembly.hpp>

Public Member Functions

 Perf ()
 
void increment (const Perf &p)
 
void scale (double s)
 
 Perf ()
 
void increment (const Perf &p)
 
void scale (double s)
 

Public Attributes

double time
 
double flops
 
double throughput
 
size_t global_elem_count
 
size_t global_node_count
 
double fill_time
 

Detailed Description

Definition at line 325 of file fad_kokkos_view.cpp.

Constructor & Destructor Documentation

◆ Perf() [1/2]

Perf::Perf ( )
inline

Definition at line 56 of file TestAssembly.hpp.

◆ Perf() [2/2]

Perf::Perf ( )
inline

Definition at line 56 of file view/TestAssembly.hpp.

Member Function Documentation

◆ increment() [1/2]

void Perf::increment ( const Perf p)
inline

Definition at line 60 of file TestAssembly.hpp.

◆ scale() [1/2]

void Perf::scale ( double  s)
inline

Definition at line 66 of file TestAssembly.hpp.

◆ increment() [2/2]

void Perf::increment ( const Perf p)
inline

Definition at line 60 of file view/TestAssembly.hpp.

◆ scale() [2/2]

void Perf::scale ( double  s)
inline

Definition at line 66 of file view/TestAssembly.hpp.

Member Data Documentation

◆ time

double Perf::time

Definition at line 326 of file fad_kokkos_view.cpp.

◆ flops

double Perf::flops

Definition at line 327 of file fad_kokkos_view.cpp.

◆ throughput

double Perf::throughput

Definition at line 328 of file fad_kokkos_view.cpp.

◆ global_elem_count

size_t Perf::global_elem_count

Definition at line 52 of file TestAssembly.hpp.

◆ global_node_count

size_t Perf::global_node_count

Definition at line 53 of file TestAssembly.hpp.

◆ fill_time

double Perf::fill_time

Definition at line 54 of file TestAssembly.hpp.


The documentation for this struct was generated from the following files: