Nvidia App

AppWizard
April 6, 2026
Performance analysis in PC gaming has become more complex with the introduction of DirectX 12 and Vulkan, incorporating technologies like asynchronous compute, hardware ray tracing, and machine learning-assisted denoising. Understanding GPU performance requires advanced tools to analyze workload distribution and shader behavior, with NVIDIA Nsight Graphics being a key resource. NVIDIA Nsight Graphics is a graphics debugger and profiler for modern graphics APIs, featuring the GPU Trace Profiler, which provides detailed insights into GPU execution and performance bottlenecks. Recent updates have improved its utility, including a Flame Graph for the Shader Profiler and support for NVIDIA's DLSS in D3D12 applications. The Peak-Performance-Percentage analysis method focuses on identifying GPU workload constraints and optimizing utilization rather than relying on assumptions about performance bottlenecks. This methodology is applied using Nsight Graphics to analyze GPU traces from the game Cyberpunk 2077, contrasting traditional rasterization with path tracing enhanced by DLSS Ray Reconstruction. The test setup included an Intel Core i7-14700K CPU, 32 GB RAM, and an NVIDIA GeForce RTX 4090 GPU, capturing two scenarios: one with raster-only settings and another with path tracing and DLSS. The analysis revealed that the rasterized frame's most costly aspect was lighting processing, while the path-traced frame showed increased total frame cost and a hybrid workload involving rasterization, ray traversal, and AI-driven processes. Key findings indicated that modern GPU performance is heavily influenced by memory behavior rather than just shader arithmetic, with significant time spent on compute-driven lighting processing and data movement. The analysis also highlighted that ray tracing performance is constrained by memory efficiency, indicating that performance does not scale linearly with RT-core throughput.
AppWizard
April 2, 2026
Nvidia DLSS 4.5 has been released in beta, featuring advancements in frame generation technology, including the ability to generate up to five "fake frames" with a 6x frame generation option. The Dynamic Multi Frame Generation (MFG) allows users to benefit from multi-frame generation without it being constantly active. This feature is available exclusively for RTX 5000 series graphics cards. Testing with an RTX 5080 showed that activating 2x frame generation increased frame rates to an average of 105fps, while 4x frame generation raised it to approximately 180fps, albeit with increased input lag. The Dynamic Frame Generation mode maintained frame rates between 210fps and 250fps but resulted in a peak PC latency of 68ms. Lowering the target FPS to 120 stabilized frame rates around 120fps with 2x or 3x frame generation, improving responsiveness. Results may vary based on game settings, and exceeding 3x frame generation can lead to input lag. Dynamic MFG allows for easier configuration by automatically adjusting frame generation based on the target refresh rate.
AppWizard
April 2, 2026
The latest beta version of the Nvidia App introduces an Auto Shader Compilation system aimed at reducing game runtime compilation after driver updates, enhancing the gaming experience for users with Nvidia’s GeForce Game Ready Driver 595.97 WHQL or later. This feature automatically rebuilds DirectX drivers during idle moments, ensuring they are ready for the next game launch. Users must enable this feature in the Graphics Tab under Global Settings and Shader Cache. The app also allows for manual shader recompilation, giving gamers flexibility in managing their gaming experience.
Search