Arax -8d09c51940345c86062e8ef2427c705ae66e5926
A Runtime Framework for Decoupling Applications from Heterogeneous Accelerators
Loading...
Searching...
No Matches
arax_plot.h
Go to the documentation of this file.
1#ifndef UTILS_ARAX_PLOT_HEADER
2#define UTILS_ARAX_PLOT_HEADER
3#include <stdint.h>
4#include <arax.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif /* ifdef __cplusplus */
9
23uint64_t* arax_plot_register_metric(const char *name, uint64_t *metric);
24
25#ifdef __cplusplus
26}
27#endif /* ifdef __cplusplus */
28
29#endif // ifndef UTILS_ARAX_PLOT_HEADER
uint64_t * arax_plot_register_metric(const char *name, uint64_t *metric)
Definition arax_plot.c:7