VisionCpp  0.0.1
Namespaces | Functions
time.hpp File Reference

Basic time operations. More...

#include <chrono>
Include dependency graph for time.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 visioncpp
 VisionCpp namespace.
 
 visioncpp::internal
 Internal implementations.
 
 visioncpp::internal::tools
 Internal tools scope.
 

Functions

template<typename T >
double visioncpp::internal::tools::get_elapse_time (T begin, T end)
 function get_elapse_time More...
 
std::chrono::high_resolution_clock::time_point visioncpp::internal::tools::get_current_time ()
 function get_current_time More...
 

Detailed Description

Basic time operations.

Definition in file time.hpp.