|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Go to the source code of this file.
Functions | |
| foreach( $testfiles as $file=> $desc) | benchmarkTest (&$u, $filename, $desc) |
| benchTime () | |
| benchmarkForm (&$u, &$data, $form) | |
Variables | |
| if (isset( $_SERVER[ 'argv']) &&in_array('--icu', $_SERVER[ 'argv'])) | |
| const | BENCH_CYCLES 5 |
| if(php_sapi_name() !='cli') | $testfiles |
| $normalizer = new UtfNormal | |
| benchmarkForm | ( | & | $u, |
| & | $data, | ||
| $form | |||
| ) |
Definition at line 89 of file UtfNormalBench.php.
References $data, $form, $i, $out, $start, $utfCanonicalDecomp, BENCH_CYCLES, and benchTime().
Referenced by benchmarkTest().
Here is the call graph for this function:
Here is the caller graph for this function:| foreach($testfiles as $file=> $desc) benchmarkTest | ( | & | $u, |
| $filename, | |||
| $desc | |||
| ) |
Definition at line 55 of file UtfNormalBench.php.
References $data, $filename, $form, $step, benchmarkForm(), and print.
Here is the call graph for this function:| benchTime | ( | ) |
Definition at line 83 of file UtfNormalBench.php.
Referenced by benchmarkForm().
Here is the caller graph for this function:| $normalizer = new UtfNormal |
Definition at line 47 of file UtfNormalBench.php.
| if (php_sapi_name() !='cli') $testfiles |
Definition at line 40 of file UtfNormalBench.php.
| const BENCH_CYCLES 5 |
Definition at line 34 of file UtfNormalBench.php.
Referenced by benchmarkForm().
| if(isset($_SERVER['argv']) &&in_array('--icu', $_SERVER['argv'])) | ( | isset( $_SERVER[ 'argv']) &&in_array('--icu', $_SERVER[ 'argv']) | ) |
Definition at line 28 of file UtfNormalBench.php.