added more stats in perf

This commit is contained in:
Concedo 2024-03-16 16:53:48 +08:00
parent 2ef03c9de6
commit 7968bdebbb
4 changed files with 16 additions and 1 deletions

View file

@ -251,6 +251,10 @@ extern "C"
int get_total_gens() {
return total_gens;
}
int get_total_img_gens()
{
return total_img_gens;
}
int get_last_stop_reason() {
return (int)last_stop_reason;
}