Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
minghangli-uni committed Oct 21, 2024
1 parent 007ca4f commit 7a0b2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESMF_profiling/esmfFileParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def _parse_line(self, line):
# index for different profiling files (ESMF_Profile.xxxx or ESMF_Profile.summary)
# ESMF_Profile.xxxx : (0. count, 1. total, 2. self_time, 3. mean , 4. min_time, 5. max_time )
# ESMF_Profile.summary: (0. count, 1. PETs , 2. mean , 3. min_time, 4. max_time, 5. min_PET, 6. max_PET)
# It takes ~20 seconds to read and output 1440 ESMF_Profile.xxxx files,
# It takes ~20 seconds to read and output 1440 ESMF_Profile.xxxx files,
# while reading the ESMF_Profile.summary file only takes about 0.02 seconds.
time_start = time.time()
ESMF_path = [
Expand Down

0 comments on commit 7a0b2e5

Please sign in to comment.