61 const std::vector<KernelProfilingCounter>&
GetCounters()
const;
67 void SetCounters(
const std::vector<KernelProfilingCounter>& counters);
95 std::vector<KernelProfilingCounter> m_Counters;
96 uint64_t m_RemainingRuns;
Definition KernelProfilingCounter.h:20
Definition KernelProfilingData.h:18
KernelProfilingData(const std::vector< KernelProfilingCounter > &counters)
void DecreaseRemainingProfilingRuns()
KernelProfilingData(const uint64_t remainingRuns)
bool HasRemainingProfilingRuns() const
bool HasCounter(const std::string &name) const
uint64_t GetRemainingProfilingRuns() const
const KernelProfilingCounter & GetCounter(const std::string &name) const
const std::vector< KernelProfilingCounter > & GetCounters() const
void AddCounter(const KernelProfilingCounter &counter)
KernelProfilingData()=default
void SetCounters(const std::vector< KernelProfilingCounter > &counters)
Definition KttPlatform.h:41