Skip to content

0.20.2

Latest
Compare
Choose a tag to compare
@AugsEU AugsEU released this 18 Jan 23:16
· 2 commits to master since this release

0.20.1

  • Fix memory leak with allocating strings. We store them in a dictionary and only allocate them the first time the scope is created.
  • Use "on demand" model, meaning we don't store profiling info locally until the profiler is connected.
  • Get rid of attributes in TracyWrapperStubs so we don't accidentally leak function names into release builds.

0.20.2

  • Fix usage of allocations of CStrings to avoid a crash in the tracy profiler.