Sacado Development
Loading...
Searching...
No Matches
Sacado::FlopCounterPack::ScalarFlopCounter< T > Class Template Reference

Templated flop counter class. More...

#include <Sacado_ScalarFlopCounter.hpp>

Inheritance diagram for Sacado::FlopCounterPack::ScalarFlopCounter< T >:
Collaboration diagram for Sacado::FlopCounterPack::ScalarFlopCounter< T >:

Classes

struct  apply
 Turn ScalarFlopCounter into a meta-function class usable with mpl::apply. More...

Public Types

typedef RemoveConst< T >::type value_type
 Typename of values.
typedef ScalarType< value_type >::type scalar_type
 Typename of scalar's (which may be different from T).
Public Types inherited from Sacado::Base< ScalarFlopCounter< T > >
typedef T derived_type

Static Public Member Functions

Static functions for general clients (apply to all object with type <tt>T</tt>
static void resetCounters ()
 Reset static flop counters before starting a block of computations.
static void finalizeCounters ()
 Finalize total flop count after block of computations.
static FlopCounts getCounters ()
 Get the flop counts after a block of computations.
static std::ostream & printCounters (std::ostream &out)
 Print the current static flop counts to out.

Object functions

static void incrCounter (const FlopCounts::EFlopType &ft)
 Increment an individual flop counter.
 ScalarFlopCounter ()
 Construct to uninitialized.
template<typename S>
 ScalarFlopCounter (const S &v, typename Sacado::mpl::enable_if< std::is_convertible< S, value_type >, void * >::type=0)
 Construct to scalar value.
const T & val () const
 Return the current value.
void val (const T &a)
 Set the current value.
ScalarFlopCounter< T > operator= (const ScalarFlopCounter< T > &s)
ScalarFlopCounter< T > operator+= (const ScalarFlopCounter< T > &s)
ScalarFlopCounter< T > operator-= (const ScalarFlopCounter< T > &s)
ScalarFlopCounter< T > operator*= (const ScalarFlopCounter< T > &s)
ScalarFlopCounter< T > operator/= (const ScalarFlopCounter< T > &s)

Additional Inherited Members

Public Member Functions inherited from Sacado::Base< ScalarFlopCounter< T > >
const derived_type & derived () const

Detailed Description

template<class T>
class Sacado::FlopCounterPack::ScalarFlopCounter< T >

Templated flop counter class.

The purpose of this simple abstract data type is to count flops within a computation.

Member Function Documentation

◆ incrCounter()

template<class T>
void Sacado::FlopCounterPack::ScalarFlopCounter< T >::incrCounter ( const FlopCounts::EFlopType & ft)
inlinestatic

Increment an individual flop counter.

Static public functions for non-member functions (not for general clients)

Note, this function is ment to be used by nonmember operator functions and not by general clients.

◆ printCounters()

template<class T>
std::ostream & Sacado::FlopCounterPack::ScalarFlopCounter< T >::printCounters ( std::ostream & out)
inlinestatic

Print the current static flop counts to out.

This function just calls printCountersTable().


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