PAPI 7.1.0.0
Loading...
Searching...
No Matches
instr.h
Go to the documentation of this file.
1#ifndef _INSTR_
2#define _INSTR_
3
4#include "hw_desc.h"
5
6void instr_driver(char* papi_event_name, hw_desc_t *hw_desc, char* outdir);
7
8#endif
void instr_driver(char *papi_event_name, hw_desc_t *hw_desc, char *outdir)