23 #ifndef SHEAF_DLL_SPEC_H 24 #include "SheafSystem/sheaf_dll_spec.h" 28 #include "SheafSystem/std_ctime.h" 31 #ifndef STD_IOSTREAM_H 32 #include "SheafSystem/std_iostream.h" 36 #include "SheafSystem/std_vector.h" 59 virtual bool invariant()
const;
102 double time(
time_unit xunit = SECONDS)
const;
108 double cumulative_time()
const;
118 double lap_time(
int i)
const;
123 size_t lap_ct()
const;
147 double _cumulative_time;
152 std::vector<double> _lap_times;
169 #endif // ifndef STOP_WATCH_H time_unit
The unit of time to return.
SHEAF_DLL_SPEC std::ostream & operator<<(std::ostream &os, const dof_descriptor_array &p)
Insert dof_descriptor_array& p into ostream& os.
Namespace for the sheaves component of the sheaf system.
A clock for timing intervals.