added more perf stats

This commit is contained in:
Concedo 2025-06-21 12:12:28 +08:00
parent ea21a9d749
commit 65ff041827
4 changed files with 39 additions and 2 deletions

View file

@ -278,6 +278,9 @@ extern "C"
int get_last_token_count() {
return last_token_count;
}
int get_last_input_count() {
return last_input_count;
}
int get_last_seed()
{
return last_seed;