Arma 3
Arma Script Profiler
31件中 1-10 を表示
< 1  2  3  4 >
更新:8月9日 @ 10時32分
更新者:Dedmen Miller

Update Tracy to latest
Fixed Engine profiling
Engine profiling now only shows main thread by default
Added scheduled script profiling

更新:2024年10月31日 @ 6時34分
更新者:Dedmen Miller

Fixed for latest profiling branch
Recompiled tracy exe's as static (doesn't seem to work though)

更新:2024年10月28日 @ 9時43分
更新者:Dedmen Miller

Fixed crash when command line parameter is at the end of commandline
Update Tracy from 0.7.15 to 0.11.2
Fixed instruction profiling crash
Fixed allocation counter (-profilerEnableFAlloc parameter)

更新:2024年10月26日 @ 5時59分
更新者:Dedmen Miller

Fixed engine profiling

更新:2024年1月13日 @ 6時33分
更新者:Dedmen Miller

Removed SQF-Assembly, was causing crashing. Instruction profiling will not work

更新:2023年10月22日 @ 11時49分

Fixed 2.14 compatibility

更新:2023年7月28日 @ 8時55分

Fixed: missing CBA functions (common_fnc_onFrame, common_fnc_missionTimePFH and all that went through CBA_fnc_compileFinal)
Added: Force add profiling scope to all CBA PFH/WAR/WUAE/nextFrame functions, by checking them every frame
Fixed: ACRE function names not resolving correctly

更新:2023年5月4日 @ 2時43分

Update SQF-Assembly
Update Intercept

更新:2023年4月26日 @ 12時07分

Update to Intercept API v3

更新:2023年3月19日 @ 5時32分

Fixed incorrect compileScript implementation (all compileScript functions would show <unknown>)