Skip to content

Commit

Permalink
Internal
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 710775406
  • Loading branch information
Grain Team authored and copybara-github committed Dec 30, 2024
1 parent 6d6fa74 commit 7e90b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grain/_src/python/dataset/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,9 +532,9 @@ def _logging_execution_summary_loop(self):
" the `PrefetchDatasetIterator` node indicates it is a bottleneck."
" The `MapDataset` nodes are executed in multiple threads and thus,"
" should not be compared to the `total_processing_time` of"
" `DatasetIterator` nodes.."
" `DatasetIterator` nodes.\n\n%s",
_pretty_format_summary(summary),
)
logging.info(_pretty_format_summary(summary))

def _build_execution_summary(
self,
Expand Down

0 comments on commit 7e90b81

Please sign in to comment.