1
0
This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
dtux__serveur-vote-lalis/include/condorcet/Documentation/Election Class/public Election--getGlobalTimer.md

28 lines
661 B
Markdown
Raw Normal View History

2022-09-21 12:39:11 +02:00
## public Election::getGlobalTimer
### Description
```php
public Election->getGlobalTimer ( ): float
```
Returns the cumulated computation runtime of this object. Include only computation related methods.
### Return value:
*(```float```)* (Float) Timer
---------------------------------------
### Related method(s)
* [Election::getLastTimer](../Election%20Class/public%20Election--getLastTimer.md)
---------------------------------------
### Examples and explanation
* **[Manual - Timber benchmarking](https://github.com/julien-boudry/Condorcet/wiki/III-%23-A.-Avanced-features---Configuration-%23-1.-Timer-Benchmarking)**