51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#pstats
linux命令:pppstats
pppstats(point to point protocol status) 功能说明:显示PPP连线状态。语 法:pppstats [-adrv][-c<执行次数>][-w<间隔秒数>][网络界面]补充说明:利用pp...
开发笔记
·
2023-03-16
linux
命令
pppstats
python pstats ,profile 性能分析
#!/usr/bin/envpython#encoding=utf8importpstatsimportprofiledeffunc1():foriinrange(1000):passdeffunc2():foriinrange(1000):func1()p=profile.Profile()p.run("func2(...
代码星球
·
2020-08-08
python
pstats
profile
性能
分析
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他