Home
last modified time | relevance | path

Searched refs:GpuCounterObjectTable (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
Dgpu_counter_object_table.cpp22 GpuCounterObjectTable::GpuCounterObjectTable(const TraceDataCache* dataCache) : DemoTableBase(dataC… in GpuCounterObjectTable() function in SysTuning::TraceStreamer::GpuCounterObjectTable
29 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()
Dgpu_counter_object_table.h24 class GpuCounterObjectTable : public DemoTableBase {
26 explicit GpuCounterObjectTable(const TraceDataCache* dataCache);
27 ~GpuCounterObjectTable() override;
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/sdk/
Dsdk_data_parser.cpp127 …DemoTableBase::TableDeclare<GpuCounterObjectTable>(*(traceDataCache_->demoDb_), traceDataCache_, t… in CreateCounterObjectTable()