Skip to content

Commit

Permalink
[FEAT] Drop support for Tracy
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Feb 22, 2024
1 parent 653ecf5 commit a75ef55
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 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.

I have therefore decided to replace it with signposts, which hopefully will see better adoption thanks
to the integration with Instruments on mac and the easy way they can be enabled dynamically.

We could then reintroduce Tracy support as a hook on top of signposts, if really needed.

# 2024-02-16: Improved Signposts.

In particular:
Expand Down

0 comments on commit a75ef55

Please sign in to comment.