AthenaCommon: refactor --profile-python option
Compare changes
Files
3@@ -474,10 +474,10 @@ class AthAppMgr( AppMgr ):
@@ -826,26 +826,6 @@ class AthAppMgr( AppMgr ):
@@ -861,7 +841,9 @@ class AthAppMgr( AppMgr ):
Refactor the code needed to dump python profiles into the Debugging
module and re-use it in legacy athena and CA. The dump of the temporary profile for --drop-and-reload
is no longer needed either if we dump the profile before the reload (and the second part of the job has no interesting profile data anyway).