CCTLib
Calling-context and data-object attribution library for Intel Pin
footprint_avx32_sweep.c File Reference
#include <stdint.h>
+ Include dependency graph for footprint_avx32_sweep.c:

Go to the source code of this file.

Macros

#define N   100000
 

Functions

static uint64_t buf[N *4] __attribute__ ((aligned(32)))
 
int main (int argc, char **argv)
 

Variables

static volatile uint64_t sink
 

Macro Definition Documentation

◆ N

#define N   100000

Definition at line 9 of file footprint_avx32_sweep.c.

Function Documentation

◆ __attribute__()

static uint64_t buf [N * 4] __attribute__ ( (aligned(32))  )
static

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 12 of file footprint_avx32_sweep.c.

References buf, N, and sink.

Variable Documentation

◆ sink

volatile uint64_t sink
static

Definition at line 10 of file footprint_avx32_sweep.c.

Referenced by main().