#include "algo/base/Definitions.h"
#include <string>
#include <string_view>
Go to the source code of this file.
|
| std::string | cbm::algo::MakeReport (std::string_view title, const xpu::timings &t, size_t align=40) |
| | Print timings from top-level times and subtimers.
|
| |
| std::string | cbm::algo::MakeReportSubtimers (std::string_view title, const xpu::timings &t, size_t align=40) |
| | Print timings from subtimers.
|
| |
| std::string | cbm::algo::MakeReportSummary (std::string_view, const xpu::timings &t, size_t align=40) |
| | Only print the top-level times (Elapsed time, total kernel time, memcpy and memset times). Disregard subtimers and kernel times.
|
| |
| std::string | cbm::algo::MakeReportYaml (const xpu::timings &t) |
| | Print timings in YAML format.
|
| |