[GitHub] [singa] chrishkchris commented on a change in pull request #708: SINGA-510 Improvement of Time Profiling Function

2020-05-22 Thread GitBox
chrishkchris commented on a change in pull request #708: URL: https://github.com/apache/singa/pull/708#discussion_r429513576 ## File path: src/core/scheduler/scheduler.cc ## @@ -325,9 +337,10 @@ void Graph::RunGraph() { } } + EvaluateTimeElapsed(); + // increment

[GitHub] [singa] chrishkchris commented on a change in pull request #708: SINGA-510 Improvement of Time Profiling Function

2020-05-22 Thread GitBox
chrishkchris commented on a change in pull request #708: URL: https://github.com/apache/singa/pull/708#discussion_r429513662 ## File path: src/core/scheduler/scheduler.cc ## @@ -325,9 +337,10 @@ void Graph::RunGraph() { } } + EvaluateTimeElapsed(); Review comment:

[GitHub] [singa] chrishkchris commented on a change in pull request #708: SINGA-510 Improvement of Time Profiling Function

2020-05-22 Thread GitBox
chrishkchris commented on a change in pull request #708: URL: https://github.com/apache/singa/pull/708#discussion_r429513576 ## File path: src/core/scheduler/scheduler.cc ## @@ -325,9 +337,10 @@ void Graph::RunGraph() { } } + EvaluateTimeElapsed(); + // increment