TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Optick: C++ Profiler for Games

56 pointsby generichumanover 3 years ago

3 comments

simfooover 3 years ago
Very interesting, but seems to be focussed on games / frame-based simulations. Does anyone know a similar generic graphical profiler for Linux that also provides system context (other threads, syscalls, preemptions)? I'm only aware of VTune.
评论 #29116718 未加载
评论 #29118599 未加载
ensiferumover 3 years ago
Nice, but it only supports Vulkan?<p>I did something similar in a few macros myself by creating nested scopes which record the current time on enter and exit. However I&#x27;m leveraging the UI built into chromium for the visualization.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;ensisoft&#x2F;gamestudio&#x2F;blob&#x2F;master&#x2F;base&#x2F;trace.h" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ensisoft&#x2F;gamestudio&#x2F;blob&#x2F;master&#x2F;base&#x2F;trac...</a>
评论 #29118842 未加载
bogwogover 3 years ago
Does this only work on Windows? Theres a table that mentions platform support, but it’s not clear if that’s for the visualizer or the capture library.