oneflow icon indicating copy to clipboard operation
oneflow copied to clipboard

Time cnt of grpah compile and A general time counter util

Open strint opened this issue 3 years ago • 0 comments

  • Time count to get graph compile time.
  • TimeCounter util

打印的日志样式:

Graph name: GraphBase_0 LogOptimizedJob time elapsed: 0 milliseconds
Graph name: GraphBase_0 NewTaskGraph time elapsed: 20 milliseconds
Graph name: GraphBase_0 ProduceAllRegstsAndBindEdges time elapsed: 5 milliseconds
Graph name: GraphBase_0 ConsumeAllRegsts time elapsed: 2 milliseconds
Graph name: GraphBase_0 PinConsumedRegst time elapsed: 0 milliseconds
Graph name: GraphBase_0 TaskNode::Build time elapsed: 66 milliseconds
Graph name: GraphBase_0 RemoveEmptyRegsts time elapsed: 1 milliseconds
Graph name: GraphBase_0 MergeChainAndAddOrderingCtrlEdgeInSameChain time elapsed: 6 milliseconds
Graph name: GraphBase_0 EnableInplaceMemSharing time elapsed: 28 milliseconds
Graph name: GraphBase_0 InferTimeShapeIfMeaningful time elapsed: 2 milliseconds
Graph name: GraphBase_0 CheckRegstLbiValid time elapsed: 2 milliseconds
Graph name: GraphBase_0 AddTaskIntoPlan time elapsed: 566 milliseconds

strint avatar Jul 27 '22 10:07 strint