pytorch
ebd4e90f - [Profiler] add config option to remove 'Call stack' field from trace file (#84982)

Commit
3 years ago
[Profiler] add config option to remove 'Call stack' field from trace file (#84982) Summary: `Call stack` field increases trace file size exponentially for Python stack tracing (need to be deprecated carefully). Added a config option to avoid this increase. Test Plan: `experimental_config=_ExperimentalConfig(no_callstack_trace=True),` will remove the field. + CI tests Differential Revision: D39489828 Pull Request resolved: https://github.com/pytorch/pytorch/pull/84982 Approved by: https://github.com/robieta
Author
Committer
Parents
Loading