Ginkgo Generated from branch based on main. Ginkgo version 1.10.0
A numerical linear algebra library targeting many-core architectures
Loading...
Searching...
No Matches
gko::log::ProfilerHook::summary_entry Struct Reference
Collaboration diagram for gko::log::ProfilerHook::summary_entry:
[legend]

Public Attributes

std::string name
 The name of the range.
std::chrono::nanoseconds inclusive {0}
 The total runtime of all invocations of the range in nanoseconds.
std::chrono::nanoseconds exclusive {0}
 The total runtime of all invocations of the range in nanoseconds, excluding the runtime of all nested ranges.
int64 count {}
 The total number of invocations of the range.

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