Serialize the current hash table profile into a string.
Synopsis
Declared in <absl/profiling/hashtable.h>
absl::StatusOr<std::string>
MarshalHashtableProfile();
Return Value
The marshalled profile, or an error status on failure.
Created with MrDocs