Home
last modified time | relevance | path

Searched defs:total (Results 1 – 17 of 17) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/bean/
DDuration.java27 private Long total; field in Duration
48 public void setTotal(Long total) { in setTotal()
DFrame.java46 private long total = 0L; field in Frame
DTreeTableBean.java55 private String total; field in TreeTableBean
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/bean/
DDuration.java27 private Long total; field in Duration
48 public void setTotal(Long total) { in setTotal()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/observer/
DMemoryChartObserver.java116 ChartDataModel total = new ChartDataModel(); in refreshView() local
137 int total = 0; in sumChosenItems() local
DCpuChartObserver.java133 ChartDataModel total = new ChartDataModel(); in refreshView() local
155 int total = 0; in sumChosenItems() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/bean/
DDetailBean.java31 private String total; field in DetailBean
283 public void setTotal(String total) { in setTotal()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/
DItemsView.java187 int total = 0; in calcTotalHeight() local
/developtools/profiler/host/smartperf/client/
DCPU.cpp176 int total = user + sys + idle + iowait + irq; in cac_workload() local
/developtools/packing_tool/adapter/ohos/
DFileUtils.java263 int total = 0; in unzip() local
DUncompress.java425 int total = 0; in dataTransfer() local
467 int total = 0; in dataTransferByInput() local
890 int total = 0; in parseHapInfoByTempPath() local
DCompressor.java649 int total = 0; in writeFile() local
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/distributed/bean/
DDetailBeanTest.java249 String total = "total"; in getTotal() local
256 String total = "total"; in setTotal() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/cpu/
DCpuItemView.java310 int total = parseTotalModelToLegend(lastModels); in buildChartLegends() local
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Dsunrpc.proto232 uint32 total = 2; field
/developtools/profiler/protos/types/plugins/ftrace_data/
Dsunrpc.proto232 uint32 total = 2; field
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/memory/
DMemoryItemView.java403 String total = totalMB + chart.getAxisLabelY(); in buildChartLegends() local