Patrick Gartung

Results 29 comments of Patrick Gartung

Yes it would be possible. In fact there is a script already that merges two FastTimer output files https://github.com/fwyzard/circles/blob/master/scripts/merge.py Changing that to diff two files should be possible.

You can try this script **https://raw.githubusercontent.com/gartung/circles/master/scripts/diff.py**

If you add `enable profiling` as a comment on the pull request the FastTimer service is run as part of the profiling.

I am working on a pull request to cms-bot that will add the diff.py script and run it when `enable profiling` is commented. The PR timing and the diff of...

This script has been added to pull request profiling and produces an html table of all of the modules in the resources file and their differences https://raw.githubusercontent.com/cms-sw/cms-bot/refs/heads/master/comparisons/resources-diff.py

I was using `export LD_PREOAD=libprofiler.so` and then running `cmsRun config.py`. The `os.system('rocmIsEnabled')` returned -11 instead of 0,1,2 which was the expected return.