Hi,
i am want improve the performance of an window.
The profiler shows me that 5 seconds are spent inside of opensheet i.e. inside of powerbuilder.
Has anyone an idea how to get more information where the 5 seconds are spent?
The window has many objects and is used for statistics:
'CommandButton';3
'Tabcontrol';4
'StaticText';54
'UserObject'(20 Tabpages) ;57
'DataWindow';76
Regards,
Ferdinand
i use the the routine view and the the issues are not visible. See the screenshot in my first post.
it only shows that 5 seconds are used ine the opensheet itself.
Have you tried writing your own profiler analysis tool? FYI: Check out the new "Real Time Profile Model Display" in the latest STD Framework as an example of using your own Profile Viewer. In this case, I can use it externally or within the App in "real time" ....
http://chrispollach.blogspot.com/2020/08/2020r2.html
The most likely culprit are indeed the tabpages, specifically any code in their respective constructors.