ArmaScriptProfiler icon indicating copy to clipboard operation
ArmaScriptProfiler copied to clipboard

Advanced 3rd Party Profiler for Arma

Results 10 ArmaScriptProfiler issues
Sort by recently updated
recently updated
newest added

Such as: ![image](https://user-images.githubusercontent.com/1824187/113514175-1f8ee680-953b-11eb-9372-5cca8cafb408.png)

Has this updated recently? Like in the last day or so? According to my launcher, seems like possibly the answer is 'yes'. And it is causing A3 to crash. Again.

Seems coincident to the [_SPOTREP#00099_](https://dev.arma3.com/post/spotrep-00099) update. Whatever changed there has had a precipitous effect on _ASP_. Attaching the reports. Also my mod set; you could probably pare back a couple...

https://opentelemetry.io/ Would need a way to define maybe a regex function name pattern of functions which should be traced

https://github.com/jonasmr/microprofile

https://github.com/yse/easy_profiler

https://github.com/Celtoys/Remotery

https://github.com/brendangregg/FlameGraph should just output the collapsed stack format to clipboard or file

For lunatics like me who want to run tracy on the server and headless client simultaneously. Currently tracy will use the next unused port if 8086 is blocked.

Latest prof ``` Type: Public Build: Profile Version: 2.12.150806 ``` 1. Launch with ASP+Intercept Minimal Dev with last startup arguments being ` -profilerEnableEngine -profilerEnableNetwork` 2. Server crashes 3. Launch with...