Chrome Tracing library.

A Matlab class to generate tracer json files compatible with Chrome-based browser.
1 Download
Updated 12 Oct 2020

A Matlab functionality to generate tracer JSON files compatible with Chrome/Chromium-based browser's add-in tracing application.

This will allow not only to profile the code to see function execution times, but it also allows to understand the **execution flow** between functions and subfunctions.

The tool also tracks or logs memory usage during the profiling/tracing session.

The output log file is a JSON file which is easily loaded into Chrome/Chromium browser tracing application, providing a visual way to follow execution code.

The only thing you, as a user, need to do is: 1) enable the tracing session and 2)add a single line to all the functions you want to keep track of.

Cite As

Juan Garcia-Prieto (2024). Chrome Tracing library. (https://github.com/juangpc/matlab-chrome-tracer/releases/tag/0.1), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2020b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
0.1

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.