PAPI 7.1.0.0
Loading...
Searching...
No Matches
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
7long long get_cachesize(int type);
8long long get_entries(int type);
9long 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
uint16_t type