diff options
author | Brian <[email protected]> | 2008-04-01 11:05:32 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2008-04-01 11:05:32 -0600 |
commit | f8c09464f801e97b24ccdb1ba70444c60d4235bd (patch) | |
tree | 8d52683b333960d76fa168a357200072554371af /src/gallium/drivers/cell/spu/spu_dcache.h | |
parent | f3a62372bf155d14876f98b1a085841607bb344c (diff) |
cell: enable #define CACHE_STATS to print a cache report upon exit
Diffstat (limited to 'src/gallium/drivers/cell/spu/spu_dcache.h')
-rw-r--r-- | src/gallium/drivers/cell/spu/spu_dcache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/cell/spu/spu_dcache.h b/src/gallium/drivers/cell/spu/spu_dcache.h index 7a06b8c25af..39a19eb31b5 100644 --- a/src/gallium/drivers/cell/spu/spu_dcache.h +++ b/src/gallium/drivers/cell/spu/spu_dcache.h @@ -31,4 +31,7 @@ spu_dcache_fetch_unaligned(qword *dst, unsigned ea, unsigned size); extern void spu_dcache_mark_dirty(unsigned ea, unsigned size); +extern void +spu_dcache_report(void); + #endif /* SPU_DCACHE_H */ |