aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inviso/test/inviso_tool_SUITE_data/tracecase1_off.trc
blob: 426c1ed9f9bc3886ec8f3be2d87dc60219a58764 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
%% 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