@@ -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
135135plotKey ("dataSize" )
136136
137- ## plot metadata size written on each rank
137+ # plot metadata size written on each rank
138138plotKey ("metadataSize" )
139139
140- ## plot end step times on each rank
140+ # plot end step times on each rank
141141plotKey ("ES" )
142- ## plot PDW/PP times on each rank
142+ # plot PDW/PP times on each rank
143143plotKey (["PDW" , "PP" ])
144- ## plot indepent time blocks on each rank
144+ # plot indepent time blocks on each rank
145145plotKey (["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
154154if len (json_files ) == 1 :
155155 print ("Exploring different ES components " )
0 commit comments