Home
last modified time | relevance | path

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

/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
DBufferPerformanceBench.java100 public void threads1hot(HotBuffers buffers) throws IOException { in threads1hot()
106 public void threads2hot(HotBuffers buffers) throws IOException { in threads2hot()
112 public void threads4hot(HotBuffers buffers) throws IOException { in threads4hot()
118 public void threads8hot(HotBuffers buffers) throws IOException { in threads8hot()
124 public void threads16hot(HotBuffers buffers) throws IOException { in threads16hot()
130 public void threads32hot(HotBuffers buffers) throws IOException { in threads32hot()
137 public void thinkReadHot(HotBuffers buffers) throws IOException { in thinkReadHot()
148 private void readWriteRecycle(HotBuffers buffers) throws IOException { in readWriteRecycle()
229 public static class HotBuffers extends BufferSetup { class in BufferPerformanceBench