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.

Orbit: C/C++ Performance Profiler

209 pointsby dosshellover 1 year ago

11 comments

elromulousover 1 year ago
As a xoogler who's wanted to use this and invest in it, I'm curious about the state it's in. Google has been investing in perfetto, this is different, but has some redundancy. It would would be nice to know this isn't abandonware.
评论 #39340651 未加载
评论 #39340537 未加载
评论 #39342953 未加载
评论 #39340441 未加载
评论 #39342077 未加载
signa11over 1 year ago
i don&#x27;t really think there is _anything_ that comes even <i>close</i> to tracy <a href="https:&#x2F;&#x2F;github.com&#x2F;wolfpld&#x2F;tracy">https:&#x2F;&#x2F;github.com&#x2F;wolfpld&#x2F;tracy</a>.<p>on top of this, given google&#x27;s penchant for dumping projects aka abandonware, this would be an easy pass.
评论 #39341961 未加载
评论 #39342171 未加载
评论 #39343167 未加载
评论 #39344213 未加载
nnevatieover 1 year ago
Considering Stadia&#x27;s demise, is orbit dead as well?
DeathArrowover 1 year ago
&gt; It supports native applications written in languages such as C, C++, Rust, or Go.<p>Seeing it supports Go, I wonder if it supports other AoT compiled languages with garbage collectors, like .NET.
mvelbaumover 1 year ago
Can anyone suggest a good non-sampling profiler for low latency apps? The only one I can think of is <a href="https:&#x2F;&#x2F;github.com&#x2F;morganstanley&#x2F;Xpedite">https:&#x2F;&#x2F;github.com&#x2F;morganstanley&#x2F;Xpedite</a> but it&#x27;s not even clear that it is being maintained anymore.
eclectic29over 1 year ago
Any googlers chime in? Is this any good? Or just a dump of one of their internal unused products?
Gupieover 1 year ago
VTunes can tell you the average time that functions take to run but which tools can highlight functions that very occasionally run a lot slower than normal?
dataflowover 1 year ago
At first glance - how is this different from VTune?
评论 #39343175 未加载
评论 #39340536 未加载
Ono-Sendaiover 1 year ago
There&#x27;s a bunch of really good C++ profilers already. My current favourite is Tracy: <a href="https:&#x2F;&#x2F;github.com&#x2F;wolfpld&#x2F;tracy">https:&#x2F;&#x2F;github.com&#x2F;wolfpld&#x2F;tracy</a>
评论 #39340850 未加载
评论 #39340704 未加载
jonstewartover 1 year ago
What’s the difference between this and libprofile in GPT? Just earlier in its transition to Google abandonware?
评论 #39340464 未加载
yb303over 1 year ago
Why does it sound like a remake of FlameGraph?