[gdsii] add some profiling helpers
This commit is contained in:
parent
262f2dee3a
commit
8b7dd947fb
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