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"
|
#define | PCM_DELAY_DEFAULT 1.0 |
|
#define | PCM_DELAY_MIN 0.015 |
|
|
void | print_events () |
|
void | print_usage (const string &progname) |
|
int | main (int argc, char *argv[]) |
|
|
bool | events_printed = false |
|
Example of using uncore CBo counters: implements a performance counter monitoring utility for monitoring PCIe bandwidth.