Home
last modified time | relevance | path

Searched refs:tableName (Results 1 – 25 of 49) sorted by relevance

12

/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/sdk/
Dsdk_data_parser.cpp129 int32_t SDKDataParser::CreateCounterObjectTable(const std::string& tableName) in CreateCounterObjectTable() argument
132 …ableBase::TableDeclare<GpuCounterObjectTable>(*(traceDataCache_->db_), traceDataCache_, tableName); in CreateCounterObjectTable()
134 …se::TableDeclare<GpuCounterObjectTable>(*(traceDataCache_->db_), traceDataCache_, "_" + tableName); in CreateCounterObjectTable()
140 int32_t SDKDataParser::CreateCounterTable(const std::string& tableName) in CreateCounterTable() argument
143 TableBase::TableDeclare<GpuCounterTable>(*(traceDataCache_->db_), traceDataCache_, tableName); in CreateCounterTable()
145 …ableBase::TableDeclare<GpuCounterTable>(*(traceDataCache_->db_), traceDataCache_, "_" + tableName); in CreateCounterTable()
151 int32_t SDKDataParser::CreateSliceObjectTable(const std::string& tableName) in CreateSliceObjectTable() argument
154 TableBase::TableDeclare<SliceObjectTable>(*(traceDataCache_->db_), traceDataCache_, tableName); in CreateSliceObjectTable()
156 …bleBase::TableDeclare<SliceObjectTable>(*(traceDataCache_->db_), traceDataCache_, "_" + tableName); in CreateSliceObjectTable()
162 int32_t SDKDataParser::CreateSliceTable(const std::string& tableName) in CreateSliceTable() argument
[all …]
Dsdk_data_parser.h56 int32_t CreateCounterObjectTable(const std::string& tableName);
57 int32_t CreateCounterTable(const std::string& tableName);
58 int32_t CreateSliceObjectTable(const std::string& tableName);
59 int32_t CreateSliceTable(const std::string& tableName);
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/sdk/
Dsdk_data_parser.cpp129 int32_t SDKDataParser::CreateCounterObjectTable(const std::string& tableName) in CreateCounterObjectTable() argument
132 …ableBase::TableDeclare<GpuCounterObjectTable>(*(traceDataCache_->db_), traceDataCache_, tableName); in CreateCounterObjectTable()
134 …se::TableDeclare<GpuCounterObjectTable>(*(traceDataCache_->db_), traceDataCache_, "_" + tableName); in CreateCounterObjectTable()
140 int32_t SDKDataParser::CreateCounterTable(const std::string& tableName) in CreateCounterTable() argument
143 TableBase::TableDeclare<GpuCounterTable>(*(traceDataCache_->db_), traceDataCache_, tableName); in CreateCounterTable()
145 …ableBase::TableDeclare<GpuCounterTable>(*(traceDataCache_->db_), traceDataCache_, "_" + tableName); in CreateCounterTable()
151 int32_t SDKDataParser::CreateSliceObjectTable(const std::string& tableName) in CreateSliceObjectTable() argument
154 TableBase::TableDeclare<SliceObjectTable>(*(traceDataCache_->db_), traceDataCache_, tableName); in CreateSliceObjectTable()
156 …bleBase::TableDeclare<SliceObjectTable>(*(traceDataCache_->db_), traceDataCache_, "_" + tableName); in CreateSliceObjectTable()
162 int32_t SDKDataParser::CreateSliceTable(const std::string& tableName) in CreateSliceTable() argument
[all …]
Dsdk_data_parser.h63 int32_t CreateCounterObjectTable(const std::string& tableName);
64 int32_t CreateCounterTable(const std::string& tableName);
65 int32_t CreateSliceObjectTable(const std::string& tableName);
66 int32_t CreateSliceTable(const std::string& tableName);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPanePerfAnalysis.ts143 <div>Process:${ perfObj.obj.tableName }</div>
151 if (it.tableName != 'other') {
192 if (data.tableName !== '' && data.count !== 0) {
210 this.shadowRoot!.querySelector<HTMLDivElement>('.title')!.textContent = it.tableName;
212 this.processName = it.tableName;
237 <div>Thread:${ obj.obj.tableName }</div>
245 if (it.tableName != 'other') {
289 if (data.tableName !== '' && data.count !== 0) {
304 this.processName + ' / ' + it.tableName;
306 this.threadName = it.tableName;
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneVirtualMemoryStatisticsAnalysis.ts168 if (it.tableName != 'other') {
213 if (data.tableName !== '' && data.duration !== 0) {
220 return (obj: { obj: { tableName: any; durFormat: any; percent: any; }; }): string => {
222 <div>ProcessName:${obj.obj.tableName}</div>
238 this.processName = it.tableName;
297 if (data.tableName !== '' && data.duration !== 0) {
309 this.typeName = it.tableName;
328 if (it.tableName != 'other') {
373 if (data.tableName !== '' && data.duration !== 0) {
387 this.threadName = it.tableName;
[all …]
DTabPaneFilesystemStatisticsAnalysis.ts164 if (fsPieClickItem.tableName != 'other') {
209 if (data.tableName !== '' && data.duration !== 0) {
223 this.fileStatisticsAnalysisProcessName = it.tableName;
282 if (data.tableName !== '' && data.duration !== 0) {
288 return (obj: { obj: { tableName: any; durFormat: any; percent: any; }; }): string => {
290 <div>Type:${ obj.obj.tableName }</div>
305 this.typeName = it.tableName;
325 if (it.tableName != 'other') {
371 if (data.tableName !== '' && data.duration !== 0) {
377 return (obj: { obj: { tableName: any; durFormat: any; percent: any; }; }): string => {
[all …]
DTabPaneIOTierStatisticsAnalysis.ts168 if (ioTierPieItem.tableName != 'other') {
213 if (data.tableName !== '' && data.duration !== 0) {
226 this.processName = it.tableName;
287 if (data.tableName !== '' && data.duration !== 0) {
299 this.typeName = it.tableName;
320 if (it.tableName != 'other') {
365 if (data.tableName !== '' && data.duration !== 0) {
370 private getIoTierTip(obj: { obj: { tableName: any; durFormat: any; percent: any; }; }) {
372 <div>ThreadName:${ obj.obj.tableName }</div>
386 this.threadName = it.tableName;
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/hiperf/
DTabPanePerfAnalysis.ts143 <div>Process:${obj.obj.tableName}</div>
151 if (it.tableName != 'other') {
196 if (data.tableName !== '' && data.count !== 0) {
210 this.shadowRoot!.querySelector<HTMLDivElement>('.title')!.textContent = it.tableName;
212 this.processName = it.tableName;
237 <div>Thread:${obj.obj.tableName}</div>
245 if (it.tableName != 'other') {
289 if (data.tableName !== '' && data.count !== 0) {
304 this.processName + ' / ' + it.tableName;
306 this.threadName = it.tableName;
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/file-system/
DTabPaneFilesystemStatisticsAnalysis.ts163 <div>ProcessName:${obj.obj.tableName}</div>
171 if (it.tableName != 'other') {
216 if (data.tableName !== '' && data.duration !== 0) {
230 this.fileStatisticsAnalysisProcessName = it.tableName;
246 <div>Type:${obj.obj.tableName}</div>
296 if (data.tableName !== '' && data.duration !== 0) {
309 this.typeName = it.tableName;
328 <div>ThreadName:${obj.obj.tableName}</div>
336 if (it.tableName != 'other') {
382 if (data.tableName !== '' && data.duration !== 0) {
[all …]
DTabPaneIOTierStatisticsAnalysis.ts167 <div>ProcessName:${obj.obj.tableName}</div>
175 if (it.tableName != 'other') {
220 if (data.tableName !== '' && data.duration !== 0) {
233 this.processName = it.tableName;
249 <div>Type:${obj.obj.tableName}</div>
299 if (data.tableName !== '' && data.duration !== 0) {
311 this.typeName = it.tableName;
329 <div>ThreadName:${obj.obj.tableName}</div>
337 if (it.tableName != 'other') {
382 if (data.tableName !== '' && data.duration !== 0) {
[all …]
DTabPaneVirtualMemoryStatisticsAnalysis.ts167 <div>ProcessName:${obj.obj.tableName}</div>
175 if (it.tableName != 'other') {
220 if (data.tableName !== '' && data.duration !== 0) {
233 this.processName = it.tableName;
249 <div>Type:${obj.obj.tableName}</div>
299 if (data.tableName !== '' && data.duration !== 0) {
311 this.typeName = it.tableName;
329 <div>ThreadName:${obj.obj.tableName}</div>
337 if (it.tableName != 'other') {
382 if (data.tableName !== '' && data.duration !== 0) {
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/hiperf/
DTabPanePerfAnalysis.test.ts80 tableName: 'hiperf(28917)',
87 tableName: 'render_service(388)',
94 tableName: 'hilogd(233)',
101 tableName: 'power_host(374)',
133 tableName: 'kworker/0:0H-mmc_complete(28750)',
140 tableName: 'com.ohos.callui(1362)',
178 tableName: 'kworker/0:0H-mmc_complete(28750)',
185 tableName: 'com.ohos.callui(1362)',
335 tableName: 'ld-musl-aarch64.so.1',
345 tableName: 'libc++.so',
[all …]
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpSdkChart.ts59 showType.tableName,
63 … let maxValue = this.createMaxValueSql(showType.tableName, 'where counter_id = $counter_id');
65 let countSql = this.createSql(startTime, innerTable.tableName, innerTable.columns);
77 showType.tableName,
87 innerTable.tableName,
93 innerTable.tableName,
101 countSql = this.createSql(startTime, innerTable.tableName, innerTable.columns);
120 …private createSliceSql(startTime: number, tableName: string, columns: Array<any>, where?: string):…
136 sliceSelectSql = sliceSelectSql + 'from ' + tableName;
143 private createMaxValueSql(tableName: string, where?: string): string {
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/component/chart/
DSpSdkChart.ts59 showType.tableName,
63 … let maxValue = this.createMaxValueSql(showType.tableName, 'where counter_id = $counter_id');
65 let countSql = this.createSql(startTime, innerTable.tableName, innerTable.columns);
77 showType.tableName,
87 innerTable.tableName,
93 innerTable.tableName,
101 countSql = this.createSql(startTime, innerTable.tableName, innerTable.columns);
120 …private createSliceSql(startTime: number, tableName: string, columns: Array<any>, where?: string):…
136 selectSql = selectSql + 'from ' + tableName;
143 private createMaxValueSql(tableName: string, where?: string): string {
[all …]
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
Dtable_base.cpp34 std::string tableName; member
43 void TableBase::TableRegister(sqlite3& db, TraceDataCache* cache, const std::string& tableName, Tab… in TableRegister() argument
48 context->tableName = tableName; in TableRegister()
59 table->name_ = xdesc->tableName; in TableRegister()
121 if (tableName == "process" || tableName == "thread") { in TableRegister()
128 sqlite3_create_module_v2(&db, tableName.c_str(), &module, context.release(), in TableRegister()
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/table/
Dtable_base.cpp35 std::string tableName; member
45 void TableBase::TableRegister(sqlite3& db, TraceDataCache* cache, const std::string& tableName, Tab… in TableRegister() argument
50 context->tableName = tableName; in TableRegister()
61 table->name_ = xdesc->tableName; in TableRegister()
123 if (tableName == "process" || tableName == "thread") { in TableRegister()
130 sqlite3_create_module_v2(&db, tableName.c_str(), &module, context.release(), in TableRegister()
/developtools/profiler/host/smartperf/trace_streamer/src/table/base/
Dtable_base.h43 static void TableDeclare(sqlite3& db, TraceDataCache* dataCache, const std::string& tableName) in TableDeclare() argument
45 TableRegister(db, dataCache, tableName, [](const TraceDataCache* cache) { in TableDeclare()
48 dataCache->AppendNewTable(tableName); in TableDeclare()
100 …static void TableRegister(sqlite3& db, TraceDataCache* cache, const std::string& tableName, TabTem…
Dtable_base.cpp35 std::string tableName; member
45 void TableBase::TableRegister(sqlite3& db, TraceDataCache* cache, const std::string& tableName, Tab… in TableRegister() argument
50 context->tableName = tableName; in TableRegister()
61 table->name_ = xdesc->tableName; in TableRegister()
126 if (tableName == "process" || tableName == "thread") { in TableRegister()
133 sqlite3_create_module_v2(&db, tableName.c_str(), &module, context.release(), in TableRegister()
/developtools/smartperf_host/trace_streamer/src/table/base/
Dtable_base.h43 static void TableDeclare(sqlite3& db, TraceDataCache* dataCache, const std::string& tableName) in TableDeclare() argument
45 TableRegister(db, dataCache, tableName, [](const TraceDataCache* cache) { in TableDeclare()
48 dataCache->AppendNewTable(tableName); in TableDeclare()
105 …static void TableRegister(sqlite3& db, TraceDataCache* cache, const std::string& tableName, TabTem…
Dtable_base.cpp35 std::string tableName; member
45 void TableBase::TableRegister(sqlite3& db, TraceDataCache* cache, const std::string& tableName, Tab… in TableRegister() argument
50 context->tableName = tableName; in TableRegister()
61 table->name_ = xdesc->tableName; in TableRegister()
126 if (tableName == "process" || tableName == "thread") { in TableRegister()
133 sqlite3_create_module_v2(&db, tableName.c_str(), &module, context.release(), in TableRegister()
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatisticAnalysis.ts44 tableName = '';
206 <div>Memory Type:${typeTipValue.obj.tableName}</div>
217 if (it.tableName != 'other') {
285 <div>Thread:${threadTipValue.obj.tableName}</div>
363 if (it.tableName != 'other') {
409 if (data.tableName !== '' && data.existSize !== 0) {
525 if (statisticAnalysisLeftData.tableName > statisticAnalysisRightData.tableName) {
527 … } else if (statisticAnalysisLeftData.tableName === statisticAnalysisRightData.tableName) {
533 if (statisticAnalysisRightData.tableName > statisticAnalysisLeftData.tableName) {
535 … } else if (statisticAnalysisLeftData.tableName === statisticAnalysisRightData.tableName) {
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatisticAnalysis.ts43 tableName = '';
201 <div>Memory Type:${typeTipValue.obj.tableName}</div>
212 if (it.tableName != 'other') {
278 <div>Thread:${threadTipValue.obj.tableName}</div>
355 if (it.tableName != 'other') {
401 if (data.tableName !== '' && data.existSize !== 0) {
515 if (statisticAnalysisLeftData.tableName > statisticAnalysisRightData.tableName) {
517 … } else if (statisticAnalysisLeftData.tableName === statisticAnalysisRightData.tableName) {
523 if (statisticAnalysisRightData.tableName > statisticAnalysisLeftData.tableName) {
525 … } else if (statisticAnalysisLeftData.tableName === statisticAnalysisRightData.tableName) {
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneFilesystemStatisticsAnalysis.test.ts92 tableName: 'test(3744)',
102 tableName: 'test(3554)',
122 …csData = { durFormat: '194.23ms ', duration: 0, isHover: false, percent: '100.00', tableName: '' };
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpQuerySQL.ts285 let tableName = tableItem[0].trim(); variable
286 tableNameList.push(tableName);
287 if (tableName.indexOf('(') >= 0) {
289 } else if (tableName.indexOf(')') >= 0) {
291 let unitTableName = tableName.split(')');

12