Home
last modified time | relevance | path

Searched refs:subLoopback (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/
DAbstractBenchmark.java149 NetworkInterface subLoopback = subInterfaces.nextElement(); in buildBenchmarkAddr() local
150 if (subLoopback.getDisplayName().contains("benchmark")) { in buildBenchmarkAddr()
151 tmp = subLoopback.getInetAddresses().nextElement(); in buildBenchmarkAddr()
153 + subLoopback.getDisplayName() + "\n\n"); in buildBenchmarkAddr()