some initial code and benchmarking for "red" content rendering engine

This commit is contained in:
friendica 2012-07-04 20:37:15 -07:00
parent 0990269555
commit f40b056e3b
3 changed files with 866 additions and 0 deletions

View file

@ -275,3 +275,9 @@ function dbesc_array(&$arr) {
array_walk($arr,'dbesc_array_cb');
}
}}
function dba_timer() {
return microtime(true);
}