mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-19 00:39:47 +00:00
VideoCommon: Add statistics for draw done and token commands
This commit is contained in:
parent
f106bc150a
commit
39569392bd
3 changed files with 10 additions and 0 deletions
|
@ -71,6 +71,10 @@ struct Statistics
|
|||
|
||||
int num_efb_peeks;
|
||||
int num_efb_pokes;
|
||||
|
||||
int num_draw_done;
|
||||
int num_token;
|
||||
int num_token_int;
|
||||
};
|
||||
ThisFrame this_frame;
|
||||
void ResetFrame();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue