strace

    1热度

    2回答

    我试图strace一个Java小程序,strace似乎并没有工作。我正在调用以下函数。 public static void testSTrace(){ long c = 0; for (int i = 0; i < 1000; i++){ long start = System.nanoTime(); try{Thread.sleep(0, 100)

    18热度

    3回答

    osx拥有非常强大的dtrace/ktrace/dtruss工具 - 但我不愿意花时间学习处理它们的时间。 在OSX上获得linux ltrace(可能是strace)的等效功能的最简单方法是什么?