group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
group2::perf::Snapshot::ScopeSummary Struct Reference

Per-scope summary, filled for [0, scopeCount). More...

#include <Profiler.hpp>

Public Attributes

const char * name = ""
std::uint64_t count = 0
std::uint64_t minNs = 0
std::uint64_t p50Ns = 0
std::uint64_t p99Ns = 0
std::uint64_t maxNs = 0
std::uint64_t meanNs = 0

Detailed Description

Per-scope summary, filled for [0, scopeCount).

Member Data Documentation

◆ count

std::uint64_t group2::perf::Snapshot::ScopeSummary::count = 0

◆ maxNs

std::uint64_t group2::perf::Snapshot::ScopeSummary::maxNs = 0

◆ meanNs

std::uint64_t group2::perf::Snapshot::ScopeSummary::meanNs = 0

◆ minNs

std::uint64_t group2::perf::Snapshot::ScopeSummary::minNs = 0

◆ name

const char* group2::perf::Snapshot::ScopeSummary::name = ""

◆ p50Ns

std::uint64_t group2::perf::Snapshot::ScopeSummary::p50Ns = 0

◆ p99Ns

std::uint64_t group2::perf::Snapshot::ScopeSummary::p99Ns = 0

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