SyTen

◆ logTI()

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

Logs informational 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::Krylov::Evolution::Evolver< Solver >::evolve(), syten::Pyten::init_log(), syten::Log::initLogsP2(), syten::T3N::TDVP::Worker::run(), and syten::MPS::TDVP::LBOWorker::run().

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