added Doxygen-based documentation (draft version for now)
This commit is contained in:
@@ -730,7 +730,7 @@ Returns the number of ticks per second
|
||||
\cvdefCpp{double getTickFrequency();}
|
||||
|
||||
The function returns the number of ticks per second.
|
||||
That is, the following code computes the executing time in seconds.
|
||||
That is, the following code computes the execution time in seconds.
|
||||
\begin{lstlisting}
|
||||
double t = (double)getTickCount();
|
||||
// do something ...
|
||||
|
Reference in New Issue
Block a user