Attached are some screenshots of my run time statistics.


Code: Select all
Test()
{
Report.Info("Test");
}
Code: Select all
Test()
{
Report.Info("Test");
Report.Info("Test");
}
Great, awaiting your response!Gunner1980 wrote:It seems to be working much better for my project now, let me get with the rest of my team and make sure this has resolved their issues as well and I will report back.
The only thing that I know has changed is a performance increase, maybe that's the cause why the next module is now executed sooner and the last report message in a module does not show up as long as it used to.Gunner1980 wrote:This is new to 3.0.2 and was functioning properly in 3.0.1.