SyTen

◆ logTV()

template<typename... Args>
void syten::logTV ( Args &&...  data)
inline

Logs verbose timing data to the standard file streams and std::cerr.

Remarks
Passing a syten::Fmt or syten::FmtNN object as first argument (constructed from a default format string) uses the fmt library, e.g. logGE(Fmt{"{:2} {:3}"}, 1, 12) gives 1 12.

References logE().

Referenced by syten::MPS::apply_op_orthogonalise_fit(), syten::IPEPS::State::buildDL(), syten::MPS::error_estimate_2svariance(), syten::Krylov::Evolution::Evolver< Solver >::evolve(), syten::MPS::expectation(), syten::IPEPS::FullUpdate::fast_update(), syten::Pyten::init_log(), syten::Krylov::TensorNetworks< Matrix, Vector, OrthoPolicy, HEffPolicy, SolverPolicy, ApplicationPolicy >::solve(), syten::Krylov::Standard< Matrix, Vector, OrthoPolicy, SolverPolicy >::solve(), and syten::IPEPS::FullUpdate::update().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: