|
PAPI 7.1.0.0
|

Go to the source code of this file.
Macros | |
| #define | L1I_CACHE 0 |
| #define | L1D_CACHE 1 |
| #define | L2_CACHE 2 |
| #define | L3_CACHE 3 |
| #define | MAX_CACHE (L3_CACHE+1) |
Functions | |
| long long | get_cachesize (int type) |
| long long | get_entries (int type) |
| long long | get_linesize (int type) |
| #define L1D_CACHE 1 |
Definition at line 2 of file cache_helper.h.
| #define L1I_CACHE 0 |
Definition at line 1 of file cache_helper.h.
| #define L2_CACHE 2 |
Definition at line 3 of file cache_helper.h.
| #define L3_CACHE 3 |
Definition at line 4 of file cache_helper.h.
| #define MAX_CACHE (L3_CACHE+1) |
Definition at line 5 of file cache_helper.h.
Definition at line 78 of file cache_helper.c.


Definition at line 94 of file cache_helper.c.


Definition at line 110 of file cache_helper.c.

