Peace Lee

Results 71 comments of Peace Lee

@elfring You are right! It can be shown strange logically, But I think it is impossible to fail to import sys module in python :)

@elfring I agree with you! I'll split them :)

There were many requirements about it :) But I don't like it because It may requires also installation or complex copy to target systems. Why do you want it? because...

>How does such a concern fit to your installation instructions? Guider already provides it but it is for PIP or OE. >Would you like to collaborate with Python wheels? some...

I can understand it :) decoupling is needed now, I will try it step by step.

Subsecond interval is not supported in Guider top mode because of overhead :) If you want to see detailed task activity, You can use rec and draw command. ``` #...

@sattishv -g option is used to specify PIDs and COMMs in top mode. ``` $ guider top -g PID1, PID2, COMM ``` If you want to distinguish each node process,...

@sattishv the NG option means a mix of N option and G option. N option means showing namespace, G option means showing cgroups for each process. all processes inside container...

please check below instructions about function profiling for various language. ``` - Monitor native and JIT-compiled function calls for specific threads * Qt: - run the target with "QV4_PROFILE_WRITE_PERF_MAP=1" environment...