[fx/profiler] provide a table of summary. (#1634)

* [fx/profiling] provide summary for MetaInfoProp.

* [fx/profiler] provide a table of summary.

* [fx] optimize table repr.
This commit is contained in:
Super Daniel
2022-09-23 18:12:43 +08:00
committed by GitHub
parent 95c35f73bd
commit 04bbabeea8
3 changed files with 83 additions and 14 deletions

View File

@@ -1,2 +1,3 @@
from .tracer import ColoTracer, meta_trace
from .graph_module import ColoGraphModule
from .passes import MetaInfoProp