Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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

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

Detailed Description

Definition at line 51 of file fenl_assembly/TestAssembly.hpp.

Constructor & Destructor Documentation

◆ Perf() [1/2]

Perf::Perf ( )
inline

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

◆ Perf() [2/2]

Perf::Perf ( )
inline

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

Member Function Documentation

◆ increment() [1/2]

void Perf::increment ( const Perf & p)
inline

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

◆ scale() [1/2]

void Perf::scale ( double s)
inline

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

◆ increment() [2/2]

void Perf::increment ( const Perf & p)
inline

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

◆ scale() [2/2]

void Perf::scale ( double s)
inline

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

Member Data Documentation

◆ global_elem_count

size_t Perf::global_elem_count

Definition at line 52 of file fenl_assembly/TestAssembly.hpp.

◆ global_node_count

size_t Perf::global_node_count

Definition at line 53 of file fenl_assembly/TestAssembly.hpp.

◆ fill_time

double Perf::fill_time

Definition at line 54 of file fenl_assembly/TestAssembly.hpp.

◆ time

double Perf::time

Definition at line 37 of file mat_vec/common.hpp.

◆ flops

double Perf::flops

Definition at line 38 of file mat_vec/common.hpp.

◆ throughput

double Perf::throughput

Definition at line 39 of file mat_vec/common.hpp.


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