mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
[Feature] Add total entries to database info
show total database entries in debug>Database Info Change-Id: Ic22b6a032ae0ee23e0f38c0da6a9cf1433ba29e2
This commit is contained in:
parent
d39fcf5c89
commit
d521020d21
3 changed files with 4 additions and 0 deletions
|
@ -1865,6 +1865,8 @@ static int database_callback(int btn, struct gui_synclist *lists)
|
|||
stat->ramcache ? "Yes" : "No");
|
||||
simplelist_addline("RAM: %d/%d B",
|
||||
stat->ramcache_used, stat->ramcache_allocated);
|
||||
simplelist_addline("Total entries: %d",
|
||||
stat->total_entries);
|
||||
simplelist_addline("Progress: %d%% (%d entries)",
|
||||
stat->progress, stat->processed_entries);
|
||||
simplelist_addline("Curfile: %s",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue