mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-09 04:32:38 +00:00
Added a new statistic value: dlist calls for current frame.
Sorry for the commit spam, but this way each commit is a different thing. also the ideas for the next thing came to me after commiting, so I didn't know I'd commit again. :P git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@160 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
907f80032a
commit
e8c14fe037
3 changed files with 5 additions and 1 deletions
|
@ -70,6 +70,7 @@ void ExecuteDisplayList(u32 address, u32 size)
|
|||
Decode();
|
||||
}
|
||||
INCSTAT(stats.numDListsCalled);
|
||||
INCSTAT(stats.thisFrame.numDListsCalled);
|
||||
|
||||
// un-swap
|
||||
Xchg(stats.thisFrame.numDLPrims,stats.thisFrame.numPrims);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue