Home
last modified time | relevance | path

Searched defs:fileStorePath (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/services/hiperf/
DHiPerfCommandTest.java60 String fileStorePath = this.getClass().getResource("/Demo.hprof").toString(); in hiPerfCommandTest01() local
76 String fileStorePath = this.getClass().getResource("/Demo.hprof").toString(); in hiPerfCommandTest02() local
92 String fileStorePath = this.getClass().getResource("/Demo.hprof").toString(); in hiPerfCommandTest03() local
139 String fileStorePath = this.getClass().getResource("/PerfDemo.trace").toString(); in executeRecordTest01() local
176 String fileStorePath = this.getClass().getResource("/PerfDemo.trace").toString(); in executeRecordTest03() local
195 String fileStorePath = this.getClass().getResource("/PerfDemo.trace").toString(); in executeRecordTest04() local
214 String fileStorePath = this.getClass().getResource("/Demo.hprof").toString(); in executeRecordTest05() local
232 String fileStorePath = this.getClass().getResource("/Demo.hprof").toString(); in stopRecordTest() local
248 String fileStorePath = this.getClass().getResource("/Demo.hprof").toString(); in executeReportTest() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/hiperf/
DPerfCommand.java72 public PerfCommand(long sessionId, boolean isLeakOhos, String deviceId, String fileStorePath) { in PerfCommand()
DHiPerfCommand.java45 … public HiPerfCommand(long sessionId, boolean isLeakOhos, String deviceId, String fileStorePath) { in HiPerfCommand()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/transport/grpc/
DSystemTraceHelper.java411 String fileStorePath = "/data/local/tmp/hiprofiler_data"; in createSessionByTraceRequestNoParam() local
463 String fileStorePath = "/data/local/tmp/thirdPerf_data"; in createSessionThirdPerfRequest() local
510 String fileStorePath = "/data/local/tmp/hiprofiler_data"; in createSessionHtraceRequestForCpu() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/cpu/
DCpuItemView.java522 … private PerfCommand getPerfCommand(boolean isLeakOhos, String deviceId, String fileStorePath) { in getPerfCommand()