20,741
edits
| Line 11: | Line 11: | ||
* The Nasal scripting interpreter is initialized pretty late because it has some hard-coded assumptions regarding available subsystem, OTOH it could be doing useful work if it was available earlier, i.e. to help with simulator-reinitialization, see [[Initializing Nasal early]] | * The Nasal scripting interpreter is initialized pretty late because it has some hard-coded assumptions regarding available subsystem, OTOH it could be doing useful work if it was available earlier, i.e. to help with simulator-reinitialization, see [[Initializing Nasal early]] | ||
Our hope is that we'll be able to come up with a simple benchmark suite to help users provide better troubleshooting reports, but also allow developers to do largely automated regression tests, i.e. through benchmarks or scripted flights. | Our hope is that we'll be able to come up with a simple benchmark suite to help users provide better troubleshooting reports, but also allow developers to do largely automated regression tests, i.e. through benchmarks or scripted flights. Also see: [[Howto:Debugging extreme lag]]. | ||
== Background == | == Background == | ||