M
Marcel Preda
Guest
Hi all,
I want to probe a huge number of instances into a schematic hierarchy.
There are about ~130 000 instances.
It tooks a lot of time, profiler shows me ~21 000 seconds spent in
geAddInstProbe();
The code for now is like:
//---------------------------------------------
wnd = geGetCellViewWindow(cv)
probeLpp = list("y0" "drawing")
foreach(inst instPathList
geAddInstProbe(wnd probeLpp inst)
)
//------------------------------------------
Is there any chance to spped up the code ?
Thank you,
Marcel
I want to probe a huge number of instances into a schematic hierarchy.
There are about ~130 000 instances.
It tooks a lot of time, profiler shows me ~21 000 seconds spent in
geAddInstProbe();
The code for now is like:
//---------------------------------------------
wnd = geGetCellViewWindow(cv)
probeLpp = list("y0" "drawing")
foreach(inst instPathList
geAddInstProbe(wnd probeLpp inst)
)
//------------------------------------------
Is there any chance to spped up the code ?
Thank you,
Marcel