mirror of https://github.com/KLayout/klayout.git
Fixed DRC profile feature
This commit is contained in:
parent
2e33cf1442
commit
7f3950f582
|
|
@ -2619,6 +2619,10 @@ CODE
|
|||
|
||||
def _dump_profile
|
||||
|
||||
if @profile_info.empty?
|
||||
return
|
||||
end
|
||||
|
||||
desc_title = "Operation"
|
||||
calls_title = "# calls"
|
||||
time_title = "Time (s)"
|
||||
|
|
@ -2711,7 +2715,7 @@ CODE
|
|||
end
|
||||
|
||||
# dump the profile information
|
||||
if @profile
|
||||
if @profile && final
|
||||
_dump_profile
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue