The Sparta Modeling Framework
|
Histogram implementation using sparta Counters. More...
#include <iostream>
#include <string>
#include <vector>
#include <algorithm>
#include <numeric>
#include "sparta/utils/MathUtils.hpp"
#include "sparta/simulation/TreeNode.hpp"
#include "sparta/utils/SpartaAssert.hpp"
#include "sparta/statistics/Counter.hpp"
#include "sparta/statistics/StatisticDef.hpp"
#include "sparta/statistics/StatisticSet.hpp"
#include "sparta/simulation/Resource.hpp"
Go to the source code of this file.
Classes | |
class | sparta::HistogramBase |
Histogram base class for uint64_t values. More... | |
class | sparta::HistogramStandalone |
class | sparta::HistogramTreeNode |
Namespaces | |
namespace | sparta |
Macros for handling exponential backoff. | |
Typedefs | |
typedef HistogramTreeNode | sparta::Histogram |
Histogram implementation using sparta Counters.
Definition in file Histogram.hpp.