STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Performance Library (UNIXSTL)
[UNIXSTLPerformance Library]

This library provides performance measuring facilities for UNIX. More...

Compounds

class  performance_counter
 A performance counter using gettimeofday(). More...


Functions

void start ()
 Starts measurement.

void stop ()
 Ends measurement.

interval_type get_period_count () const
 The elapsed count in the measurement period.

interval_type get_seconds () const
 The number of whole seconds in the measurement period.

interval_type get_milliseconds () const
 The number of whole milliseconds in the measurement period.

interval_type get_microseconds () const
 The number of whole microseconds in the measurement period.


Detailed Description

This library provides performance measuring facilities for UNIX.


Function Documentation

performance_counter::interval_type get_microseconds   [inline, inherited]
 

The number of whole microseconds in the measurement period.

This represents the extent, in whole microseconds, of the measurement period

performance_counter::interval_type get_milliseconds   [inline, inherited]
 

The number of whole milliseconds in the measurement period.

This represents the extent, in whole milliseconds, of the measurement period

performance_counter::interval_type get_period_count   [inline, inherited]
 

The elapsed count in the measurement period.

This represents the extent, in arbitrary units, of the measurement period

performance_counter::interval_type get_seconds   [inline, inherited]
 

The number of whole seconds in the measurement period.

This represents the extent, in whole seconds, of the measurement period

void start   [inline, inherited]
 

Starts measurement.

Begins the measurement period

void stop   [inline, inherited]
 

Ends measurement.

Ends the measurement period


STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004