SummaryWriter Class Reference#
|
Reference API
|
gko::log::ProfilerHook::SummaryWriter Class Referenceabstract
#include <ginkgo/core/log/profiler_hook.hpp>
Inheritance diagram for gko::log::ProfilerHook::SummaryWriter:
Public Member Functions | |
| virtual void | write (const std::vector< summary_entry > &entries, std::chrono::nanoseconds overhead)=0 |
Detailed Description
Receives the results from ProfilerHook::create_summary().
Member Function Documentation
◆ write()
|
pure virtual |
Callback to write out the summary results.
- Parameters
-
entries the vector of ranges with runtime and count. overhead an estimate of the profiler overhead
Implemented in gko::log::ProfilerHook::TableSummaryWriter.
The documentation for this class was generated from the following file:
- ginkgo/core/log/profiler_hook.hpp
Generated by