Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
Timer.h File Reference
#include "MantidKernel/DllConfig.h"
#include <chrono>
#include <iosfwd>
#include <string>

Go to the source code of this file.

Classes

class  Mantid::Kernel::CodeBlockMultipleTimer
 
class  Mantid::Kernel::CodeBlockMultipleTimer::TimeAccumulator
 
class  Mantid::Kernel::CodeBlockTimer
 
class  Mantid::Kernel::Timer
 A simple class that provides a wall-clock (not processor time) timer. More...
 

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::Kernel
 

Functions

MANTID_KERNEL_DLL std::ostream & Mantid::Kernel::operator<< (std::ostream &out, const CodeBlockMultipleTimer::TimeAccumulator &ta)
 Output timing summary to a stream.
 
MANTID_KERNEL_DLL std::ostream & Mantid::Kernel::operator<< (std::ostream &out, const Timer &obj)
 Convenience function to provide for easier debug printing.