PAPI  5.7.0.0
cache_helper.h
Go to the documentation of this file.
1 #define L1I_CACHE 0
2 #define L1D_CACHE 1
3 #define L2_CACHE 2
4 #define L3_CACHE 3
5 #define MAX_CACHE (L3_CACHE+1)
6 
7 long long get_cachesize(int type);
8 long long get_entries(int type);
9 long long get_linesize(int type);
long long get_cachesize(int type)
Definition: cache_helper.c:78
long long get_linesize(int type)
Definition: cache_helper.c:110
long long get_entries(int type)
Definition: cache_helper.c:94