Documentation

Benchmark_Controller
in package

Benchmark.

Tags
subpackage

Benchmark

version
7.x
author

Hostmake LLC

copyright

© 2005-2024 ООО "Хостмэйк"(Hostmake LLC), http://www.hostcms.ru

Table of Contents

Properties

$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

Methods

__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

deleteOldUrlBenchmarks()

public deleteOldUrlBenchmarks() : mixed

fileSystemTest()

public fileSystemTest() : 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

networkDownloadTest()

public networkDownloadTest() : mixed

show()

Show Benchmark JS-code

public static show() : mixed

        
On this page

Search results