aboutsummaryrefslogtreecommitdiffstats
path: root/include/dba.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-04 20:37:15 -0700
committerfriendica <info@friendica.com>2012-07-04 20:37:15 -0700
commitf40b056e3b5e55d911d1689017084ef89d96d09a (patch)
tree990e5d9bfc8752f59085953a4310a63a3d740d2f /include/dba.php
parent0990269555acc46abe646a24ee8330b9d2a8b124 (diff)
downloadvolse-hubzilla-f40b056e3b5e55d911d1689017084ef89d96d09a.tar.gz
volse-hubzilla-f40b056e3b5e55d911d1689017084ef89d96d09a.tar.bz2
volse-hubzilla-f40b056e3b5e55d911d1689017084ef89d96d09a.zip
some initial code and benchmarking for "red" content rendering engine
Diffstat (limited to 'include/dba.php')
-rw-r--r--include/dba.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dba.php b/include/dba.php
index 881097f30..71c1ba859 100644
--- a/include/dba.php
+++ b/include/dba.php
@@ -275,3 +275,9 @@ function dbesc_array(&$arr) {
array_walk($arr,'dbesc_array_cb');
}
}}
+
+
+function dba_timer() {
+ return microtime(true);
+}
+