Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/pseudo/benchmarks/
H A DBenchmark.cpp
/llvm-project/libcxx/benchmarks/
H A Dformat_to.bench.cpp
H A Dformat_to_n.bench.cpp
H A Dformatted_size.bench.cpp
H A Dformat.bench.cpp
/llvm-project/compiler-rt/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp
/llvm-project/third-party/benchmark/test/
H A Dbenchmark_test.cc96 state.SetBytesProcessed(state.iterations() * state.range(1) * in BM_SetInsert()
115 state.SetBytesProcessed(items_processed * static_cast<int64_t>(sizeof(v))); in BM_Sequential()
H A Duser_counters_test.cc75 state.SetBytesProcessed(364); in BM_Counters_WithBytesAndItemsPSec()
H A Dreporter_output_test.cc102 state.SetBytesProcessed(1); in BM_bytes_per_second()
/llvm-project/libc/benchmarks/
H A DLibcMemoryGoogleBenchmarkMain.cpp54 State.SetBytesProcessed(TotalBytes); in ~Runner()
/llvm-project/third-party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc164 &State::SetBytesProcessed) in NB_MODULE()
/llvm-project/third-party/benchmark/docs/
H A Duser_guide.md319 state.SetBytesProcessed(int64_t(state.iterations()) *
556 state.SetBytesProcessed(
596 state.SetBytesProcessed(
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h865 void SetBytesProcessed(int64_t bytes) { in SetBytesProcessed() function