Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Profiler][Memory] Export raw timestamped events in export_memory_timeline_raw #105094

Closed
wants to merge 1 commit into from

Commits on Jul 13, 2023

  1. [Profiler][Memory] Export raw timestamped events in export_memory_tim…

    …eline_raw (pytorch#105094)
    
    Summary:
    Pull Request resolved: pytorch#105094
    
    Rather than processing the events into a time and sizes plot, dump the actual events as (timestamp, action, num of bytes, category) when output file ends in `raw.json.gz`.
    
    This can allow downstream analysis tools to process these events. It also avoids having to control the granularity of the previous json.gz in memory profiler.
    
    Test Plan: CI Tests
    
    Differential Revision: D47416544
    
    Pulled By: aaronenyeshi
    
    fbshipit-source-id: 33c68192d56218f78300733c0a7b68e876a395d8
    aaronenyeshi authored and facebook-github-bot committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7273bbc View commit details
    Browse the repository at this point in the history