Column-oriented GPU-accelerated Database Management System
CoGaDB
|
#include <iostream>
#include <string>
#include <vector>
#include <config/exports.hpp>
#include <core/time_measurement.hpp>
#include <core/measurementpair.hpp>
#include <core/scheduling_decision.hpp>
Go to the source code of this file.
Classes | |
class | hype::core::AlgorithmMeasurement |
This class represents an easy to use interface for time measurement of an algorithms execution time. More... | |
Namespaces | |
namespace | hype |
The namespace stemod contains all classes and functions that belongs to the framework. | |
namespace | hype::core |
The namespace stemod::core contains all classes and functions that belong to the core framework. |