mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-20 14:58:54 +00:00
Add output_multiplex::get_output_count.
This commit is contained in:
@@ -23,6 +23,11 @@ struct output_multiplex : nvbench::output_format
|
||||
return static_cast<Format &>(*m_formats.back());
|
||||
}
|
||||
|
||||
[[nodiscard]] std::size_t get_output_count() const
|
||||
{
|
||||
return m_formats.size();
|
||||
}
|
||||
|
||||
private:
|
||||
void do_print_device_info();
|
||||
void do_print_log_preamble();
|
||||
|
||||
Reference in New Issue
Block a user