mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
Update NEWS.
This commit is contained in:
parent
6fd53a662a
commit
2462e6cc7c
4
NEWS
4
NEWS
@ -67,7 +67,8 @@ v0.x.x (xxxx-xx-xx)
|
|||||||
- Fibers require additional processing, which has to be enabled by adding
|
- Fibers require additional processing, which has to be enabled by adding
|
||||||
the TRACY_FIBERS define on the client side.
|
the TRACY_FIBERS define on the client side.
|
||||||
- Client code requires additional instrumentation using the new macros
|
- 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
|
- Fibers are represented in traces as separate threads, and are
|
||||||
distinguished by green color. Faux context switch regions are used to
|
distinguished by green color. Faux context switch regions are used to
|
||||||
indicate when a fiber is being run by the worker thread.
|
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.
|
- Various DPI scaling improvements.
|
||||||
- User interface can be now scaled in run time.
|
- User interface can be now scaled in run time.
|
||||||
- Symbol code retrieval now also supports kernel on Windows.
|
- Symbol code retrieval now also supports kernel on Windows.
|
||||||
|
- Added low-level C API interface for GPU zones.
|
||||||
|
|
||||||
|
|
||||||
v0.7.8 (2021-05-19)
|
v0.7.8 (2021-05-19)
|
||||||
|
Loading…
Reference in New Issue
Block a user