SaaSHub helps you find the best software and product alternatives Learn more →
MTuner Alternatives
Similar projects and alternatives to MTuner
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
pyroscope
Discontinued Continuous Profiling Platform. Debug performance issues down to a single line of code [Moved to: https://github.com/grafana/pyroscope] (by pyroscope-io)
-
-
-
-
-
-
PresentMon
Capture and analyze the high-level performance characteristics of graphics applications on Windows.
-
meta
Discontinued 🦀 GitHub Actions for Rust - recipes, discussions, questions and ideas (by actions-rs)
-
-
-
MTuner discussion
MTuner reviews and mentions
- MTuner: C/C memory profiler and memory leak finder
- MTuner: C/C++ memory profiler and memory leak finder
-
What do you want out of a Rust profiler?
I would really love to have some memory profiler that is capable of dealing of huge amount of data and allocations, robust and stable with stack traces on allocations. Similar to https://github.com/milostosic/MTuner
-
Hey Rustaceans! Got an easy question? Ask here (39/2021)!
For memory profiling, MTuner is a good tool (worked much better for me than Visual Studio's memory profiler), and it's even open source.
-
We Trace a KV Database with Less Than 5% Performance Impact
Remotery - https://github.com/Celtoys/Remotery
Visual Studio's built-in profiler is an ok sampling profiler. It doesn't give you a nice multi-thread view which is a huge advantage to a span based profiler.
MTuner is quite nice for debugging memory usage. Which is another gaping hole in the Rust ecosystem. https://github.com/milostosic/mtuner
Lots of tools generate data in a format viewable by the Chrome trace viewer. I think Chrome's tracer viewer is not great. Maybe someday someone will create a viewer for the format that's good. I get cranky when large traces don't render at 60fps. Web-based viewers are almost all very very slow and it makes me sad.
-
A note from our sponsor - SaaSHub
www.saashub.com | 3 Dec 2024
Stats
RudjiGames/MTuner is an open source project licensed under BSD 2-clause "Simplified" License which is an OSI approved license.
The primary programming language of MTuner is C++.