Arma 3
30 ψήφοι
Arma Script Profiler
2
   
Βραβείο
Αγαπημένο
Αγαπημένο
Μη αγαπημένο
Data Type: Mod
Ετικέτες: Content Review
Μέγεθος αρχείου
Αναρτήθηκε
Ενημερώθηκε
30.540 MB
11 Φεβ 2019, 5:46
13 Ιαν, 6:33
27 σημειώσεις αλλαγών ( προβολή )

Συνδρομή για λήψη
Arma Script Profiler

ΠΕΡΙΓΡΑΦΗ
Dies ist der Arma Script Profiler. Er "profiled" Arma scripts.

Verwendung: https://github.com/dedmen/ArmaScriptProfiler/wiki

Discord für Techsupport oder wasauchimmer: https://discord.gg/vbFje5B

Du kannst mich unterstützen, wenn du magst: https://www.patreon.com/dedmen
22 σχόλια
Drift_91 7 ώρες πριν 
Disregard the part about it being a one-off crash, can't seem to get it to run with "-profilerEnableEngine" argument set on the profiling build. If I use the performance build or normal build it runs fine, but I'm assuming that's because it's not actually activating the code to profile the engine.
Drift_91 7 ώρες πριν 
Hi, do you have a Gmail address I can share a crash dump with on Google Drive, if you're interested? The crash seems like a one-off, but Visual Studio blamed a certain line of code in EngineProfiling.cpp.

Something about an access violation from line 231:
uint64_t addr = stuffByte + 4 + 1 + offs;

I was using the default BI TBB malloc this time, even though the code VS is blaming seems memory related to me.

Appreciate the mod though, it just turned an hour or two of removing mods one-by-one into a simple matter of seeing which function was eating up 7ms of CPU time every few frames. Seems that Better CAS Environment doesn't like ALiVE's air patrols or something, as it was making 50fps feel like 15fps with the stuttering.

Still have to find which mod is creating 100ms spikes every 5 to 10 seconds though, which is why I was using the -profilerEnableEngine argument when I crashed, since Tracy was showing a ton of empty CPU time.
cubyblue 4 Ιουν 2023, 10:33 
great job! you deserve more recognition!
Dedmen Miller  [Δημιουργός] 28 Μαϊ 2023, 3:36 
No
nerexis | nmilsim.wordpress.com 27 Μαϊ 2023, 11:02 
Any possibility to use it for scheduled scripts?
Dedmen Miller  [Δημιουργός] 20 Απρ 2023, 9:21 
I heard that from others too, something is wrong on servers
Bones 20 Απρ 2023, 8:45 
Hi,
When running just CBA, Intercept & ASP on server, I get from the RPT:

Fault address: 1F17B96F 01:0000A96Fll \\?\C:\Arma\A3Files\1652506957\intercept\SQF-Assembly_x64.dll

I'm wondering if I'm possibly missing something? Tried updating VC_redist.
Warezz.K (CZE) 27 Φεβ 2023, 21:21 
Doesn't work. Game crashing.
Drift_91 5 Οκτ 2022, 11:36 
I'm so pissed off at myself right now... I spent like 12 hours trying to update the libraries to compile with the latest commits from the submodules a couple of days ago.

Today I came back to trying to figure stuff out and ended up realizing that it was Intercept that was crashing my game and not ASP... Then I ended up discovering that Intercept only crashes my game when I use a custom memory allocator...

TL;DR: If your game won't start with this mod, or more specifically Intercept Minimal Dev, then remove your custom malloc.
Drift_91 3 Οκτ 2022, 12:27 
Hey, seems to be crashing on the latest profiling branch binaries. I tried updating the submodules in the SQF-Assembly and ArmaScriptProfiler repositories on GitHub, but then it wouldn't compile.