Does uvm_top.find() have impact of simulation time?

In reply to Byreddynaresh:

I believe it is hard to give you a clean answer. But all search processes might consume time and performance. For me it is unclear why you need the find command. I never use this command when constructing the testbench. In my eyes it is only required for debugging, when you are missing certain components.