A quick-and-dirty utility for tracking issues with a system while playing ARMA.
These utilities are governed by the GNU GPL v2.0 license, but includes works from different people, licensed under different terms. See LICENSE
for more information.
Only Windows 10, at least version 1901.
Currently none.
- Use
zeusDebug.exe
for creating log files. ClickStart Measurement
, start and play ARMA3 and stop the measurement once you are done. - Once you have a log file from yourself or a buddy, open it in the plotting utility
zeusDebugPlot.exe
by selecting the containing folder at the top. It should be loaded and you can view the graphs in the tabs.
- Clone the repository
https://github.com/blizzard4591/zeusUtilities.git
to a folder of your choice, we will call this folderD:\zeusUtilities
. - Fix the path to your Qt5 installation in
CMakeLists.txt
in the variableCMAKE_PREFIX_PATH
. - Execute CMake on the sources, if possible, do an out-of-tree build.
E.g., in CMake, the source directory would be
D:\zeusUtilities
andWhere to build the binaries
would beD:\zeusUtilities\build
. Then clickConfigure
andGenerate
. - Open the create project file
ZeusDebug.sln
in Visual Studio. Build the solution in eitherDebug
orRelease
configuration, depending on your needs (if unsure, choose Release).
Is this basically like UIforETW and ProcessHacker, just without all the nice features, images and graphs?
Yes.
Yes.
Yes.
Yes.