profile_client.xif
来自「xorp源码hg」· XIF 代码 · 共 31 行
XIF
31 行
/* $XORP: xorp/xrl/interfaces/profile_client.xif,v 1.2 2004/10/26 01:34:28 bms Exp $ *//*** Profiling client*/interface profile_client/0.1 { /** * A log entry that is sent from a profile server. * * @param pname profiling variable. * @param sec absolute time in seconds that this entry was created. * @param usec absolute time in micro seconds that this entry was * created. * @param comment a comment to be appended to this entry. */ log ? \ pname:txt \ & sec:u32 \ & usec:u32 \ & comment:txt /** * Sent to notify the client that all log entries have been sent. * * @param pname profiling variable. */ finished ? \ pname:txt}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?