r/allbenchmarks

Image 1 — A look at CapFrameX's recent development
Image 2 — A look at CapFrameX's recent development
Image 3 — A look at CapFrameX's recent development

A look at CapFrameX's recent development

I’ve been using CapFrameX since its early days, and watching its evolution over the years has been super impressive. In my view, the app's goal has always been to stay as user-friendly as possible without losing focus on the enthusiast/technical crowd :)

Lately, I’ve been using it for very specific tasks, as another tool to lean on when analyzing different NVIDIA driver versions for my posts on Reddit. Naturally, I stumbled across a few minor bugs in the current stable v1.8.6 release, but the developers squashed them within a matter of days, which really shows how active the project is.

Testing the build currently in development, I noticed a huge shift right away... So, here’s a breakdown of some of the changes headed to the next stable release (hopefully dropping soon):


The Overlay/OSD rewrite

This is where most of the commit volume lives, and it's not small stuff. The old overlay path leaned heavily on RTSS for rendering; this branch adds a proper in-game hook overlay with its own PresentMon graph mode, running semi-independently of RTSS's OSD pipeline.

Highlights:

  • DXGI injection backoff and hook-free fallback on foreign presenters - if another overlay (Discord, GeForce Experience, whatever) is already hooking the swapchain, CapFrameX now degrades gracefully instead of fighting for the hook or corrupting frame data.
  • Vulkan support path for the OSD, including a 32-bit Vulkan layer with per-bitness registration and detection logic that defers RTSS launch when a Vulkan title is running. There's also a stale Vulkan layer registration purge on install, which tells me they hit real-world cases of orphaned layers breaking injection on some systems.
  • Early hook injection and a dedicated hook overlay status entry, so you can actually see what injection path is active instead of guessing.
  • DX9 injection fallback with explicit fallback-status reporting.
  • Global hotkeys moved onto one dedicated hook thread, the audio output device now gets released after playback instead of held open, and RTSS launch no longer blocks the calling thread - three separate threading/resource-leak fixes clustered around the same late-July push.
  • Options tab overhaul: opacity setting, zoom/placement controls, and, as of the very last commit in the branch, an OSD position hotkey.
  • Under the hood: circular buffer bumped to 4096, hook metrics capacity raised to 256 entries, and a fix for corrupt captures caused by leaked frame stream subscriptions.

New sensors & monitoring

A solid batch of new telemetry, mostly vendor-specific latency and memory metrics that weren't there before:

  • AMD Anti-Lag status and AMD FLM (Frame Latency Meter) latency, including a passive click-to-screen mode and vendor-aware handling.
  • NVIDIA VRAM bandwidth and peak bandwidth calculation, plus NV memory controller usage and NVIDIA memory temps.
  • A new generic DataRate sensor type and a cross-vendor GPU memory allocation sensor - sounds like groundwork for unifying memory telemetry across AMD/NVIDIA/Intel instead of three separate code paths.
  • NVMe sensor error handling got hardened.
  • Arrow Lake NGU clock fix.
  • Animation Error P99 metric, opt-in.
  • PawnIO v2.2.0 (unlike v1.8.6, this build comes with a properly signed driver, so it won't get flagged as a security risk/false positive anymore).
  • PresentMon-2.5.1-x64.

UI/UX

This is a legit visual overhaul, not just a coat of paint:

  • Redesigned run history and capture panels as cards, with process panels on the capture tab following suit and aligned spacing between them.
  • Cloud view redesign, dropping the old UseGlobalCaptureTime toggle entirely.
  • Options popup redesigned and resized.
  • App-wide scrollbar restyle (rounded thumbs, matching arrows, symmetric short-thumb handling, someone clearly cared about the small stuff here).
  • Observed-directory drawer replaced with a breadcrumb + folder popup, which should fix the old behavior where the directory expander would squeeze the record list.
  • Brand palette and asset refresh, twice (they iterated on it), plus fixes for light theme charts and record save colors that had apparently drifted from the new palette.
  • New system info dashboard and a startup splash screen, with the info panel also picking up a device name field, a restyled info expander, a separated TBP option (split out from the generic custom-hardware-label field it was previously piggybacking on).
  • Chart-side: SeriesHighlightAnnotation for highlighting series on the Comparison tab, a fix for frametime chart/graph inconsistency, and a chart flickering mitigation pass.
  • Auto-update got some love too, expanded update support and documented update metadata, so the update path itself should be more reliable going forward.

None of this changes benchmarking methodology, but if you spend a lot of time in the Comparison and Run History tabs (which, if you're benchmarking seriously, you do), this is a real qof jump.

.NET 9 / Toolchain migration

  • Main app, test project, and the PmcReader plugin all migrated to net9.0-windows.
  • Dropped support for net472, net8.0, and netstandard2.0 targets, so if you're on some ancient .NET Framework dependency chain, that's gone.
  • Native projects switched to the v145 toolset, build moved to Visual Studio 2026.
  • Assorted cleanup: removed dead MonitoringLibTestApp and Webservice.Persistance projects, removed unused named-pipe IPC projects, removed an empty CXServicex86 scaffold, added missing XML docs and SupportedOSPlatform attributes to fix CA1416 warnings.
  • CI got touched too: several Jenkinsfile updates plus a new GitHub Actions CI pipeline added.

Bug fixes

  • Frametime chart/graph value inconsistency and duplicate frametime P1/P5 quantile parameters removed - both directly relevant if you're citing CapFrameX numbers in comparisons.
  • Adaptive FPS STDEV calculation fix.
  • Corrupt captures from leaked frame stream subscriptions.
  • GPU info reporting on iGPU/dGPU hybrid systems fixed, plus handling for a missing GameBar registry key (should help on clean Windows installs where GameBar was never touched).
  • Null pointer handling in the ADLX manager (AMD's telemetry library) - crash fix.
  • Various shell-open / Process.Start fixes that broke under .NET Core's changed defaults.
  • Deferred tab view registration and measuring the view model resolution at startup instead of eagerly loading everything.
  • Cached and parallelized static hardware info reads - previously this looks like it was serialized and blocking.
  • Main window reveal without waiting on the sensor service, and splash screen shown without blocking startup.
  • Reduced idle sensor and chart polling, plus a follow-up commit specifically titled "stop unnecessary background polling."
  • Optimized process polling, and the info tab now pauses its telemetry when the tab isn't visible instead of polling in the background for no reason.
u/Independent_Arg — 2 days ago
▲ 274 r/allbenchmarks+3 crossposts

Benchmarking Claude Opus 5, Kimi K3, Grok 4.5, and Gemini 3.6 Flash on Baba Is You

We previously created an open-source benchmark baba-is-harbor, also sharing in here on r/ClaudeAI.

There are a few exciting model releases: Kimi K3, Grok 4.5, Gemini 3.6 Flash, and Claude Opus 5. It was a fruitful July!

We decided to rerun this benchmark for these new models.

In particular - is Claude Opus 5 cheaper than Fable 5?

And could you guess which model is the most expensive?

quesma.com
u/pmigdal — 10 days ago