nested_summary_entry Struct Reference

nested_summary_entry Struct Reference#

Reference API: gko::log::ProfilerHook::nested_summary_entry Struct Reference
Reference API
gko::log::ProfilerHook::nested_summary_entry Struct Reference

Public Attributes

std::string name
 
std::chrono::nanoseconds elapsed {0}
 
int64 count {}
 
std::vector< nested_summary_entrychildren {}
 

Member Data Documentation

◆ children

std::vector<nested_summary_entry> gko::log::ProfilerHook::nested_summary_entry::children {}

The nested ranges inside this range.

◆ count

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

The total number of invocations of the range.

◆ elapsed

std::chrono::nanoseconds gko::log::ProfilerHook::nested_summary_entry::elapsed {0}

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

◆ name

std::string gko::log::ProfilerHook::nested_summary_entry::name

The name of the range.


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