Thread Pattern matching: zahlen aus einem String herauslesen (34 answers)
Opened by monetron at 2004-01-23 16:13

DS
 2004-01-26 21:09
#79480 #79480
User since
2003-08-04
247 Artikel
BenutzerIn
[default_avatar]
[quote=Crian,26.01.2004, 19:27]Was soll das sein?[/quote]
Quote
The Benchmark module encapsulates a number of routines to help you figure out how long it takes to execute some code.

timethis - run a chunk of code several times

timethese - run several chunks of code several times

cmpthese - print results of timethese as a comparison chart

timeit - run a chunk of code and see how long it goes

countit - see how many times a chunk of code runs in a given time

View full thread Pattern matching: zahlen aus einem String herauslesen