%% TRACECASE5_ON.TRC %% ----------------------------------------------------------------------------- %% This is a test trace case to be used by the inviso_tool_SUITE. %% This tracecase updates an ETS table. Can be used to verify that it has been %% done (or not done!). %% ----------------------------------------------------------------------------- lists:foreach(fun(N)->rpc:call(N,ets,update_counter,[test_proc_tab,counter,1]) end, Nodes). %% END-OF-TRACE-CASE