1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Update NEWS.

This commit is contained in:
Bartosz Taudul 2018-06-22 00:33:09 +02:00
parent bd041b6267
commit c0b086240c

4
NEWS
View File

@ -75,6 +75,10 @@ v0.3.2 (xxxx-xx-xx)
- Fixed regression causing invalid display of GPU context appearance time.
- Fixed regression causing invalid reporting of an active CPU in zone end
events, if MSVC rdtscp optimization was not enabled.
- Ability to collect true call stacks.
- Supported on Windows, Linux, Android.
- The following events can collect call stacks:
- Memory alloc/free.
v0.2 (2018-04-05)