... | ... |
@@ -340,13 +340,13 @@ |
340 | 340 |
start_time=t-start_time; |
341 | 341 |
} |
342 | 342 |
} |
343 | 343 |
|
344 | 344 |
///Halt (i.e stop immediately) the time counters |
345 | 345 |
|
346 |
///This function stops immediately the time counters, i.e. <tt>t. |
|
346 |
///This function stops immediately the time counters, i.e. <tt>t.halt()</tt> |
|
347 | 347 |
///is a faster |
348 | 348 |
///equivalent of the following. |
349 | 349 |
///\code |
350 | 350 |
/// while(t.running()) t.stop() |
351 | 351 |
///\endcode |
352 | 352 |
/// |
0 comments (0 inline)