AnyCollect  1.1.2
AnyCollectValues.cc File Reference
#include <iostream>
#include <iomanip>
#include <sstream>
#include <AnyCollect/Controller.h>
Include dependency graph for AnyCollectValues.cc:

Go to the source code of this file.

Classes

struct  AnyCollectValues
 

Functions

template<typename Clock , typename Duration >
std::ostream & operator<< (std::ostream &stream, const std::chrono::time_point< Clock, Duration > &time_point)
 
void printMetric (const AnyCollect::Metric &m)
 
int main (int argc, char *argv[])
 AnyCollect's main function. More...
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

AnyCollect's main function.

Definition at line 73 of file AnyCollectValues.cc.

Here is the call graph for this function:

◆ operator<<()

template<typename Clock , typename Duration >
std::ostream& operator<< ( std::ostream &  stream,
const std::chrono::time_point< Clock, Duration > &  time_point 
)

Definition at line 29 of file AnyCollectValues.cc.

◆ printMetric()

void printMetric ( const AnyCollect::Metric m)

Definition at line 38 of file AnyCollectValues.cc.

Here is the call graph for this function: