Delete unnecessary (mistakenly duplicated) logging message.
PiperOrigin-RevId: 158428506
This commit is contained in:
parent
b6ad1d747f
commit
a0c80e4d5f
@ -626,7 +626,6 @@ Costs VirtualScheduler::Summary() const {
|
||||
<< (persisent_ops.count(op) > 0 ? ": persistent op)" : ")");
|
||||
}
|
||||
}
|
||||
VLOG(1) << "Per-op execution time (and memory usage at peak memory usage):";
|
||||
if (critical_path_costs.execution_time <= state.GetCurrTime()) {
|
||||
critical_path_costs = state.device_costs;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user