|
teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
#include <stdint.h>#include <unordered_map>#include <chrono>#include <string>Go to the source code of this file.
Classes | |
| class | teditor::Timer |
| Main object used for timing event. More... | |
Namespaces | |
| teditor | |
Typedefs | |
| typedef std::unordered_map< std::string, Timer > | teditor::Timers |
Functions | |
| Timer & | teditor::getTimer (const std::string &name) |
| void | teditor::tic (const std::string &name) |
| void | teditor::toc (const std::string &name) |
| void | teditor::resetTimers () |
1.8.17