Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2021-11-27 01:55:44 +0300
committerBartosz Taudul <wolf@nereid.pl>2021-11-27 02:07:59 +0300
commit2462e6cc7c29ed6bf25d695e4de9c9d5319f8606 (patch)
tree4c25f1c067fa543c76d9cdcea325440497072e87 /NEWS
parent6fd53a662a5f0bf0dbaab16a7eefd6df9be4270d (diff)
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 53b9e541..64dd8acd 100644
--- a/NEWS
+++ b/NEWS
@@ -67,7 +67,8 @@ v0.x.x (xxxx-xx-xx)
- Fibers require additional processing, which has to be enabled by adding
the TRACY_FIBERS define on the client side.
- Client code requires additional instrumentation using the new macros
- TracyFiberEnter and TracyFiberLeave.
+ TracyFiberEnter and TracyFiberLeave (or the corresponding C API
+ variants).
- Fibers are represented in traces as separate threads, and are
distinguished by green color. Faux context switch regions are used to
indicate when a fiber is being run by the worker thread.
@@ -87,6 +88,7 @@ v0.x.x (xxxx-xx-xx)
- Various DPI scaling improvements.
- User interface can be now scaled in run time.
- Symbol code retrieval now also supports kernel on Windows.
+- Added low-level C API interface for GPU zones.
v0.7.8 (2021-05-19)