tracecase1_off.trc
来自「OTP是开放电信平台的简称」· TRC 代码 · 共 13 行
TRC
13 行
%% TRACECASE1_OFF.TRC
%% -----------------------------------------------------------------------------
%% This is a test trace case to be used by the inviso_tool_SUITE.
%% Trace case deactivating the trace started by the activation case tracecase1_on.
%%
%% ProcessName=atom(), variable set in the test environment.
%% Nodes=list(), inviso_tool variable - all traced nodes.
%% -----------------------------------------------------------------------------
inviso:ctf(Nodes,ProcessName,[call]).
inviso:ctpl(Nodes,math,module_info,1).
%% END-OF-TRACE-CASE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?