Skip to content

Commit

Permalink
[FEAT] DPL: use Signposts everywhere in DataProcessingDevice
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Mar 14, 2024
1 parent 205e6eb commit 565847e
Showing 1 changed file with 5 additions and 0 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-02-22: 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

0 comments on commit 565847e

Please sign in to comment.