Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Namespaces | Enumerations | Functions
MeasurementTypes.hpp File Reference
#include <memory>
#include <vector>
#include <map>
#include "MeasurementNew.hpp"
#include <allocator/StealthTypes.hpp>
Include dependency graph for MeasurementTypes.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  measurements
 

Enumerations

enum class  measurements::Type : unsigned {
  measurements::ROOT = 1 , measurements::OVERALL = 2 , measurements::INIT = 4 , measurements::FINALIZE = 8 ,
  measurements::MAIN = 16 , measurements::AUXILIARY = 32 , measurements::PREPROCESS = 64 , measurements::ALGORITHM = 128
}
 

Functions

std::string measurements::to_string (Type t)
 
Type measurements::measurementTypeFromString (const std::string &ts)
 
std::ostream & measurements::operator<< (std::ostream &os, Type t)