Static Public Member Functions | |
static | el ($vr, $prefix=null) |
static | ev ($vr, $prefix=null) |
static | ec ($vr, $prefix=null) |
static | eq (Query $query, $prefix=null) |
static | microtime () |
static | setMemoryCounter () |
static | addMemoryCounter () |
static | getMemoryCounter () |
Static Private Attributes | |
static | $memoryAccumulator = 0 |
static | $currentMemory = null |
Definition at line 16 of file DebugUtils.class.php.
static DebugUtils::el | ( | $ | vr, | |
$ | prefix = null | |||
) | [static] |
Definition at line 21 of file DebugUtils.class.php.
static DebugUtils::ev | ( | $ | vr, | |
$ | prefix = null | |||
) | [static] |
Definition at line 31 of file DebugUtils.class.php.
static DebugUtils::ec | ( | $ | vr, | |
$ | prefix = null | |||
) | [static] |
Definition at line 44 of file DebugUtils.class.php.
static DebugUtils::eq | ( | Query $ | query, | |
$ | prefix = null | |||
) | [static] |
Definition at line 54 of file DebugUtils.class.php.
References DBPool::me().
static DebugUtils::microtime | ( | ) | [static] |
Definition at line 68 of file DebugUtils.class.php.
static DebugUtils::setMemoryCounter | ( | ) | [static] |
Definition at line 74 of file DebugUtils.class.php.
static DebugUtils::addMemoryCounter | ( | ) | [static] |
Definition at line 79 of file DebugUtils.class.php.
static DebugUtils::getMemoryCounter | ( | ) | [static] |
Definition at line 84 of file DebugUtils.class.php.
DebugUtils::$memoryAccumulator = 0 [static, private] |
Definition at line 18 of file DebugUtils.class.php.
DebugUtils::$currentMemory = null [static, private] |
Definition at line 19 of file DebugUtils.class.php.