Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are allowed to use the assets in this file in mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 0.1
Initial release
This is just a quick and dirty python3 script that reads RuntimeScriptProfiler's output and converts it to more short, readable and useful form. At the time I wrote it, I wasn't aware of TES4Edit's log analyzer feature, which is more powerful and convenient. But still you can find some use to this script, for example, if you want to know average time that your mod's scripts executes in one frame in entire game session, as TES4Edit doesn't show that info directly. Or you can modify it to collect some more complex statistics.
Usage: parse_rust_log.py [-h] [-o OUTPUT_FILE] [-l LIMIT] input_file Process RuntimeScriptProfiler's output and converts it to more readable form. positional arguments: input_file The input file name options: -h, --help show this help message and exit -o OUTPUT_FILE, --output_file OUTPUT_FILE The output file name -l LIMIT, --limit LIMIT How much top mods to print