22 void Stop(
string Name,
long N,
long M,
long StartTicks);
Class that keeps track of benchmarking results and timing.
string GetResultScriptTicks()
Gets benchmarking result in ticks, as script.
bool Remove(string Name)
Removes a benchmark.
string GetResultScriptMilliseconds()
Gets benchmarking result in milliseconds, as script.
string GetResultScriptSeconds()
Gets benchmarking result in seconds, as script.
string GetResultScriptMicroseconds()
Gets benchmarking result in microseconds, as script.
void Stop(string Name, long N, long M, long StartTicks)
Stops a benchmark.
string[] Tests
Registered tests.