📄 profile.xif
字号:
/* $XORP: xorp/xrl/interfaces/profile.xif,v 1.1 2004/09/21 18:09:12 atanu Exp $ *//*** Profiling*/interface profile/0.1 { /** * Enable profiling * * @param pname profile variable */ enable ? pname:txt /** * Disable profiling * * @param pname profile variable */ disable ? pname:txt /** * Get log entries. * * @param pname profile variable * @param instance_name to send the profiling info to. */ get_entries ? pname:txt & instance_name:txt /** * Clear the profiling entries * * @param pname profile variable */ clear ? pname:txt /** * List all the profiling variables registered with this target. */ list -> info:txt}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -