PARALUTION  1.0.0
PARALUTION
time_functions.hpp
Go to the documentation of this file.
1 #ifndef PARALUTION_UTILS_TIME_FUNCTIONS_HPP_
2 #define PARALUTION_UTILS_TIME_FUNCTIONS_HPP_
3 
4 namespace paralution {
5 
7 double paralution_time(void);
8 
9 
10 }
11 
12 #endif // PARALUTION_UTILS_TIME_FUNCTIONS_HPP_
double paralution_time(void)
Return current time in microseconds.
Definition: time_functions.cpp:21
Definition: backend_manager.cpp:43