|
OpenMS
2.5.0
|
Go to the documentation of this file.
37 #include <OpenMS/config.h>
42 #ifdef OPENMS_HAS_SYS_TIME_H
46 #ifdef OPENMS_HAS_TIME_H
126 double getClockTime()
const;
131 double getUserTime()
const;
136 double getSystemTime()
const;
142 double getCPUTime()
const;
166 bool isRunning()
const;
200 bool operator<=(
const StopWatch & stop_watch)
const;
208 bool operator>=(
const StopWatch & stop_watch)
const;
216 bool operator>(
const StopWatch & stop_watch)
const;
238 #ifdef OPENMS_WINDOWSPLATFORM
239 static PointerSizeInt clock_speed_;
240 typedef OPENMS_UINT64_TYPE
TimeType;
TimeType start_user_time_
Definition: StopWatch.h:255
A more convenient string class.
Definition: String.h:58
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
bool operator<(const MultiplexDeltaMasses &dm1, const MultiplexDeltaMasses &dm2)
PointerSizeInt start_secs_
Definition: StopWatch.h:249
bool is_running_
Definition: StopWatch.h:246
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
PointerSizeInt start_usecs_
Definition: StopWatch.h:252
TimeType current_system_time_
Definition: StopWatch.h:270
TimeType current_user_time_
Definition: StopWatch.h:267
TimeType start_system_time_
Definition: StopWatch.h:258
StopWatch Class.
Definition: StopWatch.h:59
PointerSizeInt current_usecs_
Definition: StopWatch.h:264
String toString(const T &i)
fallback template for general purpose using Boost::Karma; more specializations below
Definition: StringUtils.h:85
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
static PointerSizeInt cpu_speed_
Definition: StopWatch.h:236
PointerSizeInt current_secs_
Definition: StopWatch.h:261
clock_t TimeType
Definition: StopWatch.h:242