This is a proprietary software performance analysis suite that aims to address performance issues like:
- Slow game start time
- Slow game loading time
- Video stutters
The analysis suite is based in Windows ETW events system by creating a run time DLL that allows insertions of ETW events in any places of the source code, coupled with the postmortem tools to pinpoint the cause of the problem. The suite can be used for both C/C++ and C# applications therefore it is suitable for complex software where different programming languages are used by different modules. In addition, the suite also allows the same type of user events to be used for both kernel mode and user mode, so it enables the performance analysis across the full device/application stack.
We have used it to successfully identify the root cause of many software and hardware performance issues by working along with the standard tools like Xperf, WPA, PerfView and GPUView etc.
We are fully and solely responsible for the development of this analysis suite.