R3vo/Sandbox1 – User
Jump to navigation
Jump to search
m (Replaced content with "for User Interface Event Handlers {{Feature|Warning|Deleting the display or control from within an event handler will crash the game if deleting is not the last line...") Tag: Replaced |
mNo edit summary |
||
Line 1: | Line 1: | ||
for [[ | for [[Arma 3: Performance and Profiling Brach]] | ||
{{ | The goal of the performance and profiling branch is to test new changes. '''Both branches are compatible with the current stable version of {{arma3}}'''. | ||
{ | |||
{{ | Performance vs. profiling branch | ||
While performance branch has the lastest updates and tweaks only, profiling branch comes with an additional '''debug layer''' which will allow for more detailed debugging. This debug layer will however, potentially reduce the performance of this branch. | |||
{| class="wikitable" | |||
|- | |||
! !! Performance Branch !! Profiling Branch | |||
|- | |||
! Debug Layer || {{Icon|unchecked}} || {{Icon|checked}} | |||
|- | |||
! Latest Changes || {{Icon|checked}} || {{Icon|checked}} | |||
|- | |||
! Best performance || {{Icon|checked}} || {{Icon|unchecked}} | |||
|} | |||
With debug layer, with #captureFrame / diag_captureFrame {{Clarify}} | |||
== Installation == | |||
=== Download === | |||
* [https://drive.google.com/drive/folders/0B03-H4YIbhkFMUt5RzNqZjFlNGs GoogleDrive] | |||
* [https://www.dropbox.com/sh/582opsto4mmr8d8/3BSy9PdRGm DropBox] |
Revision as of 15:33, 17 May 2021
for Arma 3: Performance and Profiling Brach
The goal of the performance and profiling branch is to test new changes. Both branches are compatible with the current stable version of Arma 3.
Performance vs. profiling branch While performance branch has the lastest updates and tweaks only, profiling branch comes with an additional debug layer which will allow for more detailed debugging. This debug layer will however, potentially reduce the performance of this branch.
Performance Branch | Profiling Branch | |
---|---|---|
Debug Layer | ||
Latest Changes | ||
Best performance |
With debug layer, with #captureFrame / diag_captureFrame Clarify