有没有一种编程的方式(因为我想在运行时自动完成)来查看一个网页在通过PhantomJs运行时使用了多少内存?
我也在使用casperjs,如果这会有帮助的话。我已经找了很多,但没有找到任何方法。window.performance.memory使用QtWebKit,所以我无法访问PhantomJs。
我想要这些信息,因为我正在为一个web应用程序设置自动化的性能测试。
提前感谢
发布于 2013-09-18 04:58:09
不支持,目前不支持此功能,但我发现有关该https://github.com/ariya/phantomjs/issues/10031的问题
https://stackoverflow.com/questions/15958395
复制相似问题