mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Write trace_structured events to scuba (#130955)
Summary: https://fb.workplace.com/groups/1286739428954016/posts/1287192258908733 Test Plan: Run test with tlparse and inspect https://www.internalfb.com/intern/scuba/query/?dataset=pt2_trace_structured_events Differential Revision: D59866096 Pull Request resolved: https://github.com/pytorch/pytorch/pull/130955 Approved by: https://github.com/ezyang
This commit is contained in:
committed by
PyTorch MergeBot
parent
982309b501
commit
eee76c86a8
@ -124,6 +124,10 @@ def log_export_usage(**kwargs):
|
||||
pass
|
||||
|
||||
|
||||
def log_trace_structured_event(*args, **kwargs) -> None:
|
||||
pass
|
||||
|
||||
|
||||
def log_torchscript_usage(api: str, **kwargs):
|
||||
_ = api
|
||||
return
|
||||
|
Reference in New Issue
Block a user