标签: python c time cpu callgrind
我想测量在c源代码中每个函数花费的时间,但是要在具有ctypes的python中运行。有没有办法在python执行中使用valgrind和callgrind?