We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e9cee commit ba47b36Copy full SHA for ba47b36
CHANGELOG.md
@@ -13,6 +13,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
13
- Add option to switch between (default) double precision and float precision
14
- Changed all the uses of `double` to `Scalar` in Coal
15
- Fixed all the compilation warnings when compiling the library using float precision
16
+- Tracy profiling ([#668](https://github.com/coal-library/coal/pull/668))
17
+ - added cmake option `COAL_BUILD_WITH_TRACY`
18
+ - put tracy scoped zones in broadphase and primitive shapes collision/distance queries
19
20
## [3.0.1] - 2025-02-12
21
0 commit comments