Community
Participate
Working Groups
Created attachment 202092 [details] Archived Project File I have a ResultsLib library that has a timestamp library variable that will be initialize if necessary when its methods are used. My program and two additional libraries use the ResultsLib. I'd expect to grab the timestamp once thru the execution of the program. However, the time is being calculated three times -- by the program and once by each library using the ResultsLib. Here's the console from my execution: **** driver using resultsLib **** action one calculating time **** driver using ExcutionLib **** action one calculating time action two action one action two **** driver using resultsLib **** action one **** driver using Another **** action two calculating time
Fixed by generating the library lookup code differently, so we'll only create one copy of the library per RunUnit.
verified
Closing this defect.