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--getLastTimer.md
2022-09-21 14:01:45 +02:00

28 lines
678 B
Markdown

## public Election::getLastTimer
### Description
```php
public Election->getLastTimer ( ): float
```
Return the last computation runtime (typically after a getResult() call.). Include only computation related methods.
### Return value:
*(```float```)* (Float) Timer
---------------------------------------
### Related method(s)
* [Election::getGlobalTimer](../Election%20Class/public%20Election--getGlobalTimer.md)
---------------------------------------
### Examples and explanation
* **[Manual - Timber benchmarking](https://github.com/julien-boudry/Condorcet/wiki/III-%23-A.-Avanced-features---Configuration-%23-1.-Timer-Benchmarking)**