小编wuw*_*uwl的帖子

我可以使用linux perf获取python调用堆栈吗?

例如,

    def test():
        print "test"
Run Code Online (Sandbox Code Playgroud)

我用过perf record -g -p $pid,但结果只是一切PyEval_EvalFrameEx.如何才能获得真实姓名"test"或者如果不能使用perf?

python linux perf

27
推荐指数
2
解决办法
2164
查看次数

"@"在makefile中的含义是什么?

我们只使用@echo "do..."打印do....但谁能告诉我这种情况的意思是什么?

COUNT=$(shell ls | wc -l )
Run Code Online (Sandbox Code Playgroud)

然后

@COUNT=$( shell ls | grep abc | wc -l )
Run Code Online (Sandbox Code Playgroud)

第二个是什么意思?

makefile

7
推荐指数
1
解决办法
9757
查看次数

标签 统计

linux ×1

makefile ×1

perf ×1

python ×1