Download the PHP package didweb/ratioruntime without Composer
On this page you can find all versions of the php package didweb/ratioruntime. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download didweb/ratioruntime
More information about didweb/ratioruntime
Files in didweb/ratioruntime
Package ratioruntime
Short Description ratio codice runtime
License GPL-3.0-or-later
Homepage https://github.com/Didweb/ratioruntime
Informations about the package ratioruntime
:es: Ratio RunTime
Calcula el tiempo de ejecución en punto determinado a otro de la ejecución del código.
Funcionamineto
Al instanciar la clase esta toma el tiempo inicial para empezar el cálculo.
Para terminar de calcular y mostrar el tiempo:
Devuelve un float con el tiempo transcurrido desde la instanciación del código.
Instalación mediante composer
Usar
Ejemplo de uso:
:de: Ratio Runtime
Berechnen Sie die Ausführungszeit zu einem bestimmten Zeitpunkt zu einem anderen Zeitpunkt der Codeausführung.
Bedienung
Nach dem Instanziieren der Klasse dauert es die erste Zeit, um die Berechnung zu starten.
So beenden Sie die Berechnung und Anzeige der Uhrzeit:
Gibt einen float mit der Zeit zurück, die seit der Instanziierung des Codes vergangen ist.
Composer-Installation
Tragen
Verwenden Sie ein Beispiel:
:gb: Ratio RunTime
Calculate the execution time at a certain point to another of the code execution.
Operation
Upon instantiating the class it takes the initial time to start the calculation.
To finish calculating and displaying the time:
Returns a float with the time elapsed since instantiation of the code.
Composer installation
use
Use example: