RosettaCodeData/Task/Time-a-function/TorqueScript/time-a-function-2.torque
2023-07-01 13:44:08 -04:00

9 lines
171 B
Text

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