Mantid
|
#include "MantidKernel/DllConfig.h"
#include "MantidKernel/Timer.h"
#include <ctime>
#include <iosfwd>
#include <string>
Go to the source code of this file.
Classes | |
class | Mantid::Kernel::CPUTimer |
CPUTimer : Timer that uses the CPU time, rather than wall-clock time to measure execution time. 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, CPUTimer &obj) |
Convenience function to provide for easier debug printing. More... | |