Searched refs:counterId (Results 1 – 10 of 10) sorted by relevance
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/sdk/ |
| D | ts_sdk_api.cpp | 34 int32_t SDK_AppendCounterObject(int32_t counterId, const char* columnName) in SDK_AppendCounterObject() argument 36 return rpcServer_->demoTs_->sdkDataParser_->AppendCounterObject(counterId, columnName); in SDK_AppendCounterObject() 38 int32_t SDK_AppendCounter(int32_t counterId, uint64_t ts, int32_t value) in SDK_AppendCounter() argument 40 return rpcServer_->demoTs_->sdkDataParser_->AppendCounter(counterId, ts, value); in SDK_AppendCounter()
|
| D | ts_sdk_api.h | 28 int32_t SDK_AppendCounterObject(int32_t counterId, const char* columnName); 29 int32_t SDK_AppendCounter(int32_t counterId, uint64_t ts, int32_t value);
|
| D | sdk_data_parser.cpp | 153 int32_t SDKDataParser::AppendCounterObject(int32_t counterId, const char* columnName) in AppendCounterObject() argument 155 traceDataCache_->GetGpuCounterObjectData()->AppendNewData(counterId, columnName); in AppendCounterObject() 159 int32_t SDKDataParser::AppendCounter(int32_t counterId, uint64_t ts, int32_t value) in AppendCounter() argument 163 traceDataCache_->GetGpuCounterData()->AppendNewData(newTs, counterId, value); in AppendCounter()
|
| D | sdk_data_parser.h | 50 int32_t AppendCounterObject(int32_t counterId, const char* columnName); 51 int32_t AppendCounter(int32_t counterId, uint64_t ts, int32_t value);
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/ |
| D | trace_stdtype.cpp | 22 void GpuCounter::AppendNewData(uint64_t ts, int32_t counterId, int32_t value) in AppendNewData() argument 25 counterId_.emplace_back(counterId); in AppendNewData() 42 void GpuCounterObject::AppendNewData(int32_t counterId, const std::string counterName) in AppendNewData() argument 44 counterId_.emplace_back(counterId); in AppendNewData()
|
| D | trace_stdtype.h | 73 void AppendNewData(int32_t counterId, std::string counterName); 85 void AppendNewData(uint64_t ts, int32_t counterId, int32_t value);
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/doc/ |
| D | TraceStreamerSDK.md | 23 `counterId: counter唯一标识。` 30 int SDK_AppendCounterObject(int counterId, const char* columnName) 35 `counterId: counter唯一标识` 44 int SDK_AppendCounter (int counterId, uint64_t ts, int value)
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/plugin/ |
| D | sdk_plugin_data_parser.cpp | 50 int32_t counterId = mockData.counterobj(i).id(); in sdk_plugin_parser() local 52 SDK_AppendCounterObject(counterId, counterName.c_str()); in sdk_plugin_parser()
|
| /developtools/profiler/device/plugins/memory_plugin/test/unittest/ |
| D | buffer_splitter_unittest.cpp | 438 int counterId = it->second; variable 443 EXPECT_EQ((uint64_t)counterId, value);
|
| /developtools/smartperf_host/ide/src/trace/component/chart/ |
| D | SpSdkChart.ts | 231 counterId: string, 237 traceRow.rowId = `${counterId }-${ componentId}`;
|