TracyWrapperStubs 0.20.2
dotnet add package TracyWrapperStubs --version 0.20.2
NuGet\Install-Package TracyWrapperStubs -Version 0.20.2
<PackageReference Include="TracyWrapperStubs" Version="0.20.2" />
paket add TracyWrapperStubs --version 0.20.2
#r "nuget: TracyWrapperStubs, 0.20.2"
// 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.
Get on nuget: https://www.nuget.org/packages/TracyWrapperStubs
Or run in the package manager:
NuGet\Install-Package TracyWrapperStubs -Version 0.20.2
Product | Versions 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. |
-
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.