CCTLib
Calling-context and data-object attribution library for Intel Pin
rec_stripped.cpp File Reference
#include <cstdint>
#include <cstdio>
+ Include dependency graph for rec_stripped.cpp:

Go to the source code of this file.

Functions

static int64_t fib (int n)
 
int main (int argc, char **argv)
 

Variables

static volatile int64_t sink
 

Function Documentation

◆ fib()

static int64_t fib ( int  n)
static

Definition at line 12 of file rec_stripped.cpp.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 17 of file rec_stripped.cpp.

References fib(), and sink.

Variable Documentation

◆ sink

volatile int64_t sink
static

Definition at line 10 of file rec_stripped.cpp.

Referenced by main().