1
0
Fork 0
flightgear/scripts/python
Julian Smith 50a4d86961 Added support for performance testing by replaying recordings.
scripts/python/performance_replay.py
    New, script for replaying a recording in Flightgear and gathering
    statistics.
scripts/python/recordreplay.py
    Minor change.
src/Aircraft/replay.cxx
src/Aircraft/replay.hxx
    If /sim/replay/log-frame-times is true, populate
    /sim/replay/log-frame-times/dt[] with frame times while replaying.
2021-11-08 22:44:25 +00:00
..
TerraSync TerraSync: Rate Limiter 2021-01-31 21:58:41 -06:00
demo.py Migrate FGFSDemo.py, FlightGear.py, demo.py and nasal_api_doc.py to Python 3 2020-08-05 14:01:57 +02:00
FGFSDemo.py Migrate FGFSDemo.py, FlightGear.py, demo.py and nasal_api_doc.py to Python 3 2020-08-05 14:01:57 +02:00
FlightGear.py scripts/python/FlightGear.py: ls() now returns typed values. 2021-04-18 12:12:50 +01:00
nasal_api_doc.py python: use a with-statement to manage file close 2020-10-01 22:51:31 -05:00
performance_replay.py Added support for performance testing by replaying recordings. 2021-11-08 22:44:25 +00:00
recordreplay.py Added support for performance testing by replaying recordings. 2021-11-08 22:44:25 +00:00