• Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

[PS3 / PS4] MTuner C / C ++ Memory Profiler from Milostosic

Miss @ Security

Avid Poster
CC Dev Team
Determined Poster
Active Member
Serbian developer Milostosic has been offering us MTuner for a few hours now, it is a tool that will allow you to analyze the memories and detect leaks or at least coherences on Windows, PlayStation 4 and PlayStation 3. The author informs us that he is using a new approach to memory analysis, keeping a complete history of the operations carried out within it.

DLrQTUV.png


This makes it possible to have an idea of the behavior of your memory through the software and especially that allows to see all the queries that are executed.

pzY2Laf.png





MTuner intercepts all memory operations performed by your application (allocate, reassign, release) and stores them in files to be scanned offline. The entire history of memory operations allows powerful queries to quickly refine searches for possible memory leaks, to check a high number of allocations or to profile the impacts of a program, a game Or an application within the memory.

Milostosic presents the main functions of this program:



- High performance - Profiling applications has minimal impact on run-time performance. MTuner can handle very large number of allocations per second with linear performance scaling.

- Non intrusive - MTuner makes no internal memory allocations during profiling. This allows MTuner to capture all allocations, even coming from CRT init phase or global variables.

- Memory timeline graph - With entire history of memory operations, MTuner allows for a new way to visualize memory usage evolution in your application.

- Filtered views - Allocations can be filtered by time range, heap, allocation size or memory tag (or any combination of those filters). For example, it's trivial to isolate allocations performed during data loading that are under 64 bytes in size and made through a specific allocator.

- MTuner *** - For developers using a custom memory manager or developers that want to mark timed events or add custom allocation tags and much more - MTuner *** provides complete control! It can be integrated easily in any project and supports a number of platforms.

- Continuous integration - MTuner can help developers track changes in memory usage on a daily basis or even after every check-in! MTuner comes with full support for command line based instrumentation and profiling.

- And many more!


 
General chit-chat
Help Users
      Chat Bot: crc20100201 is our newest member. Welcome!
      Back
      Top