ug4
linear_solver_profiling.h File Reference

Go to the source code of this file.

Macros

#define LS_PROFILE_BEGIN(name)   PROFILE_BEGIN_GROUP(name, "LinearSolver algebra")
 
#define LS_PROFILE_END(name)   PROFILE_END_(name)
 
#define LS_PROFILE_FUNC()   PROFILE_FUNC_GROUP("LinearSolver algebra")
 
#define PROFILE_LS
 

Macro Definition Documentation

◆ LS_PROFILE_BEGIN

#define LS_PROFILE_BEGIN (   name)    PROFILE_BEGIN_GROUP(name, "LinearSolver algebra")

◆ LS_PROFILE_END

#define LS_PROFILE_END (   name)    PROFILE_END_(name)

◆ LS_PROFILE_FUNC

#define LS_PROFILE_FUNC ( )    PROFILE_FUNC_GROUP("LinearSolver algebra")

◆ PROFILE_LS

#define PROFILE_LS