mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-03 09:59:24 -04:00
Make profiler report RSP, RDP and thread timing accurately
This commit is contained in:
@@ -78,6 +78,8 @@ typedef struct OSThread_s {
|
||||
OSId id; /* id for debugging */
|
||||
int fp; /* thread has used fp unit */
|
||||
__OSThreadContext context; /* register/interrupt mask */
|
||||
u32 cycles_saved;
|
||||
u32 cycles_at_dispatch;
|
||||
} OSThread;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user