Skylark (Sketching Library)  0.1
Defines
/var/lib/jenkins/jobs/Skylark/workspace/utility/timer.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define SKYLARK_TIMER_INITIALIZE(X)
#define SKYLARK_TIMER_RESTART(X)
#define SKYLARK_TIMER_ACCUMULATE(X)
#define SKYLARK_TIMER_PRINT(X, BOOST_COMM)

Define Documentation

#define SKYLARK_TIMER_ACCUMULATE (   X)

Definition at line 59 of file timer.hpp.

Referenced by BlockADMMSolver< T >::train().

#define SKYLARK_TIMER_INITIALIZE (   X)

Definition at line 57 of file timer.hpp.

Referenced by BlockADMMSolver< T >::train().

#define SKYLARK_TIMER_PRINT (   X,
  BOOST_COMM 
)

Definition at line 60 of file timer.hpp.

Referenced by BlockADMMSolver< T >::train().

#define SKYLARK_TIMER_RESTART (   X)

Definition at line 58 of file timer.hpp.

Referenced by BlockADMMSolver< T >::train().