We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6f35d commit b78afd2Copy full SHA for b78afd2
src/psm/src/ir_network.cpp
@@ -367,6 +367,13 @@ void IRNetwork::processPolygonToRectangles(
367
std::vector<std::unique_ptr<Node>>& new_nodes,
368
std::map<Shape*, std::set<Node*>>& terminal_connections)
369
{
370
+ const utl::DebugScopedTimer timer(
371
+ logger_,
372
+ utl::PSM,
373
+ "timer",
374
+ 2,
375
+ fmt::format("Convert polygons to nodes {}: {{}}", layer->getName()));
376
+
377
using boost::polygon::operators::operator+=;
378
379
auto get_layer_orientation
0 commit comments