MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / showStats

Function showStats

tv/tv.cpp:106–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void showStats() {
107 if (opt_smt_stats)
108 smt::solver_print_stats(*out);
109 if (opt_alias_stats)
110 IR::Memory::printAliasStats(*out);
111}
112
113void writeBitcode(const fs::path &report_filename) {
114 fs::path bc_filename;

Callers 2

verifyMethod · 0.85
finalizeMethod · 0.85

Calls 1

solver_print_statsFunction · 0.85

Tested by

no test coverage detected