class BlobThrasher
Defined at line 843 of file ../../src/performance/memory/thrasher/lib.cc
Public Methods
void BlobThrasher (ThrashConfig config, fidl::ClientEnd<ffxfs::BlobReader> blob_reader_client, const std::vector<std::string> & merkle_roots, size_t max_blob_size_bytes)
Defined at line 845 of file ../../src/performance/memory/thrasher/lib.cc
void ~BlobThrasher ()
Defined at line 852 of file ../../src/performance/memory/thrasher/lib.cc
void Initialize (fit::function<void (zx_status_t)> on_initialized)
Defined at line 854 of file ../../src/performance/memory/thrasher/lib.cc
void Start (std::shared_ptr<ThrashCallback> callback, std::shared_ptr<StatusCallback> status_callback)
Defined at line 878 of file ../../src/performance/memory/thrasher/lib.cc