Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/pseudo/benchmarks/
H A DBenchmark.cpp90 State.SetBytesProcessed(static_cast<uint64_t>(State.iterations()) * in lex()
100 State.SetBytesProcessed(static_cast<uint64_t>(State.iterations()) * in pairBrackets()
114 State.SetBytesProcessed(static_cast<uint64_t>(State.iterations()) * in preprocess()
127 State.SetBytesProcessed(static_cast<uint64_t>(State.iterations()) * in glrParse()
140 State.SetBytesProcessed(static_cast<uint64_t>(State.iterations()) * in full()
/llvm-project-15.0.7/libcxx/benchmarks/
H A Dformat_to.bench.cpp35 state.SetBytesProcessed(state.iterations() * size * sizeof(CharT)); in BM_format_to_string_back_inserter()
50 state.SetBytesProcessed(state.iterations() * size * sizeof(CharT)); in BM_format_to_string_begin()
65 state.SetBytesProcessed(state.iterations() * size * sizeof(CharT)); in BM_format_to_string_span()
78 state.SetBytesProcessed(state.iterations() * size * sizeof(CharT)); in BM_format_to_string_pointer()
H A Dformat_to_n.bench.cpp35 state.SetBytesProcessed(state.iterations() * size * sizeof(CharT)); in BM_format_to_n_string_back_inserter()
50 state.SetBytesProcessed(state.iterations() * size * sizeof(CharT)); in BM_format_to_n_string_begin()
65 state.SetBytesProcessed(state.iterations() * size * sizeof(CharT)); in BM_format_to_n_string_span()
78 state.SetBytesProcessed(state.iterations() * size * sizeof(CharT)); in BM_format_to_n_string_pointer()
H A Dformatted_size.bench.cpp25 state.SetBytesProcessed(state.iterations() * size * sizeof(CharT)); in BM_formatted_size_string()
H A Dformat.bench.cpp25 state.SetBytesProcessed(state.iterations() * size * sizeof(CharT)); in BM_format_string()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp45 State.SetBytesProcessed(uint64_t(State.iterations()) * uint64_t(NBytes)); in BM_malloc_free()
91 State.SetBytesProcessed(uint64_t(State.iterations()) * uint64_t(NumIters) * in BM_malloc_free_loop()
/llvm-project-15.0.7/third-party/benchmark/test/
H A Dbenchmark_test.cc93 state.SetBytesProcessed(state.iterations() * state.range(1) * sizeof(int)); in BM_SetInsert()
111 state.SetBytesProcessed(items_processed * sizeof(v)); in BM_Sequential()
H A Duser_counters_test.cc74 state.SetBytesProcessed(364); in BM_Counters_WithBytesAndItemsPSec()
H A Dreporter_output_test.cc98 state.SetBytesProcessed(1); in BM_bytes_per_second()
/llvm-project-15.0.7/libc/benchmarks/
H A DLibcMemoryGoogleBenchmarkMain.cpp54 State.SetBytesProcessed(TotalBytes); in ~Runner()
/llvm-project-15.0.7/third-party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc163 &State::SetBytesProcessed) in PYBIND11_MODULE()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h669 void SetBytesProcessed(int64_t bytes) { in SetBytesProcessed() function
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Duser_guide.md291 state.SetBytesProcessed(int64_t(state.iterations()) *
517 state.SetBytesProcessed(