File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -225,13 +225,18 @@ def get_config(args):
225225 # Find the cgroup that this process is running in.
226226 # Cylc will put this profiler in the same cgroup
227227 # as the job it is profiling
228- print ("profiler started " )
228+ print ("Getting cgroup name " )
229229 cgroup_name = get_cgroup_name ()
230+ print ("Cgroup name is:" , cgroup_name )
231+ print ("Getting cgroup version" )
230232 cgroup_version = get_cgroup_version (args .cgroup_location , cgroup_name )
233+ print ("Cgroup version is:" , cgroup_version )
234+ print ("Getting cgroup paths" )
231235 process = get_cgroup_paths (cgroup_version ,
232236 args .cgroup_location ,
233237 cgroup_name )
234-
238+ print ("Cgroup paths are:" , process )
239+ print ("Starting profiler" )
235240 profile (process , cgroup_version , args .delay )
236241
237242
You can’t perform that action at this time.
0 commit comments