9 lines
171 B
Text
9 lines
171 B
Text
function exampleFunction(%var1,%var2)
|
|
{
|
|
//put stuff here
|
|
}
|
|
|
|
benchmark(500,"exampleFunction","blah","variables");
|
|
|
|
==> BENCHMARKING RESULT FOR exampleFunction:
|
|
==> 13.257
|