update description in xschemtest

This commit is contained in:
Stefan Frederik 2021-12-10 16:05:11 +01:00
parent 84ee9dc2c7
commit a6004cde6c
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@
## - trim wires ## - trim wires
## - copy/paste operations ## - copy/paste operations
## run: ## run:
# xschem --script /path/to/drawtest.tcl # xschem --script /path/to/xschemtest.tcl
## optionally with logging to catch memory leaks: ## optionally with logging to catch memory leaks:
# xschem -d 3 -l log --script /path/to/drawtest.tcl # xschem -d 3 -l log --script /path/to/xschemtest.tcl
## and then running: xschemtest ## and then running: xschemtest
## running this test with different xschem versions with profiling enabled (-pg) ## running this test with different xschem versions with profiling enabled (-pg)
## allows to see differences in number of function calls / time spent. ## allows to see differences in number of function calls / time spent.