@@ -45,6 +45,28 @@ vx.xx.x (xxxx-xx-xx)
4545- Zone group count in the Find zone window is now explicitly displayed.
4646- Instrumentation statistics now display in how many threads each source
4747 location has appeared in.
48+ - Added import tool for fuchsia traces.
49+ - https://fuchsia.dev/fuchsia-src/reference/tracing/trace-format
50+ - Added checks for overflow of source locations.
51+ - As a reminder, Tracy only allows to have 64K unique source locations,
52+ split in half between static and dynamic locations.
53+ - Runtime checks are active during capture and will stop a trace that
54+ goes beyond the limit.
55+ - Load-time checks will stop any broken trace file from loading.
56+ - Opening the source code view that has no associated address in code
57+ (i.e., from the list of instrumented zones, or from the find zone
58+ window) will now search the list of symbols for a function name match.
59+ - In many cases this will result in displaying the full disassembly view
60+ where previously you would only see the source code.
61+ - Matching is performed by string comparisons, which in rare cases may
62+ result in showing false data.
63+ - Press ctrl key while opening source view to keep the old behavior.
64+ - If more than one matching symbol is found (e.g., if two classes have
65+ methods with the same name, or if a template is instantiated in multiple
66+ places in code), it is not possible to tell which of the code locations
67+ the source location corresponds to and only the source code will be
68+ displayed.
69+
4870
4971v0.10.0 (2023-10-16)
5072--------------------
0 commit comments