TracyWrapperStubs 0.20.2

dotnet add package TracyWrapperStubs --version 0.20.2                
NuGet\Install-Package TracyWrapperStubs -Version 0.20.2                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TracyWrapperStubs" Version="0.20.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TracyWrapperStubs --version 0.20.2                
#r "nuget: TracyWrapperStubs, 0.20.2"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TracyWrapperStubs as a Cake Addin
#addin nuget:?package=TracyWrapperStubs&version=0.20.2

// Install TracyWrapperStubs as a Cake Tool
#tool nuget:?package=TracyWrapperStubs&version=0.20.2                

Tracy Profiler Wrapper Stubs

This is a version of the TracyWrapper package that contains no implementation.

Conditional compilation

When it comes time to ship your application, you probably don't want to bundle it with the profiling code still enabled. You can either remove the instrumentation code manually, OR use the stubs project.

The stubs project is exactly the same as TracyWrapper but contains none of the implementation, thus you can swap out TracyWrapper for TracyWrapperStubs and your program will compile as before, but you won't have any profiling code.

NuGet ver Get on nuget: https://www.nuget.org/packages/TracyWrapperStubs

Or run in the package manager:

NuGet\Install-Package TracyWrapperStubs -Version 0.20.2
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.20.2 76 1/18/2025
0.20.1 71 1/18/2025
0.20.0 116 11/22/2024 0.20.0 is deprecated because it has critical bugs.