Skip to content

Commit 0d03b90

Browse files
committed
corrected for "too many ##"
1 parent daa4864 commit 0d03b90

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

source/utils/profiler_simplified/plot_json.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,25 +131,25 @@ def getProfilerComponents(key, data):
131131
return matches
132132

133133

134-
## plot data size written on each rank
134+
# plot data size written on each rank
135135
plotKey("dataSize")
136136

137-
## plot metadata size written on each rank
137+
# plot metadata size written on each rank
138138
plotKey("metadataSize")
139139

140-
## plot end step times on each rank
140+
# plot end step times on each rank
141141
plotKey("ES")
142-
## plot PDW/PP times on each rank
142+
# plot PDW/PP times on each rank
143143
plotKey(["PDW", "PP"])
144-
## plot indepent time blocks on each rank
144+
# plot indepent time blocks on each rank
145145
plotKey(["ES", "PDW", "PP", "BS", "DC"])
146146

147147

148-
######################################################
149-
## one can replace ES with other tags of interest. ##
150-
## we will find all next level subcomponents ##
151-
## and plot out if there is any valid entries ##
152-
######################################################
148+
####################################################
149+
# one can replace ES with other tags of interest. #
150+
# we will find all next level subcomponents #
151+
# and plot out if there is any valid entries #
152+
####################################################
153153

154154
if len(json_files) == 1:
155155
print("Exploring different ES components ")

0 commit comments

Comments
 (0)