Timer: Difference between revisions

Jump to navigation Jump to search
188 bytes added ,  8 December 2016
no edit summary
(Created page with "PHP: [http://stackoverflow.com/questions/8310487/start-and-stop-a-timer-php Start and stop a timer PHP - Stack Overflow] MySQL: Recording the time elapsed after the sql quer...")
 
No edit summary
Line 10: Line 10:




{{Linux}} or Cygwin commands on {{Win}}
{{Linux}} or Cygwin commands on {{Win}}<ref>[http://stackoverflow.com/questions/385408/get-program-execution-time-in-the-shell linux - Get program execution time in the shell - Stack Overflow]</ref>
<pre>
<pre>
START=$(date +%s)
START=$(date +%s)
Line 21: Line 21:


Python: [http://stackoverflow.com/questions/7370801/measure-time-elapsed-in-python performance - Measure time elapsed in Python? - Stack Overflow]
Python: [http://stackoverflow.com/questions/7370801/measure-time-elapsed-in-python performance - Measure time elapsed in Python? - Stack Overflow]
References
<References />


[[Category:Programming]] [[Category:PHP]] [[Category:MySQL]] [[Category:Tool]]
[[Category:Programming]] [[Category:PHP]] [[Category:MySQL]] [[Category:Tool]]

Navigation menu