A timer. Copyright (C) 1994-1997 Givaro Team. More...
#include <iostream>#include <string>

Go to the source code of this file.
Classes | |
| class | BaseTimer |
| Copyright (C) 1994-1997 Givaro Team. More... | |
| class | RealTimer |
| class | UserTimer |
| class | SysTimer |
| class | Timer |
| a timer, copyright (C) 1994-1997 Givaro Team; License: LGPL More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &o, const BaseTimer &BT) |
| std::ostream & | operator<< (std::ostream &o, const Timer &T) |
| void | outputTimerInfoEx (std::ostream &os, Timer &tim, std::string ostring) |
Copyright (C) 1994-1997 Givaro Team
Written by T. Gautier
------------------------------------ Modified by Bradford Hovinen <hovinen@cis.udel.edu>
Modified by Jakob Kroeker <kroeker@uni-math.gwdg.de>
Added _start_t member to BaseTimer, so that stop () does not clobber the class' memory of its start time. This allows it to be called repeatedly to get elapsed times. ------------------------------------ Modified by Clement Pernet integrated into FFLAS_FFPACK
------------------------------------ See COPYING for license information.
This file implements the C++ interface to commentators (for providing runtime commentary to the user)
Definition in file timer.h.
| std::ostream& operator<< | ( | std::ostream & | o, | |
| const Timer & | T | |||
| ) | [inline] |
Definition at line 179 of file timer.h.
References Timer::count(), Timer::realtime(), and Timer::usertime().

| std::ostream& operator<< | ( | std::ostream & | o, | |
| const BaseTimer & | BT | |||
| ) | [inline] |
Definition at line 83 of file timer.h.
References BaseTimer::print().

| void outputTimerInfoEx | ( | std::ostream & | os, | |
| Timer & | tim, | |||
| std::string | ostring | |||
| ) | [inline] |
Definition at line 188 of file timer.h.
References Timer::usertime().

1.6.3