Debug
public class Debug
Method Summary | |
---|---|
static mixed | remark(string name, mixed value) 记录时间(微秒)和内存使用情况 |
static integer | getRangeTime(string start, string end, integer|string dec) 统计某个区间的时间(微秒)使用情况 |
static integer | getUseTime(integer|string dec) 统计从开始到统计时的时间(微秒)使用情况 |
static string | 获取当前访问的吞吐率情况 |
static string | getRangeMem(string start, string end, integer|string dec) 记录区间的内存使用情况 |
static string | getUseMem(integer|string dec) 统计从开始到统计时的内存使用情况 |
static mixed | getMemPeak(string start, string end, integer|string dec) 统计区间的内存峰值情况 |
static integer|array | getFile(bool detail) 获取文件加载信息 |
static void|string | dump(mixed var, boolean echo, string label, integer flags) 浏览器友好的变量输出 |
static void |
public static mixed remark(string name, mixed value)
记录时间(微秒)和内存使用情况
public static integer getRangeTime(string start, string end, integer|string dec)
统计某个区间的时间(微秒)使用情况
public static integer getUseTime(integer|string dec)
统计从开始到统计时的时间(微秒)使用情况
public static string getThroughputRate()
获取当前访问的吞吐率情况
public static string getRangeMem(string start, string end, integer|string dec)
记录区间的内存使用情况
public static string getUseMem(integer|string dec)
统计从开始到统计时的内存使用情况
public static mixed getMemPeak(string start, string end, integer|string dec)
统计区间的内存峰值情况
public static integer|array getFile(bool detail)
获取文件加载信息
public static void|string dump(mixed var, boolean echo, string label, integer flags)
浏览器友好的变量输出
public static void inject(Response response, mixed content)