当前位置:网站首页>thinkphp 常用技巧
thinkphp 常用技巧
2022-08-04 00:58:00 【Robin罗兵】
一、查看代码运行时间、内存开销
查看运行时间
Debug::remark('begin'); --开始标记
Debug::remark('end'); --结束标记
Debug::getRangeTime('begin','end',6) --第三个参数默认为4,如果觉得这个统计精度不够,还可以设置。
Log::record("/index/my_api".Debug::getRangMem('begin','end',6))
查看内存开销:
Debug::remark('begin'); --开始标记
Debug::remark('end'); --结束标记
Debug::getRangeMem('begin','end') -- 统计单位为kb
助手函数
debug('begin');
// ...其他代码段
debug('end');
// ...也许这里还有其他代码
// 进行统计区间
echo debug('begin','end').'s';
echo debug('begin','end',6).'s';
echo debug('begin','end','m').'kb';
边栏推荐
- Vant3 - click on the corresponding name name to jump to the next page corresponding to the location of the name of the TAB bar
- typescript57-数组泛型接口
- Electronics manufacturing enterprise deployment WMS what are the benefits of warehouse management system
- 咱们500万条数据测试一下,如何合理使用索引加速?
- 谁说程序员不懂浪漫,表白代码来啦~
- C 学生管理系统_分析
- Shell编程之循环语句(for、while)
- Justin Sun: Web3.0 and the Metaverse will assist mankind to enter the online world more comprehensively
- 2022-08-03: What does the following go code output?A: 2; B: 3; C: 1; D: 0.package main import "fmt" func main() { slice := []i
- MATLAB三维绘图命令plot3入门
猜你喜欢
Jmeter cross-platform operation CSV files
typescript50 - type specification between cross types and interfaces
ES6高级-迭代器与生成器的用法
SQL优化的一些建议,希望可以帮到和我一样被SQL折磨的你
越来越火的图数据库到底能做什么?
轻量级网络整理及其在Yolov5上的实现
LeetCode third topic (the Longest Substring Without Repeating Characters) trilogy # 3: two optimization
建木DevOps流程的快速运用
typescript53-泛型约束
Salesforce's China business may see new changes, rumors may be closing
随机推荐
typescript52-简化泛型函数调用
Demand analysis of MES management system in electronic assembly industry
如何用C语言代码实现商品管理系统开发
快速入门EasyX图形编程
【性能优化】MySQL性能优化之存储引擎调优
typescript50 - type specification between cross types and interfaces
"Miscellaneous" barcode by Excel as a string
【详细教程】一文参透MongoDB聚合查询
高斯推断推导
jmeter distributed stress test
fsdbDump用法
typescript55-泛型约束
七夕活动浪漫上线,别让网络拖慢和小姐姐的开黑时间
Web3 security risks daunting?How should we respond?
ASP.NET 获取数据库的数据并写入到excel表格中
win10+cuda11.7+pytorch1.12.0 installation
电子制造企业部署WMS仓储管理系统的好处是什么
BioVendor人Clara细胞蛋白(CC16)Elisa试剂盒检测步骤
《Greenplum构建实时数据仓库实践》简介
Vant3—— 点击对应的name名称跳转到下一页对应的tab栏的name的位置