mirror of
https://github.com/Z3Prover/z3
synced 2025-06-08 15:13:23 +00:00
parent
e7fcbd9563
commit
b1bc890992
3 changed files with 22 additions and 0 deletions
|
@ -325,6 +325,7 @@ extern "C" {
|
|||
RESET_ERROR_CODE();
|
||||
Z3_stats_ref * st = alloc(Z3_stats_ref, *mk_c(c));
|
||||
to_optimize_ptr(d)->collect_statistics(st->m_stats);
|
||||
to_optimize_ptr(d)->collect_timer_stats(st->m_stats);
|
||||
mk_c(c)->save_object(st);
|
||||
Z3_stats r = of_stats(st);
|
||||
RETURN_Z3(r);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue