Memory.Unsafe
optick
Our great sponsors
- SonarQube - Static code analysis for 29 languages.
- Revelo Payroll - Free Global Payroll designed for tech teams
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
Memory.Unsafe | optick | |
---|---|---|
0 | 7 | |
62 | 2,732 | |
- | - | |
0.0 | 0.0 | |
over 2 years ago | 29 days ago | |
C# | C# | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Memory.Unsafe
We haven't tracked posts mentioning Memory.Unsafe yet.
Tracking mentions began in Dec 2020.
optick
-
What is your favourite profiling tool for C++?
Does anyone here have experience with Optick: https://github.com/bombomby/optick ? It looks great but I haven't got the chance to try it. Was wondering how it compares to the other tools listed here.
-
What profiling tools you really want to recommend to others?
As a free alternative, I've had multiple people recommend Optick, but I haven't had the chance to play around with it yet, so I can't vouch for it myself.
-
Tracy: A hybrid frame and sampling profiler for games and other applications
I have used Tracy to improve the performance of a latency sensitive application. The main advantage of this tool, in comparison to something like the Visual Studio profiler, is the fact that it can highlight the inter thread dependencies and synchronization between the threads. The other main feature, in my opinion, is the statistical tab that is associated to the recorded events: it can show the statistical distribution of the duration of all the invocations of functions and it allows to identify patterns in the performance of the application. Furthermore, a table can be used to sort the invocations of the functions and quickly jump to the point in time when the sample was recorded.
Other notable tools that implement a functionality similar to what is provided by Tracy are Optick https://github.com/bombomby/optick and Intel VTune (sadly specific to only Intel processors) in the Threading analysis.
-
What are the best resources to learn networking for low latency C++ engineers?
we don't do systematic perf measurements beyond prod metrics but if we did the good tools are uiCA/IACA/etc, tracy/brofiler, perf/vtune
-
Should I make my own game engine?
I highly recommend checking out Optick. I use it almost daily at work :)
- Optick: C++ Profiler for Games
What are some alternatives?
tracy - Frame profiler
MiniProfiler - A simple but effective mini-profiler for ASP.NET (and Core) websites
Glimpse - The open source diagnostics platform for the web
Rin - Request/response Inspector middleware for ASP.NET Core
Unchase.FluentPerformanceMeter - :hammer: Make the exact performance measurements of the public methods for public classes using this NuGet Package with fluent interface. Requires .Net Standard 2.0+. It is an Open Source project under Apache-2.0 License.
palanteer - Visual Python and C++ nanosecond profiler, logger, tests enabler
tiny-differentiable-simulator - Tiny Differentiable Simulator is a header-only C++ and CUDA physics library for reinforcement learning and robotics with zero dependencies.
TABSAT - They Are Billions Save Automation Tool