PAPI 7.1.0.0
Loading...
Searching...
No Matches
flops.h
Go to the documentation of this file.
1#ifndef _FLOPS_
2#define _FLOPS_
3
4#include "hw_desc.h"
5#include "cat_arch.h"
6
7void flops_driver(char* papi_event_str, hw_desc_t *hw_desc, char* outdir);
8
9#endif
void flops_driver(char *papi_event_str, hw_desc_t *hw_desc, char *outdir)
Definition: flops.c:841