Home
last modified time | relevance | path

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

/third_party/benchmark/bindings/python/google_benchmark/
Dbenchmark.cc162 .def_property("bytes_processed", &State::bytes_processed, in PYBIND11_MODULE()
/third_party/benchmark/include/benchmark/
Dbenchmark.h675 int64_t bytes_processed() const { in bytes_processed() function
/third_party/node/deps/v8/src/heap/
Dmark-compact.cc2220 size_t bytes_processed = 0; in ProcessMarkingWorklist() local
2261 bytes_processed += visited_size; in ProcessMarkingWorklist()
2263 if (bytes_to_process && bytes_processed >= bytes_to_process) { in ProcessMarkingWorklist()
2267 return std::make_pair(bytes_processed, objects_processed); in ProcessMarkingWorklist()
/third_party/benchmark/docs/
Duser_guide.md685 the end after the table, the same way as ``bytes_processed`` and