CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
|
#include <job_timer.hpp>
Public Member Functions | |
Job (const JobType &type, const std::string &name) | |
const JobType & | getType () const |
const std::string & | name () const |
std::chrono::steady_clock::time_point | beginTime () const |
Friends | |
class | JobTimer |
Represents a task for which the execution time will be determined
Definition at line 121 of file job_timer.hpp.
|
inline |
Definition at line 141 of file job_timer.hpp.
|
inlinevirtual |
Definition at line 161 of file job_timer.hpp.
|
inline |
Definition at line 157 of file job_timer.hpp.
|
inline |
Definition at line 149 of file job_timer.hpp.
|
inline |
Definition at line 153 of file job_timer.hpp.
|
friend |
Definition at line 164 of file job_timer.hpp.