stats_to_string method
\brief Convert a statistics into a string.
def_API('Z3_stats_to_string', STRING, (_in(CONTEXT), _in(STATS)))
Implementation
Z3_string stats_to_string(
Z3_context c,
Z3_stats s,
) {
return _stats_to_string(
c,
s,
);
}