class BenchmarkHelper (View source)

The BenchmarkHelper class.

Methods

static string
execute()

execute

static int
getTimes()

Method to get property Times

static void
setTimes(int $times)

Method to set property times

static int
getRound()

Method to get property Round

static void
setRound(int $round)

Method to set property round

Details

at line line 39
static string execute()

execute

Return Value

string

at line line 60
static int getTimes()

Method to get property Times

Return Value

int

at line line 72
static void setTimes(int $times)

Method to set property times

Parameters

int $times

Return Value

void

at line line 82
static int getRound()

Method to get property Round

Return Value

int

at line line 94
static void setRound(int $round)

Method to set property round

Parameters

int $round

Return Value

void