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);
get_cachesize
long long get_cachesize(int type)
Definition:
cache_helper.c:78
get_linesize
long long get_linesize(int type)
Definition:
cache_helper.c:110
get_entries
long long get_entries(int type)
Definition:
cache_helper.c:94
src
validation_tests
cache_helper.h
Generated on Wed Mar 27 2019 00:55:11 for PAPI by
1.8.15