Arma 3
Arma Script Profiler
Mostrando 1-10 de 31 aportaciones
< 1  2  3  4 >
Actualización: 9 AGO a las 10:32

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

Actualización: 31 OCT 2024 a las 6:34

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

Actualización: 28 OCT 2024 a las 9:43

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)

Actualización: 26 OCT 2024 a las 5:59

Fixed engine profiling

Actualización: 13 ENE 2024 a las 6:33

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

Actualización: 22 OCT 2023 a las 11:49

Fixed 2.14 compatibility

Actualización: 28 JUL 2023 a las 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

Actualización: 4 MAY 2023 a las 2:43

Update SQF-Assembly
Update Intercept

Actualización: 26 ABR 2023 a las 12:07

Update to Intercept API v3

Actualización: 19 MAR 2023 a las 5:32

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