7#ifndef BALL_SYSTEM_TIMER_H
8#define BALL_SYSTEM_TIMER_H
14#ifdef BALL_HAS_SYS_TIME_H
197 void dump(::std::ostream& s = ::std::cout,
Size depth = 0L)
const;
207 #ifdef BALL_HAS_WINDOWS_PERFORMANCE_COUNTER
221 clock_t last_user_time_;
224 clock_t last_system_time_;
233 clock_t current_user_time_;
236 clock_t current_system_time_;
239# ifndef BALL_NO_INLINE_FUNCTIONS
BALL_POINTERSIZEUINT_TYPE PointerSizeUInt
BALL_ULONG64_TYPE LongSize
BALL_EXPORT bool operator<(const String &s1, const String &s2)
BALL_EXPORT bool operator>(const String &s1, const String &s2)
BALL_EXPORT bool operator==(const String &s1, const String &s2)
BALL_EXPORT bool operator!=(const String &s1, const String &s2)
BALL_EXPORT bool operator>=(const String &s1, const String &s2)
BALL_EXPORT bool operator<=(const String &s1, const String &s2)
double getUserTime() const
void dump(::std::ostream &s=::std::cout, Size depth=0L) const
double getClockTime() const
double getSystemTime() const
double getCPUTime() const