NestedSummaryWriter Class Reference#
|
Reference API
|
gko::log::ProfilerHook::NestedSummaryWriter Class Referenceabstract
#include <ginkgo/core/log/profiler_hook.hpp>
Inheritance diagram for gko::log::ProfilerHook::NestedSummaryWriter:
Public Member Functions | |
| virtual void | write_nested (const nested_summary_entry &root, std::chrono::nanoseconds overhead)=0 |
Detailed Description
Receives the results from ProfilerHook::create_nested_summary().
Member Function Documentation
◆ write_nested()
|
pure virtual |
Callback to write out the summary results.
- Parameters
-
root the root range 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