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

Go to the source code of this file.

Macros

#define ITERS   5000
 

Functions

 __attribute__ ((noinline)) void stress_try_marker(uint64_t i)
 
static void thrower (uint64_t v)
 
int main (int argc, char **argv)
 

Variables

static volatile uint64_t sink
 

Macro Definition Documentation

◆ ITERS

#define ITERS   5000

Definition at line 11 of file exc_stress_loop.cpp.

Function Documentation

◆ __attribute__()

__attribute__ ( (noinline)  )

Definition at line 14 of file exc_stress_loop.cpp.

References sink.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 23 of file exc_stress_loop.cpp.

References ITERS, sink, and thrower().

◆ thrower()

static void thrower ( uint64_t  v)
static

Definition at line 21 of file exc_stress_loop.cpp.

Referenced by main().

Variable Documentation

◆ sink

volatile uint64_t sink
static

Definition at line 12 of file exc_stress_loop.cpp.

Referenced by __attribute__(), and main().