Processor Counter Monitor
Macros | Functions | Variables
pcm-pcie.cpp File Reference

Example of using uncore CBo counters: implements a performance counter monitoring utility for monitoring PCIe bandwidth. More...

#include <unistd.h>
#include <signal.h>
#include <math.h>
#include <iomanip>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <string>
#include <assert.h>
#include "pcm-pcie.h"
Include dependency graph for pcm-pcie.cpp:

Macros

#define PCM_DELAY_DEFAULT   1.0
 
#define PCM_DELAY_MIN   0.015
 

Functions

void print_events ()
 
void print_usage (const string &progname)
 
int main (int argc, char *argv[])
 

Variables

bool events_printed = false
 

Detailed Description

Example of using uncore CBo counters: implements a performance counter monitoring utility for monitoring PCIe bandwidth.