Skip to content

Commit

Permalink
[FEAT] DPL: use Signposts everywhere in DataProcessingDevice (AliceO2…
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored and mwinn2 committed Apr 25, 2024
1 parent 632d6b6 commit 2dd66e5
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 43 deletions.
5 changes: 5 additions & 0 deletions Framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2024-03-14: Move DataProcessingDevice to use Signposts

All the messages from DataProcessingDevice have been migrated to use Signpost.
This will hopefully simplify debugging.

# 2024-02-22: Drop Tracy support

Tracy support never took off, so I am dropping it. This was mostly because people do not know about it and having a per process profile GUI was way unpractical. Moreover, needing an extra compile time flag meant one most likely did not have the support compiled in when needed.
Expand Down
3 changes: 1 addition & 2 deletions Framework/Core/COOKBOOK.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,8 +524,7 @@ Sometimes (e.g. when running a child inside valgrind) it might be useful to disa
some-workflow --monitoring-backend=no-op://
```

notice that the
will not function properly if you do so.
notice that the will not function properly if you do so.

## Profiling

Expand Down
Loading

0 comments on commit 2dd66e5

Please sign in to comment.