|
Muvicado HD
|
This class is used to measure how long it takes to do things; much easier to work with than NSDate. More...
#include <VVStopwatch.h>


Instance Methods | |
| (void) | - start |
| Starts the stopwatch over again. | |
| (float) | - timeSinceStart |
| Returns a float representing the time (in seconds) since the stopwatch was started. | |
Class Methods | |
| (id) | + create |
| Returns an auto-released instance of VVStopwatch; the stopwatch is started on creation. | |
Protected Attributes | |
| struct timeval | startTime |
This class is used to measure how long it takes to do things; much easier to work with than NSDate.
Definition at line 13 of file VVStopwatch.h.
| + (id) create |
Returns an auto-released instance of VVStopwatch; the stopwatch is started on creation.


| - (void) start |
Starts the stopwatch over again.


| - (float) timeSinceStart |
Returns a float representing the time (in seconds) since the stopwatch was started.


|
protected |
Definition at line 14 of file VVStopwatch.h.