NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Methods | List of all members
nvbio::Timer Struct Reference

Detailed description

A simple timer class

Definition at line 75 of file timer.h.

#include <timer.h>

Public Methods

 Timer ()
 constructor More...
 
void start ()
 start timing More...
 
void stop ()
 stop timing More...
 
float seconds () const
 

Constructor & Destructor Documentation

nvbio::Timer::Timer ( )
inline

constructor

Definition at line 78 of file timer.h.

Member Function Documentation

float nvbio::Timer::seconds ( ) const

Definition at line 132 of file timer.cpp.

void nvbio::Timer::start ( )

start timing

Definition at line 117 of file timer.cpp.

void nvbio::Timer::stop ( )

stop timing

Definition at line 124 of file timer.cpp.


The documentation for this struct was generated from the following files: