GraphChi
0.1
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Macros
src
metrics
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 {
39
class
imetrics_reporter
{
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
Generated on Thu Jul 5 2012 00:11:17 for GraphChi by
1.8.1.1