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.
我已经用 C 语言编写了一个内存泄漏检测器,并且我必须在相同的程序逻辑中使用 Valgrind 和 Java GC 评估它的性能。是否有任何关于如何测量 Valgrind 和 Java GC 中经过的时间的提示?