Home
last modified time | relevance | path

Searched defs:ProfilerClient (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/transport/grpc/
DProfilerClient.java36 public class ProfilerClient { class
58 public ProfilerClient(String host, int port) { in ProfilerClient() method in ProfilerClient
69 public ProfilerClient(String host, int port, ManagedChannel channel) { in ProfilerClient() method in ProfilerClient
/developtools/profiler/host/smartperf/ide/src/trace/grpc/
DProfilerClient.ts5 export class ProfilerClient { class