Ginkgo
Generated from pipelines/1330831941 branch based on master. Ginkgo version 1.8.0
A numerical linear algebra library targeting many-core architectures
|
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. | |