SLProject 4.0.000
|
#include <string>
#include <map>
#include <HighResTimer.h>
#include <Averaged.h>
#include <sstream>
#include <utility>
Classes | |
struct | Utils::AverageTimingBlock |
concatenation of average value and timer More... | |
class | Utils::AverageTiming |
Singleton timing class for average measurement of different timing blocks in loops. More... | |
Namespaces | |
namespace | Utils |
Utils provides utilities for string & file handling, logging and math functions. | |
Macros | |
#define | AVERAGE_TIMING_START(name) Utils::AverageTiming::start(name) |
#define | AVERAGE_TIMING_STOP(name) Utils::AverageTiming::stop(name) |
#define AVERAGE_TIMING_START | ( | name | ) | Utils::AverageTiming::start(name) |
#define AVERAGE_TIMING_STOP | ( | name | ) | Utils::AverageTiming::stop(name) |