Benchmark_Controller
in package
Benchmark.
Tags
Table of Contents
- $aConfig : array<string|int, mixed>
- Config array
- $instance : mixed
- The singleton instances.
- $_database : string
- DataBase instance
- $_table_name : string
- Table name
- $_temporary_directory : int
- Temporary directory
- __construct() : mixed
- Constructor.
- changeTable() : mixed
- clearTable() : mixed
- cpuMathTest() : mixed
- cpuStringTest() : mixed
- createTable() : mixed
- deleteOldUrlBenchmarks() : mixed
- dropTable() : mixed
- fileSystemTest() : mixed
- getConfig() : mixed
- getStorageCharsets() : array<string|int, mixed>
- Get DataBase Storage Engines
- getStorageEngines() : array<string|int, mixed>
- Get DataBase Storage Engines
- getTables() : array<string|int, mixed>
- Get list of tables
- instance() : object
- Register an existing instance as a singleton.
- mailTest() : mixed
- networkDownloadTest() : mixed
- readTable() : mixed
- show() : mixed
- Show Benchmark JS-code
- writeTable() : mixed
Properties
$aConfig
Config array
public
static array<string|int, mixed>
$aConfig
= \NULL
$instance
The singleton instances.
public
static mixed
$instance
= \NULL
$_database
DataBase instance
protected
string
$_database
= \NULL
$_table_name
Table name
protected
string
$_table_name
= \NULL
$_temporary_directory
Temporary directory
protected
int
$_temporary_directory
= ""
Methods
__construct()
Constructor.
public
__construct() : mixed
Return values
mixed —changeTable()
public
changeTable() : mixed
Return values
mixed —clearTable()
public
clearTable() : mixed
Return values
mixed —cpuMathTest()
public
cpuMathTest() : mixed
Return values
mixed —cpuStringTest()
public
cpuStringTest() : mixed
Return values
mixed —createTable()
public
createTable() : mixed
Return values
mixed —deleteOldUrlBenchmarks()
public
deleteOldUrlBenchmarks() : mixed
Return values
mixed —dropTable()
public
dropTable() : mixed
Return values
mixed —fileSystemTest()
public
fileSystemTest() : mixed
Return values
mixed —getConfig()
public
static getConfig() : mixed
Return values
mixed —getStorageCharsets()
Get DataBase Storage Engines
public
static getStorageCharsets() : array<string|int, mixed>
Return values
array<string|int, mixed> —getStorageEngines()
Get DataBase Storage Engines
public
static getStorageEngines() : array<string|int, mixed>
Return values
array<string|int, mixed> —getTables()
Get list of tables
public
static getTables() : array<string|int, mixed>
Return values
array<string|int, mixed> —instance()
Register an existing instance as a singleton.
public
static instance() : object
Return values
object —mailTest()
public
mailTest() : mixed
Return values
mixed —networkDownloadTest()
public
networkDownloadTest() : mixed
Return values
mixed —readTable()
public
readTable() : mixed
Return values
mixed —show()
Show Benchmark JS-code
public
static show() : mixed
Return values
mixed —writeTable()
public
writeTable() : mixed