summary_entry Struct Reference

summary_entry Struct Reference#

Reference API: gko::log::ProfilerHook::summary_entry Struct Reference
Reference API
gko::log::ProfilerHook::summary_entry Struct Reference

Public Attributes

std::string name
 
std::chrono::nanoseconds inclusive {0}
 
std::chrono::nanoseconds exclusive {0}
 
int64 count {}
 

Member Data Documentation

◆ count

int64 gko::log::ProfilerHook::summary_entry::count {}

The total number of invocations of the range.

◆ exclusive

std::chrono::nanoseconds gko::log::ProfilerHook::summary_entry::exclusive {0}

The total runtime of all invocations of the range in nanoseconds, excluding the runtime of all nested ranges.

◆ inclusive

std::chrono::nanoseconds gko::log::ProfilerHook::summary_entry::inclusive {0}

The total runtime of all invocations of the range in nanoseconds.

◆ name

std::string gko::log::ProfilerHook::summary_entry::name

The name of the range.


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