Ginkgo  Generated from pipelines/1330831941 branch based on master. Ginkgo version 1.8.0
A numerical linear algebra library targeting many-core architectures
Public Member Functions | List of all members
gko::log::ProfilerHook::SummaryWriter Class Referenceabstract

Receives the results from ProfilerHook::create_summary(). More...

#include <ginkgo/core/log/profiler_hook.hpp>

Inheritance diagram for gko::log::ProfilerHook::SummaryWriter:
[legend]

Public Member Functions

virtual void write (const std::vector< summary_entry > &entries, std::chrono::nanoseconds overhead)=0
 Callback to write out the summary results. More...
 

Detailed Description

Receives the results from ProfilerHook::create_summary().

Member Function Documentation

◆ write()

virtual void gko::log::ProfilerHook::SummaryWriter::write ( const std::vector< summary_entry > &  entries,
std::chrono::nanoseconds  overhead 
)
pure virtual

Callback to write out the summary results.

Parameters
entriesthe vector of ranges with runtime and count.
overheadan estimate of the profiler overhead

Implemented in gko::log::ProfilerHook::TableSummaryWriter.


The documentation for this class was generated from the following file: