Multi-core Hash Joins
Main-memory hash join implementations for multi-core CPUs
Macros | Functions | Variables
perf_counters.h File Reference

An interface to the Intel Performance Counters Monitoring. More...

Go to the source code of this file.

Macros

#define PER_CORE   0
 
#define PER_SOCKET   1
 
#define PER_SYSTEM   0
 

Functions

void PCM_initPerformanceMonitor (const char *pcmcfg, const char *pcmout)
 
void PCM_start ()
 
void PCM_stop ()
 
void PCM_printResults ()
 
void PCM_cleanup ()
 
void PCM_accumulate ()
 
void PCM_printAccumulators ()
 
void PCM_log (char *msg)
 

Variables

char * PCM_CONFIG
 
char * PCM_OUT
 

Detailed Description

An interface to the Intel Performance Counters Monitoring.

Author
Cagri Balkesen <bcagri@melodica>
Date
Mon Feb 6 21:46:14 2012
Version
Id
perf_counters.h 3017 2012-12-07 10:56:20Z bcagri

Definition in file perf_counters.h.