Stops "collecting data" for the
performance profiler.
The WPF file containing the analysis of all the processes performed is saved. This file can be opened by the
performance profiler or in the editor, via

in the quick access buttons.
ProfilerStart("Test_StartProcedure.wpf")
StartProcedure()
ProfilerEnd()
Remarks
If
ProfilerStart was not called before
ProfilerEnd, the call to
ProfilerEnd has no effect.
Business / UI classification: Neutral code