GraphChi  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros
imetrics_reporter.hpp
Go to the documentation of this file.
1 
32 #ifndef DEF_GRAPHCHI_IMETRICS_REPORTER
33 #define DEF_GRAPHCHI_IMETRICS_REPORTER
34 
35 #include <map>
36 
37 
38 namespace graphchi {
40 
41  public:
42  virtual void do_report(std::string name, std::string id, std::map<std::string, metrics_entry> & entries) = 0;
43 
44  };
45 
46 };
47 
48 #endif
49 
50