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 | errorMav ($message=null) |
Static Private Attributes | |
static | $memoryAccumulator = 0 |
static | $currentMemory = null |
Definition at line 15 of file DebugUtils.class.php.
static DebugUtils::addMemoryCounter | ( | ) | [static] |
Definition at line 78 of file DebugUtils.class.php.
static DebugUtils::ec | ( | $ | vr, | |
$ | prefix = null | |||
) | [static] |
Definition at line 43 of file DebugUtils.class.php.
static DebugUtils::el | ( | $ | vr, | |
$ | prefix = null | |||
) | [static] |
Definition at line 20 of file DebugUtils.class.php.
static DebugUtils::eq | ( | Query $ | query, | |
$ | prefix = null | |||
) | [static] |
Definition at line 53 of file DebugUtils.class.php.
References DBPool::me(), and DialectString::toDialectString().
static DebugUtils::errorMav | ( | $ | message = null |
) | [static] |
Definition at line 88 of file DebugUtils.class.php.
References Model::create(), and ModelAndView::create().
static DebugUtils::ev | ( | $ | vr, | |
$ | prefix = null | |||
) | [static] |
Definition at line 30 of file DebugUtils.class.php.
static DebugUtils::getMemoryCounter | ( | ) | [static] |
Definition at line 83 of file DebugUtils.class.php.
static DebugUtils::microtime | ( | ) | [static] |
Definition at line 67 of file DebugUtils.class.php.
static DebugUtils::setMemoryCounter | ( | ) | [static] |
Definition at line 73 of file DebugUtils.class.php.
DebugUtils::$currentMemory = null [static, private] |
Definition at line 18 of file DebugUtils.class.php.
DebugUtils::$memoryAccumulator = 0 [static, private] |
Definition at line 17 of file DebugUtils.class.php.