Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dostringstream_benchmark.cc33 const int bytes_per_write = state.range(1); in BM_StdStream() local
34 const std::string payload(bytes_per_write, 'x'); in BM_StdStream()
70 const int bytes_per_write = state.range(1); in BM_CustomStream() local
71 const std::string payload(bytes_per_write, 'x'); in BM_CustomStream()