|
Mantid
|
#include "MantidAPI/AlgoTimeRegister.h"#include "MantidKernel/Timer.h"#include <boost/python/class.hpp>#include <boost/python/make_constructor.hpp>#include <boost/python/reference_existing_object.hpp>#include <boost/python/register_ptr_to_python.hpp>#include <boost/python/return_value_policy.hpp>Go to the source code of this file.
Functions | |
| void | addTimeWrapper (const std::string &name, size_t begin, size_t end) |
| void | export_AlgoTimeRegister () |
| void addTimeWrapper | ( | const std::string & | name, |
| size_t | begin, | ||
| size_t | end | ||
| ) |
Definition at line 19 of file AlgoTimeRegister.cpp.
References name.
Referenced by export_AlgoTimeRegister().
| void export_AlgoTimeRegister | ( | ) |
Definition at line 33 of file AlgoTimeRegister.cpp.
References addTimeWrapper().