TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Optick: C++ Profiler for Games

56 点作者 generichuman超过 3 年前

3 条评论

simfoo超过 3 年前
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 未加载
ensiferum超过 3 年前
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 未加载
bogwog超过 3 年前
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.