[gdsii] add some profiling helpers
This commit is contained in:
parent
09fec67a21
commit
9df42000b7
4 changed files with 736 additions and 0 deletions
5
examples/generate_gds_perf.py
Normal file
5
examples/generate_gds_perf.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from masque.file.gdsii_perf import main
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
raise SystemExit(main())
|
||||
Loading…
Add table
Add a link
Reference in a new issue