Skip to content

Support printing stats table in json format by osg_stats.py and change multi source handling

elsid requested to merge elsid/openmw:osg_stats_json into master

JSON is useful if the output has to be processed by other script or filtered. For example:

scripts/osg_stats.py --stats_table_format=json --stats 'Frame duration' osg_stats.*.log | jq

Merge request reports