Hi i want to find out the longest time needed to call a method or to create an object.
I thought of something like calling GC.Collect()
before creating the object or during the method or calling some destructors.
Has anyone some hints or ideas for finding out some (or the) worst case scenarios?
best regards