timer.h File Reference

A timer. Copyright (C) 1994-1997 Givaro Team. More...

#include <iostream>
#include <string>
Include dependency graph for timer.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

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.


Function Documentation

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().

Here is the call graph for this function:

std::ostream& operator<< ( std::ostream &  o,
const BaseTimer BT 
) [inline]

Definition at line 83 of file timer.h.

References BaseTimer::print().

Here is the call graph for this function:

void outputTimerInfoEx ( std::ostream &  os,
Timer tim,
std::string  ostring 
) [inline]

Definition at line 188 of file timer.h.

References Timer::usertime().

Here is the call graph for this function:

Generated on Tue Nov 23 13:10:52 2010 for centerfocus by  doxygen 1.6.3