Searched refs:GpuCounterObjectTable (Results 1 – 3 of 3) sorted by relevance
22 GpuCounterObjectTable::GpuCounterObjectTable(const TraceDataCache* dataCache) : DemoTableBase(dataC… in GpuCounterObjectTable() function in SysTuning::TraceStreamer::GpuCounterObjectTable29 GpuCounterObjectTable::~GpuCounterObjectTable() {} in ~GpuCounterObjectTable()31 std::unique_ptr<DemoTableBase::Cursor> GpuCounterObjectTable::CreateCursor() in CreateCursor()36 GpuCounterObjectTable::Cursor::Cursor(const TraceDataCache* dataCache, DemoTableBase* table) in Cursor()42 GpuCounterObjectTable::Cursor::~Cursor() {} in ~Cursor()44 int32_t GpuCounterObjectTable::Cursor::Column(int32_t GpuCntObjColumn) const in Column()
24 class GpuCounterObjectTable : public DemoTableBase {26 explicit GpuCounterObjectTable(const TraceDataCache* dataCache);27 ~GpuCounterObjectTable() override;
127 …DemoTableBase::TableDeclare<GpuCounterObjectTable>(*(traceDataCache_->demoDb_), traceDataCache_, t… in CreateCounterObjectTable()