简单性基准 一个用于对经过的时间和内存使用量进行基准测试的库。 安装 作曲家 composer require mmdm/sim-benchmark 或者,您可以简单地从github下载zip文件并将其解压缩,然后将文件放入项目库中,并像其他库一样使用它。 只需在下面添加一行即可自动加载文件: require_once 'path_to_library/autoloader.php' ; 而且你走的很好。 如何使用 // to instance a benchamrk object $ benchmark = new Benchmark (); $ label = 'a label' ; // start benchmark here $ benchmark -> start ( $ label ); // here you should write your algorithm