Loading [MathJax]/extensions/tex2jax.js
Loading...
Searching...
No Matches
Go to the documentation of this file.
33#ifndef LINEAR_SOLVER_PROFILING_H_
34#define LINEAR_SOLVER_PROFILING_H_
39 #define LS_PROFILE_FUNC() PROFILE_FUNC_GROUP("LinearSolver algebra")
40 #define LS_PROFILE_BEGIN(name) PROFILE_BEGIN_GROUP(name, "LinearSolver algebra")
41 #define LS_PROFILE_END(name) PROFILE_END_(name)
43 #define LS_PROFILE_FUNC()
44 #define LS_PROFILE_BEGIN(name)
45 #define LS_PROFILE_END(name)