[#absl-MarshalHashtableProfile] = xref:absl.adoc[absl]::MarshalHashtableProfile :relfileprefix: ../ :mrdocs: Serialize the current hash table profile into a string. == Synopsis Declared in `<absl/profiling/hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/StatusOr.adoc[absl::StatusOr<std::string>] MarshalHashtableProfile(); ---- == Return Value The marshalled profile, or an error status on failure. [.small]#Created with https://www.mrdocs.com[MrDocs]#