Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想根据服务 XML 提要的速度来比较各种 Web 服务。我搜索但没有找到用于此的工具。请指导我如何测量 Web 服务返回的 XML 提要的确切加载时间。
就在您发送请求之前和收到响应之后调用 System.currentTimeMillis() 并减去它们