Skip to content

Releases: AugsEU/TracyWrapper

0.20.2

18 Jan 23:16
Compare
Choose a tag to compare

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.

0.20.0

22 Nov 14:14
Compare
Choose a tag to compare

0.20.0 Changes

  • TracyWrapper is now thread safe. IMPORTANT: This requires calling InitThread() for each thread you wish to profile on.
  • Now supports sending colors as a packed uint, as well as System.Drawing.Color
  • Added a new "stubs" project, so the profiler can be easily removed from the project without having to make any code changes.