Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Drop support for Tracy #12745

Merged
merged 9 commits into from
Mar 8, 2024
Merged

[FEAT] Drop support for Tracy #12745

merged 9 commits into from
Mar 8, 2024

Conversation

ktf
Copy link
Member

@ktf ktf commented Feb 22, 2024

[FEAT] Drop support for Tracy

@ktf ktf requested a review from a team as a code owner February 22, 2024 11:16
@alibuild
Copy link
Collaborator

alibuild commented Feb 22, 2024

Error while checking build/O2/fullCI for 46d28a2 at 2024-03-05 21:39:

## sw/BUILD/O2-latest/log
c++: error: unrecognized command-line option '--rtlib=compiler-rt'
c++: error: unrecognized command-line option '--rtlib=compiler-rt'


## sw/BUILD/O2-full-system-test-latest/log
task timeout reached .. killing all processes


## sw/BUILD/o2checkcode-latest/log
--
========== List of errors found ==========
++ GRERR=0
++ grep -v clang-diagnostic-error error-log.txt
++ grep ' error:'
++ GRERR=1
++ [[ 1 == 0 ]]
++ mkdir -p /sw/INSTALLROOT/83ca26d425cfe0064d4ad4d67ddc283f267423d1/slc8_x86-64/o2checkcode/1.0-local173/etc/modulefiles
++ cat
--

Full log here.

ktf added 9 commits March 8, 2024 09:35
Tracy usage never took off, so I am removing all the explicit calls to it and
I will replace them with Signpost usage, where it still makes sense.
ZoneScoped*, TracyAppInfo, FrameMark, TracyAlloc, TracyPlot were all removed
and will be replaced by Signposts as needed.
No one is using it and Signposts are probably a better alternative.
@ktf ktf merged commit 7721b90 into AliceO2Group:dev Mar 8, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants