[gdsii] add some profiling helpers

This commit is contained in:
Jan Petykiewicz 2026-04-02 13:22:27 -07:00
commit 9df42000b7
4 changed files with 736 additions and 0 deletions

View file

@ -0,0 +1,5 @@
from masque.file.gdsii_perf import main
if __name__ == '__main__':
raise SystemExit(main())