首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > 调用PHP应用程序的PHP类

调用PHP应用程序的PHP类

资 源 简 介

Contains PHP classes for easing the implementation of instrumentation in your application. Instrumentation - A singleton which provides an interface for storing counters. These counters are automatically exported to the apache environment using apache_setenv() MySQLi_perf - Instrumented extension of the MySQLi object and replacement static functions for the functional one MySQL_perf - Instrumented abstract class with static functions to replace the mysql functional interface More to come -- BASIC USAGE -- To automatically record CPU usage, memory usage and other metrics be sure to start the instrumentation request very early in the life of your application. Ideally, this should be the first thing your application does: require_once("Instrumentation.php"); Instrumentation::get_instance()->start_request();
VIP VIP
0.174903s