|
Multi-core Hash Joins
Main-memory hash join implementations for multi-core CPUs
|
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 |
An interface to the Intel Performance Counters Monitoring.
Definition in file perf_counters.h.