6 #ifndef MYRAMATH_JOBGRAPH_WRITEPROFILE_H 7 #define MYRAMATH_JOBGRAPH_WRITEPROFILE_H 14 #include <myramath/MYRAMATH_EXPORT.h> 23 MYRAMATH_EXPORT
void writeprofile(
const std::map<int,double>& timing, std::ostream& out);
24 MYRAMATH_EXPORT
void writeprofile(
const std::map<int,double>& timing,
const char* filename);
25 MYRAMATH_EXPORT
void writeprofile(
const std::map<int,double>& timing,
const std::string& filename);