void syten::TensorTimer::timer_add_decomp | ( | SourceLocation const & | location, |
DataPointType | type, | ||
SRDef | wall_time, | ||
SRDef | cpu_time, | ||
Index | blocks_in, | ||
Index | rank_in, | ||
MemoryUsage::MemorySize | mem_in, | ||
Index | blocks_pout, | ||
Index | rank_pout, | ||
MemoryUsage::MemorySize | mem_pout, | ||
Index | blocks_sout, | ||
Index | rank_sout, | ||
MemoryUsage::MemorySize | mem_sout | ||
) |
Adds a data point to the list of stored timed tensor decompositions.
References syten::SourceLocation::column(), syten::SourceLocation::file_name(), syten::SourceLocation::line(), std::chrono::high_resolution_clock::now(), syten::Log::stdcerr_is_tty, syten::TensorTimer::timer_add_decomp(), and syten::TensorTimer::timer_data_mtx.
Referenced by syten::TensorTimer::timer_add_decomp().